object HexText: THexText Left = 134 Top = 54 BorderIcons = [] BorderStyle = bsDialog Caption = 'SECK 2.40 - "Little Hex-Editor" Text eingeben ' ClientHeight = 326 ClientWidth = 357 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 = 26 Top = 11 Width = 176 Height = 20 Caption = 'Bitte den Text eingeben !' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 179 Top = 41 Width = 98 Height = 20 Caption = 'Speichern ab ' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 179 Top = 67 Width = 67 Height = 20 Caption = 'Adresse :' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 180 Top = 94 Width = 4 Height = 20 Font.Color = clGreen Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Panel1: TPanel Left = 179 Top = 123 Width = 94 Height = 79 TabOrder = 3 end object Memo1: TMemo Left = 29 Top = 40 Width = 136 Height = 278 Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( '' '' '' '' '' '' '' '' '' '' '' '' '' '' '') ParentFont = False TabOrder = 0 OnChange = Memo1Change end object Button1: TButton Left = 187 Top = 133 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 186 Top = 164 Width = 75 Height = 25 Caption = 'Abbruch' TabOrder = 2 OnClick = Button2Click end object GroupBox1: TGroupBox Left = 179 Top = 213 Width = 167 Height = 86 Caption = 'Optionen' TabOrder = 4 object Label5: TLabel Left = 25 Top = 37 Width = 46 Height = 13 Caption = 'speichern' end object RadioButton1: TRadioButton Left = 9 Top = 57 Width = 133 Height = 17 Caption = 'Sofort speichern' TabOrder = 0 end object RadioButton2: TRadioButton Left = 9 Top = 21 Width = 149 Height = 17 Caption = 'Im Hex-Editor per Auswahl' Checked = True TabOrder = 1 TabStop = True end end end