📄 unit3.dfm
字号:
object Form3: TForm3
Left = 285
Top = 245
Width = 341
Height = 229
Caption = 'Settings'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 24
Top = 16
Width = 281
Height = 121
Caption = 'Set Console password for read/write'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 48
Width = 91
Height = 13
Caption = 'Password-16'#36827#21046' '
end
object Byte1: TEdit
Left = 160
Top = 48
Width = 33
Height = 21
TabOrder = 0
end
object prefix: TEdit
Left = 120
Top = 48
Width = 33
Height = 21
ReadOnly = True
TabOrder = 1
Text = '00'
end
object Byte2: TEdit
Left = 192
Top = 48
Width = 33
Height = 21
TabOrder = 2
end
object Byte3: TEdit
Left = 224
Top = 48
Width = 33
Height = 21
TabOrder = 3
end
end
object Button1: TButton
Left = 64
Top = 152
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 152
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -