📄 库存产品汇总.designer.cs
字号:
// textBox21
//
this.textBox21.Location = new System.Drawing.Point(89, 42);
this.textBox21.Name = "textBox21";
this.textBox21.Size = new System.Drawing.Size(100, 21);
this.textBox21.TabIndex = 18;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(22, 337);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 17;
this.label10.Text = "出库总数";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(22, 276);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 16;
this.label11.Text = "配置出库";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(22, 216);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 15;
this.label12.Text = "返修出库";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(22, 158);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 14;
this.label13.Text = "轮换出库";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(22, 103);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 13;
this.label14.Text = "安装出库";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(22, 45);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 12;
this.label15.Text = "校验出库";
//
// comboBox4
//
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
"库存ID",
"资产类型",
"型号",
"规格",
"等级",
"数量"});
this.comboBox4.Location = new System.Drawing.Point(245, 40);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(121, 20);
this.comboBox4.TabIndex = 16;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(222, 43);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(17, 12);
this.label17.TabIndex = 15;
this.label17.Text = "以";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(33, 43);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(77, 12);
this.label18.TabIndex = 14;
this.label18.Text = "输入查询内容";
//
// button2
//
this.button2.Location = new System.Drawing.Point(379, 38);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 13;
this.button2.Text = "查询";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox14
//
this.textBox14.Location = new System.Drawing.Point(116, 40);
this.textBox14.Name = "textBox14";
this.textBox14.Size = new System.Drawing.Size(100, 21);
this.textBox14.TabIndex = 12;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.comboBox3);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.comboBox1);
this.groupBox3.Controls.Add(this.comboBox2);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.button1);
this.groupBox3.Location = new System.Drawing.Point(25, 178);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(476, 100);
this.groupBox3.TabIndex = 17;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "产品月汇总";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button3);
this.groupBox4.Controls.Add(this.comboBox4);
this.groupBox4.Controls.Add(this.textBox14);
this.groupBox4.Controls.Add(this.button2);
this.groupBox4.Controls.Add(this.label17);
this.groupBox4.Controls.Add(this.label18);
this.groupBox4.Location = new System.Drawing.Point(25, 41);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(476, 113);
this.groupBox4.TabIndex = 18;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "查询库存产品";
//
// button3
//
this.button3.Location = new System.Drawing.Point(379, 82);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 17;
this.button3.Text = "查询所有";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// 出入库明细表BindingSource
//
this.出入库明细表BindingSource.DataMember = "出入库明细表";
this.出入库明细表BindingSource.DataSource = this.sqldatabase_DataDataSet;
//
// 出入库明细表TableAdapter
//
this.出入库明细表TableAdapter.ClearBeforeFill = true;
//
// 库存产品汇总
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ClientSize = new System.Drawing.Size(1156, 842);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "库存产品汇总";
this.Text = "库存产品汇总";
this.Load += new System.EventHandler(this.库存产品汇总_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.库存类型BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.出入库明细表BindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private sqldatabase_DataDataSet sqldatabase_DataDataSet;
private System.Windows.Forms.BindingSource 库存类型BindingSource;
private 计量.sqldatabase_DataDataSetTableAdapters.库存类型TableAdapter 库存类型TableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn 库存IDDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 资产类型DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 型号DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 规格DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 等级DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 数量DataGridViewTextBoxColumn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox26;
private System.Windows.Forms.TextBox textBox25;
private System.Windows.Forms.TextBox textBox24;
private System.Windows.Forms.TextBox textBox23;
private System.Windows.Forms.TextBox textBox22;
private System.Windows.Forms.TextBox textBox21;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox textBox13;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox14;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox textBox15;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox textBox27;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.BindingSource 出入库明细表BindingSource;
private 计量.sqldatabase_DataDataSetTableAdapters.出入库明细表TableAdapter 出入库明细表TableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -