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 / TFACESELECTIONDLG / TFACESELECTIONDLG.txt
Text File  |  2002-07-11  |  2KB  |  96 lines

  1. object FaceSelectionDlg: TFaceSelectionDlg
  2.   Left = 703
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Face Selection'
  6.   ClientHeight = 478
  7.   ClientWidth = 377
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object PageControl1: TPageControl
  16.     Left = 9
  17.     Top = 9
  18.     Width = 364
  19.     Height = 428
  20.     TabOrder = 0
  21.   end
  22.   object FaceResourceGrid: TEResourceGrid
  23.     Left = 20
  24.     Top = 25
  25.     Width = 341
  26.     Height = 396
  27.     OnSelectCell = FaceResourceGridSelectCell
  28.     ResourceGroup = 0
  29.     FocusColor = clRed
  30.     GrowDirection = rgdVertical
  31.     IndexDirection = ridHorizontal
  32.     Mode = [rgmPacked, rgmResizeOnScroll]
  33.     SelectionEnabled = True
  34.     Color = clBtnFace
  35.     RowCount = 10
  36.     ColCount = 4
  37.     DefaultColWidth = 77
  38.     DefaultRowHeight = 96
  39.   end
  40.   object BottomPnl: TPanel
  41.     Left = 0
  42.     Top = 444
  43.     Width = 377
  44.     Height = 34
  45.     Align = alBottom
  46.     BevelOuter = bvNone
  47.     TabOrder = 2
  48.     object OKBtn: TButton
  49.       Left = 185
  50.       Top = 4
  51.       Width = 89
  52.       Height = 27
  53.       Caption = 'OK'
  54.       ModalResult = 1
  55.       TabOrder = 0
  56.     end
  57.     object Button2: TButton
  58.       Left = 283
  59.       Top = 4
  60.       Width = 90
  61.       Height = 27
  62.       Caption = 'Cancel'
  63.       ModalResult = 2
  64.       TabOrder = 1
  65.     end
  66.   end
  67.   object Translator: TIvTranslator
  68.     DictionaryName = 'aow2ed'
  69.     Left = 12
  70.     Top = 8
  71.     TargetsData = (
  72.       1
  73.       5
  74.       (
  75.         ''
  76.         'Hint'
  77.         0)
  78.       (
  79.         ''
  80.         'Caption'
  81.         0)
  82.       (
  83.         ''
  84.         'Items'
  85.         0)
  86.       (
  87.         ''
  88.         'Text'
  89.         0)
  90.       (
  91.         ''
  92.         'ToolTipText'
  93.         0))
  94.   end
  95. end
  96.