home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / del2faq.zip / CARDEXP.ZIP / UNIT1.DFM / UNIT1.txt
Text File  |  1995-03-08  |  1KB  |  71 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 229
  5.   Height = 211
  6.   ActiveControl = MhCardDeck2
  7.   Caption = 'Cards Example'
  8.   PixelsPerInch = 96
  9.   OnCreate = FormCreate
  10.   object Label1: TLabel
  11.     Left = 8
  12.     Top = 128
  13.     Width = 55
  14.     Height = 16
  15.     Caption = 'In Stack:'
  16.   end
  17.   object Label2: TLabel
  18.     Left = 112
  19.     Top = 128
  20.     Width = 59
  21.     Height = 16
  22.     Caption = 'In Stack: '
  23.   end
  24.   object Label3: TLabel
  25.     Left = 72
  26.     Top = 128
  27.     Width = 9
  28.     Height = 16
  29.     Caption = ' '
  30.   end
  31.   object Label4: TLabel
  32.     Left = 176
  33.     Top = 128
  34.     Width = 9
  35.     Height = 16
  36.     Caption = ' '
  37.   end
  38.   object Label5: TLabel
  39.     Left = 24
  40.     Top = 0
  41.     Width = 85
  42.     Height = 16
  43.     Caption = 'Double Click '
  44.   end
  45.   object MhCardDeck2: TMhCardDeck
  46.     Left = 24
  47.     Top = 24
  48.     Width = 71
  49.     Height = 95
  50.     TabOrder = 0
  51.     TabStop = True
  52.     Autosize = True
  53.     CardBack = 1
  54.     Suit = 1
  55.     BackColor = clWhite
  56.     OnDblClick = MhCardDeck2Click
  57.   end
  58.   object MhCardDeck3: TMhCardDeck
  59.     Left = 120
  60.     Top = 24
  61.     Width = 71
  62.     Height = 95
  63.     TabOrder = 1
  64.     TabStop = True
  65.     Visible = False
  66.     Autosize = True
  67.     CardBack = 1
  68.     BackColor = clWhite
  69.   end
  70. end
  71.