📄 form4.designer.cs
字号:
namespace WindowsApplication1
{
partial class Form4
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.listBox1 = new System.Windows.Forms.ListBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.今日优惠菜ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.京酱肉丝ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.家常菜ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.青椒土豆丝ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.大盘ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.小盘ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.宫廷菜ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.麻辣鸡丝ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.群英荟萃ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.contextMenuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// button2
//
this.button2.Location = new System.Drawing.Point(158, 229);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(102, 31);
this.button2.TabIndex = 4;
this.button2.Text = "重新点菜(&R)";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(24, 229);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(110, 31);
this.button1.TabIndex = 3;
this.button1.Text = "点菜完毕(&F)";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// listBox1
//
this.listBox1.ContextMenuStrip = this.contextMenuStrip1;
this.listBox1.ItemHeight = 15;
this.listBox1.Location = new System.Drawing.Point(233, 97);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(199, 109);
this.listBox1.TabIndex = 5;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.今日优惠菜ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(150, 26);
//
// 今日优惠菜ToolStripMenuItem
//
this.今日优惠菜ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
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(134, 22);
this.京酱肉丝ToolStripMenuItem.Text = "京酱肉丝";
this.京酱肉丝ToolStripMenuItem.Click += new System.EventHandler(this.京酱肉丝ToolStripMenuItem_Click);
//
// label2
//
this.label2.ContextMenuStrip = this.contextMenuStrip1;
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(230, 74);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(170, 20);
this.label2.TabIndex = 7;
this.label2.Text = "已点的菜";
//
// label1
//
this.label1.AllowDrop = true;
this.label1.ContextMenuStrip = this.contextMenuStrip1;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(12, 75);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(208, 131);
this.label1.TabIndex = 6;
this.label1.Text = " 欢迎光临";
//
// toolStrip1
//
this.toolStrip1.ContextMenuStrip = this.contextMenuStrip1;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(444, 25);
this.toolStrip1.TabIndex = 8;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton3
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -