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