暫無描述
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 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(通知視窗))
  23. Me.Panel1 = New System.Windows.Forms.Panel()
  24. Me.取消_rbt = New System.Windows.Forms.Button()
  25. Me.確定_rbt = New System.Windows.Forms.Button()
  26. Me.通知內容_lb = New System.Windows.Forms.Label()
  27. Me.Panel1.SuspendLayout()
  28. Me.SuspendLayout()
  29. '
  30. 'Panel1
  31. '
  32. Me.Panel1.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.bg3
  33. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  34. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  35. Me.Panel1.Controls.Add(Me.取消_rbt)
  36. Me.Panel1.Controls.Add(Me.確定_rbt)
  37. Me.Panel1.Controls.Add(Me.通知內容_lb)
  38. Me.Panel1.Location = New System.Drawing.Point(2, 1)
  39. Me.Panel1.Name = "Panel1"
  40. Me.Panel1.Size = New System.Drawing.Size(426, 180)
  41. Me.Panel1.TabIndex = 3
  42. '
  43. '取消_rbt
  44. '
  45. Me.取消_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  46. Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  47. Me.取消_rbt.Location = New System.Drawing.Point(350, 123)
  48. Me.取消_rbt.Name = "取消_rbt"
  49. Me.取消_rbt.Size = New System.Drawing.Size(65, 49)
  50. Me.取消_rbt.TabIndex = 650
  51. Me.取消_rbt.UseVisualStyleBackColor = True
  52. '
  53. '確定_rbt
  54. '
  55. Me.確定_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources._Select
  56. Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  57. Me.確定_rbt.Location = New System.Drawing.Point(281, 123)
  58. Me.確定_rbt.Name = "確定_rbt"
  59. Me.確定_rbt.Size = New System.Drawing.Size(65, 49)
  60. Me.確定_rbt.TabIndex = 649
  61. Me.確定_rbt.UseVisualStyleBackColor = True
  62. '
  63. '通知內容_lb
  64. '
  65. Me.通知內容_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  66. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  67. Me.通知內容_lb.AutoEllipsis = True
  68. Me.通知內容_lb.BackColor = System.Drawing.Color.Transparent
  69. Me.通知內容_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  70. Me.通知內容_lb.Location = New System.Drawing.Point(6, 3)
  71. Me.通知內容_lb.Name = "通知內容_lb"
  72. Me.通知內容_lb.Size = New System.Drawing.Size(417, 117)
  73. Me.通知內容_lb.TabIndex = 0
  74. Me.通知內容_lb.Text = "Label1"
  75. Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  76. '
  77. '通知視窗
  78. '
  79. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  80. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  81. Me.ClientSize = New System.Drawing.Size(430, 183)
  82. Me.Controls.Add(Me.Panel1)
  83. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  84. Me.Name = "通知視窗"
  85. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  86. Me.Text = "通知視窗"
  87. Me.Panel1.ResumeLayout(False)
  88. Me.ResumeLayout(False)
  89. End Sub
  90. Friend WithEvents Panel1 As Panel
  91. Friend WithEvents 通知內容_lb As Label
  92. Friend WithEvents 確定_rbt As Button
  93. Friend WithEvents 取消_rbt As Button
  94. End Class