📄 fuqimport3dataseteditor.dfm
字号:
object fmQImport3DataSetEditor: TfmQImport3DataSetEditor
Left = 289
Top = 188
BorderStyle = bsDialog
Caption = 'fmQImport3DataSetEditor'
ClientHeight = 334
ClientWidth = 475
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel2: TBevel
Left = 0
Top = 301
Width = 475
Height = 2
Align = alBottom
end
object paButtons: TPanel
Left = 0
Top = 303
Width = 475
Height = 31
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object bOk: TButton
Left = 148
Top = 5
Width = 75
Height = 22
Caption = '&OK'
ModalResult = 1
TabOrder = 0
end
object bCancel: TButton
Left = 253
Top = 5
Width = 75
Height = 22
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
end
object paWork: TPanel
Left = 0
Top = 0
Width = 475
Height = 301
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object buAdd: TSpeedButton
Left = 370
Top = 204
Width = 100
Height = 24
Caption = 'Add'
OnClick = buAddClick
OnMouseDown = buAddMouseDown
OnMouseUp = buAddMouseUp
end
object pbAdd: TPaintBox
Left = 375
Top = 208
Width = 16
Height = 16
OnPaint = pbAddPaint
end
object buAutoFill: TSpeedButton
Left = 370
Top = 227
Width = 100
Height = 24
Caption = 'Auto Fill'
OnClick = buAutoFillClick
OnMouseDown = buAutoFillMouseDown
OnMouseUp = buAutoFillMouseUp
end
object pbAutoFill: TPaintBox
Left = 375
Top = 231
Width = 16
Height = 16
OnPaint = pbAutoFillPaint
end
object buRemove: TSpeedButton
Left = 370
Top = 250
Width = 100
Height = 24
Caption = 'Remove'
Enabled = False
OnClick = buRemoveClick
OnMouseDown = buRemoveMouseDown
OnMouseUp = buRemoveMouseUp
end
object pbRemove: TPaintBox
Left = 375
Top = 254
Width = 16
Height = 16
OnPaint = pbRemovePaint
end
object buClear: TSpeedButton
Left = 370
Top = 273
Width = 100
Height = 24
Caption = 'Clear'
Enabled = False
OnClick = buClearClick
OnMouseDown = buClearMouseDown
OnMouseUp = buClearMouseUp
end
object pbClear: TPaintBox
Left = 375
Top = 277
Width = 16
Height = 16
OnPaint = pbClearPaint
end
object lstDestination: TListView
Left = 4
Top = 0
Width = 230
Height = 140
Columns = <
item
Caption = 'Destination'
Width = 226
end>
HideSelection = False
ReadOnly = True
RowSelect = True
SmallImages = ilDBF
TabOrder = 0
ViewStyle = vsReport
end
object lstSource: TListView
Left = 240
Top = 0
Width = 230
Height = 140
Columns = <
item
Caption = 'Source'
Width = 226
end>
HideSelection = False
ReadOnly = True
RowSelect = True
SmallImages = ilDBF
TabOrder = 1
ViewStyle = vsReport
end
object lstMap: TListView
Left = 4
Top = 146
Width = 359
Height = 151
Columns = <
item
Caption = 'Destination'
Width = 162
end
item
Alignment = taCenter
Width = 30
end
item
Caption = 'Source'
Width = 162
end>
HideSelection = False
ReadOnly = True
RowSelect = True
SmallImages = ilDBF
TabOrder = 2
ViewStyle = vsReport
end
end
object odFileName: TOpenDialog
DefaultExt = 'dbf'
Filter = 'DBase files (*.dbf)|*.dbf'
Left = 320
Top = 101
end
object ilDBF: TImageList
Left = 348
Top = 101
Bitmap = {
494C010109000A00040010001000FFFFFFFFFF00FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000003000000001002000000000000030
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -