object EditStart: TEditStart Left = -828 Top = 89 BorderStyle = bsToolWindow Caption = 'EditStart' ClientHeight = 236 ClientWidth = 483 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnKeyPress = FilenameEdit1KeyPress PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 147 Top = 200 Width = 75 Height = 25 Anchors = [akTop] Caption = 'OK' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 243 Top = 200 Width = 75 Height = 25 Anchors = [akTop] Caption = 'Abbrechen' TabOrder = 4 OnClick = Button2Click end object GroupBox2: TGroupBox Left = 5 Top = 8 Width = 472 Height = 49 Anchors = [akLeft, akTop, akRight] Caption = 'Ort der Speicherung' TabOrder = 5 object Edit2: TEdit Left = 8 Top = 16 Width = 456 Height = 21 Anchors = [akLeft, akTop, akRight] ReadOnly = True TabOrder = 0 Text = 'Edit2' OnKeyPress = FilenameEdit1KeyPress end end object GroupBox3: TGroupBox Left = 5 Top = 72 Width = 472 Height = 49 Anchors = [akLeft, akTop, akRight] Caption = 'Eintrag (Bezeichung)' TabOrder = 0 object Edit3: TEdit Left = 8 Top = 16 Width = 456 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 Text = 'Edit3' OnKeyPress = FilenameEdit1KeyPress end end object GroupBox1: TGroupBox Left = 5 Top = 136 Width = 472 Height = 49 Anchors = [akLeft, akTop, akRight] Caption = 'Wert (zu startendes Programm)' TabOrder = 2 object FilenameEdit1: TFilenameEdit Left = 8 Top = 16 Width = 456 Height = 21 Anchors = [akLeft, akTop, akRight] NumGlyphs = 1 TabOrder = 0 Text = 'FilenameEdit1' OnKeyPress = FilenameEdit1KeyPress end end object RadioGroup1: TRadioGroup Left = 5 Top = 72 Width = 472 Height = 49 Anchors = [akLeft, akTop, akRight] Caption = 'Eintrag (Bezeichnung)' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Run' 'Load (wird minimiert gestartet)') TabOrder = 1 end end