📄 extract2.dfm
字号:
object frmExtract2: TfrmExtract2
Left = 261
Top = 135
Width = 505
Height = 566
Caption = #38543#26426#25277#21462#19968
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 240
Width = 32
Height = 13
Caption = 'Label1'
end
object Label8: TLabel
Left = 24
Top = 264
Width = 105
Height = 17
Caption = 'Label8'
end
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 481
Height = 120
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = #32452'ID'
ReadOnly = True
Title.Alignment = taCenter
Visible = True
end
item
Expanded = False
FieldName = #32452#21517
ReadOnly = True
Title.Alignment = taCenter
Width = 254
Visible = True
end
item
Expanded = False
FieldName = #21487#36873#20154#25968
ReadOnly = True
Title.Alignment = taCenter
Visible = True
end
item
Expanded = False
FieldName = #25277#36873#20154#25968
Title.Alignment = taCenter
Visible = True
end>
end
object Button1: TButton
Left = 376
Top = 144
Width = 89
Height = 33
Caption = #24320#22987#25277#21462'(&C)'
TabOrder = 1
end
object DBGrid2: TDBGrid
Left = 16
Top = 408
Width = 320
Height = 120
DataSource = DataSource2
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object BitBtn1: TBitBtn
Left = 24
Top = 288
Width = 75
Height = 25
Caption = 'BitBtn1'
TabOrder = 3
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 120
Top = 288
Width = 75
Height = 25
Caption = 'BitBtn2'
TabOrder = 4
OnClick = BitBtn2Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=MSDASQL.1;Password="";Persist Security Info=True;Data S' +
'ource=Expertdb'
LoginPrompt = False
Left = 16
Top = 144
end
object ADOTable1: TADOTable
Active = True
Connection = ADOConnection1
CursorType = ctStatic
TableName = 'ExpertGroup'
Left = 56
Top = 144
object ADOTable1ID: TWideStringField
FieldName = #32452'ID'
Size = 2
end
object ADOTable1DSDesigner: TWideStringField
FieldName = #32452#21517
Size = 50
end
object ADOTable1DSDesigner2: TIntegerField
FieldName = #21487#36873#20154#25968
end
object ADOTable1DSDesigner3: TIntegerField
FieldName = #25277#36873#20154#25968
end
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 88
Top = 144
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <
item
Name = 'GroupID'
Size = -1
Value = Null
end>
SQL.Strings = (
'select * from Expert where '#32452'ID like :GroupID')
Left = 56
Top = 184
end
object DataSource2: TDataSource
DataSet = ADOQuery1
Left = 88
Top = 184
end
object Timer1: TTimer
Interval = 10
OnTimer = Timer1Timer
Left = 144
Top = 224
end
object Timer2: TTimer
OnTimer = Timer2Timer
Left = 200
Top = 224
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -