home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Axisedit.dfm / Axisedit.txt
Text File  |  2001-07-26  |  20KB  |  789 lines

  1. object AxisEditorForm: TAxisEditorForm
  2.   Left = 166
  3.   Top = 227
  4.   Width = 434
  5.   Height = 494
  6.   HelpContext = 3970
  7.   HorzScrollBar.Range = 355
  8.   HorzScrollBar.Visible = False
  9.   VertScrollBar.Range = 369
  10.   VertScrollBar.Visible = False
  11.   ActiveControl = NoComboBox
  12.   AutoScroll = False
  13.   Caption = 'Axis Editor'
  14.   Font.Color = clWindowText
  15.   Font.Height = 19
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Pitch = fpVariable
  18.   Font.Style = []
  19.   PixelsPerInch = 120
  20.   ShowHint = True
  21.   OnActivate = FormActivate
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnDestroy = FormDestroy
  25.   TextHeight = 16
  26.   object AxisNumberLabel: TLabel
  27.     Left = 8
  28.     Top = 12
  29.     Width = 79
  30.     Height = 16
  31.     Caption = 'Axis Number:'
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Pitch = fpVariable
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object HelpBitBtn: TBitBtn
  40.     Left = 8
  41.     Top = 432
  42.     Width = 97
  43.     Height = 25
  44.     HelpContext = 1860
  45.     Font.Color = clBlack
  46.     Font.Height = -13
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Pitch = fpVariable
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 9
  52.     Kind = bkHelp
  53.   end
  54.   object CancelBitBtn: TBitBtn
  55.     Left = 112
  56.     Top = 432
  57.     Width = 97
  58.     Height = 25
  59.     Font.Color = clBlack
  60.     Font.Height = -13
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Pitch = fpVariable
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 12
  66.     Kind = bkCancel
  67.   end
  68.   object OKBitBtn: TBitBtn
  69.     Left = 216
  70.     Top = 432
  71.     Width = 97
  72.     Height = 25
  73.     Font.Color = clBlack
  74.     Font.Height = -13
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Pitch = fpVariable
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 11
  80.     Kind = bkOK
  81.   end
  82.   object VisibleCheckBox: TCheckBox
  83.     Left = 216
  84.     Top = 36
  85.     Width = 201
  86.     Height = 17
  87.     HelpContext = 4980
  88.     Caption = 'Axis Visible'
  89.     Font.Color = clBlack
  90.     Font.Height = -13
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Pitch = fpVariable
  93.     Font.Style = []
  94.     ParentFont = False
  95.     TabOrder = 2
  96.     OnClick = VisibleCheckBoxClick
  97.   end
  98.   object PenGroupBox: TGroupBox
  99.     Left = 216
  100.     Top = 56
  101.     Width = 201
  102.     Height = 97
  103.     HelpContext = 4340
  104.     Caption = 'Pen'
  105.     Font.Color = clBlack
  106.     Font.Height = -13
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Pitch = fpVariable
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 6
  112.     object PenColorLabel: TLabel
  113.       Left = 8
  114.       Top = 20
  115.       Width = 32
  116.       Height = 16
  117.       Caption = 'Color'
  118.     end
  119.     object PenWidthLabel: TLabel
  120.       Left = 8
  121.       Top = 44
  122.       Width = 34
  123.       Height = 16
  124.       Caption = 'Width'
  125.     end
  126.     object PenStyleLabel: TLabel
  127.       Left = 8
  128.       Top = 68
  129.       Width = 30
  130.       Height = 16
  131.       Caption = 'Style'
  132.     end
  133.     object PenWidthComboBox: TComboBox
  134.       Left = 104
  135.       Top = 40
  136.       Width = 88
  137.       Height = 24
  138.       Style = csDropDownList
  139.       DropDownCount = 10
  140.       ItemHeight = 16
  141.       TabOrder = 2
  142.       OnClick = PenWidthComboBoxClick
  143.     end
  144.     object PenStyleComboBox: TComboBox
  145.       Left = 104
  146.       Top = 64
  147.       Width = 88
  148.       Height = 24
  149.       Style = csDropDownList
  150.       DropDownCount = 10
  151.       ItemHeight = 16
  152.       TabOrder = 1
  153.       OnClick = PenStyleComboBoxClick
  154.     end
  155.     object PenColorEdit: TColorEdit
  156.       Left = 104
  157.       Top = 16
  158.       Width = 88
  159.       Height = 24
  160.       MaxLength = 32767
  161.       ReadOnly = True
  162.       TabOrder = 0
  163.       Text = 'clWindow'
  164.       OnChange = PenColorEditChange
  165.     end
  166.   end
  167.   object LabelsGroupBox: TGroupBox
  168.     Left = 8
  169.     Top = 296
  170.     Width = 201
  171.     Height = 121
  172.     Caption = 'Labels'
  173.     Font.Color = clBlack
  174.     Font.Height = -13
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Pitch = fpVariable
  177.     Font.Style = []
  178.     ParentFont = False
  179.     TabOrder = 5
  180.     object DigitsLabel: TLabel
  181.       Left = 8
  182.       Top = 44
  183.       Width = 34
  184.       Height = 16
  185.       Caption = 'Digits'
  186.     end
  187.     object PrecisionLabel: TLabel
  188.       Left = 8
  189.       Top = 68
  190.       Width = 56
  191.       Height = 16
  192.       Caption = 'Precision'
  193.     end
  194.     object FormatLabel: TLabel
  195.       Left = 8
  196.       Top = 20
  197.       Width = 42
  198.       Height = 16
  199.       Caption = 'Format'
  200.     end
  201.     object LabelDirectionLabel: TLabel
  202.       Left = 8
  203.       Top = 96
  204.       Width = 53
  205.       Height = 16
  206.       Caption = 'Direction'
  207.     end
  208.     object DigitsComboBox: TComboBox
  209.       Left = 104
  210.       Top = 40
  211.       Width = 88
  212.       Height = 24
  213.       HelpContext = 4140
  214.       Style = csDropDownList
  215.       DropDownCount = 10
  216.       ItemHeight = 16
  217.       TabOrder = 0
  218.       OnClick = DigitsComboBoxClick
  219.     end
  220.     object PrecisionComboBox: TComboBox
  221.       Left = 104
  222.       Top = 64
  223.       Width = 88
  224.       Height = 24
  225.       HelpContext = 4160
  226.       Style = csDropDownList
  227.       DropDownCount = 10
  228.       ItemHeight = 16
  229.       TabOrder = 3
  230.       OnClick = PrecisionComboBoxClick
  231.     end
  232.     object FormatComboBox: TComboBox
  233.       Left = 104
  234.       Top = 16
  235.       Width = 88
  236.       Height = 24
  237.       HelpContext = 4150
  238.       Style = csDropDownList
  239.       DropDownCount = 10
  240.       ItemHeight = 16
  241.       TabOrder = 1
  242.       OnClick = FormatComboBoxClick
  243.     end
  244.     object LabelDirectionComboBox: TComboBox
  245.       Left = 104
  246.       Top = 89
  247.       Width = 88
  248.       Height = 24
  249.       HelpContext = 4145
  250.       Style = csDropDownList
  251.       DropDownCount = 10
  252.       ItemHeight = 16
  253.       TabOrder = 2
  254.       OnClick = LabelDirectionComboBoxClick
  255.     end
  256.   end
  257.   object TickGroupBox: TGroupBox
  258.     Left = 8
  259.     Top = 176
  260.     Width = 201
  261.     Height = 121
  262.     Caption = 'Ticks'
  263.     Font.Color = clBlack
  264.     Font.Height = -13
  265.     Font.Name = 'MS Sans Serif'
  266.     Font.Pitch = fpVariable
  267.     Font.Style = []
  268.     ParentFont = False
  269.     TabOrder = 4
  270.     object TickSizeLabel: TLabel
  271.       Left = 8
  272.       Top = 68
  273.       Width = 26
  274.       Height = 16
  275.       Caption = 'Size'
  276.     end
  277.     object TickDirectionLabel: TLabel
  278.       Left = 8
  279.       Top = 20
  280.       Width = 53
  281.       Height = 16
  282.       Caption = 'Direction'
  283.     end
  284.     object StepSizeLabel: TLabel
  285.       Left = 8
  286.       Top = 92
  287.       Width = 54
  288.       Height = 16
  289.       Caption = 'StepSize'
  290.     end
  291.     object TickMinorsLabel: TLabel
  292.       Left = 8
  293.       Top = 44
  294.       Width = 40
  295.       Height = 16
  296.       Caption = 'Minors'
  297.     end
  298.     object TickDirectionComboBox: TComboBox
  299.       Left = 104
  300.       Top = 17
  301.       Width = 88
  302.       Height = 24
  303.       HelpContext = 4370
  304.       Style = csDropDownList
  305.       DropDownCount = 10
  306.       ItemHeight = 16
  307.       TabOrder = 2
  308.       OnClick = TickDirectionComboBoxClick
  309.     end
  310.     object MinorsComboBox: TComboBox
  311.       Left = 104
  312.       Top = 40
  313.       Width = 88
  314.       Height = 24
  315.       HelpContext = 4380
  316.       Style = csDropDownList
  317.       DropDownCount = 10
  318.       ItemHeight = 16
  319.       TabOrder = 3
  320.       OnClick = MinorsComboBoxClick
  321.     end
  322.     object TickSizeNEdit: TNEdit
  323.       Left = 104
  324.       Top = 64
  325.       Width = 88
  326.       Height = 24
  327.       HelpContext = 4400
  328.       DataType = dtByte
  329.       Max = 255.000000000000000000
  330.       NumericType = ntInteger
  331.       AutoSelect = False
  332.       MaxLength = 32767
  333.       TabOrder = 0
  334.       Text = '0'
  335.       OnChange = TickSizeNEditChange
  336.     end
  337.     object StepSizeNEdit: TNEdit
  338.       Left = 104
  339.       Top = 88
  340.       Width = 88
  341.       Height = 24
  342.       HelpContext = 4350
  343.       DataType = dtSingle
  344.       Min = -3.4E38
  345.       Max = 3.4E38
  346.       NumericType = ntScientific
  347.       AutoSelect = False
  348.       MaxLength = 32767
  349.       TabOrder = 1
  350.       Text = '0'
  351.       OnChange = StepSizeNEditChange
  352.     end
  353.   end
  354.   object ScaleGroupBox: TGroupBox
  355.     Left = 8
  356.     Top = 56
  357.     Width = 201
  358.     Height = 121
  359.     Caption = 'Scale'
  360.     Font.Color = clBlack
  361.     Font.Height = -13
  362.     Font.Name = 'MS Sans Serif'
  363.     Font.Pitch = fpVariable
  364.     Font.Style = []
  365.     ParentFont = False
  366.     TabOrder = 3
  367.     object InterceptLabel: TLabel
  368.       Left = 8
  369.       Top = 68
  370.       Width = 51
  371.       Height = 16
  372.       Caption = 'Intercept'
  373.     end
  374.     object MinLabel: TLabel
  375.       Left = 8
  376.       Top = 20
  377.       Width = 21
  378.       Height = 16
  379.       Caption = 'Min'
  380.     end
  381.     object MaxLabel: TLabel
  382.       Left = 8
  383.       Top = 44
  384.       Width = 25
  385.       Height = 16
  386.       Caption = 'Max'
  387.     end
  388.     object LogScaleCheckBox: TCheckBox
  389.       Left = 8
  390.       Top = 92
  391.       Width = 185
  392.       Height = 17
  393.       HelpContext = 4310
  394.       Caption = 'Logarithmic'
  395.       TabOrder = 3
  396.       OnClick = LogScaleCheckBoxClick
  397.     end
  398.     object MinNEdit: TNEdit
  399.       Left = 104
  400.       Top = 16
  401.       Width = 88
  402.       Height = 24
  403.       HelpContext = 4330
  404.       DataType = dtSingle
  405.       Min = -3.4E38
  406.       Max = 3.4E38
  407.       NumericType = ntScientific
  408.       AutoSelect = False
  409.       MaxLength = 32767
  410.       TabOrder = 0
  411.       Text = '0'
  412.       OnChange = MinNEditChange
  413.     end
  414.     object MaxNEdit: TNEdit
  415.       Left = 104
  416.       Top = 40
  417.       Width = 88
  418.       Height = 24
  419.       HelpContext = 4320
  420.       DataType = dtSingle
  421.       Min = -3.4E38
  422.       Max = 3.4E38
  423.       NumericType = ntScientific
  424.       AutoSelect = False
  425.       MaxLength = 32767
  426.       TabOrder = 1
  427.       Text = '0'
  428.       OnChange = MaxNEditChange
  429.     end
  430.     object InterceptNEdit: TNEdit
  431.       Left = 104
  432.       Top = 64
  433.       Width = 88
  434.       Height = 24
  435.       HelpContext = 4270
  436.       DataType = dtSingle
  437.       Min = -3.4E38
  438.       Max = 3.4E38
  439.       NumericType = ntScientific
  440.       AutoSelect = False
  441.       MaxLength = 32767
  442.       TabOrder = 2
  443.       Text = '0'
  444.       OnChange = InterceptNEditChange
  445.     end
  446.   end
  447.   object ArrowsGroupBox: TGroupBox
  448.     Left = 216
  449.     Top = 152
  450.     Width = 201
  451.     Height = 73
  452.     Caption = 'Arrows'
  453.     Font.Color = clBlack
  454.     Font.Height = -13
  455.     Font.Name = 'MS Sans Serif'
  456.     Font.Pitch = fpVariable
  457.     Font.Style = []
  458.     ParentFont = False
  459.     TabOrder = 7
  460.     object ArrowSizeLabel: TLabel
  461.       Left = 8
  462.       Top = 20
  463.       Width = 26
  464.       Height = 16
  465.       Caption = 'Size'
  466.     end
  467.     object ArrowDirectionLabel: TLabel
  468.       Left = 8
  469.       Top = 44
  470.       Width = 53
  471.       Height = 16
  472.       Caption = 'Direction'
  473.     end
  474.     object ArrowDirectionComboBox: TComboBox
  475.       Left = 104
  476.       Top = 41
  477.       Width = 88
  478.       Height = 24
  479.       HelpContext = 4860
  480.       Style = csDropDownList
  481.       DropDownCount = 10
  482.       ItemHeight = 16
  483.       TabOrder = 1
  484.       OnClick = ArrowDirectionComboBoxClick
  485.     end
  486.     object ArrowSizeNEdit: TNEdit
  487.       Left = 104
  488.       Top = 17
  489.       Width = 88
  490.       Height = 24
  491.       HelpContext = 4230
  492.       DataType = dtByte
  493.       Max = 255.000000000000000000
  494.       NumericType = ntInteger
  495.       AutoSelect = False
  496.       MaxLength = 32767
  497.       TabOrder = 0
  498.       Text = '0'
  499.       OnChange = ArrowSizeNEditChange
  500.     end
  501.   end
  502.   object TitleEdit: TEdit
  503.     Left = 216
  504.     Top = 8
  505.     Width = 201
  506.     Height = 24
  507.     HelpContext = 4950
  508.     AutoSelect = False
  509.     Font.Color = clBlack
  510.     Font.Height = -13
  511.     Font.Name = 'MS Sans Serif'
  512.     Font.Pitch = fpVariable
  513.     Font.Style = []
  514.     MaxLength = 32767
  515.     ParentFont = False
  516.     TabOrder = 0
  517.     OnChange = TitleEditChange
  518.   end
  519.   object NoComboBox: TComboBox
  520.     Left = 152
  521.     Top = 8
  522.     Width = 57
  523.     Height = 24
  524.     HelpContext = 1190
  525.     DropDownCount = 10
  526.     Font.Color = clBlack
  527.     Font.Height = -13
  528.     Font.Name = 'MS Sans Serif'
  529.     Font.Pitch = fpVariable
  530.     Font.Style = []
  531.     ItemHeight = 16
  532.     ParentFont = False
  533.     TabOrder = 10
  534.     Text = '0'
  535.     OnClick = NoComboBoxClick
  536.   end
  537.   object AutoScaleCheckBox: TCheckBox
  538.     Left = 8
  539.     Top = 36
  540.     Width = 201
  541.     Height = 17
  542.     HelpContext = 4250
  543.     Caption = 'Auto Scaling, Ticking'
  544.     Font.Color = clBlack
  545.     Font.Height = -13
  546.     Font.Name = 'MS Sans Serif'
  547.     Font.Pitch = fpVariable
  548.     Font.Style = []
  549.     ParentFont = False
  550.     TabOrder = 1
  551.     OnClick = AutoScaleCheckBoxClick
  552.   end
  553.   object ApplyBitBtn: TBitBtn
  554.     Left = 320
  555.     Top = 432
  556.     Width = 97
  557.     Height = 25
  558.     HelpContext = 1420
  559.     Caption = '&Apply'
  560.     Font.Color = clBlack
  561.     Font.Height = -13
  562.     Font.Name = 'MS Sans Serif'
  563.     Font.Pitch = fpVariable
  564.     Font.Style = []
  565.     ParentFont = False
  566.     TabOrder = 13
  567.     OnClick = ApplyBitBtnClick
  568.     Glyph.Data = {
  569.       CE070000424DCE07000000000000360000002800000024000000120000000100
  570.       1800000000009807000000000000000000000000000000000000008284008284
  571.       0082840082840082840082848400008400008400008400008400008400000082
  572.       84008284008284008284008284008284008284008284008284008284008284FF
  573.       FFFF848284848284848284848284848284848284008284FFFFFF008284008284
  574.       0082840082840082840082008400000082840082848400000082000082000082
  575.       0000820000820000820084000084000000828400828400828400828400828484
  576.       8284848284FFFFFF008284848284008284008284008284008284008284008284
  577.       848284848284FFFFFF0082840082840082840082840082000082008400008400
  578.       0000820000820000820000820000820000820000820000820000820084000000
  579.       8284008284008284008284848284FFFFFF848284848284008284008284FFFFFF
  580.       FFFFFFFFFFFFFFFFFFFFFFFF008284008284848284FFFFFF0082840082840082
  581.       8400820000820000820000820000820000820000FF0000FF0000FF0000FF0000
  582.       FF00008200008200008200840000008284008284008284848284FFFFFF008284
  583.       008284008284FFFFFF848284848284848284848284848284FFFFFF0082840082
  584.       84848284FFFFFF00828400828400820000820000820000820000820000FF0000
  585.       828400828400828400828400828400FF00008200008200008200840000008284
  586.       008284848284FFFFFF008284008284FFFFFF8482840082840082840082840082
  587.       84008284848284FFFFFF008284008284848284FFFFFF00828400820000820000
  588.       820000820000820000828400828400828400828400828400828400828400FF00
  589.       008200008200840000008284008284848284FFFFFF0082840082848482840082
  590.       84008284008284008284008284008284008284848284FFFFFF008284848284FF
  591.       FFFF008284008200008200008200008200008200008200008284008284008284
  592.       00828400828400828400FF00840000840000840000008284008284848284FFFF
  593.       FFFFFFFFFFFFFFFFFFFF848284FFFFFF00828400828400828400828400828484
  594.       828484828484828484828400828400828400FF0000FF0000FF0000FF0000FF00
  595.       00FF0000FF000082840082840082840082840082840082840082840082840082
  596.       8400828400828484828484828484828484828484828484828484828400828400
  597.       8284008284008284008284008284008284008284008284008284008284008284
  598.       0082840082840082840082840082840082840082840082840082840082840082
  599.       8400828400828400828400828400828400828400828400828400828400828400
  600.       8284008284008284008284008284008284008284FFFFFFFFFFFFFFFFFFFFFFFF
  601.       FFFFFFFFFFFF0082840082840082840082840082840082840082840082840082
  602.       8400828400828400828484000084000084000084000084000084000000828400
  603.       8284FFFFFFFFFFFFFFFFFFFFFFFF008284008284008284008284008284008284
  604.       84828484828484828484828484828484828400828400FF008400008400008400
  605.       0000828400828400828400828400828400828400FF0000820000820000820000
  606.       8200008200840000008284848284848284848284848284FFFFFF008284008284
  607.       008284008284008284848284FFFFFF0082840082840082840082848482840082
  608.       8400FF0000820000820084000000828400828400828400828400828400828400
  609.       828400FF00008200008200008200008200840000008284848284FFFFFF008284
  610.       848284FFFFFF0082840082840082840082840082840082848482840082840082
  611.       8400828400828484828400828400828400FF0000820000820084000000828400
  612.       8284008284008284008284840000840000008200008200008200008200840000
  613.       008284008284848284008284008284848284FFFFFFFFFFFFFFFFFFFFFFFFFFFF
  614.       FF84828484828400828400828400828400828484828400828400828400FF0000
  615.       8200008200008200840000840000840000840000840000008200008200008200
  616.       008200008200008200840000008284008284848284FFFFFF0082840082848482
  617.       84848284848284848284848284008284008284008284FFFFFFFFFFFF00828484
  618.       828400828400828400828400FF00008200008200008200008200008200008200
  619.       00820000820000820000820000FF0000FF000082008400000082840082840082
  620.       84848284FFFFFFFFFFFF008284008284008284008284008284008284FFFFFFFF
  621.       FFFF848284848284FFFFFF84828400828400828400828400828400FF0000FF00
  622.       00820000820000820000820000820000820000FF0000FF0000828400828400FF
  623.       00008284008284008284008284008284848284848284FFFFFFFFFFFFFFFFFFFF
  624.       FFFFFFFFFFFFFFFF848284848284008284008284848284008284008284008284
  625.       00828400828400828400828400FF0000FF0000FF0000FF0000FF0000FF000082
  626.       8400828400828400828400828400828400828400828400828400828400828400
  627.       8284848284848284848284848284848284848284008284008284008284008284
  628.       0082840082840082840082840082840082840082840082840082840082840082
  629.       8400828400828400828400828400828400828400828400828400828400828400
  630.       8284008284008284008284008284008284008284008284008284008284008284
  631.       008284008284008284008284008284008284}
  632.     NumGlyphs = 2
  633.   end
  634.   object ZAxisGroupBox: TGroupBox
  635.     Left = 216
  636.     Top = 320
  637.     Width = 201
  638.     Height = 97
  639.     Caption = 'Z Axis'
  640.     Enabled = False
  641.     Font.Color = clBlack
  642.     Font.Height = -13
  643.     Font.Name = 'MS Sans Serif'
  644.     Font.Pitch = fpVariable
  645.     Font.Style = []
  646.     ParentFont = False
  647.     TabOrder = 8
  648.     object ZAngleLabel: TLabel
  649.       Left = 8
  650.       Top = 20
  651.       Width = 35
  652.       Height = 16
  653.       Caption = 'Angle'
  654.     end
  655.     object ZLengthLabel: TLabel
  656.       Left = 8
  657.       Top = 44
  658.       Width = 40
  659.       Height = 16
  660.       Caption = 'Length'
  661.     end
  662.     object ZInterceptLabel: TLabel
  663.       Left = 8
  664.       Top = 68
  665.       Width = 51
  666.       Height = 16
  667.       Caption = 'Intercept'
  668.     end
  669.     object ZAngleNEdit: TNEdit
  670.       Left = 104
  671.       Top = 16
  672.       Width = 88
  673.       Height = 24
  674.       HelpContext = 3340
  675.       DataType = dtWord
  676.       Max = 359.000000000000000000
  677.       NumericType = ntInteger
  678.       ParentShowHint = False
  679.       ShowHint = True
  680.       TabOrder = 0
  681.       Text = '0'
  682.       OnChange = ZAngleNEditChange
  683.     end
  684.     object ZLengthNEdit: TNEdit
  685.       Left = 104
  686.       Top = 40
  687.       Width = 88
  688.       Height = 24
  689.       HelpContext = 3350
  690.       DataType = dtWord
  691.       Min = 1.000000000000000000
  692.       Max = 1000.000000000000000000
  693.       NumericType = ntInteger
  694.       ParentShowHint = False
  695.       ShowHint = True
  696.       TabOrder = 1
  697.       Text = '1'
  698.       OnChange = ZLengthNEditChange
  699.     end
  700.     object ZInterceptNEdit: TNEdit
  701.       Left = 104
  702.       Top = 64
  703.       Width = 88
  704.       Height = 24
  705.       HelpContext = 4270
  706.       DataType = dtSingle
  707.       Min = -3.4E38
  708.       Max = 3.4E38
  709.       NumericType = ntScientific
  710.       AutoSelect = False
  711.       MaxLength = 32767
  712.       ParentShowHint = False
  713.       ShowHint = True
  714.       TabOrder = 2
  715.       Text = '0'
  716.       OnChange = ZInterceptNEditChange
  717.     end
  718.   end
  719.   object LimitsGroupBox: TGroupBox
  720.     Left = 216
  721.     Top = 224
  722.     Width = 201
  723.     Height = 97
  724.     Caption = 'Limits'
  725.     Font.Color = clBlack
  726.     Font.Height = -13
  727.     Font.Name = 'MS Sans Serif'
  728.     Font.Pitch = fpVariable
  729.     Font.Style = []
  730.     ParentFont = False
  731.     TabOrder = 14
  732.     object LowerLimitLabel: TLabel
  733.       Left = 8
  734.       Top = 20
  735.       Width = 36
  736.       Height = 16
  737.       Caption = 'Lower'
  738.     end
  739.     object UpperLimitLabel: TLabel
  740.       Left = 8
  741.       Top = 44
  742.       Width = 38
  743.       Height = 16
  744.       Caption = 'Upper'
  745.     end
  746.     object LowerLimitNEdit: TNEdit
  747.       Left = 104
  748.       Top = 16
  749.       Width = 88
  750.       Height = 24
  751.       HelpContext = 3340
  752.       DataType = dtSingle
  753.       Min = -3.4E38
  754.       Max = 3.4E38
  755.       NumericType = ntScientific
  756.       ParentShowHint = False
  757.       ShowHint = True
  758.       TabOrder = 0
  759.       Text = '0'
  760.       OnChange = LowerLimitNEditChange
  761.     end
  762.     object UpperLimitNEdit: TNEdit
  763.       Left = 104
  764.       Top = 40
  765.       Width = 88
  766.       Height = 24
  767.       HelpContext = 3350
  768.       DataType = dtSingle
  769.       Min = -3.4E38
  770.       Max = 3.4E38
  771.       NumericType = ntScientific
  772.       ParentShowHint = False
  773.       ShowHint = True
  774.       TabOrder = 1
  775.       Text = '1'
  776.       OnChange = UpperLimitNEditChange
  777.     end
  778.     object LimitsVisibleCheckBox: TCheckBox
  779.       Left = 8
  780.       Top = 72
  781.       Width = 185
  782.       Height = 17
  783.       Caption = 'Visible'
  784.       TabOrder = 2
  785.       OnClick = LimitsVisibleCheckBoxClick
  786.     end
  787.   end
  788. end
  789.