progress.dfm
来自「这是一个delphi源码」· DFM 代码 · 共 37 行
DFM
37 行
object NetModalForm: TNetModalForm
Left = 186
Top = 197
BorderIcons = []
BorderStyle = bsNone
BorderWidth = 1
Caption = 'NetModalForm'
ClientHeight = 35
ClientWidth = 514
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object ProgressBar: TFlatProgressBar
Left = 4
Top = 4
Width = 507
Height = 16
Min = 0
Max = 100
end
object Label1: TLabel
Left = 8
Top = 24
Width = 168
Height = 12
Caption = '正在载入数据库请等待........'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?