Unit1.dfm
上传用户:cqslgg
上传日期:2009-12-10
资源大小:128k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 233
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = '我爱你'
  7.   ClientHeight = 217
  8.   ClientWidth = 373
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnHide = FormHide
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 373
  24.     Height = 217
  25.     Align = alClient
  26.     BevelInner = bvLowered
  27.     BevelWidth = 5
  28.     Caption = '单击我呀!!'
  29.     Font.Charset = GB2312_CHARSET
  30.     Font.Color = clTeal
  31.     Font.Height = -12
  32.     Font.Name = '新宋体'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     object Image1: TImage
  37.       Left = 10
  38.       Top = 10
  39.       Width = 353
  40.       Height = 197
  41.       Align = alClient
  42.       OnClick = Image1Click
  43.     end
  44.   end
  45. end