home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95rolode / rolodeck.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-05-31  |  2KB  |  64 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 = 102
  20.     Height = 16
  21.     Caption = 'List of All Cards'
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'System'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object SpeedButton1: TSpeedButton
  29.     Left = 312
  30.     Top = 19
  31.     Width = 25
  32.     Height = 25
  33.     Glyph.Data = {
  34.       78010000424D7801000000000000760000002800000020000000100000000100
  35.       04000000000000000000120B0000120B00000000000000000000000000000000
  36.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  37.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  38.       03333377777777777F333301111111110333337F333333337F33330111111111
  39.       0333337F333333337F333301111111110333337F333333337F33330111111111
  40.       0333337F333333337F333301111111110333337F333333337F33330111111111
  41.       0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  42.       0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  43.       0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  44.       0333337F377777337F333301111111110333337F333333337F33330111111111
  45.       0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  46.     NumGlyphs = 2
  47.     OnClick = SpeedButton1Click
  48.   end
  49.   object ListBox1: TListBox
  50.     Left = 10
  51.     Top = 28
  52.     Width = 297
  53.     Height = 241
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ItemHeight = 14
  59.     ParentFont = False
  60.     TabOrder = 0
  61.     OnClick = ListBox1Click
  62.   end
  63. end
  64.