unitmain.dfm
来自「< Delphi网络通信协议分析与应用实现>>一书的源代码。」· DFM 代码 · 共 58 行
DFM
58 行
object Form1: TForm1
Left = 210
Top = 116
Width = 339
Height = 132
Caption = 'RPC'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 8
Width = 30
Height = 13
Caption = 'UUID:'
end
object Label2: TLabel
Left = 27
Top = 40
Width = 23
Height = 13
Caption = 'MAC'
end
object Edit1: TEdit
Left = 65
Top = 8
Width = 252
Height = 21
Color = clWhite
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 65
Top = 40
Width = 252
Height = 21
Color = clWhite
TabOrder = 1
Text = 'Edit2'
end
object btnGet: TButton
Left = 104
Top = 72
Width = 73
Height = 25
Caption = 'RPC'
TabOrder = 2
OnClick = btnGetClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?