object addedit2: Taddedit2 Left = 116 Top = 74 BorderIcons = [] BorderStyle = bsDialog Caption = 'Wertefeld hinzuf�gen' ClientHeight = 288 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poDefaultSizeOnly OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 228 Top = 19 Width = 144 Height = 16 Caption = 'Adresse im Savegame :' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 27 Top = 177 Width = 295 Height = 13 Caption = 'Auf die gew�nschte Position doppelclicken zum �bernehmen !' Font.Color = clTeal Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 28 Top = 124 Width = 58 Height = 13 Caption = 'Vordergrund' end object Label5: TLabel Left = 185 Top = 127 Width = 55 Height = 13 Caption = 'Hintergrund' end object GroupBox1: TGroupBox Left = 27 Top = 11 Width = 162 Height = 105 Caption = 'Byteanzahl' TabOrder = 0 object RadioButton1: TRadioButton Left = 8 Top = 19 Width = 101 Height = 17 Caption = '1-Byte (bis 255)' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 8 Top = 39 Width = 110 Height = 17 Caption = '2-Byte (bis 65535)' TabOrder = 1 end object RadioButton3: TRadioButton Left = 8 Top = 59 Width = 134 Height = 17 Caption = '3-Byte (bis 16777215)' TabOrder = 2 end object RadioButton4: TRadioButton Left = 8 Top = 79 Width = 145 Height = 17 Caption = '4-Byte (bis 2000000000)' TabOrder = 3 end end object Edit1: TEdit Left = 236 Top = 43 Width = 121 Height = 21 TabOrder = 1 OnEnter = Edit1Enter end object Button1: TButton Left = 217 Top = 84 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 302 Top = 84 Width = 75 Height = 25 Caption = 'Abbruch' TabOrder = 3 OnClick = Button2Click end object ListBox1: TListBox Left = 24 Top = 200 Width = 384 Height = 71 ItemHeight = 13 Items.Strings = ( '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '') TabOrder = 4 OnDblClick = ListBox1DblClick end object ComboBox1: TComboBox Left = 28 Top = 143 Width = 145 Height = 21 ItemHeight = 13 Items.Strings = ( 'Schwarz' 'Rotbraun' 'Gr�n' 'Olivgr�n' 'Marineblau' 'Violett' 'Petrol' 'Grau' 'Silber' 'Rot' 'Limonengr�n' 'Gelb' 'Blau' 'Pink' 'Karibikblau' 'Wei�' 'Fenstertext (Windows)' 'Fensterhintergrund (Windows)' 'Schaltfl�chenfarbe (Windows)') TabOrder = 5 end object ComboBox2: TComboBox Left = 186 Top = 143 Width = 145 Height = 21 ItemHeight = 13 Items.Strings = ( 'Schwarz' 'Rotbraun' 'Gr�n' 'Olivgr�n' 'Marineblau' 'Violett' 'Petrol' 'Grau' 'Silber' 'Rot' 'Limonengr�n' 'Gelb' 'Blau' 'Pink' 'Karibikblau' 'Wei�' 'Fenstertext (Windows)' 'Fensterhintergrund (Windows)' 'Schaltfl�chenfarbe (Windows)') TabOrder = 6 end end