Geen omschrijving
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.0KB

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.輸入_rtb = New System.Windows.Forms.TextBox()
  23. Me.通知內容_lb = New System.Windows.Forms.Label()
  24. Me.確定_rbt = New System.Windows.Forms.Button()
  25. Me.SuspendLayout()
  26. '
  27. '輸入_rtb
  28. '
  29. Me.輸入_rtb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  30. Me.輸入_rtb.Location = New System.Drawing.Point(2, 135)
  31. Me.輸入_rtb.Margin = New System.Windows.Forms.Padding(4)
  32. Me.輸入_rtb.Name = "輸入_rtb"
  33. Me.輸入_rtb.Size = New System.Drawing.Size(553, 29)
  34. Me.輸入_rtb.TabIndex = 654
  35. '
  36. '通知內容_lb
  37. '
  38. Me.通知內容_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  39. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  40. Me.通知內容_lb.AutoEllipsis = True
  41. Me.通知內容_lb.BackColor = System.Drawing.Color.Transparent
  42. Me.通知內容_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. Me.通知內容_lb.Location = New System.Drawing.Point(7, 10)
  44. Me.通知內容_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  45. Me.通知內容_lb.Name = "通知內容_lb"
  46. Me.通知內容_lb.Size = New System.Drawing.Size(626, 116)
  47. Me.通知內容_lb.TabIndex = 653
  48. Me.通知內容_lb.Text = "Label1"
  49. Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  50. '
  51. '確定_rbt
  52. '
  53. Me.確定_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources._Select
  54. Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  55. Me.確定_rbt.Location = New System.Drawing.Point(566, 130)
  56. Me.確定_rbt.Margin = New System.Windows.Forms.Padding(4)
  57. Me.確定_rbt.Name = "確定_rbt"
  58. Me.確定_rbt.Size = New System.Drawing.Size(60, 40)
  59. Me.確定_rbt.TabIndex = 655
  60. Me.確定_rbt.UseVisualStyleBackColor = True
  61. '
  62. '查詢視窗
  63. '
  64. Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.0!)
  65. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  66. Me.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.bg3
  67. Me.ClientSize = New System.Drawing.Size(634, 181)
  68. Me.Controls.Add(Me.確定_rbt)
  69. Me.Controls.Add(Me.輸入_rtb)
  70. Me.Controls.Add(Me.通知內容_lb)
  71. Me.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Margin = New System.Windows.Forms.Padding(5)
  73. Me.Name = "查詢視窗"
  74. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  75. Me.Text = "查詢視窗"
  76. Me.ResumeLayout(False)
  77. Me.PerformLayout()
  78. End Sub
  79. Friend WithEvents 確定_rbt As Button
  80. Friend WithEvents 輸入_rtb As TextBox
  81. Friend WithEvents 通知內容_lb As Label
  82. End Class