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 / TEVENTXYLDLG / TEVENTXYLDLG.txt
Text File  |  2002-07-11  |  3KB  |  141 lines

  1. object EventXYLDlg: TEventXYLDlg
  2.   Left = 570
  3.   Top = 378
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select XYL'
  6.   ClientHeight = 101
  7.   ClientWidth = 226
  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 MainPC: TPageControl
  17.     Left = 3
  18.     Top = 3
  19.     Width = 220
  20.     Height = 69
  21.     ActivePage = MainSheet
  22.     Anchors = [akLeft, akTop, akRight, akBottom]
  23.     TabOrder = 0
  24.     object MainSheet: TTabSheet
  25.       Caption = 'MainSheet'
  26.       TabVisible = False
  27.       object XLbl: TLabel
  28.         Left = 7
  29.         Top = 23
  30.         Width = 10
  31.         Height = 13
  32.         Caption = 'X:'
  33.       end
  34.       object YLbl: TLabel
  35.         Left = 78
  36.         Top = 23
  37.         Width = 10
  38.         Height = 13
  39.         Caption = 'Y:'
  40.       end
  41.       object LLbl: TLabel
  42.         Left = 143
  43.         Top = 23
  44.         Width = 9
  45.         Height = 13
  46.         Caption = 'L:'
  47.       end
  48.       object XEdit: TESpinEdit
  49.         Left = 23
  50.         Top = 18
  51.         Width = 40
  52.         Height = 22
  53.         MaxValue = 255
  54.         MinValue = -1
  55.         TabOrder = 0
  56.         Value = 0
  57.       end
  58.       object YEdit: TESpinEdit
  59.         Left = 94
  60.         Top = 18
  61.         Width = 40
  62.         Height = 22
  63.         MaxValue = 255
  64.         MinValue = -1
  65.         TabOrder = 1
  66.         Value = 0
  67.       end
  68.       object LEdit: TESpinEdit
  69.         Left = 159
  70.         Top = 18
  71.         Width = 40
  72.         Height = 22
  73.         MaxValue = 2
  74.         MinValue = -1
  75.         TabOrder = 2
  76.         Value = 0
  77.       end
  78.     end
  79.   end
  80.   object Panel1: TPanel
  81.     Left = 0
  82.     Top = 75
  83.     Width = 226
  84.     Height = 26
  85.     Align = alBottom
  86.     BevelOuter = bvNone
  87.     TabOrder = 1
  88.     object OKBtn: TButton
  89.       Left = 67
  90.       Top = 1
  91.       Width = 75
  92.       Height = 25
  93.       Anchors = [akRight, akBottom]
  94.       Caption = 'OK'
  95.       Default = True
  96.       ModalResult = 1
  97.       TabOrder = 0
  98.       OnClick = OKBtnClick
  99.     end
  100.     object Button2: TButton
  101.       Left = 148
  102.       Top = 1
  103.       Width = 75
  104.       Height = 25
  105.       Anchors = [akRight, akBottom]
  106.       Cancel = True
  107.       Caption = 'Cancel'
  108.       ModalResult = 2
  109.       TabOrder = 1
  110.     end
  111.   end
  112.   object Translator: TIvTranslator
  113.     DictionaryName = 'aow2ed'
  114.     Left = 12
  115.     Top = 8
  116.     TargetsData = (
  117.       1
  118.       5
  119.       (
  120.         ''
  121.         'Hint'
  122.         0)
  123.       (
  124.         ''
  125.         'Caption'
  126.         0)
  127.       (
  128.         ''
  129.         'Items'
  130.         0)
  131.       (
  132.         ''
  133.         'Text'
  134.         0)
  135.       (
  136.         ''
  137.         'ToolTipText'
  138.         0))
  139.   end
  140. end
  141.