unit1.dfm
来自「Delphi7开发的DES字符串加密解密例子,相信在程序里能用得到」· DFM 代码 · 共 67 行
DFM
67 行
object Form1: TForm1
Left = 371
Top = 231
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'DES'#23383#31526#20018#21152#23494#35299#23494
ClientHeight = 155
ClientWidth = 397
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 36
Width = 24
Height = 12
Caption = #26126#25991
end
object Label2: TLabel
Left = 24
Top = 76
Width = 24
Height = 12
Caption = #23494#25991
end
object Edit1: TEdit
Left = 56
Top = 32
Width = 321
Height = 20
TabOrder = 0
Text = '123456789'
end
object Edit2: TEdit
Left = 56
Top = 72
Width = 321
Height = 20
TabOrder = 1
end
object Button1: TButton
Left = 80
Top = 112
Width = 75
Height = 25
Caption = #21152#23494
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 112
Width = 75
Height = 25
Caption = #35299#23494
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?