📄 frmcxydy.dfm
字号:
inherited cxydy: Tcxydy
Left = 159
Top = 74
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 = 4
Top = 10
Width = 106
Height = 13
AutoSize = False
Caption = '所属类别->分组:'
end
object Label3: TLabel
Left = 169
Top = 41
Width = 65
Height = 13
Caption = '运动员编号'
end
object Label4: TLabel
Left = 16
Top = 39
Width = 65
Height = 13
Caption = '运动员姓名'
end
object Label2: TLabel
Left = 319
Top = 11
Width = 26
Height = 13
Caption = '单位'
end
object Label5: TLabel
Left = 306
Top = 39
Width = 78
Height = 13
Caption = '所报这个项目'
end
object lbfz: TComboBox
Left = 106
Top = 8
Width = 144
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = lbfzChange
end
object ydybh: TEdit
Left = 247
Top = 36
Width = 46
Height = 21
TabOrder = 1
end
object ydyxm: TEdit
Left = 101
Top = 36
Width = 54
Height = 21
TabOrder = 2
end
object dw: TComboBox
Left = 364
Top = 7
Width = 87
Height = 21
ItemHeight = 13
TabOrder = 3
end
object xm: TComboBox
Left = 388
Top = 34
Width = 135
Height = 21
ItemHeight = 13
TabOrder = 4
OnChange = xmChange
end
object BitBtn1: TBitBtn
Left = 504
Top = 5
Width = 75
Height = 25
Caption = '搜之'
TabOrder = 5
OnClick = BitBtn1Click
end
end
object Panel2: TPanel
Left = 0
Top = 376
Width = 612
Height = 107
Align = alBottom
TabOrder = 1
object Label6: TLabel
Left = 16
Top = 8
Width = 52
Height = 13
Caption = '所报项目'
end
object sbxm: TMemo
Left = 72
Top = 8
Width = 97
Height = 89
TabOrder = 0
end
end
object grid: TDBGrid
Left = 0
Top = 65
Width = 612
Height = 311
Align = alClient
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 = 79
Visible = True
end
item
Expanded = False
FieldName = 'YDYXM'
Title.Caption = '运动员姓名'
Width = 84
Visible = True
end
item
Expanded = False
FieldName = 'XB'
Title.Caption = '性别'
Width = 55
Visible = True
end
item
Expanded = False
FieldName = 'DWMC'
Title.Caption = '所在单位'
Width = 241
Visible = True
end>
end
object m_con: TADOConnection
LoginPrompt = False
Left = 120
Top = 208
end
object m_query: TADOQuery
Connection = m_con
AfterScroll = m_queryAfterScroll
Parameters = <>
Left = 224
Top = 200
end
object source: TDataSource
DataSet = m_query
Left = 304
Top = 200
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -