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

📄 loading.designer.cs

📁 微软的行业应用解决方案示例
💻 CS
字号:
namespace HardwareDistributor.UI
{
    partial class Loading
    {
        /// <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(Loading));
            this.mainMenu = new System.Windows.Forms.MainMenu();
            this.menuItemCancel = new System.Windows.Forms.MenuItem();
            this.menuItemMenu = new System.Windows.Forms.MenuItem();
            this.menuItemLoad = new System.Windows.Forms.MenuItem();
            this.menuItemViewLoaded = new System.Windows.Forms.MenuItem();
            this.menuItemFinish = new System.Windows.Forms.MenuItem();
            this.itemsToLoadLabel = new System.Windows.Forms.Label();
            this.ItemsToLoadListView = new System.Windows.Forms.ListView();
            this.columnHeaderQty = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderHardware = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderInvId = new System.Windows.Forms.ColumnHeader();
            this.truckInfoTextBox = new System.Windows.Forms.TextBox();
            this.linkLabelHelp = new System.Windows.Forms.LinkLabel();
            this.labelStatusBar = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.Add(this.menuItemCancel);
            this.mainMenu.MenuItems.Add(this.menuItemMenu);
            // 
            // menuItemCancel
            // 
            resources.ApplyResources(this.menuItemCancel, "menuItemCancel");
            this.menuItemCancel.Click += new System.EventHandler(this.menuItemCancel_Click);
            // 
            // menuItemMenu
            // 
            this.menuItemMenu.MenuItems.Add(this.menuItemLoad);
            this.menuItemMenu.MenuItems.Add(this.menuItemViewLoaded);
            this.menuItemMenu.MenuItems.Add(this.menuItemFinish);
            resources.ApplyResources(this.menuItemMenu, "menuItemMenu");
            // 
            // menuItemLoad
            // 
            resources.ApplyResources(this.menuItemLoad, "menuItemLoad");
            this.menuItemLoad.Click += new System.EventHandler(this.menuItemLoad_Click);
            // 
            // menuItemViewLoaded
            // 
            resources.ApplyResources(this.menuItemViewLoaded, "menuItemViewLoaded");
            this.menuItemViewLoaded.Click += new System.EventHandler(this.menuItemShowLoaded_Click);
            // 
            // menuItemFinish
            // 
            resources.ApplyResources(this.menuItemFinish, "menuItemFinish");
            this.menuItemFinish.Click += new System.EventHandler(this.menuItemFinish_Click);
            // 
            // itemsToLoadLabel
            // 
            resources.ApplyResources(this.itemsToLoadLabel, "itemsToLoadLabel");
            this.itemsToLoadLabel.Name = "itemsToLoadLabel";
            // 
            // ItemsToLoadListView
            // 
            resources.ApplyResources(this.ItemsToLoadListView, "ItemsToLoadListView");
            this.ItemsToLoadListView.Columns.Add(this.columnHeaderQty);
            this.ItemsToLoadListView.Columns.Add(this.columnHeaderHardware);
            this.ItemsToLoadListView.Columns.Add(this.columnHeaderInvId);
            this.ItemsToLoadListView.FullRowSelect = true;
            this.ItemsToLoadListView.Name = "ItemsToLoadListView";
            this.ItemsToLoadListView.View = System.Windows.Forms.View.Details;
            this.ItemsToLoadListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ItemsToLoadListView_KeyDown);
            // 
            // columnHeaderQty
            // 
            resources.ApplyResources(this.columnHeaderQty, "columnHeaderQty");
            // 
            // columnHeaderHardware
            // 
            resources.ApplyResources(this.columnHeaderHardware, "columnHeaderHardware");
            // 
            // columnHeaderInvId
            // 
            resources.ApplyResources(this.columnHeaderInvId, "columnHeaderInvId");
            // 
            // truckInfoTextBox
            // 
            resources.ApplyResources(this.truckInfoTextBox, "truckInfoTextBox");
            this.truckInfoTextBox.Name = "truckInfoTextBox";
            this.truckInfoTextBox.ReadOnly = true;
            // 
            // linkLabelHelp
            // 
            resources.ApplyResources(this.linkLabelHelp, "linkLabelHelp");
            this.linkLabelHelp.Name = "linkLabelHelp";
            this.linkLabelHelp.Click += new System.EventHandler(this.linkLabelHelp_Click);
            // 
            // labelStatusBar
            // 
            this.labelStatusBar.BackColor = System.Drawing.SystemColors.Control;
            resources.ApplyResources(this.labelStatusBar, "labelStatusBar");
            this.labelStatusBar.Name = "labelStatusBar";
            // 
            // Loading
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            resources.ApplyResources(this, "$this");
            this.Controls.Add(this.labelStatusBar);
            this.Controls.Add(this.linkLabelHelp);
            this.Controls.Add(this.truckInfoTextBox);
            this.Controls.Add(this.itemsToLoadLabel);
            this.Controls.Add(this.ItemsToLoadListView);
            this.Menu = this.mainMenu;
            this.Name = "Loading";
            this.Load += new System.EventHandler(this.Loading_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BackKeyDown);
            this.ResumeLayout(false);

        }

        #endregion

		private System.Windows.Forms.MenuItem menuItemCancel;
        private System.Windows.Forms.Label itemsToLoadLabel;
        private System.Windows.Forms.ListView ItemsToLoadListView;
        private System.Windows.Forms.ColumnHeader columnHeaderQty;
        private System.Windows.Forms.ColumnHeader columnHeaderHardware;
        private System.Windows.Forms.ColumnHeader columnHeaderInvId;
        private System.Windows.Forms.TextBox truckInfoTextBox;
		private System.Windows.Forms.MenuItem menuItemMenu;
		private System.Windows.Forms.MenuItem menuItemLoad;
		private System.Windows.Forms.MenuItem menuItemFinish;
		private System.Windows.Forms.MenuItem menuItemViewLoaded;
		private System.Windows.Forms.LinkLabel linkLabelHelp;
        private System.Windows.Forms.Label labelStatusBar;
    }
}

⌨️ 快捷键说明

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