home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2003 June / Mania_06_CD2.iso / Deathzone / Quake3 / Utils / AutoQuake2000 / aq2000_80setup.rar / aq2000_80setup.exe / 1035 / RCDATA / AQFILES / AutoQuake2000.exe / 0 / RCDATA / TDFSCOLORBUTTONPALETTE / TDFSCOLORBUTTONPALETTE.txt
Text File  |  2002-01-28  |  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.