home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 54a / SSERVCD_54A.bin / UTILS / CHEATS / PG2EDIT.ZIP / PG2UEdit.exe / 0 / RCDATA / TFRMPG2SGEDIT / TFRMPG2SGEDIT.txt
Text File  |  1997-12-03  |  8KB  |  407 lines

  1. object frmPG2SGEdit: TfrmPG2SGEdit
  2.   Left = 200
  3.   Top = 108
  4.   Width = 439
  5.   Height = 392
  6.   BorderIcons = [biMinimize, biMaximize]
  7.   Caption = 'Panzer General 2 Save Game Editor'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = mnuMain
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object gbFileOption: TGroupBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 431
  22.     Height = 49
  23.     Align = alTop
  24.     Caption = 'System Options'
  25.     TabOrder = 0
  26.     object btnLoad: TBitBtn
  27.       Left = 8
  28.       Top = 16
  29.       Width = 75
  30.       Height = 25
  31.       Caption = '&Load File'
  32.       TabOrder = 0
  33.       OnClick = btnLoadClick
  34.     end
  35.     object btnSave: TBitBtn
  36.       Left = 96
  37.       Top = 16
  38.       Width = 75
  39.       Height = 25
  40.       Caption = 'Sa&ve File'
  41.       TabOrder = 1
  42.       OnClick = btnSaveClick
  43.     end
  44.     object btnExit: TBitBtn
  45.       Left = 288
  46.       Top = 16
  47.       Width = 131
  48.       Height = 25
  49.       Caption = '&Return to Main Menu'
  50.       TabOrder = 2
  51.       OnClick = btnExitClick
  52.     end
  53.   end
  54.   object GroupBox1: TGroupBox
  55.     Left = 0
  56.     Top = 49
  57.     Width = 431
  58.     Height = 48
  59.     Align = alTop
  60.     Caption = 'Editor Options'
  61.     Enabled = False
  62.     TabOrder = 1
  63.     object btnPrev: TBitBtn
  64.       Left = 8
  65.       Top = 16
  66.       Width = 75
  67.       Height = 25
  68.       Caption = '&Previous'
  69.       TabOrder = 0
  70.       OnClick = btnPrevClick
  71.     end
  72.     object btnNext: TBitBtn
  73.       Left = 96
  74.       Top = 16
  75.       Width = 75
  76.       Height = 25
  77.       Caption = '&Next'
  78.       TabOrder = 1
  79.       OnClick = btnNextClick
  80.     end
  81.     object btnUpdate: TBitBtn
  82.       Left = 184
  83.       Top = 16
  84.       Width = 75
  85.       Height = 25
  86.       Caption = '&Update'
  87.       TabOrder = 2
  88.       OnClick = btnUpdateClick
  89.     end
  90.   end
  91.   object GroupBox2: TGroupBox
  92.     Left = 0
  93.     Top = 97
  94.     Width = 431
  95.     Height = 249
  96.     Align = alClient
  97.     Caption = 'Unit Information'
  98.     Enabled = False
  99.     TabOrder = 2
  100.     object Label15: TLabel
  101.       Left = 8
  102.       Top = 16
  103.       Width = 36
  104.       Height = 13
  105.       Caption = 'Unit No'
  106.     end
  107.     object Label18: TLabel
  108.       Left = 216
  109.       Top = 16
  110.       Width = 71
  111.       Height = 13
  112.       Caption = 'Global Prestige'
  113.     end
  114.     object Label7: TLabel
  115.       Left = 8
  116.       Top = 64
  117.       Width = 50
  118.       Height = 13
  119.       Caption = 'Unit Name'
  120.     end
  121.     object Label16: TLabel
  122.       Left = 144
  123.       Top = 64
  124.       Width = 36
  125.       Height = 13
  126.       Caption = 'Country'
  127.     end
  128.     object Label8: TLabel
  129.       Left = 280
  130.       Top = 64
  131.       Width = 47
  132.       Height = 13
  133.       Caption = 'Hex Code'
  134.     end
  135.     object Label9: TLabel
  136.       Left = 344
  137.       Top = 64
  138.       Width = 47
  139.       Height = 13
  140.       Caption = 'Unit Code'
  141.     end
  142.     object Experience: TLabel
  143.       Left = 8
  144.       Top = 120
  145.       Width = 53
  146.       Height = 13
  147.       Caption = 'Experience'
  148.     end
  149.     object Label6: TLabel
  150.       Left = 104
  151.       Top = 120
  152.       Width = 20
  153.       Height = 13
  154.       Caption = 'Fuel'
  155.     end
  156.     object Label10: TLabel
  157.       Left = 200
  158.       Top = 120
  159.       Width = 67
  160.       Height = 13
  161.       Caption = 'Total Strength'
  162.     end
  163.     object Label11: TLabel
  164.       Left = 296
  165.       Top = 120
  166.       Width = 77
  167.       Height = 13
  168.       Caption = 'Current Strength'
  169.     end
  170.     object Label12: TLabel
  171.       Left = 8
  172.       Top = 176
  173.       Width = 76
  174.       Height = 13
  175.       Caption = 'Transport Name'
  176.     end
  177.     object Label17: TLabel
  178.       Left = 144
  179.       Top = 176
  180.       Width = 36
  181.       Height = 13
  182.       Caption = 'Country'
  183.     end
  184.     object Label13: TLabel
  185.       Left = 280
  186.       Top = 176
  187.       Width = 47
  188.       Height = 13
  189.       Caption = 'Hex Code'
  190.     end
  191.     object Label14: TLabel
  192.       Left = 344
  193.       Top = 176
  194.       Width = 73
  195.       Height = 13
  196.       Caption = 'Transport Code'
  197.     end
  198.     object Label1: TLabel
  199.       Left = 112
  200.       Top = 16
  201.       Width = 71
  202.       Height = 13
  203.       Caption = 'Total No. Units'
  204.     end
  205.     object edtUnitNo: TEdit
  206.       Left = 8
  207.       Top = 32
  208.       Width = 89
  209.       Height = 21
  210.       ReadOnly = True
  211.       TabOrder = 0
  212.     end
  213.     object sePrestige: TSpinEdit
  214.       Left = 216
  215.       Top = 32
  216.       Width = 89
  217.       Height = 22
  218.       MaxLength = 5
  219.       MaxValue = 55000
  220.       MinValue = 0
  221.       TabOrder = 1
  222.       Value = 0
  223.       OnChange = sePrestigeChange
  224.     end
  225.     object edtUnitName: TEdit
  226.       Left = 8
  227.       Top = 80
  228.       Width = 121
  229.       Height = 21
  230.       ReadOnly = True
  231.       TabOrder = 2
  232.     end
  233.     object edtUnitCountry: TEdit
  234.       Left = 144
  235.       Top = 80
  236.       Width = 121
  237.       Height = 21
  238.       ReadOnly = True
  239.       TabOrder = 3
  240.     end
  241.     object edtHexCode: TEdit
  242.       Left = 280
  243.       Top = 80
  244.       Width = 49
  245.       Height = 21
  246.       ReadOnly = True
  247.       TabOrder = 4
  248.     end
  249.     object seUnitCode: TSpinEdit
  250.       Left = 344
  251.       Top = 80
  252.       Width = 57
  253.       Height = 22
  254.       MaxLength = 3
  255.       MaxValue = 585
  256.       MinValue = 1
  257.       TabOrder = 5
  258.       Value = 1
  259.       OnChange = seTransportCodeChange
  260.     end
  261.     object seExperience: TSpinEdit
  262.       Left = 8
  263.       Top = 136
  264.       Width = 81
  265.       Height = 22
  266.       MaxLength = 5
  267.       MaxValue = 65000
  268.       MinValue = 0
  269.       TabOrder = 6
  270.       Value = 0
  271.       OnChange = seExperienceChange
  272.     end
  273.     object seFuel1: TSpinEdit
  274.       Left = 104
  275.       Top = 136
  276.       Width = 81
  277.       Height = 22
  278.       MaxLength = 3
  279.       MaxValue = 255
  280.       MinValue = 0
  281.       TabOrder = 7
  282.       Value = 0
  283.       OnChange = seExperienceChange
  284.     end
  285.     object seTotalStr: TSpinEdit
  286.       Left = 200
  287.       Top = 136
  288.       Width = 81
  289.       Height = 22
  290.       MaxLength = 2
  291.       MaxValue = 15
  292.       MinValue = 0
  293.       TabOrder = 8
  294.       Value = 0
  295.       OnChange = seTotalStrChange
  296.     end
  297.     object seCurrentStr: TSpinEdit
  298.       Left = 296
  299.       Top = 136
  300.       Width = 81
  301.       Height = 22
  302.       MaxLength = 2
  303.       MaxValue = 15
  304.       MinValue = 0
  305.       TabOrder = 9
  306.       Value = 0
  307.       OnChange = seExperienceChange
  308.     end
  309.     object edtTransportName: TEdit
  310.       Left = 8
  311.       Top = 195
  312.       Width = 121
  313.       Height = 21
  314.       ReadOnly = True
  315.       TabOrder = 10
  316.     end
  317.     object edtTransportCountry: TEdit
  318.       Left = 144
  319.       Top = 195
  320.       Width = 121
  321.       Height = 21
  322.       ReadOnly = True
  323.       TabOrder = 11
  324.     end
  325.     object edtTransportHexCode: TEdit
  326.       Left = 280
  327.       Top = 195
  328.       Width = 49
  329.       Height = 21
  330.       ReadOnly = True
  331.       TabOrder = 12
  332.     end
  333.     object seTransportCode: TSpinEdit
  334.       Left = 344
  335.       Top = 194
  336.       Width = 57
  337.       Height = 22
  338.       MaxLength = 3
  339.       MaxValue = 585
  340.       MinValue = 0
  341.       TabOrder = 13
  342.       Value = 0
  343.       OnChange = seTransportCodeChange
  344.     end
  345.     object edtTotalUnit: TEdit
  346.       Left = 112
  347.       Top = 32
  348.       Width = 89
  349.       Height = 21
  350.       ReadOnly = True
  351.       TabOrder = 14
  352.     end
  353.     object sbStatus: TStatusBar
  354.       Left = 2
  355.       Top = 228
  356.       Width = 427
  357.       Height = 19
  358.       Panels = <
  359.         item
  360.           Width = 50
  361.         end>
  362.       SimplePanel = False
  363.     end
  364.   end
  365.   object mnuMain: TMainMenu
  366.     Left = 336
  367.     Top = 120
  368.     object mnuFile: TMenuItem
  369.       Caption = 'S&ystem Options'
  370.       object LoadFile1: TMenuItem
  371.         Caption = '&Load File'
  372.         OnClick = btnLoadClick
  373.       end
  374.       object mnuSave: TMenuItem
  375.         Caption = 'Sa&ve File'
  376.         OnClick = btnSaveClick
  377.       end
  378.       object N1: TMenuItem
  379.         Caption = '-'
  380.       end
  381.       object MainMenu1: TMenuItem
  382.         Caption = 'Return to &Main Menu'
  383.         OnClick = btnExitClick
  384.       end
  385.     end
  386.     object mnuEditor: TMenuItem
  387.       Caption = 'Editor Options'
  388.       object Previous1: TMenuItem
  389.         Caption = '&Previous'
  390.         OnClick = btnPrevClick
  391.       end
  392.       object mnuNext: TMenuItem
  393.         Caption = '&Next'
  394.         OnClick = btnNextClick
  395.       end
  396.       object Update1: TMenuItem
  397.         Caption = '&Update'
  398.         OnClick = btnUpdateClick
  399.       end
  400.     end
  401.   end
  402.   object dlgLoad: TOpenDialog
  403.     Left = 376
  404.     Top = 121
  405.   end
  406. end
  407.