object FontEdit: TFontEdit Left = 140 Top = 373 BorderStyle = bsDialog Caption = 'FontEdit' ClientHeight = 109 ClientWidth = 343 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object xPanel1: TxPanel Left = 0 Top = 0 Width = 343 Height = 109 Align = alClient BevelWidth = 2 TabOrder = 0 data_int = 0 language = 2 object Bevel1: TBevel Left = 8 Top = 8 Width = 325 Height = 93 Shape = bsFrame end object xLabel1: TxLabel Left = 16 Top = 16 Width = 31 Height = 13 Caption = 'Name:' Caption_English = 'Name:' Caption_German = 'Name:' language = 2 end object xLabel2: TxLabel Left = 152 Top = 16 Width = 26 Height = 13 Caption = 'Style:' Caption_English = 'Style:' Caption_German = 'Schriftstil:' language = 2 end object xLabel3: TxLabel Left = 288 Top = 16 Width = 23 Height = 13 Caption = 'Size:' Caption_English = 'Size:' Caption_German = 'Gr��e:' language = 2 end object ComboBox1: TComboBox Left = 16 Top = 32 Width = 125 Height = 21 ItemHeight = 13 Items.Strings = ( 'Helvetica' 'System' 'TimesRoman' 'Dialog') TabOrder = 0 end object ComboBox2: TComboBox Left = 152 Top = 32 Width = 125 Height = 21 ItemHeight = 13 Items.Strings = ( 'Font.BOLD' 'Font.BOLD+Font.ITALIC' 'Font.BOLD+Font.PLAIN' 'Font.BOLD+Font.ITALIC+Font.PLAIN' 'Font.ITALIC' 'Font.ITALIC+Font.PLAIN' 'Font.PLAIN') TabOrder = 1 end object Edit1: TEdit Left = 288 Top = 32 Width = 37 Height = 21 TabOrder = 2 end object xButton1: TxButton Left = 92 Top = 64 Width = 75 Height = 25 Caption = '&Ok' ModalResult = 1 TabOrder = 3 Caption_English = '&Ok' Caption_German = '&Ok' data_int = 0 language = 2 end object xButton2: TxButton Left = 176 Top = 64 Width = 75 Height = 25 Caption = '&Abbrechen' ModalResult = 2 TabOrder = 4 Caption_English = '&Cancel' Caption_German = '&Abbrechen' data_int = 0 language = 2 end end end