home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 August / Igromania_1999-08.iso / DLH / dlh_8_99.exe / 0799.DLM / alpha2 / SaveGameEditor.exe / 0 / RCDATA / TMONEYEDITOR / TMONEYEDITOR.txt
Text File  |  1999-03-28  |  3KB  |  175 lines

  1. object MoneyEditor: TMoneyEditor
  2.   Left = 302
  3.   Top = 249
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Savegame-Editor'
  7.   ClientHeight = 373
  8.   ClientWidth = 282
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 120
  20.     Top = 110
  21.     Width = 84
  22.     Height = 13
  23.     Caption = 'Gaias Stieft∩┐╜chter'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 120
  27.     Top = 135
  28.     Width = 82
  29.     Height = 13
  30.     Caption = 'Der Kollektivgeist'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 120
  34.     Top = 160
  35.     Width = 83
  36.     Height = 13
  37.     Caption = 'Planet-Universit∩┐╜t'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 120
  41.     Top = 185
  42.     Width = 84
  43.     Height = 13
  44.     Caption = 'Morgan Industries'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 120
  48.     Top = 210
  49.     Width = 74
  50.     Height = 13
  51.     Caption = 'Sparta-Koalition'
  52.   end
  53.   object Label6: TLabel
  54.     Left = 120
  55.     Top = 235
  56.     Width = 116
  57.     Height = 13
  58.     Caption = 'Die Gl∩┐╜ubigen des Herrn'
  59.   end
  60.   object Label7: TLabel
  61.     Left = 120
  62.     Top = 260
  63.     Width = 76
  64.     Height = 13
  65.     Caption = 'Friedenstruppen'
  66.   end
  67.   object Label8: TLabel
  68.     Left = 55
  69.     Top = 325
  70.     Width = 154
  71.     Height = 13
  72.     Caption = 'Programmiert von Thomas M∩┐╜ller'
  73.   end
  74.   object Label9: TLabel
  75.     Left = 65
  76.     Top = 355
  77.     Width = 123
  78.     Height = 13
  79.     Caption = 'Thomas_Mueller@gmx.de'
  80.   end
  81.   object Label10: TLabel
  82.     Left = 5
  83.     Top = 340
  84.     Width = 268
  85.     Height = 13
  86.     Caption = 'Fehlermeldungen und Verbesserungsvorschl∩┐╜ge bitte an:'
  87.   end
  88.   object Save: TButton
  89.     Left = 39
  90.     Top = 285
  91.     Width = 77
  92.     Height = 26
  93.     Caption = '&Speichern'
  94.     Default = True
  95.     Enabled = False
  96.     TabOrder = 0
  97.     OnClick = SaveClick
  98.   end
  99.   object Gaia: TEdit
  100.     Left = 55
  101.     Top = 105
  102.     Width = 56
  103.     Height = 21
  104.     MaxLength = 8
  105.     TabOrder = 1
  106.   end
  107.   object Kollektiv: TEdit
  108.     Left = 55
  109.     Top = 130
  110.     Width = 56
  111.     Height = 21
  112.     MaxLength = 8
  113.     TabOrder = 2
  114.   end
  115.   object Universitaet: TEdit
  116.     Left = 55
  117.     Top = 155
  118.     Width = 56
  119.     Height = 21
  120.     MaxLength = 8
  121.     TabOrder = 3
  122.   end
  123.   object Morgan: TEdit
  124.     Left = 55
  125.     Top = 180
  126.     Width = 56
  127.     Height = 21
  128.     MaxLength = 8
  129.     TabOrder = 4
  130.   end
  131.   object Sparta: TEdit
  132.     Left = 55
  133.     Top = 205
  134.     Width = 56
  135.     Height = 21
  136.     MaxLength = 8
  137.     TabOrder = 5
  138.   end
  139.   object Glaeubigen: TEdit
  140.     Left = 55
  141.     Top = 230
  142.     Width = 56
  143.     Height = 21
  144.     MaxLength = 8
  145.     TabOrder = 6
  146.   end
  147.   object Frieden: TEdit
  148.     Left = 55
  149.     Top = 255
  150.     Width = 56
  151.     Height = 21
  152.     MaxLength = 8
  153.     TabOrder = 7
  154.   end
  155.   object SaveSelect: TFileListBox
  156.     Left = 5
  157.     Top = 5
  158.     Width = 271
  159.     Height = 92
  160.     ItemHeight = 13
  161.     Mask = '*.sav'
  162.     TabOrder = 8
  163.     OnClick = SaveSelectClick
  164.   end
  165.   object About: TButton
  166.     Left = 165
  167.     Top = 285
  168.     Width = 76
  169.     Height = 26
  170.     Caption = '&About'
  171.     TabOrder = 9
  172.     OnClick = AboutClick
  173.   end
  174. end
  175.