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

  1. object ToolBarEditForm: TToolBarEditForm
  2.   Left = 253
  3.   Top = 276
  4.   Width = 486
  5.   Height = 363
  6.   HelpContext = 4050
  7.   HorzScrollBar.Range = 363
  8.   VertScrollBar.Range = 330
  9.   ActiveControl = HelpBitBtn
  10.   AutoScroll = False
  11.   Caption = 'Toolbar Editor'
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = 13
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Pitch = fpVariable
  18.   Font.Style = []
  19.   OldCreateOrder = True
  20.   Scaled = False
  21.   ShowHint = True
  22.   OnCreate = FormCreate
  23.   OnResize = FormResize
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object HelpBitBtn: TBitBtn
  27.     Left = 8
  28.     Top = 305
  29.     Width = 97
  30.     Height = 25
  31.     HelpContext = 1860
  32.     TabOrder = 0
  33.     Kind = bkHelp
  34.   end
  35.   object CancelBitBtn: TBitBtn
  36.     Left = 120
  37.     Top = 305
  38.     Width = 97
  39.     Height = 25
  40.     TabOrder = 1
  41.     Kind = bkCancel
  42.   end
  43.   object OKBitBtn: TBitBtn
  44.     Left = 232
  45.     Top = 305
  46.     Width = 97
  47.     Height = 25
  48.     TabOrder = 2
  49.     Kind = bkOK
  50.   end
  51.   object ApplyBitBtn: TBitBtn
  52.     Left = 344
  53.     Top = 305
  54.     Width = 97
  55.     Height = 25
  56.     HelpContext = 7970
  57.     Caption = '&Apply'
  58.     TabOrder = 3
  59.     OnClick = ApplyBitBtnClick
  60.     Glyph.Data = {
  61.       DE010000424DDE01000000000000760000002800000024000000120000000100
  62.       0400000000006801000000000000000000001000000010000000000000000000
  63.       80000080000000808000800000008000800080800000C0C0C000808080000000
  64.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
  65.       33333333333F8888883F33330000324334222222443333388F3833333388F333
  66.       000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
  67.       F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
  68.       223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
  69.       3338888300003AAAAAAA33333333333888888833333333330000333333333333
  70.       333333333333333333FFFFFF000033333333333344444433FFFF333333888888
  71.       00003A444333333A22222438888F333338F3333800003A2243333333A2222438
  72.       F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
  73.       22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
  74.       33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
  75.       3333333333338888883333330000333333333333333333333333333333333333
  76.       0000}
  77.     NumGlyphs = 2
  78.   end
  79.   object MiddlePanel: TPanel
  80.     Left = 0
  81.     Top = 62
  82.     Width = 478
  83.     Height = 35
  84.     Align = alTop
  85.     TabOrder = 5
  86.     object AvailableLabel: TLabel
  87.       Left = 8
  88.       Top = 16
  89.       Width = 271
  90.       Height = 16
  91.       Caption = 'Available buttons - just click to display or hide:'
  92.     end
  93.   end
  94.   object TopPanel: TPanel
  95.     Left = 0
  96.     Top = 0
  97.     Width = 478
  98.     Height = 33
  99.     Align = alTop
  100.     TabOrder = 4
  101.     object DisplayedLabel: TLabel
  102.       Left = 8
  103.       Top = 16
  104.       Width = 111
  105.       Height = 16
  106.       Caption = 'Displayed buttons:'
  107.     end
  108.   end
  109.   object DisplayToolBar: TToolBar
  110.     Left = 0
  111.     Top = 33
  112.     Width = 478
  113.     Height = 29
  114.     HelpContext = 7840
  115.     AutoSize = True
  116.     TabOrder = 6
  117.   end
  118.   object ControlToolBar: TToolBar
  119.     Left = 0
  120.     Top = 97
  121.     Width = 478
  122.     Height = 29
  123.     HelpContext = 3220
  124.     AutoSize = True
  125.     TabOrder = 7
  126.   end
  127. end
  128.