📄 frmdc.designer.cs
字号:
namespace MrCy
{
partial class frmDC
{
/// <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()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tvFood = new System.Windows.Forms.TreeView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtbz = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.cbWaiter = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.txtallprice = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtpnum = new System.Windows.Forms.TextBox();
this.txtprice = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtNum = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.dgvFoods = 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.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvFoods)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.tvFood);
this.groupBox1.Location = new System.Drawing.Point(7, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(161, 350);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "菜品类别";
//
// tvFood
//
this.tvFood.Location = new System.Drawing.Point(6, 20);
this.tvFood.Name = "tvFood";
this.tvFood.Size = new System.Drawing.Size(149, 323);
this.tvFood.TabIndex = 0;
this.tvFood.DoubleClick += new System.EventHandler(this.treeView1_DoubleClick);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.txtbz);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.cbWaiter);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txtallprice);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.txtpnum);
this.groupBox2.Controls.Add(this.txtprice);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.txtName);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.txtNum);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(175, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(349, 113);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// txtbz
//
this.txtbz.Location = new System.Drawing.Point(196, 78);
this.txtbz.Name = "txtbz";
this.txtbz.Size = new System.Drawing.Size(147, 21);
this.txtbz.TabIndex = 13;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(160, 82);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 12;
this.label7.Text = "备注:";
//
// cbWaiter
//
this.cbWaiter.FormattingEnabled = true;
this.cbWaiter.Location = new System.Drawing.Point(59, 79);
this.cbWaiter.Name = "cbWaiter";
this.cbWaiter.Size = new System.Drawing.Size(94, 20);
this.cbWaiter.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 83);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 10;
this.label6.Text = "服务员:";
//
// txtallprice
//
this.txtallprice.Enabled = false;
this.txtallprice.Location = new System.Drawing.Point(274, 43);
this.txtallprice.Name = "txtallprice";
this.txtallprice.Size = new System.Drawing.Size(69, 21);
this.txtallprice.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(230, 49);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 12);
this.label5.TabIndex = 8;
this.label5.Text = "=总价:";
//
// txtpnum
//
this.txtpnum.Location = new System.Drawing.Point(168, 44);
this.txtpnum.Name = "txtpnum";
this.txtpnum.Size = new System.Drawing.Size(55, 21);
this.txtpnum.TabIndex = 7;
this.txtpnum.Text = "1";
this.txtpnum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtpnum_KeyPress);
this.txtpnum.TextChanged += new System.EventHandler(this.txtpnum_TextChanged);
//
// txtprice
//
this.txtprice.Enabled = false;
this.txtprice.Location = new System.Drawing.Point(45, 44);
this.txtprice.Name = "txtprice";
this.txtprice.Size = new System.Drawing.Size(69, 21);
this.txtprice.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(121, 49);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 5;
this.label4.Text = "×数量:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 49);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 4;
this.label3.Text = "单价:";
//
// txtName
//
this.txtName.Enabled = false;
this.txtName.Location = new System.Drawing.Point(186, 14);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(157, 21);
this.txtName.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -