Unit2.dfm
上传用户:lmk588
上传日期:2013-04-16
资源大小:5120k
文件大小:1k
源码类别:

按钮控件

开发平台:

Delphi

  1. object Form2: TForm2
  2.   Left = 269
  3.   Top = 159
  4.   Width = 335
  5.   Height = 247
  6.   Caption = 'Form2'
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 40
  19.     Top = 40
  20.     Width = 225
  21.     Height = 89
  22.     Lines.Strings = (
  23.       'This form was skinned automatically.')
  24.     TabOrder = 0
  25.   end
  26.   object Button1: TButton
  27.     Left = 104
  28.     Top = 176
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Close'
  32.     TabOrder = 1
  33.     OnClick = Button1Click
  34.   end
  35. end