home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / sharewar / slunec / app / rooarr1.exe / RooArr.exe / 0 / RCDATA / TFORMROOM / TFORMROOM.txt
Text File  |  2002-09-07  |  2KB  |  136 lines

  1. object FormRoom: TFormRoom
  2.   Left = 414
  3.   Top = 291
  4.   BorderStyle = bsDialog
  5.   Caption = 'Room Size'
  6.   ClientHeight = 153
  7.   ClientWidth = 218
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LbWidth: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 31
  23.     Height = 13
  24.     Caption = 'Widht:'
  25.   end
  26.   object LbHeight: TLabel
  27.     Left = 114
  28.     Top = 16
  29.     Width = 34
  30.     Height = 13
  31.     Caption = 'Height:'
  32.   end
  33.   object LbBackColor: TLabel
  34.     Left = 8
  35.     Top = 40
  36.     Width = 52
  37.     Height = 13
  38.     Caption = 'Floor color:'
  39.   end
  40.   object ImgColor: TImage
  41.     Left = 90
  42.     Top = 40
  43.     Width = 57
  44.     Height = 17
  45.     OnClick = BtnColorClick
  46.   end
  47.   object LbGridSize: TLabel
  48.     Left = 8
  49.     Top = 64
  50.     Width = 43
  51.     Height = 13
  52.     Caption = 'Grid size:'
  53.   end
  54.   object Label2: TLabel
  55.     Left = 200
  56.     Top = 16
  57.     Width = 14
  58.     Height = 13
  59.     Caption = 'cm'
  60.   end
  61.   object LbGridSize2: TLabel
  62.     Left = 134
  63.     Top = 64
  64.     Width = 81
  65.     Height = 13
  66.     Caption = 'cm  (0 = invisible)'
  67.   end
  68.   object LbGridColor: TLabel
  69.     Left = 8
  70.     Top = 88
  71.     Width = 48
  72.     Height = 13
  73.     Caption = 'Grid color:'
  74.   end
  75.   object ImgGridColor: TImage
  76.     Left = 90
  77.     Top = 88
  78.     Width = 57
  79.     Height = 17
  80.     OnClick = BtnGridColorClick
  81.   end
  82.   object Label8: TLabel
  83.     Left = 92
  84.     Top = 16
  85.     Width = 14
  86.     Height = 13
  87.     Caption = 'cm'
  88.   end
  89.   object EdWidth: TEdit
  90.     Left = 48
  91.     Top = 12
  92.     Width = 41
  93.     Height = 21
  94.     TabOrder = 0
  95.   end
  96.   object EdHeight: TEdit
  97.     Left = 156
  98.     Top = 12
  99.     Width = 41
  100.     Height = 21
  101.     TabOrder = 1
  102.   end
  103.   object BtnOK: TButton
  104.     Left = 27
  105.     Top = 120
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'OK'
  109.     Default = True
  110.     ModalResult = 1
  111.     TabOrder = 3
  112.   end
  113.   object BtnCancel: TButton
  114.     Left = 115
  115.     Top = 120
  116.     Width = 75
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     ModalResult = 2
  121.     TabOrder = 4
  122.   end
  123.   object EdGridSize: TEdit
  124.     Left = 90
  125.     Top = 62
  126.     Width = 41
  127.     Height = 21
  128.     TabOrder = 2
  129.   end
  130.   object ColorDialog1: TColorDialog
  131.     Ctl3D = True
  132.     Left = 184
  133.     Top = 88
  134.   end
  135. end
  136.