home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d123456 / DFS.ZIP / CBtnForm.dfm / CBtnForm.txt
Text File  |  1998-06-30  |  764b  |  36 lines

  1. object DFSColorButtonPalette: TDFSColorButtonPalette
  2.   Left = 224
  3.   Top = 659
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 121
  7.   ClientWidth = 112
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   OnClick = FormClick
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnDeactivate = FormDeactivate
  20.   OnKeyDown = FormKeyDown
  21.   OnKeyPress = FormKeyPress
  22.   OnMouseMove = FormMouseMove
  23.   OnPaint = FormPaint
  24.   TextHeight = 13
  25.   object btnOther: TButton
  26.     Left = 1
  27.     Top = 97
  28.     Width = 50
  29.     Height = 21
  30.     Caption = '&Other'
  31.     TabOrder = 0
  32.     TabStop = False
  33.     OnClick = btnOtherClick
  34.   end
  35. end
  36.