_ Partial Class FrmWB_OUT 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.DGV1 = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.txt_qry = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DGV1 ' Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.DGV1.DefaultCellStyle = DataGridViewCellStyle1 Me.DGV1.Location = New System.Drawing.Point(21, 27) Me.DGV1.Name = "DGV1" Me.DGV1.RowTemplate.Height = 23 Me.DGV1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.DGV1.Size = New System.Drawing.Size(1089, 835) Me.DGV1.TabIndex = 0 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Location = New System.Drawing.Point(1124, 276) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(110, 74) Me.Button1.TabIndex = 1 Me.Button1.Text = "选择工艺单" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(1124, 70) Me.Button2.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(143, 49) Me.Button2.TabIndex = 2 Me.Button2.Text = "卡号查询(&Z)" Me.Button2.UseVisualStyleBackColor = True ' 'txt_qry ' Me.txt_qry.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.txt_qry.Location = New System.Drawing.Point(1124, 27) Me.txt_qry.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.txt_qry.Name = "txt_qry" Me.txt_qry.Size = New System.Drawing.Size(143, 29) Me.txt_qry.TabIndex = 3 ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox1.Location = New System.Drawing.Point(1124, 141) Me.TextBox1.Margin = New System.Windows.Forms.Padding(2) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(143, 29) Me.TextBox1.TabIndex = 5 ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.Location = New System.Drawing.Point(1124, 184) Me.Button3.Margin = New System.Windows.Forms.Padding(2) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(143, 49) Me.Button3.TabIndex = 4 Me.Button3.Text = "色号查询(&Z)" Me.Button3.UseVisualStyleBackColor = True ' 'FrmWB_OUT ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1382, 885) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.txt_qry) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.DGV1) Me.Name = "FrmWB_OUT" Me.Text = "FrmWB_OUT" CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As Button Public WithEvents DGV1 As DataGridView Friend WithEvents Button2 As Button Friend WithEvents txt_qry As TextBox Friend WithEvents TextBox1 As TextBox Friend WithEvents Button3 As Button End Class