object TitleXF: TTitleXF Left = 0 Top = 421 HelpContext = 900 BorderStyle = bsDialog Caption = 'X Axis Title Dialog' ClientHeight = 259 ClientWidth = 632 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object OKBtn: TButton Left = 116 Top = 216 Width = 93 Height = 30 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 269 Top = 216 Width = 93 Height = 30 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 11 Top = 14 Width = 609 Height = 58 Caption = 'First Line X Title' TabOrder = 2 object TitX1: TEdit Left = 8 Top = 22 Width = 593 Height = 30 AutoSize = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end end object GroupBox2: TGroupBox Left = 11 Top = 82 Width = 609 Height = 58 Caption = 'Second Line X Title' TabOrder = 3 object TitX2: TEdit Left = 8 Top = 19 Width = 593 Height = 30 AutoSize = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end end object GroupBox3: TGroupBox Left = 12 Top = 149 Width = 609 Height = 58 Caption = 'Third Line X Title' TabOrder = 4 object TitX3: TEdit Left = 8 Top = 22 Width = 593 Height = 30 AutoSize = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman Special G1' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end end object Button1: TButton Left = 423 Top = 216 Width = 93 Height = 30 Caption = 'Help' TabOrder = 5 OnClick = Button1Click end end