📄 ufkxxdc.~dfm
字号:
object frmFKXXDC: TfrmFKXXDC
Left = 194
Top = 168
Width = 473
Height = 353
Caption = '反馈信息导出'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 281
Width = 465
Height = 45
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object BitBtn1: TBitBtn
Left = 265
Top = 7
Width = 75
Height = 25
Caption = '导出'
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 363
Top = 7
Width = 75
Height = 25
Caption = '关闭'
ModalResult = 1
TabOrder = 2
end
object Button1: TButton
Left = 170
Top = 7
Width = 75
Height = 25
Caption = '打印'
TabOrder = 0
OnClick = Button1Click
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 465
Height = 281
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object GroupBox1: TGroupBox
Left = 5
Top = 5
Width = 454
Height = 80
Caption = '数据文件信息'
TabOrder = 0
object Label1: TLabel
Left = 9
Top = 53
Width = 48
Height = 12
Caption = '文件路径'
end
object SpeedButton1: TSpeedButton
Left = 427
Top = 48
Width = 23
Height = 22
Glyph.Data = {
E6000000424DE6000000000000007600000028000000100000000E0000000100
0400000000007000000000000000000000001000000010000000FFFFFF00BCA4
96009B877C0099663300754E270000000000C0C0C00000000000000000000000
0000000000000000000000000000000000000000000000000000000111111111
1111004444444444445100423333333334510423333333333541042333333333
3541423333333333544142222222222453414444444444444341042333333333
3341042333333222224104233333244444400042222240000000000444440000
00000000000000000000}
OnClick = SpeedButton1Click
end
object Label2: TLabel
Left = 9
Top = 24
Width = 48
Height = 12
Caption = '反馈时间'
end
object edtPath: TEdit
Left = 66
Top = 49
Width = 361
Height = 20
TabOrder = 0
end
object dtpFKRQ: TDateTimePicker
Left = 112
Top = 22
Width = 87
Height = 20
CalAlignment = dtaLeft
Date = 36886.7118203704
Time = 36886.7118203704
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
object RadioButton1: TRadioButton
Left = 64
Top = 24
Width = 47
Height = 17
Caption = '大于'
Checked = True
TabOrder = 2
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 248
Top = 24
Width = 113
Height = 17
Caption = '全部'
TabOrder = 3
OnClick = RadioButton2Click
end
end
object GroupBox2: TGroupBox
Left = 5
Top = 87
Width = 454
Height = 192
Caption = '导出进度'
TabOrder = 1
object mmoMain: TMemo
Left = 6
Top = 24
Width = 441
Height = 161
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
end
object qryMain: TQuery
DatabaseName = 'MainDB'
Left = 160
Top = 289
end
object toCSV: TKDatasetToText
Dataset = qryMain
Delimiter = ','
Left = 192
Top = 291
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -