_ Partial Class CXL訂單紀錄表 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.開啟訂單明細表_bt = New System.Windows.Forms.Button() Me.單號_tb = New System.Windows.Forms.TextBox() Me.搜尋_bt = New System.Windows.Forms.Button() Me.主表單_dgv = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.加總_tb = New System.Windows.Forms.TextBox() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '開啟訂單明細表_bt ' Me.開啟訂單明細表_bt.ForeColor = System.Drawing.Color.Black Me.開啟訂單明細表_bt.Location = New System.Drawing.Point(326, 12) Me.開啟訂單明細表_bt.Name = "開啟訂單明細表_bt" Me.開啟訂單明細表_bt.Size = New System.Drawing.Size(115, 24) Me.開啟訂單明細表_bt.TabIndex = 335 Me.開啟訂單明細表_bt.Text = "開啟訂單明細表" Me.開啟訂單明細表_bt.UseVisualStyleBackColor = True ' '單號_tb ' Me.單號_tb.Location = New System.Drawing.Point(120, 13) Me.單號_tb.Name = "單號_tb" Me.單號_tb.Size = New System.Drawing.Size(200, 23) Me.單號_tb.TabIndex = 333 ' '搜尋_bt ' Me.搜尋_bt.ForeColor = System.Drawing.Color.Red Me.搜尋_bt.Location = New System.Drawing.Point(9, 12) Me.搜尋_bt.Name = "搜尋_bt" Me.搜尋_bt.Size = New System.Drawing.Size(105, 24) Me.搜尋_bt.TabIndex = 332 Me.搜尋_bt.Text = "搜尋" Me.搜尋_bt.UseVisualStyleBackColor = True ' '主表單_dgv ' Me.主表單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.主表單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.主表單_dgv.Location = New System.Drawing.Point(9, 42) Me.主表單_dgv.Name = "主表單_dgv" Me.主表單_dgv.RowHeadersWidth = 5 Me.主表單_dgv.RowTemplate.Height = 24 Me.主表單_dgv.Size = New System.Drawing.Size(1896, 923) Me.主表單_dgv.TabIndex = 331 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!) Me.Label1.Location = New System.Drawing.Point(1638, 13) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(73, 20) Me.Label1.TabIndex = 336 Me.Label1.Text = "選取加總" ' '加總_tb ' Me.加總_tb.Location = New System.Drawing.Point(1713, 12) Me.加總_tb.Name = "加總_tb" Me.加總_tb.Size = New System.Drawing.Size(131, 23) Me.加總_tb.TabIndex = 337 ' 'CXL訂單紀錄表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.加總_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.開啟訂單明細表_bt) Me.Controls.Add(Me.單號_tb) Me.Controls.Add(Me.搜尋_bt) Me.Controls.Add(Me.主表單_dgv) 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 = "CXL訂單紀錄表" Me.Text = "CXL訂單紀錄表" CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 開啟訂單明細表_bt As Button Friend WithEvents 單號_tb As TextBox Friend WithEvents 搜尋_bt As Button Friend WithEvents 主表單_dgv As DataGridView Friend WithEvents Label1 As Label Friend WithEvents 加總_tb As TextBox End Class