📄 unit9.~dfm
字号:
object Formtszx: TFormtszx
Left = 137
Top = 104
Width = 834
Height = 626
Caption = #22270#20070#27880#38144
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 80
Top = 8
Width = 449
Height = 57
Caption = #22312' '#24211' '#22270' '#20070' '#19968' '#35272' '#34920
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #24188#22278
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object GroupBox1: TGroupBox
Left = 600
Top = 16
Width = 225
Height = 345
Caption = #22312#24211#22270#20070#31579#36873
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 40
Width = 41
Height = 17
AutoSize = False
Caption = #20070#21495
end
object Label2: TLabel
Left = 16
Top = 80
Width = 41
Height = 13
AutoSize = False
Caption = #20070#21517
end
object Label3: TLabel
Left = 16
Top = 120
Width = 41
Height = 13
AutoSize = False
Caption = #31867#21035
end
object Label4: TLabel
Left = 16
Top = 160
Width = 41
Height = 13
AutoSize = False
BiDiMode = bdLeftToRight
Caption = #20316#32773
ParentBiDiMode = False
end
object Label5: TLabel
Left = 16
Top = 200
Width = 57
Height = 13
AutoSize = False
Caption = #20986#29256#31038
end
object Editsh: TEdit
Left = 88
Top = 32
Width = 105
Height = 21
TabOrder = 0
end
object Editsm: TEdit
Left = 88
Top = 72
Width = 105
Height = 21
TabOrder = 1
end
object Editlb: TEdit
Left = 88
Top = 112
Width = 105
Height = 21
TabOrder = 2
end
object Editzz: TEdit
Left = 88
Top = 152
Width = 105
Height = 21
TabOrder = 3
end
object Editcbs: TEdit
Left = 88
Top = 192
Width = 105
Height = 21
TabOrder = 4
end
object Button1: TButton
Left = 56
Top = 256
Width = 113
Height = 41
Caption = #31579#36873
TabOrder = 5
OnClick = Button1Click
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 384
Width = 809
Height = 113
Caption = #22270#20070#27880#38144#25805#20316
TabOrder = 2
object Label6: TLabel
Left = 16
Top = 32
Width = 97
Height = 25
AutoSize = False
Caption = #27880#38144#22270#20070#32534#21495
end
object Label7: TLabel
Left = 280
Top = 32
Width = 89
Height = 13
AutoSize = False
Caption = #27880#38144#22270#20070#21517#31216
end
object Label8: TLabel
Left = 568
Top = 32
Width = 89
Height = 17
AutoSize = False
Caption = #27880#38144#22270#20070#20316#32773
end
object Button2: TButton
Left = 336
Top = 64
Width = 121
Height = 41
Caption = #27880#38144
TabOrder = 0
OnClick = Button2Click
end
object Editzxsh: TEdit
Left = 112
Top = 24
Width = 105
Height = 25
TabOrder = 1
end
object Editzxsm: TEdit
Left = 384
Top = 24
Width = 105
Height = 25
TabOrder = 2
end
object Editzxzz: TEdit
Left = 680
Top = 24
Width = 105
Height = 25
TabOrder = 3
end
end
object Button3: TButton
Left = 336
Top = 528
Width = 121
Height = 41
Caption = #36820#22238
TabOrder = 3
OnClick = Button3Click
end
object DBGridtszx: TDBGrid
Left = 0
Top = 80
Width = 601
Height = 281
DataSource = DataSource1
TabOrder = 4
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGridtszxCellClick
Columns = <
item
Expanded = False
FieldName = 'sh'
Title.Caption = #22270#20070#32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'sm'
Title.Caption = #22270#20070#21517#31216
Visible = True
end
item
Expanded = False
FieldName = 'lb'
Title.Caption = #22270#20070#31867#21035
Visible = True
end
item
Expanded = False
FieldName = 'zz'
Title.Caption = #20316#32773
Visible = True
end
item
Expanded = False
FieldName = 'cbs'
Title.Caption = #20986#29256#31038
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = ADOQuerytszx
Left = 16
Top = 536
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=.\boo' +
'k.mdb;Mode=Share Deny None;Extended Properties="";Persist Securi' +
'ty Info=False;Jet OLEDB:System database="";Jet OLEDB:Registry Pa' +
'th="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=5;Jet' +
' OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk Ops' +
'=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database P' +
'assword="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encr' +
'ypt Database=False;Jet OLEDB:Don'#39't Copy Locale on Compact=False;' +
'Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=Fal' +
'se'
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 88
Top = 536
end
object ADOQuerytszx: TADOQuery
Connection = ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select tsbm.sh,tsbm.sm,tsbm.lb,tsbm.zz,tsbm.cbs'
' from tsbm,tsjy'
' where(tsbm.sh=tsjy.sh)and(tsjy.jcbz='#39#22312#24211#39')'
' order by tsbm.sh')
Left = 152
Top = 536
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -