object HexSuch: THexSuch Left = 113 Top = 135 BorderIcons = [] BorderStyle = bsDialog Caption = 'SECK 2.40 "Little" Hex - Editor : Suchen' ClientHeight = 161 ClientWidth = 447 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 = 14 Top = 13 Width = 67 Height = 20 Caption = 'Bytefolge' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 14 Top = 42 Width = 30 Height = 20 Caption = 'Text' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Edit1: TEdit Left = 91 Top = 12 Width = 312 Height = 21 MaxLength = 59 TabOrder = 0 OnChange = Edit1Change OnClick = Edit1Click OnEnter = Edit1Enter OnExit = Edit1Exit OnKeyPress = Edit1KeyPress OnKeyUp = Edit1KeyUp end object GroupBox1: TGroupBox Left = 17 Top = 73 Width = 137 Height = 73 Caption = 'Suchoptionen' TabOrder = 2 object RadioButton1: TRadioButton Left = 10 Top = 20 Width = 113 Height = 17 Caption = 'Ab Dateianfang' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 10 Top = 42 Width = 113 Height = 17 Caption = 'Ab Position' TabOrder = 1 end end object Button1: TButton Left = 333 Top = 81 Width = 75 Height = 25 Caption = 'Starten' TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 333 Top = 117 Width = 75 Height = 25 Caption = 'Abbruch' TabOrder = 5 OnClick = Button2Click end object Edit2: TEdit Left = 90 Top = 45 Width = 133 Height = 21 MaxLength = 20 TabOrder = 1 Text = ' ' OnChange = Edit2Change OnEnter = Edit2Enter OnKeyPress = Edit2KeyPress end object GroupBox2: TGroupBox Left = 170 Top = 74 Width = 126 Height = 72 Caption = 'Nach Ende der Suche' TabOrder = 3 object RadioButton3: TRadioButton Left = 9 Top = 20 Width = 113 Height = 17 Caption = 'Zum Aufrufblock' Checked = True TabOrder = 0 TabStop = True end object RadioButton4: TRadioButton Left = 9 Top = 42 Width = 113 Height = 17 Caption = 'aktueller Block' TabOrder = 1 end end end