|
@@ -30,6 +30,7 @@ Partial Class Login
|
30
|
30
|
'請不要使用程式碼編輯器進行修改。
|
31
|
31
|
<System.Diagnostics.DebuggerStepThrough()> _
|
32
|
32
|
Private Sub InitializeComponent()
|
|
33
|
+ Me.components = New System.ComponentModel.Container()
|
33
|
34
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
34
|
35
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Login))
|
35
|
36
|
Me.UsernameLabel = New System.Windows.Forms.Label()
|
|
@@ -54,6 +55,7 @@ Partial Class Login
|
54
|
55
|
Me.Label3 = New System.Windows.Forms.Label()
|
55
|
56
|
Me.Button1 = New System.Windows.Forms.Button()
|
56
|
57
|
Me.ID卡號_tb = New System.Windows.Forms.TextBox()
|
|
58
|
+ Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
57
|
59
|
CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
58
|
60
|
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
|
59
|
61
|
Me.SuspendLayout()
|
|
@@ -259,7 +261,7 @@ Partial Class Login
|
259
|
261
|
Me.Label3.Name = "Label3"
|
260
|
262
|
Me.Label3.Size = New System.Drawing.Size(217, 80)
|
261
|
263
|
Me.Label3.TabIndex = 681
|
262
|
|
- Me.Label3.Text = "如果您的網頁沒有自動開啟," & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "請按下方按鈕,來開啟下載最" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "新版本的網頁。下載時請注意" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "防火牆或防毒軟體的阻擋!!"
|
|
264
|
+ Me.Label3.Text = "如果您的系統沒有自動開啟下" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "載,請按下方按鈕,來執行新" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "版本的更新。更新下載時請注" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "意防火牆或防毒軟體的阻擋!!"
|
263
|
265
|
'
|
264
|
266
|
'Button1
|
265
|
267
|
'
|
|
@@ -267,7 +269,7 @@ Partial Class Login
|
267
|
269
|
Me.Button1.Name = "Button1"
|
268
|
270
|
Me.Button1.Size = New System.Drawing.Size(219, 94)
|
269
|
271
|
Me.Button1.TabIndex = 680
|
270
|
|
- Me.Button1.Text = "開啟下載網頁,下載最新根新版本"
|
|
272
|
+ Me.Button1.Text = "下載最新根新版本"
|
271
|
273
|
Me.Button1.UseVisualStyleBackColor = True
|
272
|
274
|
'
|
273
|
275
|
'ID卡號_tb
|
|
@@ -280,6 +282,10 @@ Partial Class Login
|
280
|
282
|
Me.ID卡號_tb.TabIndex = 682
|
281
|
283
|
Me.ID卡號_tb.Visible = False
|
282
|
284
|
'
|
|
285
|
+ 'Timer1
|
|
286
|
+ '
|
|
287
|
+ Me.Timer1.Interval = 3000
|
|
288
|
+ '
|
283
|
289
|
'Login
|
284
|
290
|
'
|
285
|
291
|
Me.AcceptButton = Me.OK
|
|
@@ -340,4 +346,5 @@ Partial Class Login
|
340
|
346
|
Friend WithEvents Label3 As Label
|
341
|
347
|
Friend WithEvents Button1 As Button
|
342
|
348
|
Friend WithEvents ID卡號_tb As TextBox
|
|
349
|
+ Friend WithEvents Timer1 As Timer
|
343
|
350
|
End Class
|