home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TBLOCKQUOTEFORM / TBLOCKQUOTEFORM.txt
Encoding:
Text File  |  2003-02-24  |  1.0 KB  |  52 lines

  1. object BlockQuoteForm: TBlockQuoteForm
  2.   Left = 628
  3.   Top = 335
  4.   Width = 144
  5.   Height = 58
  6.   AutoSize = True
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'BlockQuoteForm'
  10.   Color = clBtnFace
  11.   DragKind = dkDock
  12.   DragMode = dmAutomatic
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object CoolBar1: TCoolBar
  25.     Left = 0
  26.     Top = 0
  27.     Width = 136
  28.     Height = 29
  29.     AutoSize = True
  30.     Bands = <
  31.       item
  32.         Control = ToolBar1
  33.         ImageIndex = -1
  34.         Width = 132
  35.       end>
  36.     object ToolBar1: TToolBar
  37.       Left = 9
  38.       Top = 0
  39.       Width = 119
  40.       Height = 25
  41.       AutoSize = True
  42.       Caption = 'ToolBar1'
  43.       EdgeBorders = []
  44.       Flat = True
  45.       ParentShowHint = False
  46.       ShowCaptions = True
  47.       ShowHint = True
  48.       TabOrder = 0
  49.     end
  50.   end
  51. end
  52.