home *** CD-ROM | disk | FTP | other *** search
- object Form3D: TForm3D
- Left = 220
- Top = 103
- HelpContext = 10
- BorderStyle = bsDialog
- Caption = 'Explore in 3D - Setup'
- ClientHeight = 253
- ClientWidth = 310
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnMouseDown = FormMouseDown
- OnMouseMove = FormMouseMove
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LbHint: TLabel
- Left = 8
- Top = 8
- Width = 297
- Height = 49
- AutoSize = False
- Caption =
- 'You will need a VRML viewer. Please see help where to get it and' +
- ' how to change its preferences to achieve the best results.'
- Color = clBtnFace
- ParentColor = False
- WordWrap = True
- end
- object BtnOK: TButton
- Left = 38
- Top = 224
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 118
- Top = 224
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object BtnHelp: TButton
- Left = 198
- Top = 224
- Width = 75
- Height = 25
- HelpContext = 10
- Caption = 'Help'
- TabOrder = 4
- OnClick = BtnHelpClick
- end
- object BoxOptions: TGroupBox
- Left = 8
- Top = 144
- Width = 297
- Height = 73
- Caption = 'Options'
- TabOrder = 1
- object LbWallsTransp: TLabel
- Left = 8
- Top = 20
- Width = 93
- Height = 13
- Caption = 'Walls transparency:'
- end
- object LbZoom: TLabel
- Left = 8
- Top = 44
- Width = 30
- Height = 13
- Caption = 'Zoom:'
- end
- object Label1: TLabel
- Left = 108
- Top = 44
- Width = 8
- Height = 13
- Caption = '%'
- end
- object CbWallsTransp: TComboBox
- Left = 128
- Top = 16
- Width = 105
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object EdZoom: TEdit
- Left = 64
- Top = 40
- Width = 41
- Height = 21
- TabOrder = 1
- end
- end
- object BoxStart: TGroupBox
- Left = 8
- Top = 64
- Width = 297
- Height = 73
- Caption = 'Start Position'
- TabOrder = 0
- object Label3: TLabel
- Left = 8
- Top = 20
- Width = 8
- Height = 13
- Caption = 'x:'
- end
- object Label4: TLabel
- Left = 80
- Top = 20
- Width = 8
- Height = 13
- Caption = 'y:'
- end
- object LbRotation: TLabel
- Left = 152
- Top = 20
- Width = 43
- Height = 13
- Caption = 'Rotation:'
- end
- object Label2: TLabel
- Left = 244
- Top = 20
- Width = 4
- Height = 13
- Caption = '�'
- end
- object ImgPreview: TImage
- Left = 250
- Top = 10
- Width = 40
- Height = 40
- Cursor = crCross
- OnMouseDown = ImgPreviewMouseDown
- OnMouseMove = ImgPreviewMouseMove
- end
- object EdPosX: TEdit
- Left = 24
- Top = 16
- Width = 49
- Height = 21
- TabOrder = 0
- end
- object EdPosY: TEdit
- Left = 96
- Top = 16
- Width = 49
- Height = 21
- TabOrder = 1
- end
- object BtnClickObr: TButton
- Left = 8
- Top = 40
- Width = 137
- Height = 25
- Caption = 'Select in the drawing'
- TabOrder = 2
- OnClick = BtnClickObrClick
- OnKeyPress = BtnClickObrKeyPress
- end
- object EdRotation: TEdit
- Left = 206
- Top = 16
- Width = 35
- Height = 21
- TabOrder = 3
- OnChange = EdRotationChange
- end
- end
- end
-