_ Partial Class 系統通用變數管理 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.Label4 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.BackColor = System.Drawing.SystemColors.Control Me.Label4.Location = New System.Drawing.Point(193, 42) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(20, 16) Me.Label4.TabIndex = 613 Me.Label4.Text = "秒" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.SystemColors.Control Me.Label2.Location = New System.Drawing.Point(193, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(20, 16) Me.Label2.TabIndex = 612 Me.Label2.Text = "秒" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.SystemColors.Control Me.Label1.Location = New System.Drawing.Point(12, 42) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(92, 16) Me.Label1.TabIndex = 611 Me.Label1.Text = "第二段閒置時間" ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox1.Location = New System.Drawing.Point(112, 39) Me.TextBox1.Margin = New System.Windows.Forms.Padding(5) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(75, 23) Me.TextBox1.TabIndex = 610 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(219, 5) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(105, 57) Me.Button1.TabIndex = 609 Me.Button1.Text = "修改" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.SystemColors.Control Me.Label3.Location = New System.Drawing.Point(12, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(92, 16) Me.Label3.TabIndex = 608 Me.Label3.Text = "第一段閒置時間" ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox2.Location = New System.Drawing.Point(112, 6) Me.TextBox2.Margin = New System.Windows.Forms.Padding(5) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(75, 23) Me.TextBox2.TabIndex = 607 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.BackColor = System.Drawing.SystemColors.Control Me.Label5.Location = New System.Drawing.Point(193, 75) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(20, 16) Me.Label5.TabIndex = 616 Me.Label5.Text = "天" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.BackColor = System.Drawing.SystemColors.Control Me.Label6.Location = New System.Drawing.Point(12, 75) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(80, 16) Me.Label6.TabIndex = 615 Me.Label6.Text = "密碼重設天數" ' 'TextBox3 ' Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox3.Location = New System.Drawing.Point(112, 72) Me.TextBox3.Margin = New System.Windows.Forms.Padding(5) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(75, 23) Me.TextBox3.TabIndex = 614 ' '系統通用變數管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(933, 600) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox2) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "系統通用變數管理" Me.Text = "系統通用變數管理" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label4 As Label Friend WithEvents Label2 As Label Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Button1 As Button Friend WithEvents Label3 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents TextBox3 As TextBox End Class