home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / SBEDIT.dfm / SBEDIT.txt < prev   
Encoding:
Text File  |  1999-10-12  |  5.9 KB  |  230 lines

  1. object SpeedbarEditor: TSpeedbarEditor
  2.   Left = 222
  3.   Top = 126
  4.   ActiveControl = SectionList
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Speedbar Designer'
  8.   ClientHeight = 277
  9.   ClientWidth = 437
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object SectionNameLabel: TLabel
  25.     Left = 180
  26.     Top = 10
  27.     Width = 86
  28.     Height = 13
  29.     Caption = '&Section name: '
  30.     FocusControl = SectionName
  31.   end
  32.   object LabelHint: TLabel
  33.     Left = 4
  34.     Top = 248
  35.     Width = 429
  36.     Height = 29
  37.     AutoSize = False
  38.     Caption = 
  39.       'To add command buttons, drag and drop button onto the SpeedBar. ' +
  40.       'To remove command buttons, drag them off of the SpeedBar.'
  41.     WordWrap = True
  42.   end
  43.   object SectionsBox: TGroupBox
  44.     Left = 4
  45.     Top = 3
  46.     Width = 165
  47.     Height = 240
  48.     Caption = ' Sections '
  49.     TabOrder = 0
  50.     object NewSection: TButton
  51.       Left = 9
  52.       Top = 208
  53.       Width = 69
  54.       Height = 25
  55.       Caption = '&New'
  56.       TabOrder = 0
  57.       OnClick = NewSectionClick
  58.     end
  59.     object DelSection: TButton
  60.       Left = 85
  61.       Top = 208
  62.       Width = 69
  63.       Height = 25
  64.       Caption = '&Delete'
  65.       Enabled = False
  66.       TabOrder = 1
  67.       OnClick = DelSectionClick
  68.     end
  69.     object SectionList: TDrawGrid
  70.       Left = 8
  71.       Top = 16
  72.       Width = 149
  73.       Height = 185
  74.       ColCount = 1
  75.       DefaultColWidth = 147
  76.       DefaultRowHeight = 15
  77.       FixedCols = 0
  78.       RowCount = 1
  79.       FixedRows = 0
  80.       Options = [goDrawFocusSelected, goRowSelect]
  81.       ScrollBars = ssVertical
  82.       TabOrder = 2
  83.       OnDragDrop = SectionListDragDrop
  84.       OnDragOver = SectionListDragOver
  85.       OnDrawCell = SectionListDrawCell
  86.       OnKeyDown = SectionListKeyDown
  87.       OnMouseDown = SectionListMouseDown
  88.       OnSelectCell = SectionListSelectCell
  89.     end
  90.   end
  91.   object ButtonsBox: TGroupBox
  92.     Left = 172
  93.     Top = 30
  94.     Width = 262
  95.     Height = 213
  96.     Caption = ' Available buttons '
  97.     TabOrder = 2
  98.     object UpBtn: TSpeedButton
  99.       Left = 232
  100.       Top = 68
  101.       Width = 24
  102.       Height = 25
  103.       Hint = 'Move up|'
  104.       Enabled = False
  105.       Glyph.Data = {
  106.         F6000000424DF600000000000000760000002800000010000000100000000100
  107.         0400000000008000000000000000000000001000000000000000000000000000
  108.         80000080000000808000800000008000800080800000C0C0C000808080000000
  109.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  110.         DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD00000DD
  111.         DDDDDDDDD04440DDDDDDD0000044400000DDDD04444444440DDDDDD044444440
  112.         DDDDDDDD0444440DDDDDDDDDD04440DDDDDDDDDDDD040DDDDDDDDDDDDDD0DDDD
  113.         DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
  114.       ParentShowHint = False
  115.       ShowHint = True
  116.       OnClick = UpBtnClick
  117.     end
  118.     object DownBtn: TSpeedButton
  119.       Left = 232
  120.       Top = 100
  121.       Width = 24
  122.       Height = 25
  123.       Hint = 'Move Down|'
  124.       Enabled = False
  125.       Glyph.Data = {
  126.         F6000000424DF600000000000000760000002800000010000000100000000100
  127.         0400000000008000000000000000000000001000000000000000000000000000
  128.         80000080000000808000800000008000800080800000C0C0C000808080000000
  129.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  130.         DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD0DDDDDDDDDDDDDD040DDD
  131.         DDDDDDDDD04440DDDDDDDDDD0444440DDDDDDDD044444440DDDDDD0444444444
  132.         0DDDD0000044400000DDDDDDD04440DDDDDDDDDDD00000DDDDDDDDDDDDDDDDDD
  133.         DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
  134.       ParentShowHint = False
  135.       ShowHint = True
  136.       OnClick = DownBtnClick
  137.     end
  138.     object AddButton: TButton
  139.       Left = 8
  140.       Top = 181
  141.       Width = 69
  142.       Height = 25
  143.       Caption = '&Add'
  144.       Enabled = False
  145.       TabOrder = 1
  146.       OnClick = AddButtonClick
  147.     end
  148.     object RemoveButton: TButton
  149.       Left = 85
  150.       Top = 181
  151.       Width = 69
  152.       Height = 25
  153.       Caption = '&Remove'
  154.       Enabled = False
  155.       TabOrder = 2
  156.       OnClick = RemoveButtonClick
  157.     end
  158.     object CloseBtn: TButton
  159.       Left = 185
  160.       Top = 181
  161.       Width = 69
  162.       Height = 25
  163.       Caption = '&Close'
  164.       TabOrder = 3
  165.       OnClick = CloseBtnClick
  166.     end
  167.     object ButtonsList: TDrawGrid
  168.       Left = 8
  169.       Top = 16
  170.       Width = 219
  171.       Height = 158
  172.       ColCount = 1
  173.       Ctl3D = True
  174.       DefaultColWidth = 215
  175.       DefaultRowHeight = 26
  176.       FixedCols = 0
  177.       RowCount = 1
  178.       FixedRows = 0
  179.       Options = [goDrawFocusSelected, goRowSelect]
  180.       ParentCtl3D = False
  181.       PopupMenu = PopupMenu
  182.       ScrollBars = ssVertical
  183.       TabOrder = 0
  184.       OnDblClick = ButtonsListDblClick
  185.       OnDrawCell = ButtonsListDrawCell
  186.       OnKeyDown = ButtonsListKeyDown
  187.       OnMouseDown = ButtonsListMouseDown
  188.       OnMouseMove = ButtonsListMouseMove
  189.       OnMouseUp = ButtonsListMouseUp
  190.       OnSelectCell = ButtonsListSelectCell
  191.     end
  192.   end
  193.   object SectionName: TEdit
  194.     Left = 268
  195.     Top = 7
  196.     Width = 165
  197.     Height = 21
  198.     MaxLength = 255
  199.     TabOrder = 1
  200.     OnExit = SectionNameExit
  201.     OnKeyDown = SectionNameKeyDown
  202.   end
  203.   object PopupMenu: TPopupMenu
  204.     Left = 185
  205.     Top = 78
  206.     object CutMenu: TMenuItem
  207.       Caption = 'Cut'
  208.       ShortCut = 8238
  209.       OnClick = CutMenuClick
  210.     end
  211.     object CopyMenu: TMenuItem
  212.       Caption = 'Copy'
  213.       ShortCut = 16429
  214.       OnClick = CopyMenuClick
  215.     end
  216.     object PasteMenu: TMenuItem
  217.       Caption = 'Paste'
  218.       ShortCut = 8237
  219.       OnClick = PasteMenuClick
  220.     end
  221.   end
  222.   object FormPlacement1: TFormPlacement
  223.     IniFileName = 'DELPHI.INI'
  224.     IniSection = 'RX.SpeedbarEditor'
  225.     Options = [fpPosition]
  226.     Left = 400
  227.     Top = 3
  228.   end
  229. end
  230.