📄 fuqimport3formatseditor.dfm
字号:
object fmQImport3FormatsEditor: TfmQImport3FormatsEditor
Left = 276
Top = 181
ActiveControl = lstFields
BorderStyle = bsDialog
Caption = 'fmQImport3FormatsEditor'
ClientHeight = 355
ClientWidth = 544
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object paButtons: TPanel
Left = 0
Top = 321
Width = 544
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object Bevel6: TBevel
Left = 2
Top = 1
Width = 539
Height = 33
end
object bOk: TButton
Left = 175
Top = 7
Width = 75
Height = 22
Caption = 'OK'
ModalResult = 1
TabOrder = 0
end
object bCancel: TButton
Left = 293
Top = 7
Width = 75
Height = 22
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 544
Height = 321
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object Panel2: TPanel
Left = 0
Top = 0
Width = 198
Height = 321
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
object lstFields: TListView
Left = 1
Top = 0
Width = 198
Height = 316
Columns = <
item
Caption = 'Field name'
Width = 194
end>
HideSelection = False
RowSelect = True
ShowColumnHeaders = False
SmallImages = ilFields
TabOrder = 0
ViewStyle = vsReport
OnChange = lstFieldsChange
OnEdited = lstFieldsEdited
end
end
object Panel3: TPanel
Left = 198
Top = 0
Width = 346
Height = 321
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object pgFieldOptions: TPageControl
Left = 3
Top = 2
Width = 342
Height = 316
ActivePage = tsFieldTuning
TabOrder = 0
object tsFieldTuning: TTabSheet
Caption = 'Tuning'
object Bevel13: TBevel
Left = 0
Top = 0
Width = 333
Height = 286
end
object laGeneratorValue: TLabel
Left = 9
Top = 10
Width = 76
Height = 13
Caption = 'Generator value'
end
object laGeneratorStep: TLabel
Left = 201
Top = 10
Width = 70
Height = 13
Alignment = taRightJustify
Caption = 'Generator step'
end
object laConstantValue: TLabel
Left = 9
Top = 33
Width = 80
Height = 13
AutoSize = False
Caption = 'Constant value'
end
object laNullValue: TLabel
Left = 9
Top = 56
Width = 47
Height = 13
Caption = 'Null value'
end
object laDefaultValue: TLabel
Left = 208
Top = 56
Width = 63
Height = 13
Alignment = taRightJustify
Caption = 'Default value'
end
object laLeftQuote: TLabel
Left = 9
Top = 79
Width = 48
Height = 13
Caption = 'Left quote'
end
object laRightQuote: TLabel
Left = 216
Top = 79
Width = 55
Height = 13
Alignment = taRightJustify
Caption = 'Right quote'
end
object laQuoteAction: TLabel
Left = 9
Top = 102
Width = 61
Height = 13
Caption = 'Quote action'
end
object laCharCase: TLabel
Left = 10
Top = 125
Width = 48
Height = 13
Caption = 'Char case'
end
object laCharSet: TLabel
Left = 11
Top = 148
Width = 39
Height = 13
Caption = 'Char set'
end
object laReplacements: TLabel
Left = 11
Top = 169
Width = 289
Height = 16
Alignment = taCenter
AutoSize = False
Caption = 'Replacements'
Color = clBtnShadow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindow
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Layout = tlCenter
end
object edGeneratorValue: TEdit
Left = 120
Top = 6
Width = 50
Height = 21
TabOrder = 0
OnChange = edGeneratorValueChange
end
object edGeneratorStep: TEdit
Left = 277
Top = 6
Width = 50
Height = 21
TabOrder = 1
OnChange = edGeneratorStepChange
end
object edConstantValue: TEdit
Left = 120
Top = 29
Width = 207
Height = 21
TabOrder = 2
OnChange = edConstantValueChange
end
object edNullValue: TEdit
Left = 120
Top = 52
Width = 50
Height = 21
TabOrder = 3
OnChange = edNullValueChange
end
object edDefaultValue: TEdit
Left = 277
Top = 52
Width = 50
Height = 21
TabOrder = 4
OnChange = edDefaultValueChange
end
object edLeftQuote: TEdit
Left = 120
Top = 75
Width = 50
Height = 21
TabOrder = 5
OnChange = edLeftQuoteChange
end
object edRightQuote: TEdit
Left = 277
Top = 75
Width = 50
Height = 21
TabOrder = 6
OnChange = edRightQuoteChange
end
object cbQuoteAction: TComboBox
Left = 120
Top = 98
Width = 207
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 7
OnChange = cbQuoteActionChange
Items.Strings = (
'As Is'
'Add'
'Remove')
end
object cbCharCase: TComboBox
Left = 120
Top = 121
Width = 207
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 8
OnChange = cbCharCaseChange
Items.Strings = (
'As Is'
'Upper'
'Lower'
'UpperFirst'
'UpperFirstWord')
end
object cbCharSet: TComboBox
Left = 120
Top = 144
Width = 207
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 9
OnChange = cbCharSetChange
Items.Strings = (
'As Is'
'ANSI'
'OEM')
end
object tbReplacements: TToolBar
Left = 304
Top = 185
Width = 23
Height = 95
Align = alNone
Images = ilFields
TabOrder = 10
object tbtAddReplacement: TToolButton
Left = 0
Top = 0
Caption = 'tbtAddReplacement'
ImageIndex = 2
ParentShowHint = False
Wrap = True
ShowHint = True
OnClick = tbtAddReplacementClick
end
object tbtEditReplacement: TToolButton
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -