📄 库存产品汇总.designer.cs
字号:
namespace 计量
{
partial class 库存产品汇总
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(库存产品汇总));
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.库存IDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.资产类型DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.型号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.规格DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.等级DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.数量DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.库存类型BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.sqldatabase_DataDataSet = new 计量.sqldatabase_DataDataSet();
this.库存类型TableAdapter = new 计量.sqldatabase_DataDataSetTableAdapters.库存类型TableAdapter();
this.label1 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox15 = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label20 = new System.Windows.Forms.Label();
this.textBox27 = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.textBox13 = new System.Windows.Forms.TextBox();
this.textBox26 = new System.Windows.Forms.TextBox();
this.textBox25 = new System.Windows.Forms.TextBox();
this.textBox24 = new System.Windows.Forms.TextBox();
this.textBox23 = new System.Windows.Forms.TextBox();
this.textBox22 = new System.Windows.Forms.TextBox();
this.textBox21 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.textBox14 = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button3 = new System.Windows.Forms.Button();
this.出入库明细表BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.出入库明细表TableAdapter = new 计量.sqldatabase_DataDataSetTableAdapters.出入库明细表TableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.库存类型BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.出入库明细表BindingSource)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.InactiveCaption;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.库存IDDataGridViewTextBoxColumn,
this.资产类型DataGridViewTextBoxColumn,
this.型号DataGridViewTextBoxColumn,
this.规格DataGridViewTextBoxColumn,
this.等级DataGridViewTextBoxColumn,
this.数量DataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.库存类型BindingSource;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Right;
this.dataGridView1.Location = new System.Drawing.Point(517, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(639, 842);
this.dataGridView1.TabIndex = 0;
//
// 库存IDDataGridViewTextBoxColumn
//
this.库存IDDataGridViewTextBoxColumn.DataPropertyName = "库存ID";
this.库存IDDataGridViewTextBoxColumn.HeaderText = "库存ID";
this.库存IDDataGridViewTextBoxColumn.Name = "库存IDDataGridViewTextBoxColumn";
this.库存IDDataGridViewTextBoxColumn.ReadOnly = true;
//
// 资产类型DataGridViewTextBoxColumn
//
this.资产类型DataGridViewTextBoxColumn.DataPropertyName = "资产类型";
this.资产类型DataGridViewTextBoxColumn.HeaderText = "资产类型";
this.资产类型DataGridViewTextBoxColumn.Name = "资产类型DataGridViewTextBoxColumn";
this.资产类型DataGridViewTextBoxColumn.ReadOnly = true;
//
// 型号DataGridViewTextBoxColumn
//
this.型号DataGridViewTextBoxColumn.DataPropertyName = "型号";
this.型号DataGridViewTextBoxColumn.HeaderText = "型号";
this.型号DataGridViewTextBoxColumn.Name = "型号DataGridViewTextBoxColumn";
this.型号DataGridViewTextBoxColumn.ReadOnly = true;
//
// 规格DataGridViewTextBoxColumn
//
this.规格DataGridViewTextBoxColumn.DataPropertyName = "规格";
this.规格DataGridViewTextBoxColumn.HeaderText = "规格";
this.规格DataGridViewTextBoxColumn.Name = "规格DataGridViewTextBoxColumn";
this.规格DataGridViewTextBoxColumn.ReadOnly = true;
//
// 等级DataGridViewTextBoxColumn
//
this.等级DataGridViewTextBoxColumn.DataPropertyName = "等级";
this.等级DataGridViewTextBoxColumn.HeaderText = "等级";
this.等级DataGridViewTextBoxColumn.Name = "等级DataGridViewTextBoxColumn";
this.等级DataGridViewTextBoxColumn.ReadOnly = true;
//
// 数量DataGridViewTextBoxColumn
//
this.数量DataGridViewTextBoxColumn.DataPropertyName = "数量";
this.数量DataGridViewTextBoxColumn.HeaderText = "数量";
this.数量DataGridViewTextBoxColumn.Name = "数量DataGridViewTextBoxColumn";
this.数量DataGridViewTextBoxColumn.ReadOnly = true;
//
// 库存类型BindingSource
//
this.库存类型BindingSource.DataMember = "库存类型";
this.库存类型BindingSource.DataSource = this.sqldatabase_DataDataSet;
//
// sqldatabase_DataDataSet
//
this.sqldatabase_DataDataSet.DataSetName = "sqldatabase_DataDataSet";
this.sqldatabase_DataDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 库存类型TableAdapter
//
this.库存类型TableAdapter.ClearBeforeFill = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(29, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 1;
this.label1.Text = "库存ID";
//
// comboBox1
//
this.comboBox1.DataSource = this.库存类型BindingSource;
this.comboBox1.DisplayMember = "库存ID";
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(76, 43);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(95, 20);
this.comboBox1.TabIndex = 2;
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"2008",
"2009",
"2010",
"2011",
"2012",
"2013",
"2014",
"2015",
"2016",
"2017",
"2018",
"2019",
"2020",
"2021",
"2022",
"2023",
"2024",
"2025",
"2026",
"2027",
"2028",
"2029",
"2030"});
this.comboBox2.Location = new System.Drawing.Point(188, 43);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(83, 20);
this.comboBox2.TabIndex = 3;
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"});
this.comboBox3.Location = new System.Drawing.Point(300, 43);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(43, 20);
this.comboBox3.TabIndex = 4;
//
// label2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -