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

  1. object frmPG2Edit: TfrmPG2Edit
  2.   Left = 200
  3.   Top = 108
  4.   Width = 491
  5.   Height = 454
  6.   BorderIcons = [biMinimize, biMaximize]
  7.   Caption = 'Panzer General 2 Unit 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 = MainMenu1
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 48
  20.     Top = 216
  21.     Width = 53
  22.     Height = 13
  23.     Caption = 'PG2Editors'
  24.   end
  25.   object dirList: TDirectoryListBox
  26.     Left = 48
  27.     Top = 232
  28.     Width = 25
  29.     Height = 17
  30.     DirLabel = Label1
  31.     ItemHeight = 16
  32.     TabOrder = 0
  33.   end
  34.   object GroupBox1: TGroupBox
  35.     Left = 0
  36.     Top = 0
  37.     Width = 483
  38.     Height = 49
  39.     Align = alTop
  40.     Caption = 'System Options'
  41.     TabOrder = 1
  42.     object btnLoad: TBitBtn
  43.       Left = 8
  44.       Top = 16
  45.       Width = 75
  46.       Height = 25
  47.       Hint = 'Load Data File'
  48.       Caption = '&Load File'
  49.       ParentShowHint = False
  50.       ShowHint = True
  51.       TabOrder = 0
  52.       OnClick = btnLoadClick
  53.     end
  54.     object btnSave: TBitBtn
  55.       Left = 96
  56.       Top = 16
  57.       Width = 75
  58.       Height = 25
  59.       Hint = 'Save Data File'
  60.       Caption = 'Sa&ve File'
  61.       ParentShowHint = False
  62.       ShowHint = True
  63.       TabOrder = 1
  64.       OnClick = btnSaveClick
  65.     end
  66.     object BitBtn3: TBitBtn
  67.       Left = 184
  68.       Top = 16
  69.       Width = 75
  70.       Height = 25
  71.       Hint = 'Reset all values to Default'
  72.       Caption = '&Backup'
  73.       ParentShowHint = False
  74.       ShowHint = True
  75.       TabOrder = 2
  76.       Visible = False
  77.       OnClick = BitBtn3Click
  78.     end
  79.     object btnExit: TBitBtn
  80.       Left = 344
  81.       Top = 16
  82.       Width = 131
  83.       Height = 25
  84.       Hint = 'Exit Program'
  85.       Caption = '&Return to Main Menu'
  86.       ParentShowHint = False
  87.       ShowHint = True
  88.       TabOrder = 3
  89.       OnClick = btnExitClick
  90.     end
  91.   end
  92.   object GroupBox2: TGroupBox
  93.     Left = 0
  94.     Top = 49
  95.     Width = 483
  96.     Height = 48
  97.     Align = alTop
  98.     Caption = 'Editor Options'
  99.     Enabled = False
  100.     TabOrder = 2
  101.     object btnPrev: TBitBtn
  102.       Left = 8
  103.       Top = 16
  104.       Width = 75
  105.       Height = 25
  106.       Hint = 'Previous Unit'
  107.       Caption = '&Previous'
  108.       ParentShowHint = False
  109.       ShowHint = True
  110.       TabOrder = 0
  111.       OnClick = btnPrevClick
  112.     end
  113.     object btnNext: TBitBtn
  114.       Left = 96
  115.       Top = 16
  116.       Width = 75
  117.       Height = 25
  118.       Hint = 'Next Unit'
  119.       Caption = '&Next'
  120.       ParentShowHint = False
  121.       ShowHint = True
  122.       TabOrder = 1
  123.       OnClick = btnNextClick
  124.     end
  125.     object btnSearch: TBitBtn
  126.       Left = 184
  127.       Top = 16
  128.       Width = 75
  129.       Height = 25
  130.       Hint = 'Search for a particular unit'
  131.       Caption = '&Search'
  132.       ParentShowHint = False
  133.       ShowHint = True
  134.       TabOrder = 2
  135.       OnClick = btnSearchClick
  136.     end
  137.     object btnCreate: TBitBtn
  138.       Left = 400
  139.       Top = 16
  140.       Width = 75
  141.       Height = 25
  142.       Hint = 'Create a new unit'
  143.       Caption = '&Create Unit'
  144.       ParentShowHint = False
  145.       ShowHint = True
  146.       TabOrder = 3
  147.       OnClick = btnCreateClick
  148.     end
  149.     object btnUpdate: TBitBtn
  150.       Left = 272
  151.       Top = 16
  152.       Width = 75
  153.       Height = 25
  154.       Hint = 'Update changes to unit information'
  155.       Caption = '&Update'
  156.       ParentShowHint = False
  157.       ShowHint = True
  158.       TabOrder = 4
  159.       OnClick = btnUpdateClick
  160.     end
  161.   end
  162.   object GroupBox3: TGroupBox
  163.     Left = 0
  164.     Top = 97
  165.     Width = 483
  166.     Height = 311
  167.     Align = alClient
  168.     Caption = 'Unit Attributes'
  169.     Enabled = False
  170.     TabOrder = 3
  171.     object lblUnitName: TLabel
  172.       Left = 136
  173.       Top = 16
  174.       Width = 50
  175.       Height = 13
  176.       Caption = 'Unit Name'
  177.     end
  178.     object Label2: TLabel
  179.       Left = 8
  180.       Top = 16
  181.       Width = 47
  182.       Height = 13
  183.       Caption = 'Unit Code'
  184.     end
  185.     object Label3: TLabel
  186.       Left = 72
  187.       Top = 16
  188.       Width = 47
  189.       Height = 13
  190.       Caption = 'Hex Code'
  191.     end
  192.     object Label4: TLabel
  193.       Left = 8
  194.       Top = 64
  195.       Width = 46
  196.       Height = 13
  197.       Caption = 'Unit Type'
  198.     end
  199.     object Label5: TLabel
  200.       Left = 144
  201.       Top = 64
  202.       Width = 36
  203.       Height = 13
  204.       Caption = 'Country'
  205.     end
  206.     object Label6: TLabel
  207.       Left = 344
  208.       Top = 64
  209.       Width = 69
  210.       Height = 13
  211.       Caption = 'Date Available'
  212.     end
  213.     object Label7: TLabel
  214.       Left = 304
  215.       Top = 83
  216.       Width = 30
  217.       Height = 13
  218.       Caption = 'Month'
  219.     end
  220.     object Label8: TLabel
  221.       Left = 400
  222.       Top = 83
  223.       Width = 22
  224.       Height = 13
  225.       Caption = 'Year'
  226.     end
  227.     object Image1: TImage
  228.       Left = 8
  229.       Top = 112
  230.       Width = 31
  231.       Height = 28
  232.       Hint = 'Prestige Cost'
  233.       AutoSize = True
  234.       ParentShowHint = False
  235.       Picture.Data = {<image000.bmp>}
  236.       ShowHint = True
  237.     end
  238.     object Image2: TImage
  239.       Left = 120
  240.       Top = 112
  241.       Width = 31
  242.       Height = 28
  243.       Hint = 'Movement'
  244.       AutoSize = True
  245.       ParentShowHint = False
  246.       Picture.Data = {<image001.bmp>}
  247.       ShowHint = True
  248.     end
  249.     object Image3: TImage
  250.       Left = 232
  251.       Top = 112
  252.       Width = 25
  253.       Height = 28
  254.       Hint = 'Fuel'
  255.       AutoSize = True
  256.       ParentShowHint = False
  257.       Picture.Data = {<image002.bmp>}
  258.       ShowHint = True
  259.     end
  260.     object Image4: TImage
  261.       Left = 344
  262.       Top = 112
  263.       Width = 25
  264.       Height = 28
  265.       Hint = 'Ammo'
  266.       AutoSize = True
  267.       ParentShowHint = False
  268.       Picture.Data = {<image003.bmp>}
  269.       ShowHint = True
  270.     end
  271.     object Image5: TImage
  272.       Left = 8
  273.       Top = 152
  274.       Width = 31
  275.       Height = 27
  276.       Hint = 'Range'
  277.       AutoSize = True
  278.       ParentShowHint = False
  279.       Picture.Data = {<image004.bmp>}
  280.       ShowHint = True
  281.     end
  282.     object Image6: TImage
  283.       Left = 120
  284.       Top = 152
  285.       Width = 31
  286.       Height = 28
  287.       Hint = 'Initiative'
  288.       AutoSize = True
  289.       ParentShowHint = False
  290.       Picture.Data = {<image005.bmp>}
  291.       ShowHint = True
  292.     end
  293.     object Image7: TImage
  294.       Left = 232
  295.       Top = 152
  296.       Width = 31
  297.       Height = 28
  298.       Hint = 'Spotting Range'
  299.       AutoSize = True
  300.       ParentShowHint = False
  301.       Picture.Data = {<image006.bmp>}
  302.       ShowHint = True
  303.     end
  304.     object Image8: TImage
  305.       Left = 8
  306.       Top = 192
  307.       Width = 39
  308.       Height = 41
  309.       Hint = 'Hard Attack'
  310.       AutoSize = True
  311.       ParentShowHint = False
  312.       Picture.Data = {<image007.bmp>}
  313.       ShowHint = True
  314.     end
  315.     object Image9: TImage
  316.       Left = 120
  317.       Top = 192
  318.       Width = 39
  319.       Height = 41
  320.       Hint = 'Soft Attack'
  321.       AutoSize = True
  322.       ParentShowHint = False
  323.       Picture.Data = {<image008.bmp>}
  324.       ShowHint = True
  325.     end
  326.     object Image10: TImage
  327.       Left = 232
  328.       Top = 192
  329.       Width = 39
  330.       Height = 41
  331.       Hint = 'Air Attack'
  332.       AutoSize = True
  333.       ParentShowHint = False
  334.       Picture.Data = {<image009.bmp>}
  335.       ShowHint = True
  336.     end
  337.     object Image11: TImage
  338.       Left = 344
  339.       Top = 192
  340.       Width = 39
  341.       Height = 41
  342.       Hint = 'Naval Attack'
  343.       AutoSize = True
  344.       ParentShowHint = False
  345.       Picture.Data = {<image010.bmp>}
  346.       ShowHint = True
  347.     end
  348.     object Image12: TImage
  349.       Left = 8
  350.       Top = 240
  351.       Width = 33
  352.       Height = 39
  353.       Hint = 'Ground Defense'
  354.       AutoSize = True
  355.       ParentShowHint = False
  356.       Picture.Data = {<image011.bmp>}
  357.       ShowHint = True
  358.     end
  359.     object Image13: TImage
  360.       Left = 120
  361.       Top = 240
  362.       Width = 33
  363.       Height = 39
  364.       Hint = 'Air Defense'
  365.       AutoSize = True
  366.       ParentShowHint = False
  367.       Picture.Data = {<image012.bmp>}
  368.       ShowHint = True
  369.     end
  370.     object Image14: TImage
  371.       Left = 232
  372.       Top = 240
  373.       Width = 33
  374.       Height = 39
  375.       Hint = 'Close Defense'
  376.       AutoSize = True
  377.       ParentShowHint = False
  378.       Picture.Data = {<image013.bmp>}
  379.       ShowHint = True
  380.     end
  381.     object Image15: TImage
  382.       Left = 344
  383.       Top = 240
  384.       Width = 33
  385.       Height = 39
  386.       Hint = 'Range Defense Modifier'
  387.       AutoSize = True
  388.       ParentShowHint = False
  389.       Picture.Data = {<image014.bmp>}
  390.       ShowHint = True
  391.     end
  392.     object edtUnitName: TEdit
  393.       Left = 136
  394.       Top = 32
  395.       Width = 321
  396.       Height = 21
  397.       MaxLength = 28
  398.       TabOrder = 0
  399.       OnChange = edtUnitNameChange
  400.     end
  401.     object seUnitCode: TSpinEdit
  402.       Left = 8
  403.       Top = 32
  404.       Width = 49
  405.       Height = 22
  406.       MaxLength = 4
  407.       MaxValue = 585
  408.       MinValue = 1
  409.       TabOrder = 1
  410.       Value = 1
  411.       OnChange = seUnitCodeChange
  412.     end
  413.     object edtHexCode: TEdit
  414.       Left = 72
  415.       Top = 32
  416.       Width = 49
  417.       Height = 21
  418.       ReadOnly = True
  419.       TabOrder = 2
  420.     end
  421.     object edtUnitType: TEdit
  422.       Left = 8
  423.       Top = 80
  424.       Width = 121
  425.       Height = 21
  426.       ReadOnly = True
  427.       TabOrder = 3
  428.     end
  429.     object cbCountry: TComboBox
  430.       Left = 144
  431.       Top = 80
  432.       Width = 145
  433.       Height = 21
  434.       ItemHeight = 13
  435.       Items.Strings = (
  436.         'Austria'
  437.         'Belgium'
  438.         'Bulgaria'
  439.         'Czechoslovakia'
  440.         'Denmark'
  441.         'Finland'
  442.         'France'
  443.         'Germany'
  444.         'Greece'
  445.         'USA'
  446.         'Hungary'
  447.         'Turkey'
  448.         'Italy'
  449.         'Netherlands'
  450.         'Norway'
  451.         'Poland'
  452.         'Portugal'
  453.         'Romania'
  454.         'Spain'
  455.         'Russia'
  456.         'Sweden'
  457.         'Switzerland'
  458.         'United Kingdom'
  459.         'Yugoslavia'
  460.         'Nationalist'
  461.         'Republican')
  462.       TabOrder = 4
  463.       OnChange = edtUnitNameChange
  464.     end
  465.     object seMonth: TSpinEdit
  466.       Left = 344
  467.       Top = 80
  468.       Width = 41
  469.       Height = 22
  470.       MaxValue = 12
  471.       MinValue = 1
  472.       TabOrder = 5
  473.       Value = 1
  474.       OnChange = edtUnitNameChange
  475.     end
  476.     object seYear: TSpinEdit
  477.       Left = 432
  478.       Top = 80
  479.       Width = 41
  480.       Height = 22
  481.       MaxValue = 45
  482.       MinValue = 16
  483.       TabOrder = 6
  484.       Value = 16
  485.       OnChange = edtUnitNameChange
  486.     end
  487.     object seCost: TSpinEdit
  488.       Left = 56
  489.       Top = 115
  490.       Width = 49
  491.       Height = 22
  492.       Increment = 12
  493.       MaxLength = 4
  494.       MaxValue = 3060
  495.       MinValue = 12
  496.       TabOrder = 7
  497.       Value = 12
  498.       OnChange = edtUnitNameChange
  499.     end
  500.     object seMove: TSpinEdit
  501.       Left = 168
  502.       Top = 115
  503.       Width = 49
  504.       Height = 22
  505.       MaxLength = 3
  506.       MaxValue = 255
  507.       MinValue = 0
  508.       TabOrder = 8
  509.       Value = 0
  510.       OnChange = edtUnitNameChange
  511.     end
  512.     object seFuel: TSpinEdit
  513.       Left = 280
  514.       Top = 115
  515.       Width = 49
  516.       Height = 22
  517.       MaxLength = 3
  518.       MaxValue = 255
  519.       MinValue = 0
  520.       TabOrder = 9
  521.       Value = 0
  522.       OnChange = edtUnitNameChange
  523.     end
  524.     object seAmmo: TSpinEdit
  525.       Left = 392
  526.       Top = 115
  527.       Width = 49
  528.       Height = 22
  529.       MaxLength = 3
  530.       MaxValue = 255
  531.       MinValue = 0
  532.       TabOrder = 10
  533.       Value = 0
  534.       OnChange = edtUnitNameChange
  535.     end
  536.     object seRange: TSpinEdit
  537.       Left = 56
  538.       Top = 155
  539.       Width = 49
  540.       Height = 22
  541.       MaxLength = 3
  542.       MaxValue = 255
  543.       MinValue = 0
  544.       TabOrder = 11
  545.       Value = 0
  546.       OnChange = edtUnitNameChange
  547.     end
  548.     object seInit: TSpinEdit
  549.       Left = 168
  550.       Top = 155
  551.       Width = 49
  552.       Height = 22
  553.       MaxLength = 3
  554.       MaxValue = 255
  555.       MinValue = 0
  556.       TabOrder = 12
  557.       Value = 0
  558.       OnChange = edtUnitNameChange
  559.     end
  560.     object seSpot: TSpinEdit
  561.       Left = 280
  562.       Top = 155
  563.       Width = 49
  564.       Height = 22
  565.       MaxLength = 3
  566.       MaxValue = 255
  567.       MinValue = 0
  568.       TabOrder = 13
  569.       Value = 0
  570.       OnChange = edtUnitNameChange
  571.     end
  572.     object seHAtt: TSpinEdit
  573.       Left = 56
  574.       Top = 202
  575.       Width = 49
  576.       Height = 22
  577.       MaxLength = 3
  578.       MaxValue = 255
  579.       MinValue = 0
  580.       TabOrder = 14
  581.       Value = 0
  582.       OnChange = edtUnitNameChange
  583.     end
  584.     object seSAtt: TSpinEdit
  585.       Left = 168
  586.       Top = 202
  587.       Width = 49
  588.       Height = 22
  589.       MaxLength = 3
  590.       MaxValue = 255
  591.       MinValue = 0
  592.       TabOrder = 15
  593.       Value = 0
  594.       OnChange = edtUnitNameChange
  595.     end
  596.     object seAAtt: TSpinEdit
  597.       Left = 280
  598.       Top = 202
  599.       Width = 49
  600.       Height = 22
  601.       MaxLength = 3
  602.       MaxValue = 255
  603.       MinValue = 0
  604.       TabOrder = 16
  605.       Value = 0
  606.       OnChange = edtUnitNameChange
  607.     end
  608.     object seNAtt: TSpinEdit
  609.       Left = 392
  610.       Top = 202
  611.       Width = 49
  612.       Height = 22
  613.       MaxLength = 3
  614.       MaxValue = 255
  615.       MinValue = 0
  616.       TabOrder = 17
  617.       Value = 0
  618.       OnChange = edtUnitNameChange
  619.     end
  620.     object seGDef: TSpinEdit
  621.       Left = 56
  622.       Top = 250
  623.       Width = 49
  624.       Height = 22
  625.       MaxLength = 3
  626.       MaxValue = 255
  627.       MinValue = 0
  628.       TabOrder = 18
  629.       Value = 0
  630.       OnChange = edtUnitNameChange
  631.     end
  632.     object seADef: TSpinEdit
  633.       Left = 168
  634.       Top = 250
  635.       Width = 49
  636.       Height = 22
  637.       MaxLength = 3
  638.       MaxValue = 255
  639.       MinValue = 0
  640.       TabOrder = 19
  641.       Value = 0
  642.       OnChange = edtUnitNameChange
  643.     end
  644.     object seCDef: TSpinEdit
  645.       Left = 280
  646.       Top = 250
  647.       Width = 49
  648.       Height = 22
  649.       MaxLength = 3
  650.       MaxValue = 255
  651.       MinValue = 0
  652.       TabOrder = 20
  653.       Value = 0
  654.       OnChange = edtUnitNameChange
  655.     end
  656.     object seRDM: TSpinEdit
  657.       Left = 392
  658.       Top = 250
  659.       Width = 49
  660.       Height = 22
  661.       MaxLength = 3
  662.       MaxValue = 255
  663.       MinValue = 0
  664.       TabOrder = 21
  665.       Value = 0
  666.       OnChange = edtUnitNameChange
  667.     end
  668.     object sbStatus: TStatusBar
  669.       Left = 2
  670.       Top = 287
  671.       Width = 479
  672.       Height = 22
  673.       Panels = <
  674.         item
  675.           Width = 50
  676.         end>
  677.       SimplePanel = False
  678.     end
  679.   end
  680.   object dlgLoad: TOpenDialog
  681.     FileName = 'Equip97.eqp'
  682.     Left = 272
  683.     Top = 16
  684.   end
  685.   object MainMenu1: TMainMenu
  686.     Left = 288
  687.     Top = 16
  688.     object mnuFile: TMenuItem
  689.       Caption = 'S&ystem Options'
  690.       object mnuLoad: TMenuItem
  691.         Caption = '&Load File'
  692.         OnClick = btnLoadClick
  693.       end
  694.       object SaveFile1: TMenuItem
  695.         Caption = 'Sa&ve File'
  696.         OnClick = btnSaveClick
  697.       end
  698.       object Backup1: TMenuItem
  699.         Caption = '&Backup'
  700.         OnClick = BitBtn3Click
  701.       end
  702.       object N1: TMenuItem
  703.         Caption = '-'
  704.       end
  705.       object mnuExit: TMenuItem
  706.         Caption = 'Return to &Main Menu'
  707.         OnClick = btnExitClick
  708.       end
  709.     end
  710.     object EditorOptions1: TMenuItem
  711.       Caption = '&Editor Options'
  712.       object Search1: TMenuItem
  713.         Caption = '&Search'
  714.         OnClick = btnSearchClick
  715.       end
  716.       object Update1: TMenuItem
  717.         Caption = '&Update'
  718.         OnClick = btnUpdateClick
  719.       end
  720.       object mnuCreate: TMenuItem
  721.         Caption = '&Create'
  722.         OnClick = btnCreateClick
  723.       end
  724.     end
  725.   end
  726. end
  727.