📄 库存变动.designer.cs
字号:
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button10
//
this.button10.BackgroundImage = global::Myproject.Properties.Resources.alcancia1;
this.button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button10.Location = new System.Drawing.Point(73, 9);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(56, 41);
this.button10.TabIndex = 28;
this.button10.Text = "全部";
this.button10.UseVisualStyleBackColor = true;
//
// but2
//
this.but2.BackgroundImage = global::Myproject.Properties.Resources.alcancia;
this.but2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.but2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.but2.Location = new System.Drawing.Point(214, 9);
this.but2.Name = "but2";
this.but2.Size = new System.Drawing.Size(65, 41);
this.but2.TabIndex = 27;
this.but2.Text = "查看明细";
this.but2.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Controls.Add(this.button6);
this.tabPage2.Controls.Add(this.button5);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(743, 439);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "商品变动情况";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.dataGridView2);
this.groupBox3.Location = new System.Drawing.Point(6, 107);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(731, 326);
this.groupBox3.TabIndex = 36;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "商品变动信息";
//
// dataGridView2
//
this.dataGridView2.AllowUserToAddRows = false;
this.dataGridView2.AllowUserToDeleteRows = false;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column14,
this.Column15,
this.Column16,
this.Column17,
this.Column18,
this.Column19,
this.Column20});
this.dataGridView2.Location = new System.Drawing.Point(5, 17);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.ReadOnly = true;
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(720, 308);
this.dataGridView2.TabIndex = 0;
//
// Column14
//
this.Column14.HeaderText = "商品编号";
this.Column14.Name = "Column14";
this.Column14.ReadOnly = true;
//
// Column15
//
this.Column15.HeaderText = "商品名称";
this.Column15.Name = "Column15";
this.Column15.ReadOnly = true;
//
// Column16
//
this.Column16.HeaderText = "库存数量";
this.Column16.Name = "Column16";
this.Column16.ReadOnly = true;
//
// Column17
//
this.Column17.HeaderText = "进货数量";
this.Column17.Name = "Column17";
this.Column17.ReadOnly = true;
//
// Column18
//
this.Column18.HeaderText = "退货数量";
this.Column18.Name = "Column18";
this.Column18.ReadOnly = true;
//
// Column19
//
this.Column19.HeaderText = "合计数量";
this.Column19.Name = "Column19";
this.Column19.ReadOnly = true;
//
// Column20
//
this.Column20.HeaderText = "销售数量";
this.Column20.Name = "Column20";
this.Column20.ReadOnly = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button7);
this.groupBox2.Controls.Add(this.textBox2);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.dateTimePicker2);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.dateTimePicker1);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Location = new System.Drawing.Point(3, 43);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(748, 55);
this.groupBox2.TabIndex = 35;
this.groupBox2.TabStop = false;
//
// button7
//
this.button7.BackColor = System.Drawing.Color.MistyRose;
this.button7.Location = new System.Drawing.Point(637, 20);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(62, 21);
this.button7.TabIndex = 6;
this.button7.Text = "查询";
this.button7.UseVisualStyleBackColor = false;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(484, 20);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(135, 21);
this.textBox2.TabIndex = 5;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(377, 24);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(101, 12);
this.label6.TabIndex = 4;
this.label6.Text = "商品名称或编号:";
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(235, 20);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(110, 21);
this.dateTimePicker2.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(203, 24);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(17, 12);
this.label5.TabIndex = 2;
this.label5.Text = "至";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(77, 20);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(110, 21);
this.dateTimePicker1.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 27);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "统计时间:";
//
// button6
//
this.button6.BackgroundImage = global::Myproject.Properties.Resources.AquaBubble_200161;
this.button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button6.Location = new System.Drawing.Point(60, 4);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(58, 38);
this.button6.TabIndex = 34;
this.button6.Text = "退出";
this.button6.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.BackgroundImage = global::Myproject.Properties.Resources.e;
this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button5.Location = new System.Drawing.Point(3, 3);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(51, 39);
this.button5.TabIndex = 33;
this.button5.Text = "打印";
this.button5.UseVisualStyleBackColor = true;
//
// button11
//
this.button11.Location = new System.Drawing.Point(9, 68);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(68, 27);
this.button11.TabIndex = 27;
this.button11.Text = "仓库查询";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// 库存变动
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(755, 470);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "库存变动";
this.Text = "库存变动";
this.Load += new System.EventHandler(this.库存变动_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dbgname9)).EndInit();
this.groupBox1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button but2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox txt1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
public System.Windows.Forms.DataGridView dbgname9;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
private System.Windows.Forms.Button button11;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -