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

  1. object Addswitch2: TAddswitch2
  2.   Left = 134
  3.   Top = 115
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Schalter hinzuf∩┐╜gen'
  7.   ClientHeight = 231
  8.   ClientWidth = 438
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 19
  19.     Top = 12
  20.     Width = 136
  21.     Height = 16
  22.     Caption = 'Wert f∩┐╜r Position AUS : '
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 19
  31.     Top = 39
  32.     Width = 127
  33.     Height = 16
  34.     Caption = 'Wert f∩┐╜r Position AN : '
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 18
  43.     Top = 129
  44.     Width = 295
  45.     Height = 13
  46.     Caption = 'Auf die gew∩┐╜nschte Position doppelclicken zum ∩┐╜bernehmen !'
  47.     Font.Color = clTeal
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label4: TLabel
  54.     Left = 201
  55.     Top = 12
  56.     Width = 144
  57.     Height = 16
  58.     Caption = 'Adresse im Savegame :'
  59.     Font.Color = clBlack
  60.     Font.Height = -13
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object Label5: TLabel
  66.     Left = 19
  67.     Top = 75
  68.     Width = 82
  69.     Height = 13
  70.     Caption = 'Vordergrundfarbe'
  71.   end
  72.   object Label6: TLabel
  73.     Left = 178
  74.     Top = 78
  75.     Width = 79
  76.     Height = 13
  77.     Caption = 'Hintergrundfarbe'
  78.   end
  79.   object Edit1: TEdit
  80.     Left = 160
  81.     Top = 10
  82.     Width = 31
  83.     Height = 21
  84.     MaxLength = 3
  85.     TabOrder = 0
  86.     OnExit = Edit1Exit
  87.   end
  88.   object Edit2: TEdit
  89.     Left = 160
  90.     Top = 37
  91.     Width = 31
  92.     Height = 21
  93.     MaxLength = 3
  94.     TabOrder = 1
  95.     OnExit = Edit2Exit
  96.   end
  97.   object Button1: TButton
  98.     Left = 354
  99.     Top = 13
  100.     Width = 75
  101.     Height = 25
  102.     Caption = 'OK'
  103.     TabOrder = 3
  104.     OnClick = Button1Click
  105.   end
  106.   object Button2: TButton
  107.     Left = 354
  108.     Top = 46
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'Abbruch'
  112.     TabOrder = 4
  113.     OnClick = Button2Click
  114.   end
  115.   object ListBox1: TListBox
  116.     Left = 17
  117.     Top = 148
  118.     Width = 384
  119.     Height = 71
  120.     ItemHeight = 13
  121.     Items.Strings = (
  122.       ''
  123.       ''
  124.       ''
  125.       ''
  126.       ''
  127.       ''
  128.       ''
  129.       ''
  130.       ''
  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.     TabOrder = 2
  198.     OnDblClick = ListBox1DblClick
  199.   end
  200.   object Edit3: TEdit
  201.     Left = 203
  202.     Top = 37
  203.     Width = 121
  204.     Height = 21
  205.     TabOrder = 5
  206.     OnEnter = Edit3Enter
  207.   end
  208.   object ComboBox1: TComboBox
  209.     Left = 20
  210.     Top = 94
  211.     Width = 145
  212.     Height = 21
  213.     ItemHeight = 13
  214.     Items.Strings = (
  215.       'Schwarz'
  216.       'Rotbraun'
  217.       'Gr∩┐╜n'
  218.       'Olivgr∩┐╜n'
  219.       'Marineblau'
  220.       'Violett'
  221.       'Petrol'
  222.       'Grau'
  223.       'Silber'
  224.       'Rot'
  225.       'Limonengr∩┐╜n'
  226.       'Gelb'
  227.       'Blau'
  228.       'Pink'
  229.       'Karibikblau'
  230.       'Wei∩┐╜'
  231.       'Fenstertext (Windows)'
  232.       'Fensterhintergrund (Windows)'
  233.       'Schaltfl∩┐╜chenfarbe (Windows)')
  234.     TabOrder = 6
  235.     Text = ' '
  236.   end
  237.   object ComboBox2: TComboBox
  238.     Left = 180
  239.     Top = 94
  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 = 7
  264.   end
  265. end
  266.