📄 form4.designer.cs
字号:
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
this.toolStripButton3.Text = "toolStripButton3";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton4
//
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
this.toolStripButton4.Text = "toolStripButton4";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "");
this.imageList1.Images.SetKeyName(1, "");
this.imageList1.Images.SetKeyName(2, "");
this.imageList1.Images.SetKeyName(3, "");
//
// menuStrip1
//
this.menuStrip1.ContextMenuStrip = this.contextMenuStrip1;
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(444, 24);
this.menuStrip1.TabIndex = 9;
this.menuStrip1.Text = "menuStrip1";
//
// 家常菜ToolStripMenuItem
//
this.家常菜ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.青椒土豆丝ToolStripMenuItem});
this.家常菜ToolStripMenuItem.Name = "家常菜ToolStripMenuItem";
this.家常菜ToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
this.家常菜ToolStripMenuItem.Text = "家常菜";
//
// 青椒土豆丝ToolStripMenuItem
//
this.青椒土豆丝ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.大盘ToolStripMenuItem,
this.小盘ToolStripMenuItem});
this.青椒土豆丝ToolStripMenuItem.Name = "青椒土豆丝ToolStripMenuItem";
this.青椒土豆丝ToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.青椒土豆丝ToolStripMenuItem.Text = "青椒土豆丝";
//
// 大盘ToolStripMenuItem
//
this.大盘ToolStripMenuItem.Name = "大盘ToolStripMenuItem";
this.大盘ToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
this.大盘ToolStripMenuItem.Text = "大盘(&B)";
this.大盘ToolStripMenuItem.Click += new System.EventHandler(this.大盘ToolStripMenuItem_Click);
//
// 小盘ToolStripMenuItem
//
this.小盘ToolStripMenuItem.Name = "小盘ToolStripMenuItem";
this.小盘ToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
this.小盘ToolStripMenuItem.Text = "小盘(&S)";
this.小盘ToolStripMenuItem.Click += new System.EventHandler(this.小盘ToolStripMenuItem_Click);
//
// 宫廷菜ToolStripMenuItem
//
this.宫廷菜ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.麻辣鸡丝ToolStripMenuItem,
this.群英荟萃ToolStripMenuItem});
this.宫廷菜ToolStripMenuItem.Name = "宫廷菜ToolStripMenuItem";
this.宫廷菜ToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
this.宫廷菜ToolStripMenuItem.Text = "宫廷菜";
//
// 麻辣鸡丝ToolStripMenuItem
//
this.麻辣鸡丝ToolStripMenuItem.Name = "麻辣鸡丝ToolStripMenuItem";
this.麻辣鸡丝ToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.麻辣鸡丝ToolStripMenuItem.Text = "麻辣鸡丝(&C)";
this.麻辣鸡丝ToolStripMenuItem.Click += new System.EventHandler(this.麻辣鸡丝ToolStripMenuItem_Click);
//
// 群英荟萃ToolStripMenuItem
//
this.群英荟萃ToolStripMenuItem.Name = "群英荟萃ToolStripMenuItem";
this.群英荟萃ToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.群英荟萃ToolStripMenuItem.Text = "群英荟萃(&R)";
this.群英荟萃ToolStripMenuItem.Click += new System.EventHandler(this.群英荟萃ToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.ContextMenuStrip = this.contextMenuStrip1;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 278);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(444, 22);
this.statusStrip1.TabIndex = 11;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(67, 17);
this.toolStripStatusLabel1.Text = "欢迎光临";
//
// Form4
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(444, 300);
this.ContextMenuStrip = this.contextMenuStrip1;
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.statusStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form4";
this.Text = "就餐点菜";
this.Load += new System.EventHandler(this.Form4_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 家常菜ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 宫廷菜ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 青椒土豆丝ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 大盘ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 小盘ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 麻辣鸡丝ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 群英荟萃ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 今日优惠菜ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 京酱肉丝ToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -