📄 fuqexport4odseditor.dfm
字号:
Width = 257
Height = 13
Align = alTop
Caption = 'Sample Text'
Color = clBtnShadow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object pbSampleText: TPaintBox
Left = 4
Top = 17
Width = 257
Height = 57
Align = alBottom
OnPaint = pbSampleTextPaint
end
end
object bResetItem: TBitBtn
Left = 3
Top = 352
Width = 105
Height = 25
Caption = 'Reset Selected'
TabOrder = 3
OnClick = bResetItemClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888888888888888888888000088880000888807708888077088880777088077
7088888077700777088888880777777088888888807777088888888880777708
8888888807777770888888807770077708888807770880777088880770888807
7088880000888800008888888888888888888888888888888888}
end
object bResetAll: TBitBtn
Left = 156
Top = 352
Width = 105
Height = 25
Caption = 'Reset All Items'
TabOrder = 4
OnClick = bResetAllClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888888888888888888888888880008880008888888077080770888888807770
7770000888000777770807708077707770880777077707777708807777707770
7770880777707708077080777770008880000777077708888888077080770888
8888000888000888888888888888888888888888888888888888}
end
end
object paOptions: TPanel
Left = 265
Top = 41
Width = 260
Height = 462
Align = alClient
BevelOuter = bvNone
TabOrder = 3
object pcOptions: TPageControl
Left = 0
Top = 1
Width = 260
Height = 213
ActivePage = tsCommon
TabOrder = 0
object tsCommon: TTabSheet
Caption = 'Common'
object bvl1: TBevel
Left = 0
Top = 0
Width = 252
Height = 185
Align = alClient
end
object bvl2: TBevel
Left = 2
Top = 41
Width = 249
Height = 2
end
object laSkipRecCount_01: TLabel
Left = 5
Top = 57
Width = 21
Height = 13
Caption = 'Skip'
end
object laSkipRecCount_02: TLabel
Left = 70
Top = 57
Width = 41
Height = 13
Caption = 'record(s)'
end
object laCaptionRow: TLabel
Left = 152
Top = 56
Width = 56
Height = 13
Caption = 'Caption row'
end
object laExportRecCount_02: TLabel
Left = 121
Top = 103
Width = 41
Height = 13
Caption = 'record(s)'
Enabled = False
end
object cbAllowCaptions: TCheckBox
Left = 6
Top = 2
Width = 121
Height = 17
Caption = 'Allow Captions'
TabOrder = 0
end
object cbAutoCalcStrType: TCheckBox
Left = 6
Top = 21
Width = 121
Height = 17
Caption = 'Auto calc string type'
TabOrder = 1
end
object cbGoToFirsrRec: TCheckBox
Left = 136
Top = 21
Width = 115
Height = 17
Caption = 'Go to first record'
TabOrder = 2
end
object cbVisibleFields: TCheckBox
Left = 136
Top = 2
Width = 115
Height = 17
Caption = 'Only visible fields'
TabOrder = 3
end
object edSkipRecCount: TEdit
Left = 31
Top = 53
Width = 35
Height = 21
TabOrder = 4
Text = '0'
OnKeyPress = NumberKeyPress
end
object edCaptionRow: TEdit
Left = 212
Top = 52
Width = 35
Height = 21
TabOrder = 5
Text = '-1'
end
object rbExportAll: TRadioButton
Left = 5
Top = 80
Width = 104
Height = 14
Caption = 'Export all records'
Checked = True
TabOrder = 6
TabStop = True
OnClick = rbExportAllClick
end
object rbExportOnly: TRadioButton
Left = 5
Top = 101
Width = 75
Height = 17
Caption = 'Export only'
TabOrder = 7
OnClick = rbExportOnlyClick
end
object edExportRecCount: TEdit
Left = 81
Top = 99
Width = 35
Height = 21
Enabled = False
TabOrder = 8
Text = '0'
OnKeyPress = NumberKeyPress
end
end
object tsHeader: TTabSheet
Caption = 'Header'
ImageIndex = 1
object mmHeader: TMemo
Left = 0
Top = 0
Width = 249
Height = 185
PopupMenu = pmHeaderFooter
ScrollBars = ssBoth
TabOrder = 0
end
end
object tsFooter: TTabSheet
Caption = 'Footer'
ImageIndex = 2
object mmFooter: TMemo
Left = 0
Top = 0
Width = 249
Height = 185
PopupMenu = pmHeaderFooter
ScrollBars = ssBoth
TabOrder = 0
end
end
object tsFormats: TTabSheet
Caption = 'Formats'
ImageIndex = 3
object laInteger: TLabel
Left = 0
Top = 8
Width = 33
Height = 13
Caption = 'Integer'
end
object laDate: TLabel
Left = 0
Top = 32
Width = 23
Height = 13
Caption = 'Date'
end
object laDateTime: TLabel
Left = 0
Top = 56
Width = 46
Height = 13
Caption = 'DateTime'
end
object laTrue: TLabel
Left = 0
Top = 80
Width = 22
Height = 13
Caption = 'True'
end
object laFalse: TLabel
Left = 0
Top = 104
Width = 25
Height = 13
Caption = 'False'
end
object laNull: TLabel
Left = 0
Top = 128
Width = 18
Height = 13
Caption = 'Null'
end
object laFloat: TLabel
Left = 131
Top = 8
Width = 23
Height = 13
Caption = 'Float'
end
object laTime: TLabel
Left = 131
Top = 32
Width = 23
Height = 13
Caption = 'Time'
end
object laCurrency: TLabel
Left = 131
Top = 56
Width = 42
Height = 13
Caption = 'Currency'
end
object edInteger: TEdit
Left = 53
Top = 4
Width = 73
Height = 21
TabOrder = 0
end
object edDate: TEdit
Left = 53
Top = 28
Width = 73
Height = 21
TabOrder = 1
end
object edDateTime: TEdit
Left = 53
Top = 52
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -