📄 库存变动.designer.cs
字号:
namespace Myproject
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(库存变动));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dbgname9 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button8 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.txt1 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.but2 = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button7 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label5 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dbgname9)).BeginInit();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(1, 2);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(751, 464);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.button11);
this.tabPage1.Controls.Add(this.dbgname9);
this.tabPage1.Controls.Add(this.button8);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.txt1);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(743, 439);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "库存变动情况";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dbgname9
//
this.dbgname9.AllowUserToAddRows = false;
this.dbgname9.AllowUserToDeleteRows = false;
this.dbgname9.BackgroundColor = System.Drawing.Color.MistyRose;
this.dbgname9.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dbgname9.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column21});
this.dbgname9.GridColor = System.Drawing.Color.Fuchsia;
this.dbgname9.Location = new System.Drawing.Point(7, 95);
this.dbgname9.Name = "dbgname9";
this.dbgname9.ReadOnly = true;
this.dbgname9.RowTemplate.Height = 23;
this.dbgname9.Size = new System.Drawing.Size(730, 338);
this.dbgname9.TabIndex = 26;
//
// Column1
//
this.Column1.DataPropertyName = "商品编号";
this.Column1.HeaderText = "商品编号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// Column2
//
this.Column2.DataPropertyName = "商品名称";
this.Column2.HeaderText = "商品名称";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
this.Column3.DataPropertyName = "单位";
this.Column3.HeaderText = "单位";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column4
//
this.Column4.DataPropertyName = "规格型号";
this.Column4.HeaderText = "规格型号";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.DataPropertyName = "颜色";
this.Column5.HeaderText = "颜色";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.DataPropertyName = "单价";
this.Column6.HeaderText = "单价";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
this.Column7.DataPropertyName = "数量";
this.Column7.HeaderText = "数量";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// Column21
//
this.Column21.DataPropertyName = "总金额";
this.Column21.HeaderText = "总金额";
this.Column21.Name = "Column21";
this.Column21.ReadOnly = true;
//
// button8
//
this.button8.BackgroundImage = global::Myproject.Properties.Resources.Pixadex3;
this.button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button8.Location = new System.Drawing.Point(351, 71);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(37, 21);
this.button8.TabIndex = 25;
this.button8.UseVisualStyleBackColor = false;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(110, 77);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 12);
this.label3.TabIndex = 6;
this.label3.Text = "商品编号或名称:";
//
// txt1
//
this.txt1.Location = new System.Drawing.Point(217, 72);
this.txt1.Name = "txt1";
this.txt1.Size = new System.Drawing.Size(113, 21);
this.txt1.TabIndex = 5;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.button9);
this.groupBox1.Controls.Add(this.button10);
this.groupBox1.Controls.Add(this.but2);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.groupBox1.Location = new System.Drawing.Point(3, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(745, 56);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// button4
//
this.button4.BackgroundImage = global::Myproject.Properties.Resources.archivero41;
this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button4.Location = new System.Drawing.Point(386, 10);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(63, 39);
this.button4.TabIndex = 34;
this.button4.Text = "退货参考";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button2
//
this.button2.BackgroundImage = global::Myproject.Properties.Resources.buzon12;
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button2.Location = new System.Drawing.Point(303, 10);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(65, 40);
this.button2.TabIndex = 33;
this.button2.Text = "进价参考";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.BackgroundImage = global::Myproject.Properties.Resources.e;
this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button3.Location = new System.Drawing.Point(145, 9);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(51, 41);
this.button3.TabIndex = 32;
this.button3.Text = "打印";
this.button3.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.BackgroundImage = global::Myproject.Properties.Resources.Pixadex9;
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Location = new System.Drawing.Point(6, 9);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(51, 41);
this.button1.TabIndex = 30;
this.button1.Text = "查找";
this.button1.UseVisualStyleBackColor = true;
//
// button9
//
this.button9.BackgroundImage = global::Myproject.Properties.Resources.AquaBubble_200161;
this.button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button9.Location = new System.Drawing.Point(465, 12);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(58, 38);
this.button9.TabIndex = 29;
this.button9.Text = "退出";
this.button9.UseVisualStyleBackColor = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -