progressdialog.dfm
来自「从文本文件象Oracle数据库导入数据」· DFM 代码 · 共 43 行
DFM
43 行
object frmProgressDialog: TfrmProgressDialog
Left = 313
Top = 304
BorderIcons = []
BorderStyle = bsDialog
Caption = '操作进行当中'
ClientHeight = 76
ClientWidth = 409
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ggPrgb: TGauge
Left = 24
Top = 40
Width = 361
Height = 17
ForeColor = clBlue
Progress = 0
end
object lblMsg: TLabel
Left = 24
Top = 16
Width = 361
Height = 18
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?