_ Partial Class 庫存管理 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Label18 = New System.Windows.Forms.Label() Me.Label17 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.TextBox17 = New System.Windows.Forms.TextBox() Me.TextBox16 = New System.Windows.Forms.TextBox() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Button7 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DataGridView2 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(12, 12) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView2.Size = New System.Drawing.Size(1336, 628) Me.DataGridView2.TabIndex = 181 ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label18.ForeColor = System.Drawing.Color.Blue Me.Label18.Location = New System.Drawing.Point(1162, 650) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(80, 16) Me.Label18.TabIndex = 201 Me.Label18.Text = "庫存台幣成本" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Label17.Location = New System.Drawing.Point(994, 650) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(56, 16) Me.Label17.TabIndex = 200 Me.Label17.Text = "庫存成本" ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label16.ForeColor = System.Drawing.Color.Red Me.Label16.Location = New System.Drawing.Point(826, 649) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(56, 16) Me.Label16.TabIndex = 199 Me.Label16.Text = "庫存數量" ' 'TextBox17 ' Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox17.ForeColor = System.Drawing.Color.Blue Me.TextBox17.Location = New System.Drawing.Point(1248, 646) Me.TextBox17.Name = "TextBox17" Me.TextBox17.Size = New System.Drawing.Size(100, 23) Me.TextBox17.TabIndex = 198 ' 'TextBox16 ' Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.TextBox16.Location = New System.Drawing.Point(1056, 646) Me.TextBox16.Name = "TextBox16" Me.TextBox16.Size = New System.Drawing.Size(100, 23) Me.TextBox16.TabIndex = 197 ' 'TextBox13 ' Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox13.ForeColor = System.Drawing.Color.Red Me.TextBox13.Location = New System.Drawing.Point(888, 646) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(100, 23) Me.TextBox13.TabIndex = 196 ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(12, 646) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(95, 25) Me.Button7.TabIndex = 202 Me.Button7.Text = "查詢" Me.Button7.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(113, 646) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(95, 25) Me.Button1.TabIndex = 203 Me.Button1.Text = "列印" Me.Button1.UseVisualStyleBackColor = True ' '庫存管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1360, 681) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.TextBox17) Me.Controls.Add(Me.TextBox16) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.DataGridView2) 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(3, 4, 3, 4) Me.Name = "庫存管理" Me.Text = "庫存管理" CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Label18 As Label Friend WithEvents Label17 As Label Friend WithEvents Label16 As Label Friend WithEvents TextBox17 As TextBox Friend WithEvents TextBox16 As TextBox Friend WithEvents TextBox13 As TextBox Friend WithEvents Button7 As Button Friend WithEvents Button1 As Button End Class