📄 入库信息修改.designer.cs
字号:
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(67, 473);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 1;
this.label1.Text = "票号";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(67, 508);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "库存ID";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(67, 550);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 3;
this.label3.Text = "时间";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(67, 586);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 4;
this.label4.Text = "领用单位";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(67, 626);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 5;
this.label5.Text = "领用用途";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(335, 628);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 6;
this.label6.Text = "型号";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(335, 592);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 7;
this.label7.Text = "总价";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(335, 553);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 8;
this.label8.Text = "价格";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(335, 513);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 9;
this.label9.Text = "数量";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(329, 478);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 10;
this.label10.Text = "资产类型";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(607, 626);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 11;
this.label11.Text = "出库入库";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(607, 589);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 12;
this.label12.Text = "入库类型";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(607, 550);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 13;
this.label13.Text = "厂家";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(607, 513);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(29, 12);
this.label14.TabIndex = 14;
this.label14.Text = "等级";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(607, 473);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 12);
this.label15.TabIndex = 15;
this.label15.Text = "规格";
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出入库明细表BindingSource, "库存ID", true));
this.textBox1.Location = new System.Drawing.Point(125, 504);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(129, 21);
this.textBox1.TabIndex = 16;
//
// textBox2
//
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出入库明细表BindingSource, "时间", true));
this.textBox2.Location = new System.Drawing.Point(125, 547);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(129, 21);
this.textBox2.TabIndex = 17;
//
// textBox3
//
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出入库明细表BindingSource, "领用单位", true));
this.textBox3.Location = new System.Drawing.Point(125, 583);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(129, 21);
this.textBox3.TabIndex = 18;
//
// textBox4
//
this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出入库明细表BindingSource, "领用用途", true));
this.textBox4.Location = new System.Drawing.Point(125, 623);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(129, 21);
this.textBox4.TabIndex = 19;
//
// comboBox1
//
this.comboBox1.DataSource = this.出入库明细表BindingSource;
this.comboBox1.DisplayMember = "票号";
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(125, 470);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(129, 20);
this.comboBox1.TabIndex = 20;
//
// textBox5
//
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出入库明细表BindingSource, "资产类型", true));
this.textBox5.Location = new System.Drawing.Point(398, 470);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(126, 21);
this.textBox5.TabIndex = 21;
//
// textBox6
//
this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出入库明细表BindingSource, "数量", true));
this.textBox6.Location = new System.Drawing.Point(398, 504);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(126, 21);
this.textBox6.TabIndex = 22;
//
// textBox7
//
this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出入库明细表BindingSource, "价格", true));
this.textBox7.Location = new System.Drawing.Point(398, 547);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(126, 21);
this.textBox7.TabIndex = 23;
//
// textBox8
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -