home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI1 / LIB / IEDI3D.DFM / IEDI3D.txt
Encoding:
Text File  |  1998-10-24  |  5.3 KB  |  271 lines

  1. object FormTee3D: TFormTee3D
  2.   Left = 192
  3.   Top = 126
  4.   ActiveControl = CBView3d
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 204
  8.   ClientWidth = 388
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GB3D: TGroupBox
  19.     Left = 20
  20.     Top = 10
  21.     Width = 357
  22.     Height = 188
  23.     HelpContext = 361
  24.     TabOrder = 0
  25.     object L13: TLabel
  26.       Left = 6
  27.       Top = 47
  28.       Width = 36
  29.       Height = 20
  30.       Alignment = taRightJustify
  31.       AutoSize = False
  32.       Caption = '3&D %:'
  33.       FocusControl = SE3d
  34.     end
  35.     object L4: TLabel
  36.       Left = 120
  37.       Top = 17
  38.       Width = 49
  39.       Height = 20
  40.       Alignment = taRightJustify
  41.       AutoSize = False
  42.       Caption = '&Zoom:'
  43.       FocusControl = SBZoom
  44.     end
  45.     object L35: TLabel
  46.       Left = 111
  47.       Top = 46
  48.       Width = 59
  49.       Height = 19
  50.       Alignment = taRightJustify
  51.       AutoSize = False
  52.       Caption = '&Rotation:'
  53.       FocusControl = SBRotation
  54.     end
  55.     object L36: TLabel
  56.       Left = 108
  57.       Top = 73
  58.       Width = 62
  59.       Height = 19
  60.       Alignment = taRightJustify
  61.       AutoSize = False
  62.       Caption = 'E&levation:'
  63.       FocusControl = SBElevation
  64.     end
  65.     object LZoom: TLabel
  66.       Left = 313
  67.       Top = 17
  68.       Width = 37
  69.       Height = 20
  70.       AutoSize = False
  71.       Caption = '100%'
  72.     end
  73.     object LRotation: TLabel
  74.       Left = 313
  75.       Top = 46
  76.       Width = 37
  77.       Height = 19
  78.       AutoSize = False
  79.       Caption = '360'
  80.     end
  81.     object LElevation: TLabel
  82.       Left = 313
  83.       Top = 73
  84.       Width = 37
  85.       Height = 20
  86.       AutoSize = False
  87.       Caption = '360'
  88.     end
  89.     object Label1: TLabel
  90.       Left = 92
  91.       Top = 105
  92.       Width = 78
  93.       Height = 19
  94.       Alignment = taRightJustify
  95.       AutoSize = False
  96.       Caption = '&Horiz. Offset:'
  97.       FocusControl = SBHOffset
  98.     end
  99.     object LHOffset: TLabel
  100.       Left = 313
  101.       Top = 105
  102.       Width = 37
  103.       Height = 20
  104.       AutoSize = False
  105.       Caption = '0'
  106.     end
  107.     object Label3: TLabel
  108.       Left = 92
  109.       Top = 129
  110.       Width = 78
  111.       Height = 19
  112.       Alignment = taRightJustify
  113.       AutoSize = False
  114.       Caption = '&Vert. Offset:'
  115.       FocusControl = SBVOffset
  116.     end
  117.     object LVOffset: TLabel
  118.       Left = 313
  119.       Top = 129
  120.       Width = 37
  121.       Height = 20
  122.       AutoSize = False
  123.       Caption = '0'
  124.     end
  125.     object Label2: TLabel
  126.       Left = 92
  127.       Top = 157
  128.       Width = 78
  129.       Height = 19
  130.       Alignment = taRightJustify
  131.       AutoSize = False
  132.       Caption = '&Perspective:'
  133.       FocusControl = SBPerspec
  134.     end
  135.     object LPerspec: TLabel
  136.       Left = 312
  137.       Top = 157
  138.       Width = 37
  139.       Height = 20
  140.       AutoSize = False
  141.       Caption = '0'
  142.     end
  143.     object CBView3d: TCheckBox
  144.       Left = 16
  145.       Top = 17
  146.       Width = 91
  147.       Height = 17
  148.       HelpContext = 675
  149.       Caption = '&3 Dimensions'
  150.       State = cbChecked
  151.       TabOrder = 0
  152.       OnClick = CBView3dClick
  153.     end
  154.     object SE3d: TEdit
  155.       Left = 46
  156.       Top = 43
  157.       Width = 35
  158.       Height = 21
  159.       HelpContext = 140
  160.       TabOrder = 1
  161.       Text = '15'
  162.       OnChange = SE3dChange
  163.     end
  164.     object CBOrthogonal: TCheckBox
  165.       Left = 16
  166.       Top = 72
  167.       Width = 89
  168.       Height = 17
  169.       HelpContext = 750
  170.       Caption = '&Orthogonal'
  171.       TabOrder = 2
  172.       OnClick = CBOrthogonalClick
  173.     end
  174.     object SBZoom: TScrollBar
  175.       Left = 176
  176.       Top = 16
  177.       Width = 132
  178.       Height = 16
  179.       HelpContext = 754
  180.       LargeChange = 20
  181.       Max = 500
  182.       Min = 1
  183.       Position = 100
  184.       TabOrder = 3
  185.       OnChange = SBZoomChange
  186.     end
  187.     object SBRotation: TScrollBar
  188.       Left = 176
  189.       Top = 45
  190.       Width = 132
  191.       Height = 16
  192.       HelpContext = 751
  193.       LargeChange = 20
  194.       Max = 360
  195.       Min = 270
  196.       Position = 270
  197.       TabOrder = 4
  198.       OnChange = SBRotationChange
  199.     end
  200.     object SBElevation: TScrollBar
  201.       Left = 176
  202.       Top = 72
  203.       Width = 132
  204.       Height = 16
  205.       HelpContext = 748
  206.       LargeChange = 20
  207.       Max = 360
  208.       Min = 270
  209.       Position = 270
  210.       TabOrder = 5
  211.       OnChange = SBElevationChange
  212.     end
  213.     object SBHOffset: TScrollBar
  214.       Left = 176
  215.       Top = 104
  216.       Width = 132
  217.       Height = 16
  218.       HelpContext = 749
  219.       LargeChange = 20
  220.       Max = 1500
  221.       Min = -1500
  222.       TabOrder = 6
  223.       OnChange = SBHOffsetChange
  224.     end
  225.     object SBVOffset: TScrollBar
  226.       Left = 176
  227.       Top = 128
  228.       Width = 132
  229.       Height = 16
  230.       HelpContext = 753
  231.       LargeChange = 20
  232.       Max = 1500
  233.       Min = -1500
  234.       TabOrder = 7
  235.       OnChange = SBVOffsetChange
  236.     end
  237.     object UD3D: TUpDown
  238.       Left = 81
  239.       Top = 43
  240.       Width = 15
  241.       Height = 21
  242.       Associate = SE3d
  243.       Min = 1
  244.       Increment = 5
  245.       Position = 15
  246.       TabOrder = 8
  247.       Wrap = False
  248.     end
  249.     object CBZoomText: TCheckBox
  250.       Left = 16
  251.       Top = 128
  252.       Width = 86
  253.       Height = 17
  254.       HelpContext = 773
  255.       Caption = 'Zoom &Text'
  256.       TabOrder = 9
  257.       OnClick = CBZoomTextClick
  258.     end
  259.     object SBPerspec: TScrollBar
  260.       Left = 176
  261.       Top = 156
  262.       Width = 132
  263.       Height = 16
  264.       HelpContext = 753
  265.       LargeChange = 20
  266.       TabOrder = 10
  267.       OnChange = SBPerspecChange
  268.     end
  269.   end
  270. end
  271.