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 3.3KB

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