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

📄 pickrole.designer.cs

📁 微软的行业应用解决方案示例
💻 CS
字号:
namespace HardwareDistributor.UI
{
	partial class PickRole
	{
		/// <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(PickRole));
            this.mainMenu = new System.Windows.Forms.MainMenu();
            this.menuItemBack = new System.Windows.Forms.MenuItem();
            this.menuItemNext = new System.Windows.Forms.MenuItem();
            this.deliveryGradientButton = new HardwareDistributor.Controls.GradientButton();
            this.warehouseGradientButton = new HardwareDistributor.Controls.GradientButton();
            this.customerServiceGradientButton = new HardwareDistributor.Controls.GradientButton();
            this.SuspendLayout();
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.Add(this.menuItemBack);
            this.mainMenu.MenuItems.Add(this.menuItemNext);
            // 
            // menuItemBack
            // 
            resources.ApplyResources(this.menuItemBack, "menuItemBack");
            this.menuItemBack.Click += new System.EventHandler(this.menuItem1_Click);
            // 
            // menuItemNext
            // 
            resources.ApplyResources(this.menuItemNext, "menuItemNext");
            this.menuItemNext.Click += new System.EventHandler(this.menuItem2_Click);
            // 
            // deliveryGradientButton
            // 
            resources.ApplyResources(this.deliveryGradientButton, "deliveryGradientButton");
            this.deliveryGradientButton.BackgroundImage = null;
            this.deliveryGradientButton.Name = "deliveryGradientButton";
            this.deliveryGradientButton.Click += new System.EventHandler(this.deliveryGradientButton_Click);
            // 
            // warehouseGradientButton
            // 
            resources.ApplyResources(this.warehouseGradientButton, "warehouseGradientButton");
            this.warehouseGradientButton.BackgroundImage = null;
            this.warehouseGradientButton.Name = "warehouseGradientButton";
            this.warehouseGradientButton.Click += new System.EventHandler(this.warehouseGradientButton_Click);
            // 
            // customerServiceGradientButton
            // 
            resources.ApplyResources(this.customerServiceGradientButton, "customerServiceGradientButton");
            this.customerServiceGradientButton.BackgroundImage = null;
            this.customerServiceGradientButton.Name = "customerServiceGradientButton";
            this.customerServiceGradientButton.Click += new System.EventHandler(this.customerServiceGradientButton_Click);
            // 
            // PickRole
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            resources.ApplyResources(this, "$this");
            this.Controls.Add(this.deliveryGradientButton);
            this.Controls.Add(this.warehouseGradientButton);
            this.Controls.Add(this.customerServiceGradientButton);
            this.Menu = this.mainMenu;
            this.Name = "PickRole";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BackKeyDown);
            this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.MenuItem menuItemBack;
		private System.Windows.Forms.MenuItem menuItemNext;
		private HardwareDistributor.Controls.GradientButton customerServiceGradientButton;
		private HardwareDistributor.Controls.GradientButton warehouseGradientButton;
		private HardwareDistributor.Controls.GradientButton deliveryGradientButton;
	}
}

⌨️ 快捷键说明

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