📄 unit1.~dfm
字号:
object frmMain: TfrmMain
Left = 200
Top = 116
Width = 297
Height = 148
Caption = #33719#21462#32593#21345#22320#22336
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 GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 289
Height = 73
Caption = #36820#22238#20449#24687
TabOrder = 0
object Label1: TLabel
Left = 9
Top = 19
Width = 27
Height = 13
Caption = 'GUID'
end
object Label2: TLabel
Left = 10
Top = 43
Width = 23
Height = 13
Caption = 'MAC'
end
object edtGUID: TEdit
Left = 40
Top = 16
Width = 241
Height = 21
TabOrder = 0
end
object edtMAC: TEdit
Left = 40
Top = 40
Width = 241
Height = 21
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 72
Width = 289
Height = 49
TabOrder = 1
object btnExit: TButton
Left = 168
Top = 16
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 0
OnClick = btnExitClick
end
object btnRun: TButton
Left = 39
Top = 16
Width = 74
Height = 25
Caption = #25191#34892
TabOrder = 1
OnClick = btnRunClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -