Unit1.dfm
上传用户:oumai21
上传日期:2016-04-20
资源大小:7k
文件大小:1k
源码类别:

屏幕保护

开发平台:

Delphi

  1. object mainForm: TmainForm
  2.   Left = 192
  3.   Top = 134
  4.   BorderStyle = bsNone
  5.   Caption = 'mainForm'
  6.   ClientHeight = 426
  7.   ClientWidth = 688
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   WindowState = wsMaximized
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgmain: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 688
  24.     Height = 426
  25.     Align = alClient
  26.   end
  27. end