object PreferF: TPreferF Left = 569 Top = 236 HelpContext = 1200 BorderStyle = bsDialog Caption = 'Perferences Dialog' ClientHeight = 299 ClientWidth = 525 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 = 418 Top = 18 Width = 92 Height = 30 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 418 Top = 58 Width = 92 Height = 30 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object PreferBox1: TGroupBox Left = 17 Top = 9 Width = 377 Height = 120 Caption = 'Data Set Size && Graph Bar Width' TabOrder = 2 object Label1: TLabel Left = 14 Top = 31 Width = 219 Height = 25 AutoSize = False Caption = 'Max Data Index [ 1..10000 ]' Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 13 Top = 74 Width = 200 Height = 25 AutoSize = False Caption = 'Bar Width [ 1..10 ]' end object MaxLenth1: TEdit Left = 244 Top = 28 Width = 95 Height = 30 AutoSize = False Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object BarWidth1: TEdit Left = 244 Top = 71 Width = 40 Height = 30 AutoSize = False Font.Color = clBlack Font.Height = -17 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end end object Button1: TButton Left = 418 Top = 98 Width = 92 Height = 30 Caption = 'Help' TabOrder = 3 OnClick = Button1Click end object RadioGroup1: TRadioGroup Left = 17 Top = 141 Width = 208 Height = 145 Caption = 'Printer Minor Grid Color' Items.Strings = ( 'Default (Gray)' 'Light Gray' 'Black' 'Dotted Black') TabOrder = 4 end object RadioGroup2: TRadioGroup Left = 288 Top = 160 Width = 185 Height = 105 Caption = 'Printer Font Size' Items.Strings = ( 'Default' 'Large') TabOrder = 5 end end