📄 form22.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form19
Caption = "企业信息"
ClientHeight = 4650
ClientLeft = 60
ClientTop = 450
ClientWidth = 7560
LinkTopic = "Form19"
ScaleHeight = 4650
ScaleWidth = 7560
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "修改"
Height = 375
Left = 5040
TabIndex = 0
Top = 3720
Width = 1695
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 480
Top = 3720
Visible = 0 'False
Width = 2295
_ExtentX = 4048
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=rsgl.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=rsgl.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "qy"
Caption = "浏览用户"
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 VB.TextBox Text3
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
DataField = "企业名称"
DataSource = "Adodc1"
Height = 255
Left = 1320
TabIndex = 6
Top = 360
Width = 5295
End
Begin VB.TextBox Text7
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
DataField = "e_mile"
DataSource = "Adodc1"
Height = 255
Left = 1200
TabIndex = 5
Top = 2040
Width = 2175
End
Begin VB.TextBox Text8
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
DataField = "电话"
DataSource = "Adodc1"
Height = 255
Left = 1200
TabIndex = 4
Top = 1200
Width = 2175
End
Begin VB.TextBox Text11
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
DataField = "传真"
DataSource = "Adodc1"
Height = 255
Left = 4680
TabIndex = 2
Top = 1200
Width = 1935
End
Begin VB.TextBox Text12
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
DataField = "网站"
DataSource = "Adodc1"
Height = 255
Left = 4680
TabIndex = 1
Top = 2040
Width = 1935
End
Begin VB.TextBox Text9
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
DataField = "成立时间"
DataSource = "Adodc1"
Height = 255
Left = 1200
TabIndex = 3
Top = 2880
Width = 2175
End
Begin VB.Line Line6
X1 = 1200
X2 = 3360
Y1 = 3240
Y2 = 3240
End
Begin VB.Line Line5
X1 = 4560
X2 = 6720
Y1 = 2400
Y2 = 2400
End
Begin VB.Line Line4
X1 = 1200
X2 = 3360
Y1 = 2400
Y2 = 2400
End
Begin VB.Line Line3
X1 = 4560
X2 = 6720
Y1 = 1560
Y2 = 1560
End
Begin VB.Line Line2
X1 = 1200
X2 = 3360
Y1 = 1560
Y2 = 1560
End
Begin VB.Line Line1
X1 = 1200
X2 = 6720
Y1 = 720
Y2 = 720
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "企业名称"
Height = 255
Left = 360
TabIndex = 12
Top = 360
Width = 975
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "e_mile"
Height = 375
Left = 360
TabIndex = 11
Top = 2040
Width = 735
End
Begin VB.Label Label9
BackStyle = 0 'Transparent
Caption = "电话"
Height = 375
Left = 360
TabIndex = 10
Top = 1200
Width = 855
End
Begin VB.Label Label10
BackStyle = 0 'Transparent
Caption = "成立时间"
Height = 375
Left = 360
TabIndex = 9
Top = 2760
Width = 855
End
Begin VB.Label Label12
BackStyle = 0 'Transparent
Caption = "传真"
Height = 375
Left = 3960
TabIndex = 8
Top = 1200
Width = 855
End
Begin VB.Label Label13
BackStyle = 0 'Transparent
Caption = "网站"
Height = 375
Left = 3960
TabIndex = 7
Top = 2040
Width = 855
End
End
Attribute VB_Name = "Form19"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
On Error Resume Next
Adodc1.Recordset.Update
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -