object AoWRoadResourceEditForm: TAoWRoadResourceEditForm Left = 575 Top = 411 BorderStyle = bsDialog Caption = 'AoWRoad Resource Properties' ClientHeight = 174 ClientWidth = 273 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object TerrainTypeLbl: TLabel Left = 16 Top = 44 Width = 78 Height = 16 Caption = 'TerrainType:' end object OKBtn: TButton Left = 41 Top = 134 Width = 93 Height = 31 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 145 Top = 134 Width = 93 Height = 31 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object TerrainTypeCB: TComboBox Left = 120 Top = 40 Width = 137 Height = 24 ItemHeight = 16 TabOrder = 2 Text = 'TerrainTypeCB' OnChange = TerrainTypeCBChange end object EditImagesBtn: TButton Left = 120 Top = 76 Width = 105 Height = 29 Caption = 'Edit Images' TabOrder = 3 OnClick = EditImagesBtnClick end end