object GrosseWerte: TGrosseWerte Left = 179 Top = 147 BorderIcons = [] BorderStyle = bsDialog Caption = 'Werte bis 1.000.000.000 suchen' ClientHeight = 194 ClientWidth = 307 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefaultSizeOnly OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label7: TLabel Left = 15 Top = 9 Width = 280 Height = 20 Caption = 'Bitte den zu suchenden Wert eingeben ' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 41 Top = 86 Width = 227 Height = 20 Caption = 'Starte Suche mit Savegame Nr :' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Edit1: TEdit Left = 90 Top = 35 Width = 121 Height = 21 MaxLength = 10 TabOrder = 0 OnExit = Edit1Exit end object Button2: TButton Left = 107 Top = 158 Width = 75 Height = 25 Caption = 'Abbruch' TabOrder = 1 OnClick = Button2Click end object Button1: TButton Left = 28 Top = 120 Width = 42 Height = 25 Caption = '1' TabOrder = 2 OnClick = Button1Click end object Button3: TButton Left = 80 Top = 120 Width = 42 Height = 25 Caption = '2' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 132 Top = 120 Width = 42 Height = 25 Caption = '3' TabOrder = 4 OnClick = Button4Click end object Button5: TButton Left = 185 Top = 120 Width = 42 Height = 25 Caption = '4' TabOrder = 5 OnClick = Button5Click end object Button6: TButton Left = 237 Top = 120 Width = 42 Height = 25 Caption = '5' TabOrder = 6 OnClick = Button6Click end object CheckBox1: TCheckBox Left = 90 Top = 66 Width = 125 Height = 17 Caption = 'Bytefolge invertieren' TabOrder = 7 end end