📄 djcx.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form djcx
BorderStyle = 3 'Fixed Dialog
Caption = "查询物资基本信息"
ClientHeight = 7500
ClientLeft = 45
ClientTop = 435
ClientWidth = 9720
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7500
ScaleWidth = 9720
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Left = 4800
TabIndex = 2
Top = 300
Width = 255
End
Begin VB.OptionButton Option1
Caption = "Option1"
Height = 255
Left = 120
TabIndex = 0
Top = 300
Width = 255
End
Begin VB.CommandButton Command4
Caption = "返回(&X)"
Height = 420
Left = 8280
TabIndex = 6
Top = 6960
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "删除(&D)"
Height = 375
Left = 7200
TabIndex = 10
Top = 960
Visible = 0 'False
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "取消(&X)"
Height = 375
Left = 4560
TabIndex = 5
Top = 960
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "确定(&O)"
Height = 375
Left = 1680
TabIndex = 4
Top = 960
Width = 1335
End
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6480
TabIndex = 3
Top = 240
Width = 2775
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1680
TabIndex = 1
Top = 240
Width = 2775
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 6960
Top = 6960
Visible = 0 'False
Width = 1200
_ExtentX = 2117
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=emil;Data Source=EMIL"
OLEDBString = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=emil;Data Source=EMIL"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select wzid as 物资编号 ,waname 物资名称,wzspec 物资型号,wzkind 物资类别,wzunit 计量单位 from jbxx;"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体-方正超大字符集"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "djcx.frx":0000
Height = 5175
Left = 360
TabIndex = 9
Top = 1560
Width = 9135
_ExtentX = 16113
_ExtentY = 9128
_Version = 393216
AllowUpdate = 0 'False
AllowArrows = -1 'True
HeadLines = 1
RowHeight = 14
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体-方正超大字符集"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
Begin VB.Label Label2
Caption = "规格型号:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 5400
TabIndex = 8
Top = 300
Width = 1095
End
Begin VB.Label Label1
Caption = "物资名称:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 600
TabIndex = 7
Top = 300
Width = 1095
End
End
Attribute VB_Name = "djcx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Combo1_Change()
End Sub
Private Sub Command1_Click()
Adodc1.Recordset.MoveFirst
If Option1.Value = True Then
With Adodc1.Recordset
.Find "物资名称 LIKE '*" & Text1.Text & "*'", 1, adSearchForward, .Bookmark
If .EOF Then .MoveFirst
End With
Text1.Text = ""
Text1.SetFocus
End If
If Option2.Value = True Then
With Adodc1.Recordset
.Find "物资型号 LIKE '*" & Text2.Text & "*'", 1, adSearchForward, .Bookmark
If .EOF Then .MoveFirst
End With
Text2.Text = ""
Text2.SetFocus
End If
End Sub
Private Sub Command3_Click()
If MsgBox("确定要删除此信息吗?", vbYesNo + vbDefaultButton2, "确认删除信息") = vbYes Then
With Adodc1.Recordset
.Delete
.MoveNext
If .EOF Then .MoveFirst
End With
End If
End Sub
Private Sub Command4_Click()
Unload Me
system.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -