Unit1.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 113
  3.   Top = 125
  4.   Width = 357
  5.   Height = 161
  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 = 232
  19.     Top = 24
  20.     Width = 75
  21.     Height = 25
  22.     Caption = #24320#22987
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 232
  28.     Top = 72
  29.     Width = 75
  30.     Height = 25
  31.     Caption = #20572#27490
  32.     TabOrder = 1
  33.     OnClick = Button2Click
  34.   end
  35. end