main.~dfm
上传用户:titech
上传日期:2010-04-06
资源大小:175k
文件大小:1k
源码类别:

家庭/个人应用

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 226
  3.   Top = 163
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  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 Button1: TButton
  18.     Left = 168
  19.     Top = 40
  20.     Width = 113
  21.     Height = 57
  22.     Caption = 'Test'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26. end