📄 frm_sjzh.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frm_sjzh
BorderStyle = 1 'Fixed Single
Caption = "导入集抄数据"
ClientHeight = 4650
ClientLeft = 45
ClientTop = 330
ClientWidth = 8715
Icon = "frm_sjzh.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 4650
ScaleWidth = 8715
StartUpPosition = 2 'CenterScreen
Begin VB.TextBox Text3
Height = 375
Left = 7320
Locked = -1 'True
TabIndex = 7
Top = 3600
Width = 1215
End
Begin VB.TextBox Text2
Height = 375
Left = 4920
Locked = -1 'True
TabIndex = 6
Top = 3600
Width = 1455
End
Begin VB.TextBox Text1
Height = 375
Left = 840
Locked = -1 'True
TabIndex = 5
Top = 3600
Width = 2655
End
Begin VB.Frame Frame1
Caption = "导入数据"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 2160
Index = 2
Left = 2400
TabIndex = 0
Top = 600
Width = 6135
Begin VB.CommandButton Command4
Caption = "退出"
Height = 375
Index = 2
Left = 4080
TabIndex = 2
Top = 1440
Width = 1095
End
Begin MSComctlLib.ImageList ImageList1
Left = 120
Top = 1200
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 268
ImageHeight = 45
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 7
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_sjzh.frx":030A
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_sjzh.frx":1B86
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_sjzh.frx":3402
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_sjzh.frx":4C7E
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_sjzh.frx":64FA
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_sjzh.frx":7D76
Key = ""
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frm_sjzh.frx":95F2
Key = ""
EndProperty
EndProperty
End
Begin VB.Timer Timer1
Left = 5520
Top = 1440
End
Begin VB.CommandButton Command4
Caption = "导入"
Enabled = 0 'False
Height = 375
Index = 0
Left = 960
TabIndex = 1
Top = 1440
Width = 1095
End
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 225
Left = 1440
TabIndex = 4
Top = 600
Visible = 0 'False
Width = 3615
_ExtentX = 6376
_ExtentY = 397
_Version = 393216
Appearance = 1
End
Begin VB.Image Image2
Height = 675
Left = 1200
Top = 360
Visible = 0 'False
Width = 4020
End
End
Begin VB.Frame Frame3
Caption = "导入数据缓冲池"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 855
Left = 2400
TabIndex = 3
Top = 960
Width = 6135
End
Begin VB.Label Label1
Caption = "表底"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 2
Left = 6720
TabIndex = 10
Top = 3600
Width = 495
End
Begin VB.Label Label1
Caption = "当前表底"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 1
Left = 3840
TabIndex = 9
Top = 3600
Width = 975
End
Begin VB.Label Label1
Caption = "表号"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Index = 0
Left = 240
TabIndex = 8
Top = 3600
Width = 495
End
Begin VB.Image Image1
Appearance = 0 'Flat
Height = 3180
Left = 240
Picture = "frm_sjzh.frx":AE6E
Top = 120
Width = 1815
End
End
Attribute VB_Name = "frm_sjzh"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim cn As Connection
Dim Currbmp As Integer
Dim meterdata As New ADODB.Recordset
Dim meter As New ADODB.Recordset
Dim adorst As New ADODB.Recordset
Dim tb_Name As String
Dim cn1 As New ADODB.Connection
Dim DanWeiRS As New ADODB.Recordset
Dim SQLString As String
Private Sub Command4_Click(Index As Integer)
On Error Resume Next
Select Case Index
Case 0
Dim hcrst As Recordset
Dim meter As Recordset
Set hcrst = New Recordset
Set meter = New Recordset
Dim i As Integer
Dim Curr_Base As Single
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -