?? frm數據第一屏計量環保認證標志.frm
字號:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "richtx32.ocx"
Begin VB.Form frm數據第一屏計量環保認證標志
BorderStyle = 0 'None
ClientHeight = 11520
ClientLeft = 0
ClientTop = 0
ClientWidth = 15360
KeyPreview = -1 'True
LinkTopic = "Form1"
ScaleHeight = 11520
ScaleWidth = 15360
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.Timer Timer1
Interval = 1000
Left = 30
Top = 60
End
Begin RichTextLib.RichTextBox txt認證編號
Height = 1065
Left = 12060
TabIndex = 1
Top = 900
Width = 2865
_ExtentX = 5054
_ExtentY = 1879
_Version = 393217
BackColor = -2147483633
ReadOnly = -1 'True
TextRTF = $"frm數據第一屏計量環保認證標志.frx":0000
End
Begin VB.PictureBox pic認證標志
AutoSize = -1 'True
Height = 1095
Left = 780
ScaleHeight = 1035
ScaleWidth = 2715
TabIndex = 0
Top = 810
Width = 2775
End
Begin VB.Label lblDate
Alignment = 2 'Center
BackStyle = 0 'Transparent
BeginProperty Font
Name = "楷體_GB2312"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 4140
TabIndex = 6
Top = 6810
Width = 7395
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "環保認證編號"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 12090
TabIndex = 5
Top = 570
Width = 2745
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "環保認證標志"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 750
TabIndex = 4
Top = 540
Width = 2745
End
Begin VB.Label lblHint1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "新"
BeginProperty Font
Name = "楷體_GB2312"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 915
Left = 90
TabIndex = 3
Top = 4470
Width = 15105
End
Begin VB.Label lblHint2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "汽油車穩態加載排放污染物檢測系統(ASM)"
BeginProperty Font
Name = "楷體_GB2312"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 915
Left = 180
TabIndex = 2
Top = 5610
Width = 15105
WordWrap = -1 'True
End
End
Attribute VB_Name = "frm數據第一屏計量環保認證標志"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim nSecond As Integer
Private Sub Form_Load()
If App.PrevInstance Then
MsgBox ("已經運行了程序!")
End
End If
Database.Class_Initialize
TestDevice.刷新檢測設備數據
' Station.刷新檢測站數據
' If Station.檢測站名稱 <> "" Then
' lblHint1.Caption = Station.檢測站名稱
' Else
' lblHint1.Caption = "******檢測站"
' End If
Database.Class_Terminate
lblDate.Caption = Format(Date, "YYYY" + "年" + "MM" + "月" + "DD" + "日")
Timer1.Enabled = True
End Sub
Private Sub Form_DblClick()
Timer1.Enabled = False
Database.Class_Terminate
Unload Me
Set frm數據第一屏計量環保認證標志 = Nothing
frm數據登錄系統.Show
End Sub
Private Sub lblDate_DblClick()
Timer1.Enabled = False
Database.Class_Terminate
Unload Me
Set frm數據第一屏計量環保認證標志 = Nothing
frm數據登錄系統.Show
End Sub
Private Sub lblHint1_DblClick()
Timer1.Enabled = False
Database.Class_Terminate
Unload Me
Set frm數據第一屏計量環保認證標志 = Nothing
frm數據登錄系統.Show
End Sub
Private Sub lblHint2_DblClick()
Timer1.Enabled = False
Database.Class_Terminate
Unload Me
Set frm數據第一屏計量環保認證標志 = Nothing
frm數據登錄系統.Show
End Sub
Private Sub Timer1_Timer()
nSecond = nSecond + 1
If nSecond = 10 Then
nSecond = 0
Timer1.Enabled = False
Database.Class_Terminate
Unload Me
Set frm數據第一屏計量環保認證標志 = Nothing
frm數據登錄系統.Show
End If
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -