No Description
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.9KB

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