📄 zjxf_form.designer.cs
字号:
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.lbli);
this.panel2.Controls.Add(this.lblLeftTs);
this.panel2.Controls.Add(this.txtNumber);
this.panel2.Controls.Add(this.txtMatId);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(266, 142);
this.panel2.TabIndex = 1;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(5, 123);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(240, 16);
this.checkBox1.TabIndex = 13;
this.checkBox1.Text = "以下消费项目按消费的频率从高到低排序";
this.checkBox1.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(187, 87);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 12;
this.button1.Text = "增加[F3]";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// lbli
//
this.lbli.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbli.ForeColor = System.Drawing.Color.Red;
this.lbli.Location = new System.Drawing.Point(56, 57);
this.lbli.Name = "lbli";
this.lbli.Size = new System.Drawing.Size(154, 24);
this.lbli.TabIndex = 11;
this.lbli.Text = "注:按编码搜索";
this.lbli.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblLeftTs
//
this.lblLeftTs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLeftTs.ForeColor = System.Drawing.SystemColors.ActiveCaption;
this.lblLeftTs.Location = new System.Drawing.Point(185, 28);
this.lblLeftTs.Name = "lblLeftTs";
this.lblLeftTs.Size = new System.Drawing.Size(99, 26);
this.lblLeftTs.TabIndex = 10;
this.lblLeftTs.Text = "无法显示中";
this.lblLeftTs.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtNumber
//
this.txtNumber.Location = new System.Drawing.Point(83, 85);
this.txtNumber.Name = "txtNumber";
this.txtNumber.Size = new System.Drawing.Size(98, 21);
this.txtNumber.TabIndex = 9;
this.txtNumber.Text = "1";
//
// txtMatId
//
this.txtMatId.Location = new System.Drawing.Point(86, 33);
this.txtMatId.Name = "txtMatId";
this.txtMatId.Size = new System.Drawing.Size(98, 21);
this.txtMatId.TabIndex = 8;
this.txtMatId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMatId_KeyPress);
this.txtMatId.TextChanged += new System.EventHandler(this.txtMatId_TextChanged);
//
// label3
//
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(0, 85);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(100, 26);
this.label3.TabIndex = 7;
this.label3.Text = "消费数量[F2]:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(3, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 26);
this.label2.TabIndex = 6;
this.label2.Text = "项目搜索[&Q]:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Image = global::project_beat.Properties.Resources.bj2;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(266, 22);
this.label1.TabIndex = 1;
this.label1.Text = "项目清单";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel1
//
this.panel1.Controls.Add(this.treeView1);
this.panel1.Controls.Add(this.listView1);
this.panel1.Controls.Add(this.menuStrip1);
this.panel1.Location = new System.Drawing.Point(0, 148);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(289, 375);
this.panel1.TabIndex = 0;
//
// treeView1
//
this.treeView1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.treeView1.ForeColor = System.Drawing.SystemColors.WindowText;
this.treeView1.Location = new System.Drawing.Point(124, 66);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(121, 97);
this.treeView1.TabIndex = 2;
this.treeView1.Visible = false;
//
// listView1
//
this.listView1.BackColor = System.Drawing.SystemColors.Window;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(0, 22);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(267, 241);
this.listView1.TabIndex = 1;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
//
// columnHeader1
//
this.columnHeader1.Text = "项目编号";
this.columnHeader1.Width = 71;
//
// columnHeader2
//
this.columnHeader2.Text = "项目名称";
this.columnHeader2.Width = 72;
//
// columnHeader3
//
this.columnHeader3.Text = "单价";
this.columnHeader3.Width = 46;
//
// columnHeader4
//
this.columnHeader4.Text = "当前库存";
this.columnHeader4.Width = 80;
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.消费项目清单ToolStripMenuItem,
this.消费项目列表ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(289, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 消费项目清单ToolStripMenuItem
//
this.消费项目清单ToolStripMenuItem.Name = "消费项目清单ToolStripMenuItem";
this.消费项目清单ToolStripMenuItem.Size = new System.Drawing.Size(101, 20);
this.消费项目清单ToolStripMenuItem.Text = "消费项目(清单)";
this.消费项目清单ToolStripMenuItem.Click += new System.EventHandler(this.消费项目清单ToolStripMenuItem_Click);
//
// 消费项目列表ToolStripMenuItem
//
this.消费项目列表ToolStripMenuItem.Name = "消费项目列表ToolStripMenuItem";
this.消费项目列表ToolStripMenuItem.Size = new System.Drawing.Size(101, 20);
this.消费项目列表ToolStripMenuItem.Text = "消费项目(列表)";
this.消费项目列表ToolStripMenuItem.Click += new System.EventHandler(this.消费项目列表ToolStripMenuItem_Click);
//
// lblBz2
//
this.lblBz2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBz2.ForeColor = System.Drawing.Color.Red;
this.lblBz2.Image = global::project_beat.Properties.Resources.bj2;
this.lblBz2.Location = new System.Drawing.Point(215, 324);
this.lblBz2.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.lblBz2.Name = "lblBz2";
this.lblBz2.Size = new System.Drawing.Size(191, 22);
this.lblBz2.TabIndex = 19;
this.lblBz2.Text = "无法显示..";
this.lblBz2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// button2
//
this.button2.Location = new System.Drawing.Point(444, 375);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(102, 23);
this.button2.TabIndex = 14;
this.button2.Text = "确定[F5]";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(78, 382);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(162, 16);
this.checkBox2.TabIndex = 18;
this.checkBox2.Text = "新增菜名.同时打印到后厨";
this.checkBox2.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.ForeColor = System.Drawing.Color.Blue;
this.label9.Location = new System.Drawing.Point(-1, 357);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(349, 22);
this.label9.TabIndex = 17;
this.label9.Text = "注:可通过按DEL 键可以快速删除菜品或退菜";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblBz
//
this.lblBz.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBz.ForeColor = System.Drawing.Color.Red;
this.lblBz.Image = global::project_beat.Properties.Resources.bj2;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -