Brak opisu
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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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.通知內容_lb = New System.Windows.Forms.Label()
  23. Me.確定_rbt = New System.Windows.Forms.Button()
  24. Me.取消_rbt = New System.Windows.Forms.Button()
  25. Me.SuspendLayout()
  26. '
  27. '通知內容_lb
  28. '
  29. Me.通知內容_lb.AutoEllipsis = True
  30. Me.通知內容_lb.BackColor = System.Drawing.Color.Transparent
  31. Me.通知內容_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  32. Me.通知內容_lb.Location = New System.Drawing.Point(4, 5)
  33. Me.通知內容_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  34. Me.通知內容_lb.Name = "通知內容_lb"
  35. Me.通知內容_lb.Size = New System.Drawing.Size(457, 136)
  36. Me.通知內容_lb.TabIndex = 1
  37. Me.通知內容_lb.Text = "Label1"
  38. Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  39. '
  40. '確定_rbt
  41. '
  42. Me.確定_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._Select
  43. Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  44. Me.確定_rbt.Location = New System.Drawing.Point(293, 146)
  45. Me.確定_rbt.Margin = New System.Windows.Forms.Padding(4)
  46. Me.確定_rbt.Name = "確定_rbt"
  47. Me.確定_rbt.Size = New System.Drawing.Size(76, 47)
  48. Me.確定_rbt.TabIndex = 2
  49. Me.確定_rbt.UseVisualStyleBackColor = True
  50. '
  51. '取消_rbt
  52. '
  53. Me.取消_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.Close
  54. Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  55. Me.取消_rbt.Location = New System.Drawing.Point(380, 146)
  56. Me.取消_rbt.Margin = New System.Windows.Forms.Padding(4)
  57. Me.取消_rbt.Name = "取消_rbt"
  58. Me.取消_rbt.Size = New System.Drawing.Size(76, 47)
  59. Me.取消_rbt.TabIndex = 3
  60. Me.取消_rbt.UseVisualStyleBackColor = True
  61. '
  62. '通知視窗
  63. '
  64. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  65. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  66. Me.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._62951168976601486
  67. Me.ClientSize = New System.Drawing.Size(464, 196)
  68. Me.ControlBox = False
  69. Me.Controls.Add(Me.取消_rbt)
  70. Me.Controls.Add(Me.確定_rbt)
  71. Me.Controls.Add(Me.通知內容_lb)
  72. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.Margin = New System.Windows.Forms.Padding(4)
  74. Me.Name = "通知視窗"
  75. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  76. Me.Text = "通知視窗"
  77. Me.ResumeLayout(False)
  78. End Sub
  79. Friend WithEvents 通知內容_lb As Label
  80. Friend WithEvents 確定_rbt As Button
  81. Friend WithEvents 取消_rbt As Button
  82. End Class