📄 tablelistfrm.dfm
字号:
object TableListForm: TTableListForm
Left = 311
Top = 193
BorderStyle = bsDialog
Caption = '选择表'
ClientHeight = 234
ClientWidth = 327
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 TableNameEdit: TEdit
Left = 8
Top = 9
Width = 224
Height = 20
TabOrder = 0
OnChange = TableNameEditChange
OnKeyDown = TableNameEditKeyDown
end
object ListView: TListView
Left = 8
Top = 37
Width = 224
Height = 189
Columns = <
item
Caption = '序号'
end
item
Caption = '表名'
Width = 170
end>
HideSelection = False
ReadOnly = True
RowSelect = True
SmallImages = DBInfoForm.ImageList
TabOrder = 1
ViewStyle = vsReport
OnChange = ListViewChange
OnDblClick = OkButtonClick
end
object OkButton: TButton
Left = 243
Top = 7
Width = 75
Height = 25
Caption = '确定(&O)'
TabOrder = 2
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 243
Top = 40
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
TabOrder = 3
OnClick = CancelButtonClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -