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

  1. object FormWalls: TFormWalls
  2.   Left = 270
  3.   Top = 144
  4.   HelpContext = 4
  5.   BorderStyle = bsDialog
  6.   Caption = 'Room Walls'
  7.   ClientHeight = 193
  8.   ClientWidth = 567
  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 = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LbPreview: TLabel
  21.     Left = 328
  22.     Top = 8
  23.     Width = 233
  24.     Height = 13
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Preview'
  28.   end
  29.   object ImgPreview: TImage
  30.     Left = 328
  31.     Top = 24
  32.     Width = 233
  33.     Height = 130
  34.   end
  35.   object LbWallsList: TLabel
  36.     Left = 8
  37.     Top = 8
  38.     Width = 58
  39.     Height = 13
  40.     Caption = 'Walls listing:'
  41.   end
  42.   object GroupBox1: TGroupBox
  43.     Left = 140
  44.     Top = 4
  45.     Width = 181
  46.     Height = 181
  47.     Caption = 'Selected Wall'
  48.     TabOrder = 1
  49.     object LbFrom: TLabel
  50.       Left = 8
  51.       Top = 19
  52.       Width = 23
  53.       Height = 13
  54.       Caption = 'From'
  55.     end
  56.     object Label1: TLabel
  57.       Left = 40
  58.       Top = 19
  59.       Width = 8
  60.       Height = 13
  61.       Caption = 'x:'
  62.     end
  63.     object Label2: TLabel
  64.       Left = 40
  65.       Top = 43
  66.       Width = 8
  67.       Height = 13
  68.       Caption = 'y:'
  69.     end
  70.     object LbTo: TLabel
  71.       Left = 96
  72.       Top = 16
  73.       Width = 13
  74.       Height = 13
  75.       Caption = 'To'
  76.     end
  77.     object Label3: TLabel
  78.       Left = 120
  79.       Top = 16
  80.       Width = 8
  81.       Height = 13
  82.       Caption = 'x:'
  83.     end
  84.     object Label4: TLabel
  85.       Left = 120
  86.       Top = 43
  87.       Width = 8
  88.       Height = 13
  89.       Caption = 'y:'
  90.     end
  91.     object LbAlign: TLabel
  92.       Left = 8
  93.       Top = 64
  94.       Width = 49
  95.       Height = 13
  96.       Caption = 'Alignment:'
  97.     end
  98.     object Image1: TImage
  99.       Left = 88
  100.       Top = 71
  101.       Width = 32
  102.       Height = 40
  103.       AutoSize = True
  104.       Picture.Data = {<image000.bmp>}
  105.       Transparent = True
  106.     end
  107.     object LbThickness: TLabel
  108.       Left = 8
  109.       Top = 120
  110.       Width = 52
  111.       Height = 13
  112.       Caption = 'Thickness:'
  113.     end
  114.     object LbUnit: TLabel
  115.       Left = 126
  116.       Top = 120
  117.       Width = 14
  118.       Height = 13
  119.       Caption = 'cm'
  120.     end
  121.     object EdFromX: TEdit
  122.       Left = 50
  123.       Top = 16
  124.       Width = 39
  125.       Height = 21
  126.       TabOrder = 0
  127.       OnChange = EdFromXChange
  128.     end
  129.     object EdFromY: TEdit
  130.       Left = 50
  131.       Top = 40
  132.       Width = 39
  133.       Height = 21
  134.       TabOrder = 1
  135.       OnChange = EdFromXChange
  136.     end
  137.     object EdToX: TEdit
  138.       Left = 130
  139.       Top = 16
  140.       Width = 39
  141.       Height = 21
  142.       TabOrder = 2
  143.       OnChange = EdFromXChange
  144.     end
  145.     object EdToY: TEdit
  146.       Left = 130
  147.       Top = 40
  148.       Width = 39
  149.       Height = 21
  150.       TabOrder = 3
  151.       OnChange = EdFromXChange
  152.     end
  153.     object Radio1: TRadioButton
  154.       Left = 72
  155.       Top = 64
  156.       Width = 16
  157.       Height = 17
  158.       Checked = True
  159.       TabOrder = 4
  160.       TabStop = True
  161.       OnClick = EdFromXChange
  162.     end
  163.     object Radio2: TRadioButton
  164.       Left = 72
  165.       Top = 80
  166.       Width = 16
  167.       Height = 17
  168.       TabOrder = 5
  169.       OnClick = EdFromXChange
  170.     end
  171.     object Radio3: TRadioButton
  172.       Left = 72
  173.       Top = 96
  174.       Width = 16
  175.       Height = 17
  176.       TabOrder = 6
  177.       OnClick = EdFromXChange
  178.     end
  179.     object BtnSave: TButton
  180.       Left = 8
  181.       Top = 148
  182.       Width = 73
  183.       Height = 25
  184.       Caption = 'Save'
  185.       Default = True
  186.       TabOrder = 8
  187.       OnClick = BtnSaveClick
  188.     end
  189.     object EdThick: TEdit
  190.       Left = 72
  191.       Top = 117
  192.       Width = 49
  193.       Height = 21
  194.       TabOrder = 7
  195.       OnChange = EdFromXChange
  196.     end
  197.     object BtnRemove: TButton
  198.       Left = 96
  199.       Top = 148
  200.       Width = 73
  201.       Height = 25
  202.       Caption = 'Remove'
  203.       TabOrder = 9
  204.       OnClick = BtnRemoveClick
  205.     end
  206.   end
  207.   object BtnOK: TButton
  208.     Left = 328
  209.     Top = 160
  210.     Width = 75
  211.     Height = 25
  212.     Caption = 'OK'
  213.     ModalResult = 1
  214.     TabOrder = 2
  215.   end
  216.   object BtnCancel: TButton
  217.     Left = 408
  218.     Top = 160
  219.     Width = 75
  220.     Height = 25
  221.     Cancel = True
  222.     Caption = 'Cancel'
  223.     ModalResult = 2
  224.     TabOrder = 3
  225.   end
  226.   object LsWalls: TListBox
  227.     Left = 8
  228.     Top = 24
  229.     Width = 129
  230.     Height = 161
  231.     ItemHeight = 13
  232.     TabOrder = 0
  233.     OnClick = LsWallsClick
  234.   end
  235.   object BtnHelp: TButton
  236.     Left = 488
  237.     Top = 160
  238.     Width = 75
  239.     Height = 25
  240.     Caption = 'Help'
  241.     TabOrder = 4
  242.     OnClick = BtnHelpClick
  243.   end
  244. end
  245.