clientmain.dfm
来自「C++ Builder实用技术与典型案例」· DFM 代码 · 共 39 行
DFM
39 行
object Form1: TForm1
Left = 267
Top = 202
Width = 500
Height = 233
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 11
object Label1: TLabel
Left = 72
Top = 48
Width = 368
Height = 32
Caption = 'Web Service'#30340#23458#25143#31471#31243#24207
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 216
Top = 136
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?