Ei kuvausta
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 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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.Panel1 = New System.Windows.Forms.Panel()
  24. Me.主題_lb = New System.Windows.Forms.Label()
  25. Me.PnlTitleBar = New System.Windows.Forms.Panel()
  26. Me.確定_rbt = New System.Windows.Forms.Button()
  27. Me.取消_rbt = New System.Windows.Forms.Button()
  28. Me.Panel1.SuspendLayout()
  29. Me.SuspendLayout()
  30. '
  31. 'Label1
  32. '
  33. Me.Label1.AutoEllipsis = True
  34. Me.Label1.BackColor = System.Drawing.Color.Transparent
  35. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  36. Me.Label1.Location = New System.Drawing.Point(3, 4)
  37. Me.Label1.Name = "Label1"
  38. Me.Label1.Size = New System.Drawing.Size(271, 64)
  39. Me.Label1.TabIndex = 0
  40. Me.Label1.Text = "系統閒置,30秒後即將重登"
  41. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  42. '
  43. 'Panel1
  44. '
  45. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  46. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  47. Me.Panel1.Controls.Add(Me.取消_rbt)
  48. Me.Panel1.Controls.Add(Me.確定_rbt)
  49. Me.Panel1.Controls.Add(Me.Label1)
  50. Me.Panel1.Location = New System.Drawing.Point(5, 34)
  51. Me.Panel1.Name = "Panel1"
  52. Me.Panel1.Size = New System.Drawing.Size(279, 132)
  53. Me.Panel1.TabIndex = 4
  54. '
  55. '主題_lb
  56. '
  57. Me.主題_lb.AutoSize = True
  58. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  59. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  60. Me.主題_lb.Location = New System.Drawing.Point(12, 9)
  61. Me.主題_lb.Name = "主題_lb"
  62. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  63. Me.主題_lb.TabIndex = 1820
  64. Me.主題_lb.Text = "Label1"
  65. '
  66. 'PnlTitleBar
  67. '
  68. Me.PnlTitleBar.BackColor = System.Drawing.Color.Transparent
  69. Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  70. Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
  71. Me.PnlTitleBar.Name = "PnlTitleBar"
  72. Me.PnlTitleBar.Size = New System.Drawing.Size(287, 169)
  73. Me.PnlTitleBar.TabIndex = 1821
  74. '
  75. '確定_rbt
  76. '
  77. Me.確定_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._Select
  78. Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  79. Me.確定_rbt.Location = New System.Drawing.Point(29, 71)
  80. Me.確定_rbt.Name = "確定_rbt"
  81. Me.確定_rbt.Size = New System.Drawing.Size(45, 45)
  82. Me.確定_rbt.TabIndex = 1839
  83. Me.確定_rbt.UseVisualStyleBackColor = True
  84. '
  85. '取消_rbt
  86. '
  87. Me.取消_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.Close
  88. Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  89. Me.取消_rbt.Location = New System.Drawing.Point(199, 71)
  90. Me.取消_rbt.Name = "取消_rbt"
  91. Me.取消_rbt.Size = New System.Drawing.Size(45, 45)
  92. Me.取消_rbt.TabIndex = 1845
  93. Me.取消_rbt.UseVisualStyleBackColor = True
  94. '
  95. '系統登出
  96. '
  97. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  98. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  99. Me.ClientSize = New System.Drawing.Size(287, 169)
  100. Me.Controls.Add(Me.主題_lb)
  101. Me.Controls.Add(Me.Panel1)
  102. Me.Controls.Add(Me.PnlTitleBar)
  103. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  105. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  106. Me.Name = "系統登出"
  107. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  108. Me.Text = "系統登出"
  109. Me.Panel1.ResumeLayout(False)
  110. Me.ResumeLayout(False)
  111. Me.PerformLayout()
  112. End Sub
  113. Friend WithEvents Label1 As Label
  114. Friend WithEvents Panel1 As Panel
  115. Friend WithEvents 主題_lb As Label
  116. Friend WithEvents PnlTitleBar As Panel
  117. Friend WithEvents 確定_rbt As Button
  118. Friend WithEvents 取消_rbt As Button
  119. End Class