home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / TOOLBAR3 / Toolbar3.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-05-14  |  4KB  |  160 lines

  1. object MainForm: TMainForm
  2.   Left = 200
  3.   Top = 94
  4.   AutoScroll = False
  5.   Caption = 'Floating Toolbar Demonstration'
  6.   ClientHeight = 203
  7.   ClientWidth = 512
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   OnMouseMove = FormMouseMove
  17.   OnMouseUp = FormMouseUp
  18.   PixelsPerInch = 120
  19.   TextHeight = 20
  20.   object Bevel1: TBevel
  21.     Left = 120
  22.     Top = 30
  23.     Width = 191
  24.     Height = 141
  25.   end
  26.   object Label1: TLabel
  27.     Left = 140
  28.     Top = 60
  29.     Width = 151
  30.     Height = 61
  31.     AutoSize = False
  32.     Caption = 'Click and drag the top of the floating toolbar at left. '
  33.     WordWrap = True
  34.   end
  35.   object FloatingToolbar: TPanel
  36.     Left = 19
  37.     Top = 24
  38.     Width = 82
  39.     Height = 151
  40.     BevelInner = bvRaised
  41.     BorderStyle = bsSingle
  42.     TabOrder = 0
  43.     OnMouseDown = FloatingToolbarMouseDown
  44.     object SpeedButton1: TSpeedButton
  45.       Tag = 1
  46.       Left = 6
  47.       Top = 21
  48.       Width = 32
  49.       Height = 32
  50.       Caption = '1'
  51.       OnClick = SpeedButton1Click
  52.     end
  53.     object SpeedButton2: TSpeedButton
  54.       Tag = 2
  55.       Left = 40
  56.       Top = 21
  57.       Width = 31
  58.       Height = 32
  59.       Caption = '2'
  60.       OnClick = SpeedButton1Click
  61.     end
  62.     object SpeedButton3: TSpeedButton
  63.       Tag = 3
  64.       Left = 6
  65.       Top = 51
  66.       Width = 32
  67.       Height = 32
  68.       Caption = '3'
  69.       OnClick = SpeedButton1Click
  70.     end
  71.     object SpeedButton4: TSpeedButton
  72.       Tag = 4
  73.       Left = 40
  74.       Top = 51
  75.       Width = 31
  76.       Height = 32
  77.       Caption = '4'
  78.       OnClick = SpeedButton1Click
  79.     end
  80.     object SpeedButton5: TSpeedButton
  81.       Tag = 5
  82.       Left = 6
  83.       Top = 81
  84.       Width = 32
  85.       Height = 32
  86.       Caption = '5'
  87.       OnClick = SpeedButton1Click
  88.     end
  89.     object SpeedButton6: TSpeedButton
  90.       Tag = 6
  91.       Left = 40
  92.       Top = 81
  93.       Width = 31
  94.       Height = 32
  95.       Caption = '6'
  96.       OnClick = SpeedButton1Click
  97.     end
  98.     object SpeedButton7: TSpeedButton
  99.       Tag = 7
  100.       Left = 6
  101.       Top = 111
  102.       Width = 32
  103.       Height = 32
  104.       Caption = '7'
  105.       OnClick = SpeedButton1Click
  106.     end
  107.     object SpeedButton8: TSpeedButton
  108.       Tag = 8
  109.       Left = 40
  110.       Top = 111
  111.       Width = 31
  112.       Height = 32
  113.       Caption = '8'
  114.       OnClick = SpeedButton1Click
  115.     end
  116.   end
  117.   object BitBtn1: TBitBtn
  118.     Left = 360
  119.     Top = 130
  120.     Width = 111
  121.     Height = 41
  122.     TabOrder = 1
  123.     Kind = bkClose
  124.   end
  125.   object AllowDraggingCB: TCheckBox
  126.     Left = 340
  127.     Top = 40
  128.     Width = 161
  129.     Height = 21
  130.     Caption = 'Allow dragging'
  131.     Checked = True
  132.     State = cbChecked
  133.     TabOrder = 2
  134.     OnClick = AllowDraggingCBClick
  135.   end
  136.   object ResetBitBtn: TBitBtn
  137.     Left = 360
  138.     Top = 80
  139.     Width = 111
  140.     Height = 41
  141.     Caption = 'Reset'
  142.     TabOrder = 3
  143.     OnClick = ResetBitBtnClick
  144.     Glyph.Data = {
  145.       76010000424D7601000000000000760000002800000020000000100000000100
  146.       0400000000000001000000000000000000001000000010000000000000000000
  147.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  148.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  149.       333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  150.       300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  151.       330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  152.       333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  153.       339977FF777777773377000BFB03333333337773FF733333333F333000333333
  154.       3300333777333333337733333333333333003333333333333377333333333333
  155.       333333333333333333FF33333333333330003333333333333777333333333333
  156.       3000333333333333377733333333333333333333333333333333}
  157.     NumGlyphs = 2
  158.   end
  159. end
  160.