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 / TMAPOBJECTDLG / TMAPOBJECTDLG.txt
Text File  |  2002-07-11  |  1KB  |  70 lines

  1. object MapObjectDlg: TMapObjectDlg
  2.   Left = 718
  3.   Top = 259
  4.   BorderStyle = bsDialog
  5.   Caption = 'MapObjectDlg'
  6.   ClientHeight = 266
  7.   ClientWidth = 290
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object ClientPnl: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 290
  26.     Height = 230
  27.     Align = alClient
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object MainPageControl: TPageControl
  31.       Left = 8
  32.       Top = 8
  33.       Width = 261
  34.       Height = 217
  35.       ActivePage = GeneralSheet
  36.       TabOrder = 0
  37.       object GeneralSheet: TTabSheet
  38.         Caption = 'General'
  39.       end
  40.     end
  41.   end
  42.   object ButtonPnl: TPanel
  43.     Left = 0
  44.     Top = 230
  45.     Width = 290
  46.     Height = 36
  47.     Align = alBottom
  48.     BevelOuter = bvNone
  49.     TabOrder = 1
  50.     object OKBtn: TButton
  51.       Left = 79
  52.       Top = 4
  53.       Width = 90
  54.       Height = 27
  55.       Caption = 'OK'
  56.       ModalResult = 1
  57.       TabOrder = 0
  58.     end
  59.     object CancelBtn: TButton
  60.       Left = 179
  61.       Top = 4
  62.       Width = 90
  63.       Height = 27
  64.       Caption = 'Cancel'
  65.       ModalResult = 2
  66.       TabOrder = 1
  67.     end
  68.   end
  69. end
  70.