home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 February / VPR9702A.ISO / OLS / Win95 / Mgn121 / MGN121.LZH / Megane.exe / 0 / RCDATA / TALLDISPFORM / TALLDISPFORM.txt
Text File  |  1996-11-20  |  1KB  |  52 lines

  1. object AllDispForm: TAllDispForm
  2.   Left = 298
  3.   Top = 124
  4.   ActiveControl = Panel1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsNone
  7.   ClientHeight = 268
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -15
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 15
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 427
  23.     Height = 268
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Color = clBlack
  27.     Font.Color = clWhite
  28.     Font.Height = -17
  29.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object All1: TAll
  34.       Left = 0
  35.       Top = 0
  36.       Width = 427
  37.       Height = 268
  38.       Align = alClient
  39.       AutoSize = False
  40.       Center = True
  41.       OnClick = All1Click
  42.     end
  43.     object Label1: TLabel
  44.       Left = 0
  45.       Top = 0
  46.       Width = 169
  47.       Height = 17
  48.       Caption = ' Mouse Click to Close.'
  49.     end
  50.   end
  51. end
  52.