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

  1. object ItemImageSelectionDlg: TItemImageSelectionDlg
  2.   Left = 703
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Item Selection'
  6.   ClientHeight = 388
  7.   ClientWidth = 306
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl1: TPageControl
  17.     Left = 7
  18.     Top = 7
  19.     Width = 296
  20.     Height = 348
  21.     TabOrder = 0
  22.   end
  23.   object BottomPnl: TPanel
  24.     Left = 0
  25.     Top = 361
  26.     Width = 306
  27.     Height = 27
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     TabOrder = 1
  31.     object OKBtn: TButton
  32.       Left = 150
  33.       Top = 3
  34.       Width = 73
  35.       Height = 22
  36.       Caption = 'OK'
  37.       ModalResult = 1
  38.       TabOrder = 0
  39.     end
  40.     object Button2: TButton
  41.       Left = 230
  42.       Top = 3
  43.       Width = 73
  44.       Height = 22
  45.       Caption = 'Cancel'
  46.       ModalResult = 2
  47.       TabOrder = 1
  48.     end
  49.   end
  50.   object ItemImageGrid: TEObjectGrid
  51.     Left = 16
  52.     Top = 20
  53.     Width = 281
  54.     Height = 319
  55.     OnSelectCell = ItemImageGridSelectCell
  56.     OnDrawCell = ItemImageGridDrawCell
  57.     FocusColor = clRed
  58.     ControlStyle = ecsArray
  59.     Mode = []
  60.     Color = clBtnFace
  61.     RowCount = 10
  62.     DefaultColWidth = 62
  63.     DefaultRowHeight = 80
  64.   end
  65.   object Translator: TIvTranslator
  66.     DictionaryName = 'aow2ed'
  67.     Left = 12
  68.     Top = 8
  69.     TargetsData = (
  70.       1
  71.       5
  72.       (
  73.         ''
  74.         'Hint'
  75.         0)
  76.       (
  77.         ''
  78.         'Caption'
  79.         0)
  80.       (
  81.         ''
  82.         'Items'
  83.         0)
  84.       (
  85.         ''
  86.         'Text'
  87.         0)
  88.       (
  89.         ''
  90.         'ToolTipText'
  91.         0))
  92.   end
  93. end
  94.