Unit1.~dfm
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 227
  3.   Top = 94
  4.   Width = 696
  5.   Height = 480
  6.   Caption = #27426#36814
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 224
  18.     Top = 48
  19.     Width = 121
  20.     Height = 49
  21.     Caption = #27426#36814
  22.   end
  23.   object Button1: TButton
  24.     Left = 240
  25.     Top = 208
  26.     Width = 75
  27.     Height = 25
  28.     Caption = #28857#20987#36827#20837
  29.     TabOrder = 0
  30.     OnClick = Button1Click
  31.   end
  32. end