object TitleYF: TTitleYF Left = 565 Top = 315 HelpContext = 900 BorderStyle = bsDialog Caption = 'Y Axis Title Dialog' ClientHeight = 183 ClientWidth = 392 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 = 32 Top = 140 Width = 93 Height = 30 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 150 Top = 140 Width = 93 Height = 30 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 17 Top = 16 Width = 359 Height = 53 Caption = 'Left Y Title' TabOrder = 2 object TitY1: TEdit Left = 11 Top = 16 Width = 337 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 = 17 Top = 82 Width = 359 Height = 53 Caption = 'Right Y Title' TabOrder = 3 object TitY2: TEdit Left = 11 Top = 16 Width = 337 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 = 267 Top = 140 Width = 93 Height = 30 Caption = 'Help' TabOrder = 4 OnClick = Button1Click end end