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

屏幕保护

开发平台:

Delphi

  1. object mainForm: TmainForm
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'mainForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgmain: TImage
  19.     Left = 224
  20.     Top = 128
  21.     Width = 105
  22.     Height = 105
  23.   end
  24. end