📄 unit1.dfm
字号:
object Form1: TForm1
Left = 163
Top = 166
Width = 544
Height = 181
Caption = 'Form1'
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 = 56
Top = 96
Width = 254
Height = 13
Caption = ' function encryptstr(const s:string; skey:string):string;'
end
object Label2: TLabel
Left = 56
Top = 120
Width = 254
Height = 13
Caption = ' function decryptstr(const s:string; skey:string):string;'
end
object Label3: TLabel
Left = 208
Top = 0
Width = 117
Height = 16
Caption = #24322#25110#36816#31639#21152#23494' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 200
Top = 24
Width = 137
Height = 25
Caption = #21152#23494#65293#65293#12299
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 32
Top = 24
Width = 161
Height = 21
TabOrder = 1
Text = #21407#25991
end
object Edit2: TEdit
Left = 352
Top = 24
Width = 161
Height = 21
TabOrder = 2
Text = 'Edit1'
end
object Button2: TButton
Left = 376
Top = 56
Width = 137
Height = 25
Caption = #12298#65293#65293#35299#23494
TabOrder = 3
OnClick = Button2Click
end
object Edit3: TEdit
Left = 208
Top = 56
Width = 161
Height = 21
TabOrder = 4
Text = 'Edit1'
end
object Editkey: TEdit
Left = 32
Top = 48
Width = 161
Height = 21
TabOrder = 5
Text = #23494#38053'key'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -