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

  1. object SeriesEditorForm: TSeriesEditorForm
  2.   Left = 273
  3.   Top = 329
  4.   Width = 344
  5.   Height = 369
  6.   HelpContext = 4040
  7.   HorzScrollBar.Range = 299
  8.   VertScrollBar.Range = 321
  9.   ActiveControl = NoComboBox
  10.   AutoScroll = False
  11.   Caption = 'Series Editor'
  12.   Font.Color = clWindowText
  13.   Font.Height = 12
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   PixelsPerInch = 120
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 56
  25.     Width = 37
  26.     Height = 16
  27.     AutoSize = False
  28.     Caption = 'Name'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 8
  32.     Top = 104
  33.     Width = 46
  34.     Height = 16
  35.     AutoSize = False
  36.     Caption = 'Symbol'
  37.   end
  38.   object Label8: TLabel
  39.     Left = 104
  40.     Top = 104
  41.     Width = 26
  42.     Height = 16
  43.     AutoSize = False
  44.     Caption = 'Size'
  45.   end
  46.   object NoLabel: TLabel
  47.     Left = 8
  48.     Top = 8
  49.     Width = 21
  50.     Height = 16
  51.     AutoSize = False
  52.     Caption = 'No.'
  53.   end
  54.   object Label10: TLabel
  55.     Left = 8
  56.     Top = 152
  57.     Width = 37
  58.     Height = 16
  59.     AutoSize = False
  60.     Caption = 'Y Axis'
  61.   end
  62.   object HelpBitBtn: TBitBtn
  63.     Left = 8
  64.     Top = 296
  65.     Width = 75
  66.     Height = 25
  67.     TabOrder = 0
  68.     Kind = bkHelp
  69.   end
  70.   object CancelBitBtn: TBitBtn
  71.     Left = 168
  72.     Top = 296
  73.     Width = 75
  74.     Height = 25
  75.     TabOrder = 4
  76.     Kind = bkCancel
  77.   end
  78.   object OKBitBtn: TBitBtn
  79.     Left = 88
  80.     Top = 296
  81.     Width = 75
  82.     Height = 25
  83.     TabOrder = 12
  84.     Kind = bkOK
  85.   end
  86.   object VisibleCheckBox: TCheckBox
  87.     Left = 72
  88.     Top = 28
  89.     Width = 65
  90.     Height = 17
  91.     HelpContext = 6240
  92.     Caption = 'Visible'
  93.     TabOrder = 1
  94.     OnClick = VisibleCheckBoxClick
  95.   end
  96.   object SymbolComboBox: TComboBox
  97.     Left = 8
  98.     Top = 120
  99.     Width = 88
  100.     Height = 20
  101.     HelpContext = 6210
  102.     Style = csDropDownList
  103.     DropDownCount = 10
  104.     Font.Color = clWindowText
  105.     Font.Height = 12
  106.     Font.Name = 'Arial'
  107.     Font.Pitch = fpVariable
  108.     Font.Style = []
  109.     ItemHeight = 12
  110.     ParentFont = False
  111.     TabOrder = 9
  112.     OnClick = SymbolComboBoxClick
  113.   end
  114.   object PenGroupBox: TGroupBox
  115.     Left = 168
  116.     Top = 16
  117.     Width = 153
  118.     Height = 105
  119.     HelpContext = 6130
  120.     Caption = 'Pen'
  121.     TabOrder = 6
  122.     object Label2: TLabel
  123.       Left = 8
  124.       Top = 28
  125.       Width = 32
  126.       Height = 16
  127.       AutoSize = False
  128.       Caption = 'Color'
  129.     end
  130.     object Label4: TLabel
  131.       Left = 8
  132.       Top = 52
  133.       Width = 34
  134.       Height = 16
  135.       AutoSize = False
  136.       Caption = 'Width'
  137.     end
  138.     object Label5: TLabel
  139.       Left = 8
  140.       Top = 76
  141.       Width = 30
  142.       Height = 16
  143.       AutoSize = False
  144.       Caption = 'Style'
  145.     end
  146.     object PenWidthComboBox: TComboBox
  147.       Left = 48
  148.       Top = 48
  149.       Width = 88
  150.       Height = 24
  151.       Style = csDropDownList
  152.       DropDownCount = 10
  153.       ItemHeight = 16
  154.       TabOrder = 2
  155.       OnClick = PenWidthComboBoxClick
  156.     end
  157.     object PenStyleComboBox: TComboBox
  158.       Left = 48
  159.       Top = 72
  160.       Width = 88
  161.       Height = 22
  162.       Style = csOwnerDrawFixed
  163.       DropDownCount = 10
  164.       ItemHeight = 16
  165.       TabOrder = 1
  166.       OnClick = PenStyleComboBoxClick
  167.     end
  168.     object PenColorEdit: TColorEdit
  169.       Left = 48
  170.       Top = 24
  171.       Width = 88
  172.       Height = 24
  173.       ReadOnly = True
  174.       TabOrder = 0
  175.       Text = 'clWindow'
  176.       OnChange = PenColorEditChange
  177.     end
  178.   end
  179.   object NoComboBox: TComboBox
  180.     Left = 8
  181.     Top = 24
  182.     Width = 48
  183.     Height = 24
  184.     Hint = 'Which series to work on'
  185.     HelpContext = 1260
  186.     DropDownCount = 10
  187.     ItemHeight = 16
  188.     TabOrder = 10
  189.     Text = '0'
  190.     OnClick = NoComboBoxClick
  191.   end
  192.   object GroupBox1: TGroupBox
  193.     Left = 8
  194.     Top = 224
  195.     Width = 313
  196.     Height = 57
  197.     Hint = 
  198.       'The distance (in pixels) that the series is moved from its true ' +
  199.       'position'
  200.     Caption = 'Displacement'
  201.     ParentShowHint = False
  202.     ShowHint = True
  203.     TabOrder = 8
  204.     object Label6: TLabel
  205.       Left = 8
  206.       Top = 29
  207.       Width = 18
  208.       Height = 16
  209.       AutoSize = False
  210.       Caption = 'X ='
  211.     end
  212.     object Label7: TLabel
  213.       Left = 168
  214.       Top = 28
  215.       Width = 19
  216.       Height = 16
  217.       AutoSize = False
  218.       Caption = 'Y ='
  219.     end
  220.     object DeltaXNEdit: TNEdit
  221.       Left = 48
  222.       Top = 25
  223.       Width = 88
  224.       Height = 24
  225.       HelpContext = 6040
  226.       DataType = dtSmallint
  227.       Min = -32768.000000000000000000
  228.       Max = 32767.000000000000000000
  229.       NumericType = ntInteger
  230.       AutoSelect = False
  231.       MaxLength = 32767
  232.       TabOrder = 0
  233.       Text = '0'
  234.       OnChange = DeltaXNEditChange
  235.     end
  236.     object DeltaYNEdit: TNEdit
  237.       Left = 208
  238.       Top = 25
  239.       Width = 88
  240.       Height = 24
  241.       HelpContext = 6060
  242.       DataType = dtSmallint
  243.       Min = -32768.000000000000000000
  244.       Max = 32767.000000000000000000
  245.       NumericType = ntInteger
  246.       AutoSelect = False
  247.       MaxLength = 32767
  248.       TabOrder = 1
  249.       Text = '0'
  250.       OnChange = DeltaYNEditChange
  251.     end
  252.   end
  253.   object NameEdit: TEdit
  254.     Left = 8
  255.     Top = 72
  256.     Width = 145
  257.     Height = 24
  258.     HelpContext = 6090
  259.     AutoSelect = False
  260.     MaxLength = 32767
  261.     TabOrder = 2
  262.     OnChange = NameEditChange
  263.   end
  264.   object YAxisComboBox: TComboBox
  265.     Left = 8
  266.     Top = 168
  267.     Width = 145
  268.     Height = 24
  269.     Hint = 'The Y Axis that this series is plotted against'
  270.     HelpContext = 6360
  271.     Style = csDropDownList
  272.     DropDownCount = 10
  273.     ItemHeight = 16
  274.     TabOrder = 11
  275.     OnClick = YAxisComboBoxClick
  276.   end
  277.   object XDataIndependentCheckBox: TCheckBox
  278.     Left = 8
  279.     Top = 200
  280.     Width = 153
  281.     Height = 17
  282.     HelpContext = 6870
  283.     Caption = 'X Data Independent'
  284.     TabOrder = 5
  285.     Visible = False
  286.     OnClick = XDataIndependentCheckBoxClick
  287.   end
  288.   object BrushGroupBox: TGroupBox
  289.     Left = 168
  290.     Top = 128
  291.     Width = 153
  292.     Height = 81
  293.     Hint = 'For symbols and columns'
  294.     HelpContext = 6000
  295.     Caption = 'Brush'
  296.     ParentShowHint = False
  297.     ShowHint = True
  298.     TabOrder = 7
  299.     object Label11: TLabel
  300.       Left = 8
  301.       Top = 28
  302.       Width = 32
  303.       Height = 16
  304.       AutoSize = False
  305.       Caption = 'Color'
  306.     end
  307.     object Label13: TLabel
  308.       Left = 8
  309.       Top = 52
  310.       Width = 30
  311.       Height = 16
  312.       AutoSize = False
  313.       Caption = 'Style'
  314.     end
  315.     object BrushStyleComboBox: TComboBox
  316.       Left = 48
  317.       Top = 48
  318.       Width = 88
  319.       Height = 22
  320.       Style = csOwnerDrawFixed
  321.       DropDownCount = 10
  322.       ItemHeight = 16
  323.       TabOrder = 1
  324.       OnClick = PenStyleComboBoxClick
  325.     end
  326.     object BrushColorEdit: TColorEdit
  327.       Left = 48
  328.       Top = 24
  329.       Width = 88
  330.       Height = 24
  331.       ReadOnly = True
  332.       TabOrder = 0
  333.       Text = 'clWindow'
  334.       OnChange = BrushColorEditChange
  335.     end
  336.   end
  337.   object SymbolSizeNEdit: TNEdit
  338.     Left = 104
  339.     Top = 120
  340.     Width = 48
  341.     Height = 24
  342.     HelpContext = 6220
  343.     DataType = dtByte
  344.     Max = 255.000000000000000000
  345.     NumericType = ntInteger
  346.     AutoSelect = False
  347.     MaxLength = 32767
  348.     TabOrder = 3
  349.     Text = '0'
  350.     OnChange = SymbolSizeNEditChange
  351.   end
  352.   object ApplyBitBtn: TBitBtn
  353.     Left = 248
  354.     Top = 296
  355.     Width = 75
  356.     Height = 25
  357.     HelpContext = 1430
  358.     Caption = '&Apply'
  359.     TabOrder = 13
  360.     OnClick = ApplyBitBtnClick
  361.     Glyph.Data = {
  362.       DE010000424DDE01000000000000760000002800000024000000120000000100
  363.       04000000000068010000120B0000120B00001000000010000000000000000000
  364.       80000080000000808000800000008000800080800000C0C0C000808080000000
  365.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
  366.       33333333333F8888883F33330000324334222222443333388F3833333388F333
  367.       000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
  368.       F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
  369.       223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
  370.       3338888300003AAAAAAA33333333333888888833333333330000333333333333
  371.       333333333333333333FFFFFF000033333333333344444433FFFF333333888888
  372.       00003A444333333A22222438888F333338F3333800003A2243333333A2222438
  373.       F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
  374.       22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
  375.       33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
  376.       3333333333338888883333330000333333333333333333333333333333333333
  377.       0000}
  378.     NumGlyphs = 2
  379.   end
  380. end
  381.