📄 高层管理界面.designer.cs
字号:
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(90, 23);
this.button9.TabIndex = 5;
this.button9.Text = "销售统计";
this.button9.UseVisualStyleBackColor = true;
//
// button8
//
this.button8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.button8.Location = new System.Drawing.Point(351, 188);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(90, 23);
this.button8.TabIndex = 4;
this.button8.Text = "当前库存查询";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button7
//
this.button7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.button7.Location = new System.Drawing.Point(351, 141);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(90, 23);
this.button7.TabIndex = 3;
this.button7.Text = "销售单据查询";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button6
//
this.button6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button6.Location = new System.Drawing.Point(145, 233);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(84, 35);
this.button6.TabIndex = 2;
this.button6.Text = "顾客退货";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button5.Location = new System.Drawing.Point(145, 141);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(84, 35);
this.button5.TabIndex = 1;
this.button5.Text = "商品销售";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("华文行楷", 18F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(247, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(112, 25);
this.label2.TabIndex = 0;
this.label2.Text = "销售管理";
//
// tabPage3
//
this.tabPage3.BackgroundImage = global::Myproject.Properties.Resources.dfsdf2;
this.tabPage3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.tabPage3.Controls.Add(this.label3);
this.tabPage3.Controls.Add(this.button15);
this.tabPage3.Controls.Add(this.button14);
this.tabPage3.Controls.Add(this.button13);
this.tabPage3.Controls.Add(this.button10);
this.tabPage3.Location = new System.Drawing.Point(4, 34);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(777, 540);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "库存管理";
this.tabPage3.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("华文行楷", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Italic | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(274, 55);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(129, 30);
this.label3.TabIndex = 8;
this.label3.Text = "库存管理";
//
// button15
//
this.button15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button15.Location = new System.Drawing.Point(150, 239);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(84, 35);
this.button15.TabIndex = 7;
this.button15.Text = "库存报警";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// button14
//
this.button14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button14.Location = new System.Drawing.Point(301, 228);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(84, 35);
this.button14.TabIndex = 6;
this.button14.Text = "库存变动";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button13
//
this.button13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button13.Location = new System.Drawing.Point(437, 172);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(84, 35);
this.button13.TabIndex = 5;
this.button13.Text = "库存盘点";
this.button13.UseVisualStyleBackColor = true;
//
// button10
//
this.button10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button10.Location = new System.Drawing.Point(301, 152);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(84, 35);
this.button10.TabIndex = 2;
this.button10.Text = "库存调拨";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// tabPage4
//
this.tabPage4.BackgroundImage = global::Myproject.Properties.Resources.dfsdf3;
this.tabPage4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.tabPage4.Controls.Add(this.label6);
this.tabPage4.Controls.Add(this.button23);
this.tabPage4.Controls.Add(this.button22);
this.tabPage4.Controls.Add(this.button21);
this.tabPage4.Controls.Add(this.button18);
this.tabPage4.Controls.Add(this.label5);
this.tabPage4.Controls.Add(this.button17);
this.tabPage4.Controls.Add(this.button20);
this.tabPage4.Controls.Add(this.button19);
this.tabPage4.Controls.Add(this.button16);
this.tabPage4.Controls.Add(this.label4);
this.tabPage4.Location = new System.Drawing.Point(4, 34);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(777, 540);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "统计报表";
this.tabPage4.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("华文行楷", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(344, 158);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(98, 22);
this.label6.TabIndex = 12;
this.label6.Text = "销售报表";
//
// button23
//
this.button23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button23.Location = new System.Drawing.Point(348, 318);
this.button23.Name = "button23";
this.button23.Size = new System.Drawing.Size(105, 40);
this.button23.TabIndex = 11;
this.button23.Text = "商品销售统计";
this.button23.UseVisualStyleBackColor = true;
//
// button22
//
this.button22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button22.Location = new System.Drawing.Point(348, 256);
this.button22.Name = "button22";
this.button22.Size = new System.Drawing.Size(105, 38);
this.button22.TabIndex = 10;
this.button22.Text = "业务员销售统计";
this.button22.UseVisualStyleBackColor = true;
//
// button21
//
this.button21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button21.Location = new System.Drawing.Point(348, 194);
this.button21.Name = "button21";
this.button21.Size = new System.Drawing.Size(105, 35);
this.button21.TabIndex = 9;
this.button21.Text = "客户销售统计";
this.button21.UseVisualStyleBackColor = true;
//
// button18
//
this.button18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button18.Location = new System.Drawing.Point(206, 408);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(119, 27);
this.button18.TabIndex = 8;
this.button18.Text = "库存变动表";
this.button18.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("华文行楷", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(80, 155);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(112, 25);
this.label5.TabIndex = 7;
this.label5.Text = "进货报表";
//
// button17
//
this.button17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button17.Location = new System.Drawing.Point(85, 194);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(107, 35);
this.button17.TabIndex = 6;
this.button17.Text = "供应商统计";
this.button17.UseVisualStyleBackColor = true;
//
// button20
//
this.button20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button20.Location = new System.Drawing.Point(85, 258);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(107, 36);
this.button20.TabIndex = 5;
this.button20.Text = "商品采购统计";
this.button20.UseVisualStyleBackColor = true;
//
// button19
//
this.button19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button19.Location = new System.Drawing.Point(85, 321);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(107, 35);
this.button19.TabIndex = 4;
this.button19.Text = "业务员统计查询";
this.button19.UseVisualStyleBackColor = true;
//
// button16
//
this.button16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.button16.Location = new System.Drawing.Point(206, 91);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(119, 27);
this.button16.TabIndex = 1;
this.button16.Text = "库存成本统计";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("华文行楷", 18F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(213, 40);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(112, 25);
this.label4.TabIndex = 0;
this.label4.Text = "统计报表";
//
// tabPage5
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -