Bez popisu
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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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.訊息_tb = New System.Windows.Forms.TextBox()
  23. Me.確認_bt = New System.Windows.Forms.Button()
  24. Me.忽略_bt = New System.Windows.Forms.Button()
  25. Me.SuspendLayout()
  26. '
  27. '訊息_tb
  28. '
  29. Me.訊息_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  30. Or System.Windows.Forms.AnchorStyles.Left) _
  31. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  32. Me.訊息_tb.Location = New System.Drawing.Point(5, 4)
  33. Me.訊息_tb.Margin = New System.Windows.Forms.Padding(4)
  34. Me.訊息_tb.Multiline = True
  35. Me.訊息_tb.Name = "訊息_tb"
  36. Me.訊息_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  37. Me.訊息_tb.Size = New System.Drawing.Size(420, 291)
  38. Me.訊息_tb.TabIndex = 0
  39. '
  40. '確認_bt
  41. '
  42. Me.確認_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  43. Me.確認_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.確認_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  45. Me.確認_bt.Location = New System.Drawing.Point(278, 296)
  46. Me.確認_bt.Margin = New System.Windows.Forms.Padding(4)
  47. Me.確認_bt.Name = "確認_bt"
  48. Me.確認_bt.Size = New System.Drawing.Size(147, 31)
  49. Me.確認_bt.TabIndex = 1
  50. Me.確認_bt.Text = "確認"
  51. Me.確認_bt.UseVisualStyleBackColor = True
  52. '
  53. '忽略_bt
  54. '
  55. Me.忽略_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  56. Me.忽略_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  57. Me.忽略_bt.ForeColor = System.Drawing.Color.Red
  58. Me.忽略_bt.Location = New System.Drawing.Point(5, 296)
  59. Me.忽略_bt.Margin = New System.Windows.Forms.Padding(4)
  60. Me.忽略_bt.Name = "忽略_bt"
  61. Me.忽略_bt.Size = New System.Drawing.Size(147, 31)
  62. Me.忽略_bt.TabIndex = 2
  63. Me.忽略_bt.Text = "忽略異常資料"
  64. Me.忽略_bt.UseVisualStyleBackColor = True
  65. '
  66. '可複製訊息通知框
  67. '
  68. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  69. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  70. Me.ClientSize = New System.Drawing.Size(429, 330)
  71. Me.ControlBox = False
  72. Me.Controls.Add(Me.忽略_bt)
  73. Me.Controls.Add(Me.確認_bt)
  74. Me.Controls.Add(Me.訊息_tb)
  75. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  76. Me.Margin = New System.Windows.Forms.Padding(4)
  77. Me.Name = "可複製訊息通知框"
  78. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  79. Me.Text = "可複製訊息通知框"
  80. Me.ResumeLayout(False)
  81. Me.PerformLayout()
  82. End Sub
  83. Friend WithEvents 訊息_tb As TextBox
  84. Friend WithEvents 確認_bt As Button
  85. Friend WithEvents 忽略_bt As Button
  86. End Class