object GridF: TGridF Left = 896 Top = 686 HelpContext = 700 BorderStyle = bsDialog Caption = 'Grid Dialog' ClientHeight = 335 ClientWidth = 607 Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] FormStyle = fsStayOnTop OnShow = FormShow PixelsPerInch = 120 TextHeight = 21 object OKBtn: TButton Left = 17 Top = 231 Width = 76 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 OnClick = OKBtnClick end object CancelBtn: TButton Left = 17 Top = 297 Width = 76 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object XBox: TGroupBox Left = 17 Top = 4 Width = 280 Height = 104 Caption = 'X - Axis Grid' TabOrder = 0 object Label1: TLabel Left = 10 Top = 67 Width = 190 Height = 24 AutoSize = False Caption = 'Minor [ 1..10 ]' end object Label2: TLabel Left = 9 Top = 29 Width = 190 Height = 24 AutoSize = False Caption = 'Major [ 1..20 ]' end object XMinor: TEdit Left = 215 Top = 63 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object XMajor: TEdit Left = 215 Top = 24 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end end object GroupBox1: TGroupBox Left = 311 Top = 5 Width = 280 Height = 102 Caption = 'Y - Axis Grid' TabOrder = 2 object Label6: TLabel Left = 7 Top = 63 Width = 190 Height = 24 AutoSize = False Caption = 'Minor [ 1..10 ]' end object Label7: TLabel Left = 7 Top = 23 Width = 190 Height = 24 AutoSize = False Caption = 'Major [ 1..20 ]' end object YMinor: TEdit Left = 213 Top = 58 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object YMajor: TEdit Left = 213 Top = 18 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end end object GroupBox2: TGroupBox Left = 310 Top = 222 Width = 280 Height = 104 Caption = 'Y Right - Scale Numbers' TabOrder = 4 object Label12: TLabel Left = 9 Top = 29 Width = 190 Height = 24 AutoSize = False Caption = 'Ticks [ 1..20 ]' end object Label13: TLabel Left = 9 Top = 69 Width = 190 Height = 24 AutoSize = False Caption = 'Decimals [ 0..8 ]' end object YRTicks: TEdit Left = 216 Top = 23 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object YRDec: TEdit Left = 216 Top = 65 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end end object GroupBox3: TGroupBox Left = 310 Top = 114 Width = 280 Height = 104 Caption = 'Y Left - Scale Numbers' TabOrder = 3 object Label8: TLabel Left = 8 Top = 29 Width = 190 Height = 24 AutoSize = False Caption = 'Ticks [ 1..20 ]' end object Label9: TLabel Left = 8 Top = 68 Width = 190 Height = 24 AutoSize = False Caption = 'Decimals [ 0..8 ]' end object YLTicks: TEdit Left = 216 Top = 25 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object YLDec: TEdit Left = 216 Top = 64 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end end object GroupBox4: TGroupBox Left = 17 Top = 114 Width = 280 Height = 104 Caption = 'X - Scale Numbers' TabOrder = 1 object Label3: TLabel Left = 10 Top = 26 Width = 190 Height = 24 AutoSize = False Caption = 'Ticks [ 1..20 ]' end object Label5: TLabel Left = 10 Top = 66 Width = 190 Height = 24 AutoSize = False Caption = 'Decimals [ 0..8 ]' end object XTicks: TEdit Left = 214 Top = 21 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object XDec: TEdit Left = 214 Top = 63 Width = 44 Height = 34 Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end end object HelpB: TButton Left = 114 Top = 297 Width = 76 Height = 27 Caption = 'Help' Default = True TabOrder = 10 OnClick = HelpBClick end object ClearB: TButton Left = 115 Top = 264 Width = 75 Height = 27 Caption = 'Clear' TabOrder = 9 OnClick = ClearBClick end object AutoXGridB: TButton Left = 208 Top = 231 Width = 89 Height = 27 Caption = 'Auto X' TabOrder = 11 OnClick = AutoXGridBClick end object AutoYLGridB: TButton Left = 208 Top = 264 Width = 89 Height = 27 Caption = 'Auto YL' TabOrder = 12 OnClick = AutoYLGridBClick end object AutoYRGridB: TButton Left = 208 Top = 297 Width = 89 Height = 27 Caption = 'Auto YR' TabOrder = 13 OnClick = AutoYRGridBClick end object DrawGridB: TButton Left = 115 Top = 231 Width = 75 Height = 27 Caption = 'View' TabOrder = 8 OnClick = DrawGridBClick end object GoScaleB: TButton Left = 17 Top = 264 Width = 76 Height = 27 Caption = 'Scale' TabOrder = 6 OnClick = GoScaleBClick end end