_ Partial Class FrmChem_Main 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmChem_Main)) Me.dgv1 = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.dgv2 = New System.Windows.Forms.DataGridView() Me.dgv3 = New System.Windows.Forms.DataGridView() Me.dgv4 = New System.Windows.Forms.DataGridView() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.dgv5 = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.dgv_tech = New System.Windows.Forms.DataGridView() Me.Label5 = New System.Windows.Forms.Label() Me.DGV_STOCK = New System.Windows.Forms.DataGridView() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.DGV_CONTAINER = New System.Windows.Forms.DataGridView() Me.Label8 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.PictureBox8 = New System.Windows.Forms.PictureBox() Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.Button8 = New System.Windows.Forms.Button() CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_tech, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV_STOCK, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DGV_CONTAINER, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'dgv1 ' Me.dgv1.AllowUserToAddRows = False Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgv1.Location = New System.Drawing.Point(2, 141) Me.dgv1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.dgv1.Name = "dgv1" Me.dgv1.RowHeadersWidth = 62 Me.dgv1.RowTemplate.Height = 23 Me.dgv1.Size = New System.Drawing.Size(379, 252) Me.dgv1.TabIndex = 0 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Location = New System.Drawing.Point(2, 4) Me.Button1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(93, 53) Me.Button1.TabIndex = 1 Me.Button1.Text = "基础化工" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.Location = New System.Drawing.Point(196, 58) Me.Button2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(93, 53) Me.Button2.TabIndex = 2 Me.Button2.Text = "导出" Me.Button2.UseVisualStyleBackColor = True Me.Button2.Visible = False ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.Location = New System.Drawing.Point(94, 58) Me.Button3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(93, 53) Me.Button3.TabIndex = 3 Me.Button3.Text = "全部" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.Location = New System.Drawing.Point(196, 5) Me.Button4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(93, 53) Me.Button4.TabIndex = 4 Me.Button4.Text = "助剂" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.Location = New System.Drawing.Point(2, 58) Me.Button5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(93, 53) Me.Button5.TabIndex = 5 Me.Button5.Text = "染料" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.Location = New System.Drawing.Point(94, 5) Me.Button6.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(93, 53) Me.Button6.TabIndex = 6 Me.Button6.Text = "油脂" Me.Button6.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button7.Location = New System.Drawing.Point(288, 5) Me.Button7.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(93, 53) Me.Button7.TabIndex = 7 Me.Button7.Text = "鞣剂" Me.Button7.UseVisualStyleBackColor = True ' 'dgv2 ' Me.dgv2.AllowUserToAddRows = False Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgv2.Location = New System.Drawing.Point(384, 28) Me.dgv2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.dgv2.Name = "dgv2" Me.dgv2.RowHeadersWidth = 62 Me.dgv2.RowTemplate.Height = 23 Me.dgv2.Size = New System.Drawing.Size(516, 317) Me.dgv2.TabIndex = 8 ' 'dgv3 ' Me.dgv3.AllowUserToAddRows = False Me.dgv3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.dgv3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgv3.Location = New System.Drawing.Point(386, 374) Me.dgv3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.dgv3.Name = "dgv3" Me.dgv3.RowHeadersWidth = 62 Me.dgv3.RowTemplate.Height = 23 Me.dgv3.Size = New System.Drawing.Size(516, 228) Me.dgv3.TabIndex = 9 ' 'dgv4 ' Me.dgv4.AllowUserToAddRows = False Me.dgv4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.dgv4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgv4.Location = New System.Drawing.Point(386, 630) Me.dgv4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.dgv4.Name = "dgv4" Me.dgv4.RowHeadersWidth = 62 Me.dgv4.RowTemplate.Height = 23 Me.dgv4.Size = New System.Drawing.Size(516, 173) Me.dgv4.TabIndex = 10 ' 'TextBox1 ' Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox1.Location = New System.Drawing.Point(2, 112) Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(378, 27) Me.TextBox1.TabIndex = 11 ' 'dgv5 ' Me.dgv5.AllowUserToAddRows = False Me.dgv5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.dgv5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgv5.Location = New System.Drawing.Point(1056, 630) Me.dgv5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.dgv5.Name = "dgv5" Me.dgv5.RowHeadersWidth = 62 Me.dgv5.RowTemplate.Height = 23 Me.dgv5.Size = New System.Drawing.Size(194, 172) Me.dgv5.TabIndex = 12 Me.dgv5.Visible = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(383, 2) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(86, 24) Me.Label1.TabIndex = 13 Me.Label1.Text = "领料日期" ' 'Label2 ' Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(1056, 605) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(86, 24) Me.Label2.TabIndex = 14 Me.Label2.Text = "调拨出库" Me.Label2.Visible = False ' 'Label3 ' Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(380, 604) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(86, 24) Me.Label3.TabIndex = 15 Me.Label3.Text = "保税入库" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Red Me.Label4.Location = New System.Drawing.Point(380, 347) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(86, 24) Me.Label4.TabIndex = 16 Me.Label4.Text = "外购入库" ' 'dgv_tech ' Me.dgv_tech.AllowUserToAddRows = False Me.dgv_tech.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.dgv_tech.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgv_tech.Location = New System.Drawing.Point(908, 630) Me.dgv_tech.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.dgv_tech.Name = "dgv_tech" Me.dgv_tech.RowHeadersWidth = 62 Me.dgv_tech.RowTemplate.Height = 23 Me.dgv_tech.Size = New System.Drawing.Size(141, 172) Me.dgv_tech.TabIndex = 17 Me.dgv_tech.Visible = False ' 'Label5 ' Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(902, 604) Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(124, 24) Me.Label5.TabIndex = 18 Me.Label5.Text = "技术人员领料" Me.Label5.Visible = False ' 'DGV_STOCK ' Me.DGV_STOCK.AllowUserToAddRows = False Me.DGV_STOCK.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DGV_STOCK.Location = New System.Drawing.Point(2, 540) Me.DGV_STOCK.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.DGV_STOCK.Name = "DGV_STOCK" Me.DGV_STOCK.RowHeadersWidth = 62 Me.DGV_STOCK.RowTemplate.Height = 23 Me.DGV_STOCK.Size = New System.Drawing.Size(379, 206) Me.DGV_STOCK.TabIndex = 19 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(-2, 514) Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(86, 24) Me.Label6.TabIndex = 20 Me.Label6.Text = "期初库存" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.ForeColor = System.Drawing.Color.Red Me.Label7.Location = New System.Drawing.Point(903, 347) Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(86, 24) Me.Label7.TabIndex = 22 Me.Label7.Text = "已订货柜" ' 'DGV_CONTAINER ' Me.DGV_CONTAINER.AllowUserToAddRows = False Me.DGV_CONTAINER.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.DGV_CONTAINER.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DGV_CONTAINER.Location = New System.Drawing.Point(908, 374) Me.DGV_CONTAINER.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.DGV_CONTAINER.Name = "DGV_CONTAINER" Me.DGV_CONTAINER.RowHeadersWidth = 62 Me.DGV_CONTAINER.RowTemplate.Height = 23 Me.DGV_CONTAINER.Size = New System.Drawing.Size(342, 228) Me.DGV_CONTAINER.TabIndex = 21 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Red Me.Label8.Location = New System.Drawing.Point(176, 749) Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(86, 24) Me.Label8.TabIndex = 23 Me.Label8.Text = "即时库存" ' 'TextBox2 ' Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox2.Location = New System.Drawing.Point(264, 747) Me.TextBox2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(118, 27) Me.TextBox2.TabIndex = 24 ' 'TextBox3 ' Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox3.Location = New System.Drawing.Point(264, 775) Me.TextBox3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(118, 27) Me.TextBox3.TabIndex = 26 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label9.ForeColor = System.Drawing.Color.Red Me.Label9.Location = New System.Drawing.Point(174, 776) Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(86, 24) Me.Label9.TabIndex = 25 Me.Label9.Text = "最后使用" ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(908, 0) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(110, 115) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox1.TabIndex = 27 Me.PictureBox1.TabStop = False Me.PictureBox1.WaitOnLoad = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'PictureBox2 ' Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image) Me.PictureBox2.Location = New System.Drawing.Point(908, 114) Me.PictureBox2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(110, 115) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox2.TabIndex = 28 Me.PictureBox2.TabStop = False Me.PictureBox2.WaitOnLoad = True ' 'PictureBox3 ' Me.PictureBox3.Image = CType(resources.GetObject("PictureBox3.Image"), System.Drawing.Image) Me.PictureBox3.Location = New System.Drawing.Point(1023, 114) Me.PictureBox3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(110, 115) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox3.TabIndex = 29 Me.PictureBox3.TabStop = False Me.PictureBox3.WaitOnLoad = True ' 'PictureBox4 ' Me.PictureBox4.Image = CType(resources.GetObject("PictureBox4.Image"), System.Drawing.Image) Me.PictureBox4.Location = New System.Drawing.Point(908, 228) Me.PictureBox4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(110, 115) Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox4.TabIndex = 30 Me.PictureBox4.TabStop = False Me.PictureBox4.WaitOnLoad = True ' 'PictureBox5 ' Me.PictureBox5.Image = CType(resources.GetObject("PictureBox5.Image"), System.Drawing.Image) Me.PictureBox5.Location = New System.Drawing.Point(1023, 0) Me.PictureBox5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(110, 115) Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox5.TabIndex = 31 Me.PictureBox5.TabStop = False Me.PictureBox5.WaitOnLoad = True ' 'PictureBox6 ' Me.PictureBox6.Image = CType(resources.GetObject("PictureBox6.Image"), System.Drawing.Image) Me.PictureBox6.Location = New System.Drawing.Point(1140, 0) Me.PictureBox6.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(110, 115) Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox6.TabIndex = 32 Me.PictureBox6.TabStop = False Me.PictureBox6.WaitOnLoad = True ' 'PictureBox7 ' Me.PictureBox7.Image = CType(resources.GetObject("PictureBox7.Image"), System.Drawing.Image) Me.PictureBox7.Location = New System.Drawing.Point(1140, 114) Me.PictureBox7.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(110, 115) Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox7.TabIndex = 33 Me.PictureBox7.TabStop = False Me.PictureBox7.WaitOnLoad = True ' 'PictureBox8 ' Me.PictureBox8.Image = CType(resources.GetObject("PictureBox8.Image"), System.Drawing.Image) Me.PictureBox8.Location = New System.Drawing.Point(1023, 228) Me.PictureBox8.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox8.Name = "PictureBox8" Me.PictureBox8.Size = New System.Drawing.Size(110, 115) Me.PictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox8.TabIndex = 34 Me.PictureBox8.TabStop = False Me.PictureBox8.WaitOnLoad = True ' 'PictureBox9 ' Me.PictureBox9.Image = CType(resources.GetObject("PictureBox9.Image"), System.Drawing.Image) Me.PictureBox9.Location = New System.Drawing.Point(1140, 228) Me.PictureBox9.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Size = New System.Drawing.Size(110, 115) Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox9.TabIndex = 35 Me.PictureBox9.TabStop = False Me.PictureBox9.WaitOnLoad = True ' 'TextBox4 ' Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox4.Location = New System.Drawing.Point(82, 426) Me.TextBox4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(300, 27) Me.TextBox4.TabIndex = 39 Me.TextBox4.Text = "textbox4" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label10.ForeColor = System.Drawing.Color.Red Me.Label10.Location = New System.Drawing.Point(2, 423) Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(67, 24) Me.Label10.TabIndex = 38 Me.Label10.Text = "贸易商" ' 'TextBox5 ' Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox5.Location = New System.Drawing.Point(80, 397) Me.TextBox5.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(302, 27) Me.TextBox5.TabIndex = 37 Me.TextBox5.Text = "textbox5" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label11.ForeColor = System.Drawing.Color.Red Me.Label11.Location = New System.Drawing.Point(2, 396) Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(67, 24) Me.Label11.TabIndex = 36 Me.Label11.Text = "生产商" ' 'TextBox6 ' Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox6.Location = New System.Drawing.Point(80, 484) Me.TextBox6.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(300, 27) Me.TextBox6.TabIndex = 43 Me.TextBox6.Text = "textbox6" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.ForeColor = System.Drawing.Color.Red Me.Label12.Location = New System.Drawing.Point(19, 485) Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(48, 24) Me.Label12.TabIndex = 42 Me.Label12.Text = "部门" ' 'TextBox7 ' Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.TextBox7.Location = New System.Drawing.Point(80, 455) Me.TextBox7.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(302, 27) Me.TextBox7.TabIndex = 41 Me.TextBox7.Text = "textbox7" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label13.ForeColor = System.Drawing.Color.Red Me.Label13.Location = New System.Drawing.Point(19, 455) Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(48, 24) Me.Label13.TabIndex = 40 Me.Label13.Text = "分类" ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button8.Location = New System.Drawing.Point(288, 58) Me.Button8.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(93, 53) Me.Button8.TabIndex = 44 Me.Button8.Text = "打印" Me.Button8.UseVisualStyleBackColor = True Me.Button8.Visible = False ' 'FrmChem_Main ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1255, 805) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.PictureBox9) Me.Controls.Add(Me.PictureBox8) Me.Controls.Add(Me.PictureBox7) Me.Controls.Add(Me.PictureBox6) Me.Controls.Add(Me.PictureBox5) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.DGV_CONTAINER) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.DGV_STOCK) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.dgv_tech) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.dgv5) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.dgv4) Me.Controls.Add(Me.dgv3) Me.Controls.Add(Me.dgv2) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.dgv1) 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, 3, 4, 3) Me.Name = "FrmChem_Main" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "FrmChemMain" Me.WindowState = System.Windows.Forms.FormWindowState.Maximized CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_tech, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV_STOCK, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DGV_CONTAINER, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents dgv1 As DataGridView Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button6 As Button Friend WithEvents Button7 As Button Friend WithEvents dgv2 As DataGridView Friend WithEvents dgv3 As DataGridView Friend WithEvents dgv4 As DataGridView Friend WithEvents TextBox1 As TextBox Friend WithEvents dgv5 As DataGridView Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents dgv_tech As DataGridView Friend WithEvents Label5 As Label Friend WithEvents DGV_STOCK As DataGridView Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents DGV_CONTAINER As DataGridView Friend WithEvents Label8 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents Label9 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox3 As PictureBox Friend WithEvents PictureBox4 As PictureBox Friend WithEvents PictureBox5 As PictureBox Friend WithEvents PictureBox6 As PictureBox Friend WithEvents PictureBox7 As PictureBox Friend WithEvents PictureBox8 As PictureBox Friend WithEvents PictureBox9 As PictureBox Friend WithEvents TextBox4 As TextBox Friend WithEvents Label10 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label11 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label12 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents Label13 As Label Friend WithEvents Button8 As Button End Class