home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / sharewar / room / rooarr3d.exe / RooArr.exe / 0 / RCDATA / TFORMROOM / TFORMROOM.txt
Encoding:
Text File  |  2003-02-17  |  5.5 KB  |  306 lines

  1. object FormRoom: TFormRoom
  2.   Left = 245
  3.   Top = 231
  4.   HelpContext = 4
  5.   BorderStyle = bsDialog
  6.   Caption = 'Room Size'
  7.   ClientHeight = 224
  8.   ClientWidth = 370
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LbWidth: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 31
  24.     Height = 13
  25.     Caption = 'Width:'
  26.   end
  27.   object LbHeight: TLabel
  28.     Left = 128
  29.     Top = 16
  30.     Width = 34
  31.     Height = 13
  32.     Caption = 'Height:'
  33.   end
  34.   object LbBackColor: TLabel
  35.     Left = 204
  36.     Top = 122
  37.     Width = 52
  38.     Height = 13
  39.     Caption = 'Floor color:'
  40.   end
  41.   object ImgColor: TImage
  42.     Left = 300
  43.     Top = 120
  44.     Width = 57
  45.     Height = 17
  46.     OnClick = BtnColorClick
  47.   end
  48.   object LbUnit2: TLabel
  49.     Left = 228
  50.     Top = 16
  51.     Width = 14
  52.     Height = 13
  53.     Caption = 'cm'
  54.   end
  55.   object LbUnit1: TLabel
  56.     Left = 108
  57.     Top = 16
  58.     Width = 14
  59.     Height = 13
  60.     Caption = 'cm'
  61.   end
  62.   object LbThick: TLabel
  63.     Left = 204
  64.     Top = 48
  65.     Width = 72
  66.     Height = 13
  67.     Caption = 'Wall thickness:'
  68.   end
  69.   object LbUnit3: TLabel
  70.     Left = 344
  71.     Top = 48
  72.     Width = 14
  73.     Height = 13
  74.     Caption = 'cm'
  75.   end
  76.   object LbUnitText: TLabel
  77.     Left = 204
  78.     Top = 148
  79.     Width = 51
  80.     Height = 13
  81.     Caption = 'Unit name:'
  82.   end
  83.   object LbWallColor: TLabel
  84.     Left = 204
  85.     Top = 98
  86.     Width = 50
  87.     Height = 13
  88.     Caption = 'Wall color:'
  89.   end
  90.   object ImgWallColor: TImage
  91.     Left = 300
  92.     Top = 96
  93.     Width = 57
  94.     Height = 17
  95.     OnClick = BtnColorClick
  96.   end
  97.   object LbWallZHeight: TLabel
  98.     Left = 204
  99.     Top = 72
  100.     Width = 79
  101.     Height = 13
  102.     Caption = 'Wall height (3D):'
  103.   end
  104.   object LbUnit4: TLabel
  105.     Left = 344
  106.     Top = 72
  107.     Width = 14
  108.     Height = 13
  109.     Caption = 'cm'
  110.   end
  111.   object EdWidth: TEdit
  112.     Left = 58
  113.     Top = 12
  114.     Width = 49
  115.     Height = 21
  116.     TabOrder = 0
  117.   end
  118.   object EdHeight: TEdit
  119.     Left = 176
  120.     Top = 12
  121.     Width = 49
  122.     Height = 21
  123.     TabOrder = 1
  124.   end
  125.   object BtnOK: TButton
  126.     Left = 197
  127.     Top = 192
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'OK'
  131.     Default = True
  132.     TabOrder = 8
  133.     OnClick = BtnOKClick
  134.   end
  135.   object BtnCancel: TButton
  136.     Left = 285
  137.     Top = 192
  138.     Width = 75
  139.     Height = 25
  140.     Cancel = True
  141.     Caption = 'Cancel'
  142.     ModalResult = 2
  143.     TabOrder = 9
  144.   end
  145.   object BtnWalls: TButton
  146.     Left = 264
  147.     Top = 8
  148.     Width = 97
  149.     Height = 25
  150.     Caption = 'Edit walls...'
  151.     TabOrder = 2
  152.     OnClick = BtnWallsClick
  153.   end
  154.   object EdThick: TEdit
  155.     Left = 300
  156.     Top = 44
  157.     Width = 41
  158.     Height = 21
  159.     TabOrder = 3
  160.   end
  161.   object GridGroup: TGroupBox
  162.     Left = 8
  163.     Top = 144
  164.     Width = 161
  165.     Height = 73
  166.     Caption = 'Grid'
  167.     TabOrder = 7
  168.     object LbGridSize: TLabel
  169.       Left = 8
  170.       Top = 20
  171.       Width = 43
  172.       Height = 13
  173.       Caption = 'Grid size:'
  174.     end
  175.     object LbGridSize2: TLabel
  176.       Left = 134
  177.       Top = 20
  178.       Width = 14
  179.       Height = 13
  180.       Caption = 'cm'
  181.     end
  182.     object LbGridColor: TLabel
  183.       Left = 8
  184.       Top = 44
  185.       Width = 48
  186.       Height = 13
  187.       Caption = 'Grid color:'
  188.     end
  189.     object ImgGridColor: TImage
  190.       Left = 88
  191.       Top = 44
  192.       Width = 57
  193.       Height = 17
  194.       OnClick = BtnColorClick
  195.     end
  196.     object EdGridSize: TEdit
  197.       Left = 88
  198.       Top = 18
  199.       Width = 41
  200.       Height = 21
  201.       TabOrder = 0
  202.     end
  203.   end
  204.   object BorderGroup: TGroupBox
  205.     Left = 8
  206.     Top = 40
  207.     Width = 185
  208.     Height = 97
  209.     Caption = 'Space around the room'
  210.     TabOrder = 6
  211.     object LbLeft: TLabel
  212.       Left = 8
  213.       Top = 48
  214.       Width = 21
  215.       Height = 13
  216.       Caption = 'Left:'
  217.     end
  218.     object LbRight: TLabel
  219.       Left = 96
  220.       Top = 48
  221.       Width = 28
  222.       Height = 13
  223.       Caption = 'Right:'
  224.     end
  225.     object LbTop: TLabel
  226.       Left = 40
  227.       Top = 24
  228.       Width = 22
  229.       Height = 13
  230.       Caption = 'Top:'
  231.     end
  232.     object LbBottom: TLabel
  233.       Left = 40
  234.       Top = 72
  235.       Width = 36
  236.       Height = 13
  237.       Caption = 'Bottom:'
  238.     end
  239.     object BtnSameBorder: TSpeedButton
  240.       Left = 136
  241.       Top = 22
  242.       Width = 18
  243.       Height = 18
  244.       Hint = 'Copy to all other'
  245.       Glyph.Data = {
  246.         5E000000424D5E000000000000003E0000002800000006000000080000000100
  247.         01000000000020000000230B0000230B0000020000000200000000000000FFFF
  248.         FF0080005B008C002E008F003700B4005D00B8000000F90000A0F8B93A010400
  249.         2D01}
  250.       ParentShowHint = False
  251.       ShowHint = True
  252.       OnClick = BtnSameBorderClick
  253.     end
  254.     object EdBorderLeft: TEdit
  255.       Left = 40
  256.       Top = 44
  257.       Width = 41
  258.       Height = 21
  259.       TabOrder = 1
  260.     end
  261.     object EdBorderBottom: TEdit
  262.       Left = 88
  263.       Top = 68
  264.       Width = 41
  265.       Height = 21
  266.       TabOrder = 3
  267.     end
  268.     object EdBorderTop: TEdit
  269.       Left = 88
  270.       Top = 20
  271.       Width = 41
  272.       Height = 21
  273.       TabOrder = 0
  274.     end
  275.     object EdBorderRight: TEdit
  276.       Left = 136
  277.       Top = 44
  278.       Width = 41
  279.       Height = 21
  280.       TabOrder = 2
  281.     end
  282.   end
  283.   object CbUnitText: TComboBox
  284.     Left = 300
  285.     Top = 144
  286.     Width = 57
  287.     Height = 21
  288.     Style = csDropDownList
  289.     ItemHeight = 13
  290.     TabOrder = 5
  291.     OnChange = EdUnitTextChange
  292.   end
  293.   object EdWallZHeight: TEdit
  294.     Left = 300
  295.     Top = 68
  296.     Width = 41
  297.     Height = 21
  298.     TabOrder = 4
  299.   end
  300.   object ColorDialog1: TColorDialog
  301.     Ctl3D = True
  302.     Left = 176
  303.     Top = 144
  304.   end
  305. end
  306.