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

  1. object AoWRoadResourceEditForm: TAoWRoadResourceEditForm
  2.   Left = 575
  3.   Top = 411
  4.   BorderStyle = bsDialog
  5.   Caption = 'AoWRoad Resource Properties'
  6.   ClientHeight = 174
  7.   ClientWidth = 273
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object TerrainTypeLbl: TLabel
  15.     Left = 16
  16.     Top = 44
  17.     Width = 78
  18.     Height = 16
  19.     Caption = 'TerrainType:'
  20.   end
  21.   object OKBtn: TButton
  22.     Left = 41
  23.     Top = 134
  24.     Width = 93
  25.     Height = 31
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object CancelBtn: TButton
  32.     Left = 145
  33.     Top = 134
  34.     Width = 93
  35.     Height = 31
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object TerrainTypeCB: TComboBox
  42.     Left = 120
  43.     Top = 40
  44.     Width = 137
  45.     Height = 24
  46.     ItemHeight = 16
  47.     TabOrder = 2
  48.     Text = 'TerrainTypeCB'
  49.     OnChange = TerrainTypeCBChange
  50.   end
  51.   object EditImagesBtn: TButton
  52.     Left = 120
  53.     Top = 76
  54.     Width = 105
  55.     Height = 29
  56.     Caption = 'Edit Images'
  57.     TabOrder = 3
  58.     OnClick = EditImagesBtnClick
  59.   end
  60. end
  61.