📄 unit1.dfm
字号:
object Form1: TForm1
Left = 211
Top = 144
Width = 420
Height = 375
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 Panel1: TPanel
Left = 0
Top = 0
Width = 412
Height = 348
Align = alClient
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 83
Width = 41
Height = 17
Caption = 'Label1'
end
object Label2: TLabel
Left = 32
Top = 130
Width = 32
Height = 13
Caption = 'Label2'
end
object FileEdit: TEdit
Left = 75
Top = 80
Width = 268
Height = 21
TabOrder = 0
end
object CRC32Text: TEdit
Left = 75
Top = 128
Width = 268
Height = 21
TabOrder = 1
end
object ProgressCRC: TProgressBar
Left = 1
Top = 322
Width = 410
Height = 25
Align = alBottom
Min = 0
Max = 100
TabOrder = 2
end
object Button1: TButton
Left = 144
Top = 216
Width = 129
Height = 25
Caption = 'Button1'
TabOrder = 3
OnClick = Button1Click
end
end
object OpenDialog1: TOpenDialog
Left = 272
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -