home *** CD-ROM | disk | FTP | other *** search
- object FormTee3D: TFormTee3D
- Left = 192
- Top = 126
- ActiveControl = CBView3d
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 204
- ClientWidth = 388
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GB3D: TGroupBox
- Left = 20
- Top = 10
- Width = 357
- Height = 188
- HelpContext = 361
- TabOrder = 0
- object L13: TLabel
- Left = 6
- Top = 47
- Width = 36
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = '3&D %:'
- FocusControl = SE3d
- end
- object L4: TLabel
- Left = 120
- Top = 17
- Width = 49
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Zoom:'
- FocusControl = SBZoom
- end
- object L35: TLabel
- Left = 111
- Top = 46
- Width = 59
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Rotation:'
- FocusControl = SBRotation
- end
- object L36: TLabel
- Left = 108
- Top = 73
- Width = 62
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'E&levation:'
- FocusControl = SBElevation
- end
- object LZoom: TLabel
- Left = 313
- Top = 17
- Width = 37
- Height = 20
- AutoSize = False
- Caption = '100%'
- end
- object LRotation: TLabel
- Left = 313
- Top = 46
- Width = 37
- Height = 19
- AutoSize = False
- Caption = '360'
- end
- object LElevation: TLabel
- Left = 313
- Top = 73
- Width = 37
- Height = 20
- AutoSize = False
- Caption = '360'
- end
- object Label1: TLabel
- Left = 92
- Top = 105
- Width = 78
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Horiz. Offset:'
- FocusControl = SBHOffset
- end
- object LHOffset: TLabel
- Left = 313
- Top = 105
- Width = 37
- Height = 20
- AutoSize = False
- Caption = '0'
- end
- object Label3: TLabel
- Left = 92
- Top = 129
- Width = 78
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Vert. Offset:'
- FocusControl = SBVOffset
- end
- object LVOffset: TLabel
- Left = 313
- Top = 129
- Width = 37
- Height = 20
- AutoSize = False
- Caption = '0'
- end
- object Label2: TLabel
- Left = 92
- Top = 157
- Width = 78
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Perspective:'
- FocusControl = SBPerspec
- end
- object LPerspec: TLabel
- Left = 312
- Top = 157
- Width = 37
- Height = 20
- AutoSize = False
- Caption = '0'
- end
- object CBView3d: TCheckBox
- Left = 16
- Top = 17
- Width = 91
- Height = 17
- HelpContext = 675
- Caption = '&3 Dimensions'
- State = cbChecked
- TabOrder = 0
- OnClick = CBView3dClick
- end
- object SE3d: TEdit
- Left = 46
- Top = 43
- Width = 35
- Height = 21
- HelpContext = 140
- TabOrder = 1
- Text = '15'
- OnChange = SE3dChange
- end
- object CBOrthogonal: TCheckBox
- Left = 16
- Top = 72
- Width = 89
- Height = 17
- HelpContext = 750
- Caption = '&Orthogonal'
- TabOrder = 2
- OnClick = CBOrthogonalClick
- end
- object SBZoom: TScrollBar
- Left = 176
- Top = 16
- Width = 132
- Height = 16
- HelpContext = 754
- LargeChange = 20
- Max = 500
- Min = 1
- Position = 100
- TabOrder = 3
- OnChange = SBZoomChange
- end
- object SBRotation: TScrollBar
- Left = 176
- Top = 45
- Width = 132
- Height = 16
- HelpContext = 751
- LargeChange = 20
- Max = 360
- Min = 270
- Position = 270
- TabOrder = 4
- OnChange = SBRotationChange
- end
- object SBElevation: TScrollBar
- Left = 176
- Top = 72
- Width = 132
- Height = 16
- HelpContext = 748
- LargeChange = 20
- Max = 360
- Min = 270
- Position = 270
- TabOrder = 5
- OnChange = SBElevationChange
- end
- object SBHOffset: TScrollBar
- Left = 176
- Top = 104
- Width = 132
- Height = 16
- HelpContext = 749
- LargeChange = 20
- Max = 1500
- Min = -1500
- TabOrder = 6
- OnChange = SBHOffsetChange
- end
- object SBVOffset: TScrollBar
- Left = 176
- Top = 128
- Width = 132
- Height = 16
- HelpContext = 753
- LargeChange = 20
- Max = 1500
- Min = -1500
- TabOrder = 7
- OnChange = SBVOffsetChange
- end
- object UD3D: TUpDown
- Left = 81
- Top = 43
- Width = 15
- Height = 21
- Associate = SE3d
- Min = 1
- Increment = 5
- Position = 15
- TabOrder = 8
- Wrap = False
- end
- object CBZoomText: TCheckBox
- Left = 16
- Top = 128
- Width = 86
- Height = 17
- HelpContext = 773
- Caption = 'Zoom &Text'
- TabOrder = 9
- OnClick = CBZoomTextClick
- end
- object SBPerspec: TScrollBar
- Left = 176
- Top = 156
- Width = 132
- Height = 16
- HelpContext = 753
- LargeChange = 20
- TabOrder = 10
- OnChange = SBPerspecChange
- end
- end
- end
-