home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / COLORDLL / CLRFORM.dfm / CLRFORM.txt
Text File  |  1998-01-21  |  1KB  |  63 lines

  1. object ColorForm: TColorForm
  2.   Left = 426
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Colors'
  7.   ClientHeight = 187
  8.   ClientWidth = 305
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 289
  20.     Height = 169
  21.   end
  22.   object Label1: TLabel
  23.     Left = 40
  24.     Top = 24
  25.     Width = 220
  26.     Height = 16
  27.     Caption = 'Right mouse buton selects forground '
  28.   end
  29.   object Label2: TLabel
  30.     Left = 40
  31.     Top = 40
  32.     Width = 225
  33.     Height = 16
  34.     Caption = 'Left mouse button selects background'
  35.   end
  36.   object ColorGrid: TColorGrid
  37.     Left = 40
  38.     Top = 64
  39.     Width = 100
  40.     Height = 100
  41.     BackgroundIndex = 15
  42.     TabOrder = 0
  43.   end
  44.   object CancelBitBtn: TBitBtn
  45.     Left = 184
  46.     Top = 88
  47.     Width = 89
  48.     Height = 33
  49.     TabOrder = 1
  50.     OnClick = CancelBitBtnClick
  51.     Kind = bkCancel
  52.   end
  53.   object OkBitBtn: TBitBtn
  54.     Left = 184
  55.     Top = 128
  56.     Width = 89
  57.     Height = 33
  58.     TabOrder = 2
  59.     OnClick = OkBitBtnClick
  60.     Kind = bkOK
  61.   end
  62. end
  63.