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

  1. object Form3D: TForm3D
  2.   Left = 220
  3.   Top = 103
  4.   HelpContext = 10
  5.   BorderStyle = bsDialog
  6.   Caption = 'Explore in 3D - Setup'
  7.   ClientHeight = 253
  8.   ClientWidth = 310
  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.   OnMouseDown = FormMouseDown
  18.   OnMouseMove = FormMouseMove
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LbHint: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 297
  26.     Height = 49
  27.     AutoSize = False
  28.     Caption = 
  29.       'You will need a VRML viewer. Please see help where to get it and' +
  30.       ' how to change its preferences to achieve the best results.'
  31.     Color = clBtnFace
  32.     ParentColor = False
  33.     WordWrap = True
  34.   end
  35.   object BtnOK: TButton
  36.     Left = 38
  37.     Top = 224
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 2
  44.     OnClick = BtnOKClick
  45.   end
  46.   object BtnCancel: TButton
  47.     Left = 118
  48.     Top = 224
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 3
  55.   end
  56.   object BtnHelp: TButton
  57.     Left = 198
  58.     Top = 224
  59.     Width = 75
  60.     Height = 25
  61.     HelpContext = 10
  62.     Caption = 'Help'
  63.     TabOrder = 4
  64.     OnClick = BtnHelpClick
  65.   end
  66.   object BoxOptions: TGroupBox
  67.     Left = 8
  68.     Top = 144
  69.     Width = 297
  70.     Height = 73
  71.     Caption = 'Options'
  72.     TabOrder = 1
  73.     object LbWallsTransp: TLabel
  74.       Left = 8
  75.       Top = 20
  76.       Width = 93
  77.       Height = 13
  78.       Caption = 'Walls transparency:'
  79.     end
  80.     object LbZoom: TLabel
  81.       Left = 8
  82.       Top = 44
  83.       Width = 30
  84.       Height = 13
  85.       Caption = 'Zoom:'
  86.     end
  87.     object Label1: TLabel
  88.       Left = 108
  89.       Top = 44
  90.       Width = 8
  91.       Height = 13
  92.       Caption = '%'
  93.     end
  94.     object CbWallsTransp: TComboBox
  95.       Left = 128
  96.       Top = 16
  97.       Width = 105
  98.       Height = 21
  99.       Style = csDropDownList
  100.       ItemHeight = 13
  101.       TabOrder = 0
  102.     end
  103.     object EdZoom: TEdit
  104.       Left = 64
  105.       Top = 40
  106.       Width = 41
  107.       Height = 21
  108.       TabOrder = 1
  109.     end
  110.   end
  111.   object BoxStart: TGroupBox
  112.     Left = 8
  113.     Top = 64
  114.     Width = 297
  115.     Height = 73
  116.     Caption = 'Start Position'
  117.     TabOrder = 0
  118.     object Label3: TLabel
  119.       Left = 8
  120.       Top = 20
  121.       Width = 8
  122.       Height = 13
  123.       Caption = 'x:'
  124.     end
  125.     object Label4: TLabel
  126.       Left = 80
  127.       Top = 20
  128.       Width = 8
  129.       Height = 13
  130.       Caption = 'y:'
  131.     end
  132.     object LbRotation: TLabel
  133.       Left = 152
  134.       Top = 20
  135.       Width = 43
  136.       Height = 13
  137.       Caption = 'Rotation:'
  138.     end
  139.     object Label2: TLabel
  140.       Left = 244
  141.       Top = 20
  142.       Width = 4
  143.       Height = 13
  144.       Caption = '∩┐╜'
  145.     end
  146.     object ImgPreview: TImage
  147.       Left = 250
  148.       Top = 10
  149.       Width = 40
  150.       Height = 40
  151.       Cursor = crCross
  152.       OnMouseDown = ImgPreviewMouseDown
  153.       OnMouseMove = ImgPreviewMouseMove
  154.     end
  155.     object EdPosX: TEdit
  156.       Left = 24
  157.       Top = 16
  158.       Width = 49
  159.       Height = 21
  160.       TabOrder = 0
  161.     end
  162.     object EdPosY: TEdit
  163.       Left = 96
  164.       Top = 16
  165.       Width = 49
  166.       Height = 21
  167.       TabOrder = 1
  168.     end
  169.     object BtnClickObr: TButton
  170.       Left = 8
  171.       Top = 40
  172.       Width = 137
  173.       Height = 25
  174.       Caption = 'Select in the drawing'
  175.       TabOrder = 2
  176.       OnClick = BtnClickObrClick
  177.       OnKeyPress = BtnClickObrKeyPress
  178.     end
  179.     object EdRotation: TEdit
  180.       Left = 206
  181.       Top = 16
  182.       Width = 35
  183.       Height = 21
  184.       TabOrder = 3
  185.       OnChange = EdRotationChange
  186.     end
  187.   end
  188. end
  189.