home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / TeeChartPro / TeeChart5Delphi5Eval.exe / %MAINDIR% / Delphi5 / Lib / TeeAxisIncr.dfm / TeeAxisIncr.txt
Encoding:
Text File  |  2001-09-10  |  2.1 KB  |  116 lines

  1. object AxisIncrement: TAxisIncrement
  2.   Left = 263
  3.   Top = 191
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Axis Increment'
  8.   ClientHeight = 114
  9.   ClientWidth = 327
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 18
  18.     Top = 81
  19.     Width = 50
  20.     Height = 13
  21.     Caption = '&Increment:'
  22.     FocusControl = ECustom
  23.   end
  24.   object RadioGroup1: TRadioGroup
  25.     Left = 4
  26.     Top = 30
  27.     Width = 234
  28.     Height = 80
  29.     Caption = 'Increment:'
  30.     Items.Strings = (
  31.       '&Standard:'
  32.       '&Custom:')
  33.     TabOrder = 1
  34.     OnClick = RadioGroup1Click
  35.   end
  36.   object CBSteps: TComboBox
  37.     Left = 96
  38.     Top = 48
  39.     Width = 129
  40.     Height = 21
  41.     HelpContext = 248
  42.     Style = csDropDownList
  43.     DropDownCount = 18
  44.     ItemHeight = 13
  45.     TabOrder = 2
  46.     OnChange = CBStepsChange
  47.     Items.Strings = (
  48.       'One Millisecond'
  49.       'One Second'
  50.       'Five Seconds'
  51.       'Ten Seconds'
  52.       'Fifteen Seconds'
  53.       'Thirty Seconds'
  54.       'One Minute'
  55.       'Five Minutes'
  56.       'Ten Minutes'
  57.       'Fifteen Minutes'
  58.       'Thirty Minutes'
  59.       'One Hour'
  60.       'Two Hours'
  61.       'Six Hours'
  62.       'Twelve Hours'
  63.       'One Day'
  64.       'Two Days'
  65.       'Three Days'
  66.       'One Week'
  67.       'Half Month'
  68.       'One Month'
  69.       'Two Months'
  70.       'Three Months'
  71.       'Four Months'
  72.       'Six Months'
  73.       'One Year')
  74.   end
  75.   object ECustom: TEdit
  76.     Left = 96
  77.     Top = 78
  78.     Width = 129
  79.     Height = 21
  80.     HelpContext = 248
  81.     ParentShowHint = False
  82.     ShowHint = True
  83.     TabOrder = 3
  84.   end
  85.   object BitBtn1: TButton
  86.     Left = 246
  87.     Top = 52
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'OK'
  91.     Default = True
  92.     TabOrder = 4
  93.     OnClick = BitBtn1Click
  94.   end
  95.   object BitBtn2: TButton
  96.     Left = 246
  97.     Top = 85
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     Caption = 'Cancel'
  102.     ModalResult = 2
  103.     TabOrder = 5
  104.   end
  105.   object CBExact: TCheckBox
  106.     Left = 98
  107.     Top = 10
  108.     Width = 111
  109.     Height = 17
  110.     HelpContext = 204
  111.     Caption = '&Exact Date Time'
  112.     TabOrder = 0
  113.     OnClick = CBExactClick
  114.   end
  115. end
  116.