📄 ydychaxun.dfm
字号:
object frm_ydychaxun: Tfrm_ydychaxun
Left = 154
Top = 104
Width = 601
Height = 457
Caption = '运动员查询'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 593
Height = 41
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 6
Top = 14
Width = 39
Height = 13
Caption = '类别组'
end
object Label3: TLabel
Left = 173
Top = 13
Width = 26
Height = 13
Caption = '单位'
end
object dw: TComboBox
Left = 211
Top = 9
Width = 206
Height = 21
ItemHeight = 13
TabOrder = 0
end
object lb: TComboBox
Left = 60
Top = 10
Width = 110
Height = 21
ItemHeight = 13
TabOrder = 1
end
object BitBtn3: TBitBtn
Left = 464
Top = 8
Width = 75
Height = 25
Caption = '查看'
TabOrder = 2
OnClick = BitBtn3Click
end
end
object Panel2: TPanel
Left = 0
Top = 389
Width = 593
Height = 41
Align = alBottom
TabOrder = 1
object BitBtn1: TBitBtn
Left = 184
Top = 9
Width = 75
Height = 25
Caption = '打印'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 360
Top = 8
Width = 75
Height = 25
Caption = '返回'
TabOrder = 1
OnClick = BitBtn2Click
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 593
Height = 348
Align = alClient
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
TabOrder = 2
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'YDYBH'
Title.Caption = '编号'
Width = 67
Visible = True
end
item
Expanded = False
FieldName = 'YDYXM'
Title.Caption = '姓名'
Width = 72
Visible = True
end
item
Expanded = False
FieldName = 'XB'
Title.Caption = '性别'
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'MXM1'
Title.Caption = '项目1'
Width = 73
Visible = True
end
item
Expanded = False
FieldName = 'MXM2'
Title.Caption = '项目2'
Width = 75
Visible = True
end
item
Expanded = False
FieldName = 'MXM3'
Title.Caption = '项目3'
Width = 74
Visible = True
end>
end
object m_con: TADOConnection
LoginPrompt = False
Left = 240
Top = 240
end
object m_query: TADOQuery
Connection = m_con
Parameters = <>
Left = 392
Top = 232
end
object DataSource1: TDataSource
DataSet = m_q
Left = 128
Top = 264
end
object m_q: TADOQuery
Connection = m_con
Parameters = <>
Left = 464
Top = 208
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -