home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 September / 24_09_1999.iso / Igromania.exe / 0 / RCDATA / TLISTFORM / TLISTFORM.txt < prev   
Text File  |  1999-08-05  |  2KB  |  102 lines

  1. object ListForm: TListForm
  2.   Left = 252
  3.   Top = 268
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'ListForm'
  7.   ClientHeight = 400
  8.   ClientWidth = 500
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BackgroundImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 500
  26.     Height = 400
  27.     Cursor = 1
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     OnMouseMove = BackgroundImageMouseMove
  31.   end
  32.   object ListTitle: TLabel
  33.     Left = 16
  34.     Top = 0
  35.     Width = 377
  36.     Height = 41
  37.     Cursor = 1
  38.     AutoSize = False
  39.     Caption = 'ListTitle'
  40.     Font.Charset = RUSSIAN_CHARSET
  41.     Font.Color = 54005
  42.     Font.Height = -37
  43.     Font.Name = 'a_RubricaCn'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.     ShowAccelChar = False
  47.     Transparent = True
  48.   end
  49.   object ItemListB: TLabel
  50.     Left = 256
  51.     Top = 56
  52.     Width = 233
  53.     Height = 321
  54.     Cursor = 1
  55.     AutoSize = False
  56.     Font.Charset = ANSI_CHARSET
  57.     Font.Color = clWhite
  58.     Font.Height = -15
  59.     Font.Name = 'PragmaticaCondCTT'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.     ShowAccelChar = False
  63.     Transparent = True
  64.     OnMouseMove = ItemListBMouseMove
  65.   end
  66.   object ItemListA: TLabel
  67.     Left = 16
  68.     Top = 56
  69.     Width = 233
  70.     Height = 321
  71.     Cursor = 1
  72.     AutoSize = False
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clWhite
  75.     Font.Height = -15
  76.     Font.Name = 'PragmaticaCondCTT'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     ShowAccelChar = False
  80.     Transparent = True
  81.     OnMouseMove = ItemListAMouseMove
  82.   end
  83.   object SelectedLabel: TLabel
  84.     Left = 16
  85.     Top = 56
  86.     Width = 65
  87.     Height = 17
  88.     Cursor = 1
  89.     Caption = 'Some Item'
  90.     Font.Charset = ANSI_CHARSET
  91.     Font.Color = 54005
  92.     Font.Height = -15
  93.     Font.Name = 'PragmaticaCondCTT'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.     ShowAccelChar = False
  97.     Transparent = True
  98.     Visible = False
  99.     OnClick = SelectedLabelClick
  100.   end
  101. end
  102.