object frmEdiOpt: TfrmEdiOpt Left = 282 Top = 174 HelpContext = 20 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Einstellungen' ClientHeight = 293 ClientWidth = 392 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 16 Top = 96 Width = 361 Height = 57 end object Bevel2: TBevel Left = 16 Top = 16 Width = 361 Height = 73 end object Label1: TLabel Left = 32 Top = 8 Width = 102 Height = 13 Caption = ' Schriftart ausw�hlen ' end object Bevel3: TBevel Left = 16 Top = 160 Width = 361 Height = 81 end object Panel1: TPanel Left = 32 Top = 32 Width = 329 Height = 41 BevelOuter = bvLowered Color = clWhite TabOrder = 2 object lblSchrift: TLabel Left = 104 Top = 8 Width = 185 Height = 25 AutoSize = False Caption = 'Schrift' Color = clWhite Font.Color = clBlack Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object btnSchrift: TButton Left = 8 Top = 8 Width = 75 Height = 25 HelpContext = 20 Caption = 'Schriftart...' TabOrder = 0 OnClick = btnSchriftClick end end object btnOk: TButton Left = 200 Top = 256 Width = 83 Height = 25 HelpContext = 20 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 0 OnClick = btnOkClick end object cbKommaTausch: TCheckBox Left = 40 Top = 104 Width = 329 Height = 17 HelpContext = 20 Caption = 'Komma auf dem Ziffernblock gegen Punkt tauschen.' TabOrder = 1 end object btnAbbrechen: TButton Left = 288 Top = 256 Width = 81 Height = 25 HelpContext = 20 Caption = 'Abbrechen' ModalResult = 2 TabOrder = 3 end object cbLeerseite: TCheckBox Left = 40 Top = 128 Width = 329 Height = 17 HelpContext = 20 Caption = 'Mit einer leeren Seite starten.' TabOrder = 4 end object cbHauptstatus: TCheckBox Left = 40 Top = 192 Width = 329 Height = 17 HelpContext = 20 Caption = 'Hauptfenster-Statusleiste anzeigen.' TabOrder = 5 end object cbTextstatus: TCheckBox Left = 40 Top = 216 Width = 329 Height = 17 HelpContext = 20 Caption = 'Textfenster-Statusleiste anzeigen.' TabOrder = 6 end object cbSchalter: TCheckBox Left = 40 Top = 168 Width = 329 Height = 17 HelpContext = 20 Caption = 'Schalterleiste anzeigen.' TabOrder = 7 end object FontDialog2: TFontDialog Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 16 Top = 256 end end