⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 directions.designer.cs

📁 微软的行业应用解决方案示例
💻 CS
字号:
namespace HardwareDistributor.UI
{
	partial class Directions
	{
		/// <summary>
		/// Required designer variable.
		/// </summary>
		private System.ComponentModel.IContainer components = null;
		private System.Windows.Forms.MainMenu mainMenu;

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows Form Designer generated code

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Directions));
            this.mainMenu = new System.Windows.Forms.MainMenu();
            this.menuItemBlank = new System.Windows.Forms.MenuItem();
            this.menuItemDismiss = new System.Windows.Forms.MenuItem();
            this.MapPictureBox = new System.Windows.Forms.PictureBox();
            this.SuspendLayout();
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.Add(this.menuItemBlank);
            this.mainMenu.MenuItems.Add(this.menuItemDismiss);
            // 
            // menuItemBlank
            // 
            resources.ApplyResources(this.menuItemBlank, "menuItemBlank");
            // 
            // menuItemDismiss
            // 
            resources.ApplyResources(this.menuItemDismiss, "menuItemDismiss");
            this.menuItemDismiss.Click += new System.EventHandler(this.menuItemDismiss_Click);
            // 
            // MapPictureBox
            // 
            resources.ApplyResources(this.MapPictureBox, "MapPictureBox");
            this.MapPictureBox.Name = "MapPictureBox";
            // 
            // Directions
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            resources.ApplyResources(this, "$this");
            this.Controls.Add(this.MapPictureBox);
            this.Menu = this.mainMenu;
            this.Name = "Directions";
            this.Load += new System.EventHandler(this.Directions_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BackKeyDown);
            this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.PictureBox MapPictureBox;
		private System.Windows.Forms.MenuItem menuItemBlank;
		private System.Windows.Forms.MenuItem menuItemDismiss;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -