📄 filetrans.dfm
字号:
object TransDlg: TTransDlg
Left = 403
Top = 159
BorderStyle = bsDialog
Caption = 'File Transfer'
ClientHeight = 190
ClientWidth = 338
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 16
Width = 321
Height = 25
end
object ActLabel: TLabel
Left = 16
Top = 22
Width = 305
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'ActLabel'
end
object Label1: TLabel
Left = 8
Top = 72
Width = 64
Height = 16
Caption = 'Progress'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Progress: TProgressBar
Left = 8
Top = 96
Width = 321
Height = 17
Min = 0
Max = 100
TabOrder = 0
end
object Button1: TBitBtn
Left = 120
Top = 136
Width = 89
Height = 33
Caption = 'Cancel'
TabOrder = 1
OnClick = Button1Click
Kind = bkCancel
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 24
Top = 136
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -