📄 formxscx.designer.cs
字号:
this.label10.AutoSize = true;
this.label10.ForeColor = System.Drawing.Color.RoyalBlue;
this.label10.Location = new System.Drawing.Point(8, 80);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 5;
this.label10.Text = "销售数量:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.ForeColor = System.Drawing.Color.RoyalBlue;
this.label11.Location = new System.Drawing.Point(8, 110);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 6;
this.label11.Text = "进货编号:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.ForeColor = System.Drawing.Color.RoyalBlue;
this.label12.Location = new System.Drawing.Point(8, 140);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 7;
this.label12.Text = "商品价格:";
//
// dataGridView2
//
this.dataGridView2.BackgroundColor = System.Drawing.Color.Lime;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView2.Location = new System.Drawing.Point(3, 17);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(538, 202);
this.dataGridView2.TabIndex = 1;
this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
//
// groupBox5
//
this.groupBox5.BackColor = System.Drawing.Color.Transparent;
this.groupBox5.Controls.Add(this.dataGridView2);
this.groupBox5.ForeColor = System.Drawing.Color.Blue;
this.groupBox5.Location = new System.Drawing.Point(12, 310);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(544, 222);
this.groupBox5.TabIndex = 2;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "销售详细表";
//
// groupBox6
//
this.groupBox6.BackColor = System.Drawing.Color.Transparent;
this.groupBox6.Controls.Add(this.label30);
this.groupBox6.Controls.Add(this.label29);
this.groupBox6.Controls.Add(this.label28);
this.groupBox6.Controls.Add(this.label27);
this.groupBox6.Controls.Add(this.label26);
this.groupBox6.Controls.Add(this.label25);
this.groupBox6.Controls.Add(this.label24);
this.groupBox6.Controls.Add(this.label23);
this.groupBox6.ForeColor = System.Drawing.Color.Red;
this.groupBox6.Location = new System.Drawing.Point(562, 148);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(177, 160);
this.groupBox6.TabIndex = 3;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "总表信息列表";
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(72, 125);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(0, 12);
this.label30.TabIndex = 7;
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(72, 94);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(0, 12);
this.label29.TabIndex = 6;
this.label29.Click += new System.EventHandler(this.label29_Click);
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(72, 62);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(0, 12);
this.label28.TabIndex = 5;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(72, 29);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(0, 12);
this.label27.TabIndex = 4;
//
// label26
//
this.label26.AutoSize = true;
this.label26.ForeColor = System.Drawing.Color.Red;
this.label26.Location = new System.Drawing.Point(8, 125);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(65, 12);
this.label26.TabIndex = 3;
this.label26.Text = "员工编号:";
//
// label25
//
this.label25.AutoSize = true;
this.label25.ForeColor = System.Drawing.Color.Red;
this.label25.Location = new System.Drawing.Point(8, 94);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(65, 12);
this.label25.TabIndex = 2;
this.label25.Text = "销售总额:";
//
// label24
//
this.label24.AutoSize = true;
this.label24.ForeColor = System.Drawing.Color.Red;
this.label24.Location = new System.Drawing.Point(8, 62);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(65, 12);
this.label24.TabIndex = 1;
this.label24.Text = "销售总数:";
//
// label23
//
this.label23.AutoSize = true;
this.label23.ForeColor = System.Drawing.Color.Red;
this.label23.Location = new System.Drawing.Point(8, 29);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(65, 12);
this.label23.TabIndex = 0;
this.label23.Text = "单据编号:";
//
// formXscx
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CancelButton = this.button2;
this.ClientSize = new System.Drawing.Size(751, 544);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox1);
this.ForeColor = System.Drawing.Color.Red;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "formXscx";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "销售查询";
this.Load += new System.EventHandler(this.Form2_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.groupBox5.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Label label31;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -