📄 frmcxcj.dfm
字号:
inherited cxcj: Tcxcj
Top = 160
Width = 620
Height = 510
Caption = '查询 '
ParentFont = False
Font.Charset = ANSI_CHARSET
Font.Height = -13
Font.Name = '宋体'
OldCreateOrder = True
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 612
Height = 65
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 11
Width = 52
Height = 13
Caption = '类别分组'
end
object Label2: TLabel
Left = 257
Top = 11
Width = 26
Height = 13
Caption = '单位'
end
object Label3: TLabel
Left = 4
Top = 40
Width = 65
Height = 13
Caption = '运动员编号'
end
object Label4: TLabel
Left = 128
Top = 40
Width = 65
Height = 13
Caption = '运动员姓名'
end
object Label5: TLabel
Left = 393
Top = 11
Width = 26
Height = 13
Caption = '项目'
end
object Label6: TLabel
Left = 257
Top = 40
Width = 39
Height = 13
Caption = '子项目'
end
object Label7: TLabel
Left = 381
Top = 39
Width = 52
Height = 13
Caption = '比赛方式'
end
object lbfz: TComboBox
Left = 71
Top = 7
Width = 162
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = lbfzChange
end
object dw: TComboBox
Left = 295
Top = 7
Width = 87
Height = 21
ItemHeight = 13
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 528
Top = 34
Width = 75
Height = 25
Caption = '搜之'
TabOrder = 2
OnClick = BitBtn1Click
end
object ydybh: TEdit
Left = 77
Top = 36
Width = 46
Height = 21
TabOrder = 3
end
object ydyxm: TEdit
Left = 197
Top = 36
Width = 54
Height = 21
TabOrder = 4
end
object xm: TComboBox
Left = 438
Top = 7
Width = 117
Height = 21
ItemHeight = 13
TabOrder = 5
OnChange = xmChange
end
object zxm: TComboBox
Left = 299
Top = 34
Width = 75
Height = 21
ItemHeight = 13
TabOrder = 6
OnChange = zxmChange
end
object bsfs: TComboBox
Left = 444
Top = 35
Width = 73
Height = 21
ItemHeight = 13
TabOrder = 7
end
end
object jieguo: TGroupBox
Left = 0
Top = 65
Width = 612
Height = 418
Align = alClient
Caption = '搜索结果:'
TabOrder = 1
object grid: TDBGrid
Left = 2
Top = 15
Width = 608
Height = 401
Align = alClient
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'YDYBH'
Title.Caption = '运动员编号'
Width = 81
Visible = True
end
item
Expanded = False
FieldName = 'YDYXM'
Title.Caption = '运动员姓名'
Width = 79
Visible = True
end
item
Expanded = False
FieldName = 'CJ'
Title.Caption = '成绩'
Width = 83
Visible = True
end
item
Expanded = False
FieldName = 'MC'
Title.Caption = '名次'
Width = 73
Visible = True
end
item
Expanded = False
FieldName = 'DWJC'
Title.Caption = '单位'
Width = 87
Visible = True
end
item
Expanded = False
FieldName = 'CJBZ'
Title.Caption = '备注'
Width = 84
Visible = True
end>
end
end
object m_con: TADOConnection
LoginPrompt = False
Left = 24
Top = 401
end
object m_query: TADOQuery
Connection = m_con
Parameters = <>
Left = 88
Top = 385
end
object source: TDataSource
DataSet = m_query
Left = 168
Top = 441
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -