home *** CD-ROM | disk | FTP | other *** search
- object FormRoom: TFormRoom
- Left = 245
- Top = 231
- HelpContext = 4
- BorderStyle = bsDialog
- Caption = 'Room Size'
- ClientHeight = 224
- ClientWidth = 370
- 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 = 'Width:'
- end
- object LbHeight: TLabel
- Left = 128
- Top = 16
- Width = 34
- Height = 13
- Caption = 'Height:'
- end
- object LbBackColor: TLabel
- Left = 204
- Top = 122
- Width = 52
- Height = 13
- Caption = 'Floor color:'
- end
- object ImgColor: TImage
- Left = 300
- Top = 120
- Width = 57
- Height = 17
- OnClick = BtnColorClick
- end
- object LbUnit2: TLabel
- Left = 228
- Top = 16
- Width = 14
- Height = 13
- Caption = 'cm'
- end
- object LbUnit1: TLabel
- Left = 108
- Top = 16
- Width = 14
- Height = 13
- Caption = 'cm'
- end
- object LbThick: TLabel
- Left = 204
- Top = 48
- Width = 72
- Height = 13
- Caption = 'Wall thickness:'
- end
- object LbUnit3: TLabel
- Left = 344
- Top = 48
- Width = 14
- Height = 13
- Caption = 'cm'
- end
- object LbUnitText: TLabel
- Left = 204
- Top = 148
- Width = 51
- Height = 13
- Caption = 'Unit name:'
- end
- object LbWallColor: TLabel
- Left = 204
- Top = 98
- Width = 50
- Height = 13
- Caption = 'Wall color:'
- end
- object ImgWallColor: TImage
- Left = 300
- Top = 96
- Width = 57
- Height = 17
- OnClick = BtnColorClick
- end
- object LbWallZHeight: TLabel
- Left = 204
- Top = 72
- Width = 79
- Height = 13
- Caption = 'Wall height (3D):'
- end
- object LbUnit4: TLabel
- Left = 344
- Top = 72
- Width = 14
- Height = 13
- Caption = 'cm'
- end
- object EdWidth: TEdit
- Left = 58
- Top = 12
- Width = 49
- Height = 21
- TabOrder = 0
- end
- object EdHeight: TEdit
- Left = 176
- Top = 12
- Width = 49
- Height = 21
- TabOrder = 1
- end
- object BtnOK: TButton
- Left = 197
- Top = 192
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 8
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 285
- Top = 192
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 9
- end
- object BtnWalls: TButton
- Left = 264
- Top = 8
- Width = 97
- Height = 25
- Caption = 'Edit walls...'
- TabOrder = 2
- OnClick = BtnWallsClick
- end
- object EdThick: TEdit
- Left = 300
- Top = 44
- Width = 41
- Height = 21
- TabOrder = 3
- end
- object GridGroup: TGroupBox
- Left = 8
- Top = 144
- Width = 161
- Height = 73
- Caption = 'Grid'
- TabOrder = 7
- object LbGridSize: TLabel
- Left = 8
- Top = 20
- Width = 43
- Height = 13
- Caption = 'Grid size:'
- end
- object LbGridSize2: TLabel
- Left = 134
- Top = 20
- Width = 14
- Height = 13
- Caption = 'cm'
- end
- object LbGridColor: TLabel
- Left = 8
- Top = 44
- Width = 48
- Height = 13
- Caption = 'Grid color:'
- end
- object ImgGridColor: TImage
- Left = 88
- Top = 44
- Width = 57
- Height = 17
- OnClick = BtnColorClick
- end
- object EdGridSize: TEdit
- Left = 88
- Top = 18
- Width = 41
- Height = 21
- TabOrder = 0
- end
- end
- object BorderGroup: TGroupBox
- Left = 8
- Top = 40
- Width = 185
- Height = 97
- Caption = 'Space around the room'
- TabOrder = 6
- object LbLeft: TLabel
- Left = 8
- Top = 48
- Width = 21
- Height = 13
- Caption = 'Left:'
- end
- object LbRight: TLabel
- Left = 96
- Top = 48
- Width = 28
- Height = 13
- Caption = 'Right:'
- end
- object LbTop: TLabel
- Left = 40
- Top = 24
- Width = 22
- Height = 13
- Caption = 'Top:'
- end
- object LbBottom: TLabel
- Left = 40
- Top = 72
- Width = 36
- Height = 13
- Caption = 'Bottom:'
- end
- object BtnSameBorder: TSpeedButton
- Left = 136
- Top = 22
- Width = 18
- Height = 18
- Hint = 'Copy to all other'
- Glyph.Data = {
- 5E000000424D5E000000000000003E0000002800000006000000080000000100
- 01000000000020000000230B0000230B0000020000000200000000000000FFFF
- FF0080005B008C002E008F003700B4005D00B8000000F90000A0F8B93A010400
- 2D01}
- ParentShowHint = False
- ShowHint = True
- OnClick = BtnSameBorderClick
- end
- object EdBorderLeft: TEdit
- Left = 40
- Top = 44
- Width = 41
- Height = 21
- TabOrder = 1
- end
- object EdBorderBottom: TEdit
- Left = 88
- Top = 68
- Width = 41
- Height = 21
- TabOrder = 3
- end
- object EdBorderTop: TEdit
- Left = 88
- Top = 20
- Width = 41
- Height = 21
- TabOrder = 0
- end
- object EdBorderRight: TEdit
- Left = 136
- Top = 44
- Width = 41
- Height = 21
- TabOrder = 2
- end
- end
- object CbUnitText: TComboBox
- Left = 300
- Top = 144
- Width = 57
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- OnChange = EdUnitTextChange
- end
- object EdWallZHeight: TEdit
- Left = 300
- Top = 68
- Width = 41
- Height = 21
- TabOrder = 4
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Left = 176
- Top = 144
- end
- end
-