object Schalterdlg: TSchalterdlg Left = 199 Top = 169 BorderIcons = [] BorderStyle = bsDialog Caption = 'Andere Schalter ausw�hlen' ClientHeight = 141 ClientWidth = 287 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefaultSizeOnly OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 7 Top = 15 Width = 269 Height = 20 Caption = 'Bitte geben Sie die Schalterwerte ein :' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 82 Top = 41 Width = 22 Height = 20 Caption = 'AN' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 175 Top = 41 Width = 34 Height = 20 Caption = 'AUS' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Edit1: TEdit Left = 58 Top = 69 Width = 68 Height = 21 TabOrder = 0 OnExit = Edit1Exit end object Edit2: TEdit Left = 157 Top = 68 Width = 70 Height = 21 TabOrder = 1 OnExit = Edit2Exit end object Button1: TButton Left = 65 Top = 102 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 150 Top = 102 Width = 75 Height = 25 Caption = 'Abbrechen' TabOrder = 3 OnClick = Button2Click end end