Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

系統登出.Designer.vb 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 系統登出
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.Label1 = New System.Windows.Forms.Label()
  23. Me.Button1 = New System.Windows.Forms.Button()
  24. Me.Button2 = New System.Windows.Forms.Button()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.SuspendLayout()
  27. '
  28. 'Label1
  29. '
  30. Me.Label1.AutoSize = True
  31. Me.Label1.Location = New System.Drawing.Point(62, 15)
  32. Me.Label1.Name = "Label1"
  33. Me.Label1.Size = New System.Drawing.Size(154, 16)
  34. Me.Label1.TabIndex = 0
  35. Me.Label1.Text = "系統閒置,30秒後即將重登"
  36. '
  37. 'Button1
  38. '
  39. Me.Button1.Location = New System.Drawing.Point(12, 57)
  40. Me.Button1.Name = "Button1"
  41. Me.Button1.Size = New System.Drawing.Size(75, 23)
  42. Me.Button1.TabIndex = 1
  43. Me.Button1.Text = "確定"
  44. Me.Button1.UseVisualStyleBackColor = True
  45. '
  46. 'Button2
  47. '
  48. Me.Button2.Location = New System.Drawing.Point(191, 57)
  49. Me.Button2.Name = "Button2"
  50. Me.Button2.Size = New System.Drawing.Size(75, 23)
  51. Me.Button2.TabIndex = 2
  52. Me.Button2.Text = "取消"
  53. Me.Button2.UseVisualStyleBackColor = True
  54. '
  55. 'Label2
  56. '
  57. Me.Label2.AutoSize = True
  58. Me.Label2.Location = New System.Drawing.Point(14, 35)
  59. Me.Label2.Name = "Label2"
  60. Me.Label2.Size = New System.Drawing.Size(252, 16)
  61. Me.Label2.TabIndex = 3
  62. Me.Label2.Text = "Sistem idle dan akan keluar setelah 30 detik"
  63. '
  64. '系統登出
  65. '
  66. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  67. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  68. Me.ClientSize = New System.Drawing.Size(279, 87)
  69. Me.Controls.Add(Me.Label2)
  70. Me.Controls.Add(Me.Button2)
  71. Me.Controls.Add(Me.Button1)
  72. Me.Controls.Add(Me.Label1)
  73. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  75. Me.Name = "系統登出"
  76. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  77. Me.Text = "系統登出"
  78. Me.ResumeLayout(False)
  79. Me.PerformLayout()
  80. End Sub
  81. Friend WithEvents Label1 As Label
  82. Friend WithEvents Button1 As Button
  83. Friend WithEvents Button2 As Button
  84. Friend WithEvents Label2 As Label
  85. End Class