object AxisIncrement: TAxisIncrement Left = 263 Top = 191 ActiveControl = BitBtn1 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Axis Increment' ClientHeight = 93 ClientWidth = 288 Font.Color = clBlack Font.Height = -9 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 15 Top = 66 Width = 62 Height = 23 Caption = '&Increment:' FocusControl = Edit1 end object RadioGroup1: TRadioGroup Left = 3 Top = 24 Width = 190 Height = 65 Caption = 'Increment:' Items.Strings = ( '&Standard:' '&Custom:') TabOrder = 1 OnClick = RadioGroup1Click end object CBSteps: TComboBox Left = 78 Top = 39 Width = 105 Height = 21 Style = csDropDownList DropDownCount = 18 ItemHeight = 13 Items.Strings = ( 'One Second' 'Five Seconds' 'Ten Seconds' 'Fifteen Seconds' 'Thirty Seconds' 'One Minute' 'Five Minutes' 'Ten Minutes' 'Fifteen Minutes' 'Thirty Minutes' 'One Hour' 'Two Hours' 'Six Hours' 'Twelve Hours' 'One Day' 'Two Days' 'Three Days' 'One Week' 'Half Month' 'One Month' 'Two Months' 'Three Months' 'Four Months' 'Six Months' 'One Year') TabOrder = 2 OnChange = CBStepsChange end object Edit1: TEdit Left = 78 Top = 63 Width = 105 Height = 21 ParentShowHint = False ShowHint = True TabOrder = 3 end object BitBtn1: TButton Left = 200 Top = 32 Width = 85 Height = 25 Caption = 'OK' Default = True TabOrder = 4 OnClick = BitBtn1Click end object BitBtn2: TButton Left = 200 Top = 63 Width = 85 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object CBExact: TCheckBox Left = 80 Top = 8 Width = 129 Height = 14 Caption = '&Exact Date Time' TabOrder = 0 OnClick = CBExactClick end end