object FormRoom: TFormRoom Left = 414 Top = 291 BorderStyle = bsDialog Caption = 'Room Size' ClientHeight = 153 ClientWidth = 218 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LbWidth: TLabel Left = 8 Top = 16 Width = 31 Height = 13 Caption = 'Widht:' end object LbHeight: TLabel Left = 114 Top = 16 Width = 34 Height = 13 Caption = 'Height:' end object LbBackColor: TLabel Left = 8 Top = 40 Width = 52 Height = 13 Caption = 'Floor color:' end object ImgColor: TImage Left = 90 Top = 40 Width = 57 Height = 17 OnClick = BtnColorClick end object LbGridSize: TLabel Left = 8 Top = 64 Width = 43 Height = 13 Caption = 'Grid size:' end object Label2: TLabel Left = 200 Top = 16 Width = 14 Height = 13 Caption = 'cm' end object LbGridSize2: TLabel Left = 134 Top = 64 Width = 81 Height = 13 Caption = 'cm (0 = invisible)' end object LbGridColor: TLabel Left = 8 Top = 88 Width = 48 Height = 13 Caption = 'Grid color:' end object ImgGridColor: TImage Left = 90 Top = 88 Width = 57 Height = 17 OnClick = BtnGridColorClick end object Label8: TLabel Left = 92 Top = 16 Width = 14 Height = 13 Caption = 'cm' end object EdWidth: TEdit Left = 48 Top = 12 Width = 41 Height = 21 TabOrder = 0 end object EdHeight: TEdit Left = 156 Top = 12 Width = 41 Height = 21 TabOrder = 1 end object BtnOK: TButton Left = 27 Top = 120 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object BtnCancel: TButton Left = 115 Top = 120 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object EdGridSize: TEdit Left = 90 Top = 62 Width = 41 Height = 21 TabOrder = 2 end object ColorDialog1: TColorDialog Ctl3D = True Left = 184 Top = 88 end end