home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TCOLORDLG / TCOLORDLG.txt
Text File  |  1998-02-19  |  2KB  |  99 lines

  1. object ColorDlg: TColorDlg
  2.   Left = 209
  3.   Top = 240
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set Colors'
  7.   ClientHeight = 267
  8.   ClientWidth = 433
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 348
  20.     Top = 8
  21.     Width = 77
  22.     Height = 27
  23.     TabOrder = 0
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 2
  27.     Spacing = -1
  28.     IsControl = True
  29.   end
  30.   object CancelBtn: TBitBtn
  31.     Left = 348
  32.     Top = 40
  33.     Width = 77
  34.     Height = 27
  35.     TabOrder = 1
  36.     OnClick = CancelBtnClick
  37.     Kind = bkCancel
  38.     Margin = 2
  39.     Spacing = -1
  40.     IsControl = True
  41.   end
  42.   object HelpBtn: TBitBtn
  43.     Left = 348
  44.     Top = 72
  45.     Width = 77
  46.     Height = 27
  47.     TabOrder = 2
  48.     Kind = bkHelp
  49.     Margin = 2
  50.     Spacing = -1
  51.     IsControl = True
  52.   end
  53.   object GroupBox5: TGroupBox
  54.     Left = 8
  55.     Top = 6
  56.     Width = 329
  57.     Height = 251
  58.     TabOrder = 3
  59.     object Label2: TLabel
  60.       Left = 248
  61.       Top = 16
  62.       Width = 40
  63.       Height = 13
  64.       Caption = 'Colors:'
  65.     end
  66.     object Color_Lst: TDrawGrid
  67.       Left = 248
  68.       Top = 32
  69.       Width = 72
  70.       Height = 210
  71.       Hint = 'Click to select a Color'
  72.       ColCount = 1
  73.       DefaultColWidth = 70
  74.       DefaultRowHeight = 12
  75.       DefaultDrawing = False
  76.       FixedCols = 0
  77.       FixedRows = 0
  78.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  79.       RowCount = 16
  80.       ScrollBars = ssNone
  81.       TabOrder = 0
  82.       OnClick = Color_LstClick
  83.       OnDrawCell = Color_LstDrawCell
  84.     end
  85.     object RadioGroup1: TRadioGroup
  86.       Left = 12
  87.       Top = 26
  88.       Width = 229
  89.       Height = 111
  90.       ItemIndex = 0
  91.       Items.Strings = (
  92.         'Text Color'
  93.         'Bgnd Color')
  94.       TabOrder = 1
  95.       OnClick = RadioGroup1Click
  96.     end
  97.   end
  98. end
  99.