home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Axisedit.dfm / Axisedit.txt
Text File  |  2001-05-28  |  13KB  |  586 lines

  1. object AxisEditorForm: TAxisEditorForm
  2.   Left = 206
  3.   Top = 235
  4.   Width = 368
  5.   Height = 445
  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 = 12
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Pitch = fpVariable
  18.   Font.Style = []
  19.   PixelsPerInch = 120
  20.   Scaled = False
  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.     AutoSize = False
  32.     Caption = 'Axis Number:'
  33.   end
  34.   object HelpBitBtn: TBitBtn
  35.     Left = 8
  36.     Top = 384
  37.     Width = 75
  38.     Height = 25
  39.     HelpContext = 1860
  40.     TabOrder = 10
  41.     Kind = bkHelp
  42.   end
  43.   object CancelBitBtn: TBitBtn
  44.     Left = 192
  45.     Top = 384
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 12
  49.     Kind = bkCancel
  50.   end
  51.   object OKBitBtn: TBitBtn
  52.     Left = 96
  53.     Top = 384
  54.     Width = 75
  55.     Height = 25
  56.     TabOrder = 11
  57.     Kind = bkOK
  58.   end
  59.   object VisibleCheckBox: TCheckBox
  60.     Left = 184
  61.     Top = 36
  62.     Width = 169
  63.     Height = 17
  64.     Hint = 'Make the Axis (in)visible'
  65.     HelpContext = 4980
  66.     Caption = 'Axis Visible'
  67.     TabOrder = 3
  68.     OnClick = VisibleCheckBoxClick
  69.   end
  70.   object PenGroupBox: TGroupBox
  71.     Left = 184
  72.     Top = 176
  73.     Width = 169
  74.     Height = 97
  75.     HelpContext = 4340
  76.     Caption = 'Pen'
  77.     TabOrder = 7
  78.     object Label2: TLabel
  79.       Left = 8
  80.       Top = 20
  81.       Width = 32
  82.       Height = 16
  83.       AutoSize = False
  84.       Caption = 'Color'
  85.     end
  86.     object Label4: TLabel
  87.       Left = 8
  88.       Top = 44
  89.       Width = 34
  90.       Height = 16
  91.       AutoSize = False
  92.       Caption = 'Width'
  93.     end
  94.     object Label5: TLabel
  95.       Left = 8
  96.       Top = 68
  97.       Width = 30
  98.       Height = 16
  99.       AutoSize = False
  100.       Caption = 'Style'
  101.     end
  102.     object PenWidthComboBox: TComboBox
  103.       Left = 72
  104.       Top = 40
  105.       Width = 88
  106.       Height = 24
  107.       Style = csDropDownList
  108.       DropDownCount = 10
  109.       ItemHeight = 16
  110.       TabOrder = 1
  111.       OnClick = PenWidthComboBoxClick
  112.     end
  113.     object PenStyleComboBox: TComboBox
  114.       Left = 72
  115.       Top = 64
  116.       Width = 88
  117.       Height = 24
  118.       Style = csDropDownList
  119.       DropDownCount = 10
  120.       ItemHeight = 16
  121.       TabOrder = 2
  122.       OnClick = PenStyleComboBoxClick
  123.     end
  124.     object PenColorEdit: TColorEdit
  125.       Left = 72
  126.       Top = 16
  127.       Width = 88
  128.       Height = 24
  129.       MaxLength = 32767
  130.       ReadOnly = True
  131.       TabOrder = 0
  132.       Text = 'clWindow'
  133.       OnChange = PenColorEditChange
  134.     end
  135.   end
  136.   object GroupBox1: TGroupBox
  137.     Left = 8
  138.     Top = 176
  139.     Width = 169
  140.     Height = 121
  141.     Caption = 'Labels'
  142.     ParentShowHint = False
  143.     ShowHint = False
  144.     TabOrder = 6
  145.     object Label6: TLabel
  146.       Left = 8
  147.       Top = 44
  148.       Width = 34
  149.       Height = 16
  150.       AutoSize = False
  151.       Caption = 'Digits'
  152.     end
  153.     object Label7: TLabel
  154.       Left = 8
  155.       Top = 68
  156.       Width = 56
  157.       Height = 16
  158.       AutoSize = False
  159.       Caption = 'Precision'
  160.     end
  161.     object Label9: TLabel
  162.       Left = 8
  163.       Top = 20
  164.       Width = 42
  165.       Height = 16
  166.       AutoSize = False
  167.       Caption = 'Format'
  168.     end
  169.     object Label8: TLabel
  170.       Left = 8
  171.       Top = 96
  172.       Width = 53
  173.       Height = 16
  174.       Caption = 'Direction'
  175.     end
  176.     object DigitsComboBox: TComboBox
  177.       Left = 72
  178.       Top = 40
  179.       Width = 88
  180.       Height = 24
  181.       Hint = 'The number of digits in the labels'
  182.       HelpContext = 4140
  183.       Style = csDropDownList
  184.       DropDownCount = 10
  185.       ItemHeight = 16
  186.       TabOrder = 1
  187.       OnClick = DigitsComboBoxClick
  188.     end
  189.     object PrecisionComboBox: TComboBox
  190.       Left = 72
  191.       Top = 64
  192.       Width = 88
  193.       Height = 24
  194.       Hint = 'Press F1 to find out what this means'
  195.       HelpContext = 4160
  196.       Style = csDropDownList
  197.       DropDownCount = 10
  198.       ItemHeight = 16
  199.       TabOrder = 2
  200.       OnClick = PrecisionComboBoxClick
  201.     end
  202.     object FormatComboBox: TComboBox
  203.       Left = 72
  204.       Top = 16
  205.       Width = 88
  206.       Height = 24
  207.       Hint = 'The numeric format of the labels'
  208.       HelpContext = 4150
  209.       Style = csDropDownList
  210.       DropDownCount = 10
  211.       ItemHeight = 16
  212.       TabOrder = 0
  213.       OnClick = FormatComboBoxClick
  214.     end
  215.     object LabelDirectionComboBox: TComboBox
  216.       Left = 72
  217.       Top = 89
  218.       Width = 88
  219.       Height = 24
  220.       HelpContext = 4145
  221.       Style = csDropDownList
  222.       DropDownCount = 10
  223.       ItemHeight = 16
  224.       TabOrder = 3
  225.       OnClick = LabelDirectionComboBoxClick
  226.     end
  227.   end
  228.   object GroupBox2: TGroupBox
  229.     Left = 184
  230.     Top = 56
  231.     Width = 169
  232.     Height = 121
  233.     Caption = 'Ticks'
  234.     TabOrder = 5
  235.     object Label10: TLabel
  236.       Left = 8
  237.       Top = 68
  238.       Width = 26
  239.       Height = 16
  240.       AutoSize = False
  241.       Caption = 'Size'
  242.     end
  243.     object Label11: TLabel
  244.       Left = 8
  245.       Top = 20
  246.       Width = 53
  247.       Height = 16
  248.       AutoSize = False
  249.       Caption = 'Direction'
  250.     end
  251.     object StepSizeLabel: TLabel
  252.       Left = 8
  253.       Top = 92
  254.       Width = 54
  255.       Height = 16
  256.       AutoSize = False
  257.       Caption = 'StepSize'
  258.     end
  259.     object Label13: TLabel
  260.       Left = 8
  261.       Top = 44
  262.       Width = 40
  263.       Height = 16
  264.       AutoSize = False
  265.       Caption = 'Minors'
  266.     end
  267.     object TickDirectionComboBox: TComboBox
  268.       Left = 72
  269.       Top = 17
  270.       Width = 88
  271.       Height = 24
  272.       Hint = 'Which side of the axis ?'
  273.       HelpContext = 4370
  274.       Style = csDropDownList
  275.       DropDownCount = 10
  276.       ItemHeight = 16
  277.       TabOrder = 0
  278.       OnClick = TickDirectionComboBoxClick
  279.     end
  280.     object MinorsComboBox: TComboBox
  281.       Left = 72
  282.       Top = 40
  283.       Width = 88
  284.       Height = 24
  285.       Hint = 'The number of small ticks between majors'
  286.       HelpContext = 4380
  287.       Style = csDropDownList
  288.       DropDownCount = 10
  289.       ItemHeight = 16
  290.       TabOrder = 1
  291.       OnClick = MinorsComboBoxClick
  292.     end
  293.     object TickSizeNEdit: TNEdit
  294.       Left = 72
  295.       Top = 64
  296.       Width = 88
  297.       Height = 24
  298.       HelpContext = 4400
  299.       DataType = dtByte
  300.       Max = 255.000000000000000000
  301.       NumericType = ntInteger
  302.       AutoSelect = False
  303.       MaxLength = 32767
  304.       TabOrder = 2
  305.       Text = '0'
  306.       OnChange = TickSizeNEditChange
  307.     end
  308.     object StepSizeNEdit: TNEdit
  309.       Left = 72
  310.       Top = 88
  311.       Width = 88
  312.       Height = 24
  313.       Hint = 'The distance between ticks'
  314.       HelpContext = 4350
  315.       DataType = dtSingle
  316.       Min = -3.4E38
  317.       Max = 3.4E38
  318.       NumericType = ntScientific
  319.       AutoSelect = False
  320.       MaxLength = 32767
  321.       TabOrder = 3
  322.       Text = '0'
  323.       OnChange = StepSizeNEditChange
  324.     end
  325.   end
  326.   object GroupBox3: TGroupBox
  327.     Left = 8
  328.     Top = 56
  329.     Width = 169
  330.     Height = 121
  331.     Caption = 'Scale'
  332.     TabOrder = 4
  333.     object InterceptLabel: TLabel
  334.       Left = 8
  335.       Top = 68
  336.       Width = 51
  337.       Height = 16
  338.       AutoSize = False
  339.       Caption = 'Intercept'
  340.     end
  341.     object MinLabel: TLabel
  342.       Left = 8
  343.       Top = 20
  344.       Width = 21
  345.       Height = 16
  346.       AutoSize = False
  347.       Caption = 'Min'
  348.     end
  349.     object MaxLabel: TLabel
  350.       Left = 8
  351.       Top = 44
  352.       Width = 25
  353.       Height = 16
  354.       AutoSize = False
  355.       Caption = 'Max'
  356.     end
  357.     object LogScaleCheckBox: TCheckBox
  358.       Left = 8
  359.       Top = 92
  360.       Width = 145
  361.       Height = 17
  362.       Hint = 'Make the axis logarithmic in scale'
  363.       HelpContext = 4310
  364.       Caption = 'Logarithmic'
  365.       TabOrder = 3
  366.       OnClick = LogScaleCheckBoxClick
  367.     end
  368.     object MinNEdit: TNEdit
  369.       Left = 72
  370.       Top = 16
  371.       Width = 88
  372.       Height = 24
  373.       HelpContext = 4330
  374.       DataType = dtSingle
  375.       Min = -3.4E38
  376.       Max = 3.4E38
  377.       NumericType = ntScientific
  378.       AutoSelect = False
  379.       MaxLength = 32767
  380.       TabOrder = 0
  381.       Text = '0'
  382.       OnChange = MinNEditChange
  383.     end
  384.     object MaxNEdit: TNEdit
  385.       Left = 72
  386.       Top = 40
  387.       Width = 88
  388.       Height = 24
  389.       HelpContext = 4320
  390.       DataType = dtSingle
  391.       Min = -3.4E38
  392.       Max = 3.4E38
  393.       NumericType = ntScientific
  394.       AutoSelect = False
  395.       MaxLength = 32767
  396.       TabOrder = 1
  397.       Text = '0'
  398.       OnChange = MaxNEditChange
  399.     end
  400.     object InterceptNEdit: TNEdit
  401.       Left = 72
  402.       Top = 64
  403.       Width = 88
  404.       Height = 24
  405.       Hint = 'The intercept on the co-axis'
  406.       HelpContext = 4270
  407.       DataType = dtSingle
  408.       Min = -3.4E38
  409.       Max = 3.4E38
  410.       NumericType = ntScientific
  411.       AutoSelect = False
  412.       MaxLength = 32767
  413.       TabOrder = 2
  414.       Text = '0'
  415.       OnChange = InterceptNEditChange
  416.     end
  417.   end
  418.   object GroupBox4: TGroupBox
  419.     Left = 8
  420.     Top = 296
  421.     Width = 169
  422.     Height = 73
  423.     Caption = 'Arrows'
  424.     TabOrder = 8
  425.     object Label1: TLabel
  426.       Left = 8
  427.       Top = 20
  428.       Width = 26
  429.       Height = 16
  430.       AutoSize = False
  431.       Caption = 'Size'
  432.     end
  433.     object Label3: TLabel
  434.       Left = 8
  435.       Top = 44
  436.       Width = 53
  437.       Height = 16
  438.       AutoSize = False
  439.       Caption = 'Direction'
  440.     end
  441.     object ArrowDirectionComboBox: TComboBox
  442.       Left = 72
  443.       Top = 41
  444.       Width = 88
  445.       Height = 24
  446.       HelpContext = 4860
  447.       Style = csDropDownList
  448.       DropDownCount = 10
  449.       ItemHeight = 16
  450.       TabOrder = 1
  451.       OnClick = ArrowDirectionComboBoxClick
  452.     end
  453.     object ArrowSizeNEdit: TNEdit
  454.       Left = 72
  455.       Top = 17
  456.       Width = 88
  457.       Height = 24
  458.       HelpContext = 4230
  459.       DataType = dtByte
  460.       Max = 255.000000000000000000
  461.       NumericType = ntInteger
  462.       AutoSelect = False
  463.       MaxLength = 32767
  464.       TabOrder = 0
  465.       Text = '0'
  466.       OnChange = ArrowSizeNEditChange
  467.     end
  468.   end
  469.   object TitleEdit: TEdit
  470.     Left = 184
  471.     Top = 8
  472.     Width = 169
  473.     Height = 24
  474.     Hint = 'The title of this axis (bracekts include units).'
  475.     HelpContext = 4950
  476.     AutoSelect = False
  477.     MaxLength = 32767
  478.     ParentShowHint = False
  479.     ShowHint = True
  480.     TabOrder = 1
  481.     OnChange = TitleEditChange
  482.   end
  483.   object NoComboBox: TComboBox
  484.     Left = 120
  485.     Top = 8
  486.     Width = 49
  487.     Height = 24
  488.     Hint = 'The index of the axis to edit (0 = X, 1 = Y, etc)'
  489.     HelpContext = 1190
  490.     DropDownCount = 10
  491.     ItemHeight = 16
  492.     TabOrder = 0
  493.     Text = '0'
  494.     OnClick = NoComboBoxClick
  495.   end
  496.   object AutoScaleCheckBox: TCheckBox
  497.     Left = 8
  498.     Top = 36
  499.     Width = 177
  500.     Height = 17
  501.     Hint = 'Automatically set Tick Number, StepSize, and Minors'
  502.     HelpContext = 4250
  503.     Caption = 'Auto Scaling, Ticking'
  504.     TabOrder = 2
  505.     OnClick = AutoScaleCheckBoxClick
  506.   end
  507.   object ApplyBitBtn: TBitBtn
  508.     Left = 280
  509.     Top = 384
  510.     Width = 75
  511.     Height = 25
  512.     HelpContext = 1420
  513.     Caption = '&Apply'
  514.     TabOrder = 13
  515.     OnClick = ApplyBitBtnClick
  516.     Glyph.Data = {
  517.       DE010000424DDE01000000000000760000002800000024000000120000000100
  518.       04000000000068010000120B0000120B00001000000010000000000000000000
  519.       80000080000000808000800000008000800080800000C0C0C000808080000000
  520.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
  521.       33333333333F8888883F33330000324334222222443333388F3833333388F333
  522.       000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
  523.       F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
  524.       223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
  525.       3338888300003AAAAAAA33333333333888888833333333330000333333333333
  526.       333333333333333333FFFFFF000033333333333344444433FFFF333333888888
  527.       00003A444333333A22222438888F333338F3333800003A2243333333A2222438
  528.       F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
  529.       22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
  530.       33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
  531.       3333333333338888883333330000333333333333333333333333333333333333
  532.       0000}
  533.     NumGlyphs = 2
  534.   end
  535.   object ZAxisGroupBox: TGroupBox
  536.     Left = 184
  537.     Top = 296
  538.     Width = 169
  539.     Height = 73
  540.     Caption = 'Z Axis'
  541.     Enabled = False
  542.     TabOrder = 9
  543.     object ZAngleLabel: TLabel
  544.       Left = 8
  545.       Top = 20
  546.       Width = 35
  547.       Height = 16
  548.       Caption = 'Angle'
  549.     end
  550.     object ZLengthLabel: TLabel
  551.       Left = 8
  552.       Top = 44
  553.       Width = 40
  554.       Height = 16
  555.       Caption = 'Length'
  556.     end
  557.     object ZAngleNEdit: TNEdit
  558.       Left = 72
  559.       Top = 16
  560.       Width = 88
  561.       Height = 24
  562.       HelpContext = 3340
  563.       DataType = dtWord
  564.       Max = 359.000000000000000000
  565.       NumericType = ntInteger
  566.       TabOrder = 0
  567.       Text = '0'
  568.       OnChange = ZAngleNEditChange
  569.     end
  570.     object ZLengthNEdit: TNEdit
  571.       Left = 72
  572.       Top = 40
  573.       Width = 88
  574.       Height = 24
  575.       HelpContext = 3350
  576.       DataType = dtWord
  577.       Min = 1.000000000000000000
  578.       Max = 1000.000000000000000000
  579.       NumericType = ntInteger
  580.       TabOrder = 1
  581.       Text = '1'
  582.       OnChange = ZLengthNEditChange
  583.     end
  584.   end
  585. end
  586.