home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / axisincr.dfm / axisincr.txt
Text File  |  1999-08-11  |  2KB  |  114 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.   ParentFont = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 18
  17.     Top = 81
  18.     Width = 50
  19.     Height = 13
  20.     Caption = '&Increment:'
  21.     FocusControl = ECustom
  22.   end
  23.   object RadioGroup1: TRadioGroup
  24.     Left = 4
  25.     Top = 30
  26.     Width = 234
  27.     Height = 80
  28.     Caption = 'Increment:'
  29.     Items.Strings = (
  30.       '&Standard:'
  31.       '&Custom:')
  32.     TabOrder = 1
  33.     OnClick = RadioGroup1Click
  34.   end
  35.   object CBSteps: TComboBox
  36.     Left = 96
  37.     Top = 48
  38.     Width = 129
  39.     Height = 21
  40.     HelpContext = 248
  41.     Style = csDropDownList
  42.     DropDownCount = 18
  43.     ItemHeight = 13
  44.     Items.Strings = (
  45.       'One Second'
  46.       'Five Seconds'
  47.       'Ten Seconds'
  48.       'Fifteen Seconds'
  49.       'Thirty Seconds'
  50.       'One Minute'
  51.       'Five Minutes'
  52.       'Ten Minutes'
  53.       'Fifteen Minutes'
  54.       'Thirty Minutes'
  55.       'One Hour'
  56.       'Two Hours'
  57.       'Six Hours'
  58.       'Twelve Hours'
  59.       'One Day'
  60.       'Two Days'
  61.       'Three Days'
  62.       'One Week'
  63.       'Half Month'
  64.       'One Month'
  65.       'Two Months'
  66.       'Three Months'
  67.       'Four Months'
  68.       'Six Months'
  69.       'One Year')
  70.     TabOrder = 2
  71.     OnChange = CBStepsChange
  72.   end
  73.   object ECustom: TEdit
  74.     Left = 96
  75.     Top = 78
  76.     Width = 129
  77.     Height = 21
  78.     HelpContext = 248
  79.     ParentShowHint = False
  80.     ShowHint = True
  81.     TabOrder = 3
  82.   end
  83.   object BitBtn1: TButton
  84.     Left = 246
  85.     Top = 52
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     TabOrder = 4
  91.     OnClick = BitBtn1Click
  92.   end
  93.   object BitBtn2: TButton
  94.     Left = 246
  95.     Top = 85
  96.     Width = 75
  97.     Height = 25
  98.     Cancel = True
  99.     Caption = 'Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 5
  102.   end
  103.   object CBExact: TCheckBox
  104.     Left = 98
  105.     Top = 10
  106.     Width = 111
  107.     Height = 17
  108.     HelpContext = 204
  109.     Caption = '&Exact Date Time'
  110.     TabOrder = 0
  111.     OnClick = CBExactClick
  112.   end
  113. end
  114.