fuqimport3loading.dfm
来自「EMS Advanced Import Component Suite 允许你把」· DFM 代码 · 共 62 行
DFM
62 行
object fmQImport3Loading: TfmQImport3Loading
Left = 384
Top = 287
BorderIcons = []
BorderStyle = bsNone
Caption = 'fmQImport3Loading'
ClientHeight = 103
ClientWidth = 288
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 0
Top = 0
Width = 288
Height = 103
Align = alClient
Shape = bsFrame
Style = bsRaised
end
object pbLoadingInfo: TPaintBox
Left = 8
Top = 84
Width = 272
Height = 15
OnPaint = pbLoadingInfoPaint
end
object laLoading_01: TLabel
Left = 8
Top = 6
Width = 272
Height = 15
Alignment = taCenter
AutoSize = False
Caption = 'Loading...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
end
object Animate1: TAnimate
Left = 8
Top = 22
Width = 272
Height = 60
CommonAVI = aviCopyFiles
StopFrame = 31
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?