home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TFORM12 / TFORM12.txt
Text File  |  1998-05-10  |  1KB  |  59 lines

  1. object Form12: TForm12
  2.   Left = 144
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Environment Information'
  7.   ClientHeight = 146
  8.   ClientWidth = 353
  9.   Color = clBackground
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 353
  23.     Height = 146
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 16
  28.       Top = 16
  29.       Width = 32
  30.       Height = 13
  31.       Caption = 'Label1'
  32.     end
  33.     object Label2: TLabel
  34.       Left = 16
  35.       Top = 48
  36.       Width = 32
  37.       Height = 13
  38.       Caption = 'Label2'
  39.     end
  40.     object Label3: TLabel
  41.       Left = 16
  42.       Top = 80
  43.       Width = 32
  44.       Height = 13
  45.       Caption = 'Label3'
  46.     end
  47.     object Button1: TButton
  48.       Left = 136
  49.       Top = 112
  50.       Width = 75
  51.       Height = 25
  52.       Caption = '&Exit'
  53.       Default = True
  54.       TabOrder = 0
  55.       OnClick = Button1Click
  56.     end
  57.   end
  58. end
  59.