📄 delivery.designer.cs
字号:
namespace HardwareDistributor.UI
{
partial class Delivery
{
/// <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(Delivery));
this.mainMenu = new System.Windows.Forms.MainMenu();
this.menuItemCancel = new System.Windows.Forms.MenuItem();
this.menuItemFinish = new System.Windows.Forms.MenuItem();
this.headerLabel = new System.Windows.Forms.Label();
this.AddressTextBox = new System.Windows.Forms.TextBox();
this.linkLabelHelp = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// mainMenu
//
this.mainMenu.MenuItems.Add(this.menuItemCancel);
this.mainMenu.MenuItems.Add(this.menuItemFinish);
//
// menuItemCancel
//
resources.ApplyResources(this.menuItemCancel, "menuItemCancel");
this.menuItemCancel.Click += new System.EventHandler(this.menuItemCancel_Click);
//
// menuItemFinish
//
resources.ApplyResources(this.menuItemFinish, "menuItemFinish");
this.menuItemFinish.Click += new System.EventHandler(this.menuItemFinish_Click);
//
// headerLabel
//
resources.ApplyResources(this.headerLabel, "headerLabel");
this.headerLabel.Name = "headerLabel";
//
// AddressTextBox
//
resources.ApplyResources(this.AddressTextBox, "AddressTextBox");
this.AddressTextBox.Name = "AddressTextBox";
this.AddressTextBox.ReadOnly = true;
//
// linkLabelHelp
//
resources.ApplyResources(this.linkLabelHelp, "linkLabelHelp");
this.linkLabelHelp.Name = "linkLabelHelp";
this.linkLabelHelp.Click += new System.EventHandler(this.linkLabelHelp_Click);
//
// Delivery
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
resources.ApplyResources(this, "$this");
this.Controls.Add(this.linkLabelHelp);
this.Controls.Add(this.AddressTextBox);
this.Controls.Add(this.headerLabel);
this.Menu = this.mainMenu;
this.Name = "Delivery";
this.Load += new System.EventHandler(this.Delivery_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BackKeyDown);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItemCancel;
private System.Windows.Forms.MenuItem menuItemFinish;
private System.Windows.Forms.Label headerLabel;
private System.Windows.Forms.TextBox AddressTextBox;
private System.Windows.Forms.LinkLabel linkLabelHelp;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -