home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / rolo2095.zip / rolodeck.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-06-01  |  2KB  |  54 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 111
  4.   AutoScroll = False
  5.   Caption = 'Card List'
  6.   ClientHeight = 273
  7.   ClientWidth = 348
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnDeactivate = FormDeactivate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 59
  20.     Height = 11
  21.     Caption = 'List of All Cards'
  22.   end
  23.   object SpeedButton1: TSpeedButton
  24.     Left = 312
  25.     Top = 19
  26.     Width = 25
  27.     Height = 25
  28.     Glyph.Data = {
  29.       78010000424D7801000000000000760000002800000020000000100000000100
  30.       04000000000000000000120B0000120B00000000000000000000000000000000
  31.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  32.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  33.       03333377777777777F333301111111110333337F333333337F33330111111111
  34.       0333337F333333337F333301111111110333337F333333337F33330111111111
  35.       0333337F333333337F333301111111110333337F333333337F33330111111111
  36.       0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  37.       0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  38.       0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  39.       0333337F377777337F333301111111110333337F333333337F33330111111111
  40.       0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  41.     NumGlyphs = 2
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object ListBox1: TListBox
  45.     Left = 10
  46.     Top = 28
  47.     Width = 297
  48.     Height = 241
  49.     ItemHeight = 13
  50.     TabOrder = 0
  51.     OnClick = ListBox1Click
  52.   end
  53. end
  54.