Unit1.dfm
上传用户:cqslgg
上传日期:2009-12-10
资源大小:128k
文件大小:1k
- object Form1: TForm1
- Left = 233
- Top = 185
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = '我爱你'
- ClientHeight = 217
- ClientWidth = 373
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnHide = FormHide
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 373
- Height = 217
- Align = alClient
- BevelInner = bvLowered
- BevelWidth = 5
- Caption = '单击我呀!!'
- Font.Charset = GB2312_CHARSET
- Font.Color = clTeal
- Font.Height = -12
- Font.Name = '新宋体'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object Image1: TImage
- Left = 10
- Top = 10
- Width = 353
- Height = 197
- Align = alClient
- OnClick = Image1Click
- end
- end
- end