📄 sinfo.dfm
字号:
object SInfoFrm: TSInfoFrm
Left = 209
Top = 518
Width = 661
Height = 200
Caption = '查找住址'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 132
Height = 16
Caption = '请选择查询条件: '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 136
Top = 40
Width = 193
Height = 21
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
object CbbField: TComboBox
Left = 24
Top = 40
Width = 105
Height = 21
ItemHeight = 13
TabOrder = 1
Items.Strings = (
'MC'
'sID'
'sName'
'sSex'
'sTel')
end
object DBGrid1: TDBGrid
Left = 0
Top = 69
Width = 653
Height = 97
Align = alBottom
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
ReadOnly = True
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
Columns = <
item
Expanded = False
Width = 85
Visible = True
end
item
Expanded = False
Width = 85
Visible = True
end
item
Expanded = False
Width = 85
Visible = True
end
item
Expanded = False
Width = 85
Visible = True
end
item
Expanded = False
Width = 293
Visible = True
end>
end
object Bbtquery: TBitBtn
Left = 392
Top = 40
Width = 73
Height = 25
Caption = '查询'
TabOrder = 3
OnClick = BbtqueryClick
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000CE0E0000C40E00001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
6666666666666666666600000666660000060700066666070006070006666607
0006000000060000000670700000070000060070007007000006007000700700
0006600000000000006666070006070006666600000600000666666000666000
6666666070666070666666600066600066666666666666666666}
end
object ADOConnection1: TADOConnection
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 472
end
object ADODataSet1: TADODataSet
Connection = ADOConnection1
Parameters = <>
Left = 504
end
object DataSource1: TDataSource
DataSet = ADODataSet1
Left = 536
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -