home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / COLORDLG / MAIN.dfm / MAIN.txt
Text File  |  1998-05-14  |  2KB  |  51 lines

  1. object MainForm: TMainForm
  2.   Left = 423
  3.   Top = 202
  4.   ActiveControl = TestBitBtn
  5.   AutoScroll = False
  6.   Caption = 'Test ColorDlg Module'
  7.   ClientHeight = 174
  8.   ClientWidth = 315
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -16
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object CloseBitBtn: TBitBtn
  19.     Left = 110
  20.     Top = 100
  21.     Width = 171
  22.     Height = 41
  23.     TabOrder = 0
  24.     Kind = bkClose
  25.   end
  26.   object TestBitBtn: TBitBtn
  27.     Left = 110
  28.     Top = 30
  29.     Width = 171
  30.     Height = 41
  31.     Caption = '&Test...'
  32.     Default = True
  33.     TabOrder = 1
  34.     OnClick = TestBitBtnClick
  35.     Glyph.Data = {
  36.       76010000424D7601000000000000760000002800000020000000100000000100
  37.       0400000000000001000000000000000000001000000010000000000000000000
  38.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  39.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  40.       333333333337FF3333333333330003333333333333777F333333333333080333
  41.       3333333F33777FF33F3333B33B000B33B3333373F777773F7333333BBB0B0BBB
  42.       33333337737F7F77F333333BBB0F0BBB33333337337373F73F3333BBB0F7F0BB
  43.       B333337F3737F73F7F3333BB0FB7BF0BB3333F737F37F37F73FFBBBB0BF7FB0B
  44.       BBB3773F7F37337F377333BB0FBFBF0BB333337F73F333737F3333BBB0FBF0BB
  45.       B3333373F73FF7337333333BBB000BBB33333337FF777337F333333BBBBBBBBB
  46.       3333333773FF3F773F3333B33BBBBB33B33333733773773373333333333B3333
  47.       333333333337F33333333333333B333333333333333733333333}
  48.     NumGlyphs = 2
  49.   end
  50. end
  51.