home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2002 October / Gamestar_44_2002-10_cd2.bin / patche / AOW2_Euro_Patch_V1_1.exe / AoW2Ed.exe / 0 / RCDATA / TUNITINDEXLISTEDITORDLG / TUNITINDEXLISTEDITORDLG.txt
Text File  |  2002-07-11  |  4KB  |  200 lines

  1. object UnitIndexListEditorDlg: TUnitIndexListEditorDlg
  2.   Left = 412
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'Unit Selection Editor'
  6.   ClientHeight = 464
  7.   ClientWidth = 557
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BottomPnl: TPanel
  18.     Left = 0
  19.     Top = 423
  20.     Width = 557
  21.     Height = 41
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object OKBtn: TButton
  26.       Left = 353
  27.       Top = 2
  28.       Width = 93
  29.       Height = 31
  30.       Caption = 'OK'
  31.       Default = True
  32.       ModalResult = 1
  33.       TabOrder = 0
  34.     end
  35.     object CancelBtn: TButton
  36.       Left = 453
  37.       Top = 2
  38.       Width = 93
  39.       Height = 31
  40.       Cancel = True
  41.       Caption = 'Cancel'
  42.       ModalResult = 2
  43.       TabOrder = 1
  44.     end
  45.   end
  46.   object ClientPnl: TPanel
  47.     Left = 8
  48.     Top = 12
  49.     Width = 541
  50.     Height = 405
  51.     BevelWidth = 2
  52.     TabOrder = 1
  53.     object SelectedUnitsLbl: TLabel
  54.       Left = 8
  55.       Top = 288
  56.       Width = 72
  57.       Height = 13
  58.       Caption = 'Selected Units:'
  59.     end
  60.     object UnitCategoryLbl: TLabel
  61.       Left = 12
  62.       Top = 20
  63.       Width = 67
  64.       Height = 13
  65.       Caption = 'Unit Category:'
  66.     end
  67.     object EditGrid: TUnitIndexGrid
  68.       Left = 8
  69.       Top = 312
  70.       Width = 525
  71.       Height = 85
  72.       ShowUnitLevel = True
  73.       DoubleUnitsEnabled = False
  74.       Sorted = False
  75.       SelectionEnabled = True
  76.       FocusColor = clRed
  77.       BltMode = ibmStretchToFit
  78.       ScaleX = 1.000000000000000000
  79.       ScaleY = 1.000000000000000000
  80.       Color = clBtnFace
  81.       ScrollBars = ssHorizontal
  82.       DefaultRowHeight = 60
  83.       DefaultColWidth = 53
  84.       GridLineWidth = 2
  85.       ColCount = 10
  86.       RowCount = 1
  87.       EditMode = []
  88.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  89.       GrowDirection = ilHorizontal
  90.       MinRowCount = 0
  91.       MinColCount = 10
  92.       MaxRowCount = 0
  93.       MaxColCount = 0
  94.       ShowGridIndex = False
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clRed
  97.       Font.Height = -13
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.     end
  101.     object UnitCategoryCB: TComboBox
  102.       Left = 112
  103.       Top = 16
  104.       Width = 193
  105.       Height = 21
  106.       ItemHeight = 13
  107.       TabOrder = 1
  108.       OnChange = UnitCategoryCBChange
  109.     end
  110.     object SelectionGrid: TUnitIndexGrid
  111.       Left = 12
  112.       Top = 48
  113.       Width = 517
  114.       Height = 193
  115.       ShowUnitLevel = True
  116.       DoubleUnitsEnabled = False
  117.       Sorted = True
  118.       SelectionEnabled = True
  119.       FocusColor = clRed
  120.       BltMode = ibmStretchToFit
  121.       ScaleX = 1.000000000000000000
  122.       ScaleY = 1.000000000000000000
  123.       Color = clBtnFace
  124.       ScrollBars = ssVertical
  125.       DefaultRowHeight = 60
  126.       DefaultColWidth = 53
  127.       GridLineWidth = 2
  128.       ColCount = 9
  129.       RowCount = 4
  130.       EditMode = []
  131.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  132.       GrowDirection = ilVertical
  133.       MinRowCount = 4
  134.       MinColCount = 10
  135.       MaxRowCount = 0
  136.       MaxColCount = 9
  137.       ShowGridIndex = False
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clRed
  140.       Font.Height = -13
  141.       Font.Name = 'MS Sans Serif'
  142.       Font.Style = []
  143.     end
  144.     object AddBtn: TButton
  145.       Left = 168
  146.       Top = 248
  147.       Width = 89
  148.       Height = 29
  149.       Caption = 'Add'
  150.       TabOrder = 3
  151.       OnClick = AddBtnClick
  152.     end
  153.     object DeleteBtn: TButton
  154.       Left = 264
  155.       Top = 248
  156.       Width = 93
  157.       Height = 29
  158.       Caption = 'Delete'
  159.       TabOrder = 4
  160.       OnClick = DeleteBtnClick
  161.     end
  162.   end
  163.   object Translator: TIvTranslator
  164.     DictionaryName = 'aow2ed'
  165.     Left = 12
  166.     Top = 8
  167.     TargetsData = (
  168.       1
  169.       7
  170.       (
  171.         ''
  172.         'Hint'
  173.         0)
  174.       (
  175.         ''
  176.         'Caption'
  177.         0)
  178.       (
  179.         ''
  180.         'Items'
  181.         0)
  182.       (
  183.         'TMemo'
  184.         'Text'
  185.         0)
  186.       (
  187.         ''
  188.         'Lines'
  189.         0)
  190.       (
  191.         ''
  192.         'Text'
  193.         0)
  194.       (
  195.         ''
  196.         'ToolTipText'
  197.         0))
  198.   end
  199. end
  200.