설명 없음
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 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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.Button2 = New System.Windows.Forms.Button()
  23. Me.Button1 = New System.Windows.Forms.Button()
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.SuspendLayout()
  26. '
  27. 'Button2
  28. '
  29. Me.Button2.Location = New System.Drawing.Point(94, 50)
  30. Me.Button2.Name = "Button2"
  31. Me.Button2.Size = New System.Drawing.Size(75, 23)
  32. Me.Button2.TabIndex = 5
  33. Me.Button2.Text = "取消"
  34. Me.Button2.UseVisualStyleBackColor = True
  35. '
  36. 'Button1
  37. '
  38. Me.Button1.Location = New System.Drawing.Point(13, 50)
  39. Me.Button1.Name = "Button1"
  40. Me.Button1.Size = New System.Drawing.Size(75, 23)
  41. Me.Button1.TabIndex = 4
  42. Me.Button1.Text = "確定"
  43. Me.Button1.UseVisualStyleBackColor = True
  44. '
  45. 'Label1
  46. '
  47. Me.Label1.AutoSize = True
  48. Me.Label1.Location = New System.Drawing.Point(13, 13)
  49. Me.Label1.Name = "Label1"
  50. Me.Label1.Size = New System.Drawing.Size(154, 16)
  51. Me.Label1.TabIndex = 3
  52. Me.Label1.Text = "系統閒置,30秒後即將重登"
  53. '
  54. '系統登出
  55. '
  56. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  57. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  58. Me.ClientSize = New System.Drawing.Size(182, 87)
  59. Me.Controls.Add(Me.Button2)
  60. Me.Controls.Add(Me.Button1)
  61. Me.Controls.Add(Me.Label1)
  62. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  64. Me.Name = "系統登出"
  65. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  66. Me.Text = "系統登出"
  67. Me.ResumeLayout(False)
  68. Me.PerformLayout()
  69. End Sub
  70. Friend WithEvents Button2 As Button
  71. Friend WithEvents Button1 As Button
  72. Friend WithEvents Label1 As Label
  73. End Class