123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 工程項目BOM表_選擇群組
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.群組碼印_cb = New System.Windows.Forms.ComboBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.群組碼中_cb = New System.Windows.Forms.ComboBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.群組碼_cb = New System.Windows.Forms.ComboBox()
- Me.SuspendLayout()
- '
- '群組碼印_cb
- '
- Me.群組碼印_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.群組碼印_cb.FormattingEnabled = True
- Me.群組碼印_cb.Items.AddRange(New Object() {"2019"})
- Me.群組碼印_cb.Location = New System.Drawing.Point(84, 6)
- Me.群組碼印_cb.Name = "群組碼印_cb"
- Me.群組碼印_cb.Size = New System.Drawing.Size(287, 24)
- Me.群組碼印_cb.TabIndex = 1836
- '
- 'Label6
- '
- Me.Label6.Location = New System.Drawing.Point(3, 9)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(75, 16)
- Me.Label6.TabIndex = 1835
- Me.Label6.Text = "Group No."
- Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '群組碼中_cb
- '
- Me.群組碼中_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.群組碼中_cb.FormattingEnabled = True
- Me.群組碼中_cb.Items.AddRange(New Object() {"2019"})
- Me.群組碼中_cb.Location = New System.Drawing.Point(84, 6)
- Me.群組碼中_cb.Name = "群組碼中_cb"
- Me.群組碼中_cb.Size = New System.Drawing.Size(287, 24)
- Me.群組碼中_cb.TabIndex = 1834
- '
- 'Label5
- '
- Me.Label5.Location = New System.Drawing.Point(6, 9)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(72, 16)
- Me.Label5.TabIndex = 1833
- Me.Label5.Text = "群組"
- Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '群組碼_cb
- '
- Me.群組碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.群組碼_cb.FormattingEnabled = True
- Me.群組碼_cb.Items.AddRange(New Object() {"2019"})
- Me.群組碼_cb.Location = New System.Drawing.Point(84, 6)
- Me.群組碼_cb.Name = "群組碼_cb"
- Me.群組碼_cb.Size = New System.Drawing.Size(287, 24)
- Me.群組碼_cb.TabIndex = 1837
- '
- '工程項目BOM表_選擇群組
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(374, 35)
- Me.ControlBox = False
- Me.Controls.Add(Me.群組碼_cb)
- Me.Controls.Add(Me.群組碼印_cb)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.群組碼中_cb)
- Me.Controls.Add(Me.Label6)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.Name = "工程項目BOM表_選擇群組"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "工程項目BOM表_選擇群組"
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 群組碼印_cb As ComboBox
- Friend WithEvents Label6 As Label
- Friend WithEvents 群組碼中_cb As ComboBox
- Friend WithEvents Label5 As Label
- Friend WithEvents 群組碼_cb As ComboBox
- End Class
|