📄 utoexcel.dfm
字号:
object frmToExcel: TfrmToExcel
Left = 330
Top = 263
Width = 312
Height = 95
Caption = '保存'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 21
Width = 144
Height = 12
Caption = '数据正在转为Excel格式...'
end
object lblResult: TLabel
Left = 192
Top = 21
Width = 6
Height = 12
end
object lblTime: TLabel
Left = 27
Top = 38
Width = 6
Height = 12
end
object ProgressBar1: TProgressBar
Left = 0
Top = 59
Width = 304
Height = 9
Align = alBottom
Min = 0
Max = 100
TabOrder = 0
end
object ExcelApplication1: TExcelApplication
AutoConnect = False
ConnectKind = ckRunningOrNew
AutoQuit = True
Left = 224
end
object Query1: TQuery
Left = 256
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -