object frmBaseFont: TfrmBaseFont Left = 329 Top = 298 HelpContext = 59 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Base Font' ClientHeight = 82 ClientWidth = 263 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 246 Height = 37 Shape = bsFrame IsControl = True end object lblBaseFont: TLabel Left = 16 Top = 18 Width = 71 Height = 13 Caption = 'Base &Font Size' FocusControl = txtBaseFont end object OKBtn: TBitBtn Left = 8 Top = 52 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 92 Top = 52 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 176 Top = 52 Width = 77 Height = 25 HelpContext = 59 Caption = '&Help' TabOrder = 2 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object txtBaseFont: TEdit Left = 168 Top = 16 Width = 67 Height = 21 ParentShowHint = False ShowHint = True TabOrder = 3 Text = '1' end object udBaseFontSize: TUpDown Left = 235 Top = 16 Width = 7 Height = 21 Associate = txtBaseFont Min = 1 Max = 50 Position = 1 TabOrder = 4 Wrap = False end end