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