📄 main.dfm
字号:
object MainForm: TMainForm
Left = 284
Top = 220
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #21152#23494#35299#23494
ClientHeight = 102
ClientWidth = 448
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 17
Top = 28
Width = 36
Height = 13
AutoSize = False
Caption = #23494#30721#65306
end
object Label2: TLabel
Left = 17
Top = 60
Width = 36
Height = 13
AutoSize = False
Caption = #23494#25991#65306
end
object Edit1: TEdit
Left = 56
Top = 24
Width = 273
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 56
Top = 56
Width = 273
Height = 21
TabOrder = 1
end
object Button_Encryption: TButton
Left = 352
Top = 24
Width = 75
Height = 25
Caption = #21152#23494
TabOrder = 2
OnClick = Button_EncryptionClick
end
object Button_Decryption: TButton
Left = 352
Top = 56
Width = 75
Height = 25
Caption = #35299#23494
TabOrder = 3
OnClick = Button_DecryptionClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -