home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / email / poco.exe / file0001.bin / 0 / RCDATA / TDFSCOLORBUTTONPALETTE / TDFSCOLORBUTTONPALETTE.txt
Encoding:
Text File  |  1999-09-29  |  764 b   |  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.