home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Programme / Seck / _SETUP.1 / Seck.exe / 0 / RCDATA / TADDEDIT2 / TADDEDIT2.txt
Text File  |  1998-03-15  |  4KB  |  266 lines

  1. object addedit2: Taddedit2
  2.   Left = 116
  3.   Top = 74
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Wertefeld hinzuf∩┐╜gen'
  7.   ClientHeight = 288
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultSizeOnly
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 228
  20.     Top = 19
  21.     Width = 144
  22.     Height = 16
  23.     Caption = 'Adresse im Savegame :'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 27
  32.     Top = 177
  33.     Width = 295
  34.     Height = 13
  35.     Caption = 'Auf die gew∩┐╜nschte Position doppelclicken zum ∩┐╜bernehmen !'
  36.     Font.Color = clTeal
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label4: TLabel
  43.     Left = 28
  44.     Top = 124
  45.     Width = 58
  46.     Height = 13
  47.     Caption = 'Vordergrund'
  48.   end
  49.   object Label5: TLabel
  50.     Left = 185
  51.     Top = 127
  52.     Width = 55
  53.     Height = 13
  54.     Caption = 'Hintergrund'
  55.   end
  56.   object GroupBox1: TGroupBox
  57.     Left = 27
  58.     Top = 11
  59.     Width = 162
  60.     Height = 105
  61.     Caption = 'Byteanzahl'
  62.     TabOrder = 0
  63.     object RadioButton1: TRadioButton
  64.       Left = 8
  65.       Top = 19
  66.       Width = 101
  67.       Height = 17
  68.       Caption = '1-Byte (bis 255)'
  69.       Checked = True
  70.       TabOrder = 0
  71.       TabStop = True
  72.     end
  73.     object RadioButton2: TRadioButton
  74.       Left = 8
  75.       Top = 39
  76.       Width = 110
  77.       Height = 17
  78.       Caption = '2-Byte (bis 65535)'
  79.       TabOrder = 1
  80.     end
  81.     object RadioButton3: TRadioButton
  82.       Left = 8
  83.       Top = 59
  84.       Width = 134
  85.       Height = 17
  86.       Caption = '3-Byte (bis 16777215)'
  87.       TabOrder = 2
  88.     end
  89.     object RadioButton4: TRadioButton
  90.       Left = 8
  91.       Top = 79
  92.       Width = 145
  93.       Height = 17
  94.       Caption = '4-Byte (bis 2000000000)'
  95.       TabOrder = 3
  96.     end
  97.   end
  98.   object Edit1: TEdit
  99.     Left = 236
  100.     Top = 43
  101.     Width = 121
  102.     Height = 21
  103.     TabOrder = 1
  104.     OnEnter = Edit1Enter
  105.   end
  106.   object Button1: TButton
  107.     Left = 217
  108.     Top = 84
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'OK'
  112.     TabOrder = 2
  113.     OnClick = Button1Click
  114.   end
  115.   object Button2: TButton
  116.     Left = 302
  117.     Top = 84
  118.     Width = 75
  119.     Height = 25
  120.     Caption = 'Abbruch'
  121.     TabOrder = 3
  122.     OnClick = Button2Click
  123.   end
  124.   object ListBox1: TListBox
  125.     Left = 24
  126.     Top = 200
  127.     Width = 384
  128.     Height = 71
  129.     ItemHeight = 13
  130.     Items.Strings = (
  131.       ''
  132.       ''
  133.       ''
  134.       ''
  135.       ''
  136.       ''
  137.       ''
  138.       ''
  139.       ''
  140.       ''
  141.       ''
  142.       ''
  143.       ''
  144.       ''
  145.       ''
  146.       ''
  147.       ''
  148.       ''
  149.       ''
  150.       ''
  151.       ''
  152.       ''
  153.       ''
  154.       ''
  155.       ''
  156.       ''
  157.       ''
  158.       ''
  159.       ''
  160.       ''
  161.       ''
  162.       ''
  163.       ''
  164.       ''
  165.       ''
  166.       ''
  167.       ''
  168.       ''
  169.       ''
  170.       ''
  171.       ''
  172.       ''
  173.       ''
  174.       ''
  175.       ''
  176.       ''
  177.       ''
  178.       ''
  179.       ''
  180.       ''
  181.       ''
  182.       ''
  183.       ''
  184.       ''
  185.       ''
  186.       ''
  187.       ''
  188.       ''
  189.       ''
  190.       ''
  191.       ''
  192.       ''
  193.       ''
  194.       ''
  195.       ''
  196.       ''
  197.       ''
  198.       ''
  199.       ''
  200.       ''
  201.       ''
  202.       ''
  203.       ''
  204.       ''
  205.       '')
  206.     TabOrder = 4
  207.     OnDblClick = ListBox1DblClick
  208.   end
  209.   object ComboBox1: TComboBox
  210.     Left = 28
  211.     Top = 143
  212.     Width = 145
  213.     Height = 21
  214.     ItemHeight = 13
  215.     Items.Strings = (
  216.       'Schwarz'
  217.       'Rotbraun'
  218.       'Gr∩┐╜n'
  219.       'Olivgr∩┐╜n'
  220.       'Marineblau'
  221.       'Violett'
  222.       'Petrol'
  223.       'Grau'
  224.       'Silber'
  225.       'Rot'
  226.       'Limonengr∩┐╜n'
  227.       'Gelb'
  228.       'Blau'
  229.       'Pink'
  230.       'Karibikblau'
  231.       'Wei∩┐╜'
  232.       'Fenstertext (Windows)'
  233.       'Fensterhintergrund (Windows)'
  234.       'Schaltfl∩┐╜chenfarbe (Windows)')
  235.     TabOrder = 5
  236.   end
  237.   object ComboBox2: TComboBox
  238.     Left = 186
  239.     Top = 143
  240.     Width = 145
  241.     Height = 21
  242.     ItemHeight = 13
  243.     Items.Strings = (
  244.       'Schwarz'
  245.       'Rotbraun'
  246.       'Gr∩┐╜n'
  247.       'Olivgr∩┐╜n'
  248.       'Marineblau'
  249.       'Violett'
  250.       'Petrol'
  251.       'Grau'
  252.       'Silber'
  253.       'Rot'
  254.       'Limonengr∩┐╜n'
  255.       'Gelb'
  256.       'Blau'
  257.       'Pink'
  258.       'Karibikblau'
  259.       'Wei∩┐╜'
  260.       'Fenstertext (Windows)'
  261.       'Fensterhintergrund (Windows)'
  262.       'Schaltfl∩┐╜chenfarbe (Windows)')
  263.     TabOrder = 6
  264.   end
  265. end
  266.