PublisherForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 199
  3.   Top = 109
  4.   Width = 383
  5.   Height = 187
  6.   Caption = 'Publisher'
  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 = 56
  19.     Top = 56
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Informs'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 144
  28.     Top = 56
  29.     Width = 121
  30.     Height = 21
  31.     TabOrder = 1
  32.     Text = 'Here am I'
  33.   end
  34. end