object Form1: TForm1 Left = 200 Top = 99 Width = 229 Height = 211 ActiveControl = MhCardDeck2 Caption = 'Cards Example' PixelsPerInch = 96 OnCreate = FormCreate object Label1: TLabel Left = 8 Top = 128 Width = 55 Height = 16 Caption = 'In Stack:' end object Label2: TLabel Left = 112 Top = 128 Width = 59 Height = 16 Caption = 'In Stack: ' end object Label3: TLabel Left = 72 Top = 128 Width = 9 Height = 16 Caption = ' ' end object Label4: TLabel Left = 176 Top = 128 Width = 9 Height = 16 Caption = ' ' end object Label5: TLabel Left = 24 Top = 0 Width = 85 Height = 16 Caption = 'Double Click ' end object MhCardDeck2: TMhCardDeck Left = 24 Top = 24 Width = 71 Height = 95 TabOrder = 0 TabStop = True Autosize = True CardBack = 1 Suit = 1 BackColor = clWhite OnDblClick = MhCardDeck2Click end object MhCardDeck3: TMhCardDeck Left = 120 Top = 24 Width = 71 Height = 95 TabOrder = 1 TabStop = True Visible = False Autosize = True CardBack = 1 BackColor = clWhite end end