📄 formscanningunit.dfm.svn-base
字号:
object formScanning: TformScanning
Left = 939
Top = 247
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Scanning...'
ClientHeight = 75
ClientWidth = 131
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = -8
Top = 8
Width = 145
Height = 24
AutoSize = False
Caption = '01000100010000100011010001000101010101100100010101010010'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -25
Font.Name = 'Courier'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 0
Top = 32
Width = 82
Height = 13
Caption = 'Estimate time left:'
end
object Label3: TLabel
Left = 88
Top = 32
Width = 42
Height = 13
Caption = '00:00:00'
end
object btnCancel: TButton
Left = 12
Top = 48
Width = 105
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 1
OnClick = btnCancelClick
end
object Button1: TButton
Left = 800
Top = 800
Width = 0
Height = 0
Caption = 'Button1'
Default = True
TabOrder = 0
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 16
Top = 16
end
object Timer2: TTimer
Enabled = False
Interval = 5000
OnTimer = Timer2Timer
Left = 88
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -