📄 unitmain.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -