Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

工程項目BOM表_選擇群組.Designer.vb 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 工程項目BOM表_選擇群組
  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.群組碼印_cb = New System.Windows.Forms.ComboBox()
  23. Me.Label6 = New System.Windows.Forms.Label()
  24. Me.群組碼中_cb = New System.Windows.Forms.ComboBox()
  25. Me.Label5 = New System.Windows.Forms.Label()
  26. Me.群組碼_cb = New System.Windows.Forms.ComboBox()
  27. Me.SuspendLayout()
  28. '
  29. '群組碼印_cb
  30. '
  31. Me.群組碼印_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  32. Me.群組碼印_cb.FormattingEnabled = True
  33. Me.群組碼印_cb.Items.AddRange(New Object() {"2019"})
  34. Me.群組碼印_cb.Location = New System.Drawing.Point(84, 6)
  35. Me.群組碼印_cb.Name = "群組碼印_cb"
  36. Me.群組碼印_cb.Size = New System.Drawing.Size(287, 24)
  37. Me.群組碼印_cb.TabIndex = 1836
  38. '
  39. 'Label6
  40. '
  41. Me.Label6.Location = New System.Drawing.Point(3, 9)
  42. Me.Label6.Name = "Label6"
  43. Me.Label6.Size = New System.Drawing.Size(75, 16)
  44. Me.Label6.TabIndex = 1835
  45. Me.Label6.Text = "Group No."
  46. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  47. '
  48. '群組碼中_cb
  49. '
  50. Me.群組碼中_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  51. Me.群組碼中_cb.FormattingEnabled = True
  52. Me.群組碼中_cb.Items.AddRange(New Object() {"2019"})
  53. Me.群組碼中_cb.Location = New System.Drawing.Point(84, 6)
  54. Me.群組碼中_cb.Name = "群組碼中_cb"
  55. Me.群組碼中_cb.Size = New System.Drawing.Size(287, 24)
  56. Me.群組碼中_cb.TabIndex = 1834
  57. '
  58. 'Label5
  59. '
  60. Me.Label5.Location = New System.Drawing.Point(6, 9)
  61. Me.Label5.Name = "Label5"
  62. Me.Label5.Size = New System.Drawing.Size(72, 16)
  63. Me.Label5.TabIndex = 1833
  64. Me.Label5.Text = "群組"
  65. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  66. '
  67. '群組碼_cb
  68. '
  69. Me.群組碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  70. Me.群組碼_cb.FormattingEnabled = True
  71. Me.群組碼_cb.Items.AddRange(New Object() {"2019"})
  72. Me.群組碼_cb.Location = New System.Drawing.Point(84, 6)
  73. Me.群組碼_cb.Name = "群組碼_cb"
  74. Me.群組碼_cb.Size = New System.Drawing.Size(287, 24)
  75. Me.群組碼_cb.TabIndex = 1837
  76. '
  77. '工程項目BOM表_選擇群組
  78. '
  79. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  80. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  81. Me.ClientSize = New System.Drawing.Size(374, 35)
  82. Me.ControlBox = False
  83. Me.Controls.Add(Me.群組碼_cb)
  84. Me.Controls.Add(Me.群組碼印_cb)
  85. Me.Controls.Add(Me.Label5)
  86. Me.Controls.Add(Me.群組碼中_cb)
  87. Me.Controls.Add(Me.Label6)
  88. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.Margin = New System.Windows.Forms.Padding(4)
  90. Me.Name = "工程項目BOM表_選擇群組"
  91. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  92. Me.Text = "工程項目BOM表_選擇群組"
  93. Me.ResumeLayout(False)
  94. End Sub
  95. Friend WithEvents 群組碼印_cb As ComboBox
  96. Friend WithEvents Label6 As Label
  97. Friend WithEvents 群組碼中_cb As ComboBox
  98. Friend WithEvents Label5 As Label
  99. Friend WithEvents 群組碼_cb As ComboBox
  100. End Class