Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

輸入視窗.Designer.vb 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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.通知內容2_lb = New System.Windows.Forms.Label()
  23. Me.通知內容_lb = New System.Windows.Forms.Label()
  24. Me.輸入_rtb = New System.Windows.Forms.TextBox()
  25. Me.確定_rbt = New System.Windows.Forms.Button()
  26. Me.SuspendLayout()
  27. '
  28. '通知內容2_lb
  29. '
  30. Me.通知內容2_lb.AutoEllipsis = True
  31. Me.通知內容2_lb.BackColor = System.Drawing.Color.Transparent
  32. Me.通知內容2_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  33. Me.通知內容2_lb.ForeColor = System.Drawing.Color.Red
  34. Me.通知內容2_lb.Location = New System.Drawing.Point(5, 93)
  35. Me.通知內容2_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  36. Me.通知內容2_lb.Name = "通知內容2_lb"
  37. Me.通知內容2_lb.Size = New System.Drawing.Size(486, 31)
  38. Me.通知內容2_lb.TabIndex = 652
  39. Me.通知內容2_lb.Text = "Label1"
  40. Me.通知內容2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  41. '
  42. '通知內容_lb
  43. '
  44. Me.通知內容_lb.AutoEllipsis = True
  45. Me.通知內容_lb.BackColor = System.Drawing.Color.Transparent
  46. Me.通知內容_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  47. Me.通知內容_lb.Location = New System.Drawing.Point(7, 4)
  48. Me.通知內容_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  49. Me.通知內容_lb.Name = "通知內容_lb"
  50. Me.通知內容_lb.Size = New System.Drawing.Size(486, 89)
  51. Me.通知內容_lb.TabIndex = 651
  52. Me.通知內容_lb.Text = "Label1"
  53. Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  54. '
  55. '輸入_rtb
  56. '
  57. Me.輸入_rtb.Location = New System.Drawing.Point(8, 131)
  58. Me.輸入_rtb.Margin = New System.Windows.Forms.Padding(4)
  59. Me.輸入_rtb.Name = "輸入_rtb"
  60. Me.輸入_rtb.Size = New System.Drawing.Size(431, 23)
  61. Me.輸入_rtb.TabIndex = 653
  62. '
  63. '確定_rbt
  64. '
  65. Me.確定_rbt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._Select
  66. Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  67. Me.確定_rbt.Location = New System.Drawing.Point(447, 127)
  68. Me.確定_rbt.Margin = New System.Windows.Forms.Padding(4)
  69. Me.確定_rbt.Name = "確定_rbt"
  70. Me.確定_rbt.Size = New System.Drawing.Size(44, 33)
  71. Me.確定_rbt.TabIndex = 654
  72. Me.確定_rbt.UseVisualStyleBackColor = True
  73. '
  74. '輸入視窗
  75. '
  76. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  77. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  78. Me.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources._62951168976601486
  79. Me.ClientSize = New System.Drawing.Size(496, 164)
  80. Me.ControlBox = False
  81. Me.Controls.Add(Me.確定_rbt)
  82. Me.Controls.Add(Me.輸入_rtb)
  83. Me.Controls.Add(Me.通知內容2_lb)
  84. Me.Controls.Add(Me.通知內容_lb)
  85. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  86. Me.Margin = New System.Windows.Forms.Padding(4)
  87. Me.MaximizeBox = False
  88. Me.Name = "輸入視窗"
  89. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  90. Me.Text = "輸入視窗"
  91. Me.ResumeLayout(False)
  92. Me.PerformLayout()
  93. End Sub
  94. Friend WithEvents 通知內容2_lb As Label
  95. Friend WithEvents 通知內容_lb As Label
  96. Friend WithEvents 輸入_rtb As TextBox
  97. Friend WithEvents 確定_rbt As Button
  98. End Class