object fraMapDimensions: TfraMapDimensions Left = 0 Top = 0 Width = 176 Height = 48 TabOrder = 0 TabStop = True object Label1: TLabel Left = 0 Top = 3 Width = 94 Height = 13 Caption = 'Map width (in tiles):' end object Label2: TLabel Left = 0 Top = 30 Width = 98 Height = 13 Caption = 'Map height (in tiles):' end object edtMapWidth: TEdit Left = 104 Top = 0 Width = 57 Height = 21 TabOrder = 0 Text = '0' end object updMapWidth: TUpDown Left = 161 Top = 0 Width = 15 Height = 21 Associate = edtMapWidth TabOrder = 1 end object edtMapHeight: TEdit Left = 104 Top = 27 Width = 57 Height = 21 TabOrder = 2 Text = '0' end object updMapHeight: TUpDown Left = 161 Top = 27 Width = 15 Height = 21 Associate = edtMapHeight TabOrder = 3 end end