📄 loading.designer.cs
字号:
namespace HardwareDistributor.UI
{
partial class Loading
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <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()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItemCancel = new System.Windows.Forms.MenuItem();
this.menuItemFinish = new System.Windows.Forms.MenuItem();
this.label3 = new System.Windows.Forms.Label();
this.listView2 = new System.Windows.Forms.ListView();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.btnLoad = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeaderQty = new System.Windows.Forms.ColumnHeader();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.txtTruckInfo = new System.Windows.Forms.TextBox();
this.linkLabelHelp = new System.Windows.Forms.LinkLabel();
this.notification1 = new Microsoft.WindowsCE.Forms.Notification();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuItemCancel);
this.mainMenu1.MenuItems.Add(this.menuItemFinish);
//
// menuItemCancel
//
this.menuItemCancel.Text = "Cancel";
this.menuItemCancel.Click += new System.EventHandler(this.menuItemCancel_Click);
//
// menuItemFinish
//
this.menuItemFinish.Text = "Finish";
this.menuItemFinish.Click += new System.EventHandler(this.menuItemFinish_Click);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.label3.Location = new System.Drawing.Point(3, 116);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(177, 14);
this.label3.Text = "Loaded items:";
//
// listView2
//
this.listView2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listView2.Columns.Add(this.columnHeader4);
this.listView2.Columns.Add(this.columnHeader5);
this.listView2.Columns.Add(this.columnHeader8);
this.listView2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.listView2.FullRowSelect = true;
this.listView2.Location = new System.Drawing.Point(3, 132);
this.listView2.Name = "listView2";
this.listView2.Size = new System.Drawing.Size(234, 52);
this.listView2.TabIndex = 18;
this.listView2.View = System.Windows.Forms.View.Details;
//
// columnHeader4
//
this.columnHeader4.Text = "Qty";
this.columnHeader4.Width = 34;
//
// columnHeader5
//
this.columnHeader5.Text = "Hardware";
this.columnHeader5.Width = 170;
//
// columnHeader8
//
this.columnHeader8.Text = "InventoryId";
this.columnHeader8.Width = 0;
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(3, 79);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(35, 34);
this.btnLoad.TabIndex = 17;
this.btnLoad.Text = "Load";
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(3, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(177, 14);
this.label1.Text = "Load the following items:";
//
// listView1
//
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listView1.CheckBoxes = true;
this.listView1.Columns.Add(this.columnHeaderQty);
this.listView1.Columns.Add(this.columnHeader1);
this.listView1.Columns.Add(this.columnHeader7);
this.listView1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.listView1.FullRowSelect = true;
this.listView1.Location = new System.Drawing.Point(3, 19);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(234, 57);
this.listView1.TabIndex = 16;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeaderQty
//
this.columnHeaderQty.Text = "Qty";
this.columnHeaderQty.Width = 40;
//
// columnHeader1
//
this.columnHeader1.Text = "Hardware";
this.columnHeader1.Width = 170;
//
// columnHeader7
//
this.columnHeader7.Text = "InventoryId";
this.columnHeader7.Width = 0;
//
// txtTruckInfo
//
this.txtTruckInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtTruckInfo.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.txtTruckInfo.Location = new System.Drawing.Point(39, 79);
this.txtTruckInfo.Multiline = true;
this.txtTruckInfo.Name = "txtTruckInfo";
this.txtTruckInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtTruckInfo.Size = new System.Drawing.Size(198, 34);
this.txtTruckInfo.TabIndex = 21;
//
// linkLabelHelp
//
this.linkLabelHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.linkLabelHelp.Location = new System.Drawing.Point(195, 3);
this.linkLabelHelp.Name = "linkLabelHelp";
this.linkLabelHelp.Size = new System.Drawing.Size(31, 14);
this.linkLabelHelp.TabIndex = 25;
this.linkLabelHelp.Text = "Help";
this.linkLabelHelp.Click += new System.EventHandler(this.linkLabelHelp_Click_1);
//
// notification1
//
this.notification1.Text = "notification1";
this.notification1.BalloonChanged += new Microsoft.WindowsCE.Forms.BalloonChangedEventHandler(this.notification1_BalloonChanged);
//
// Loading
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.ControlBox = false;
this.Controls.Add(this.linkLabelHelp);
this.Controls.Add(this.txtTruckInfo);
this.Controls.Add(this.label3);
this.Controls.Add(this.listView2);
this.Controls.Add(this.btnLoad);
this.Controls.Add(this.label1);
this.Controls.Add(this.listView1);
this.Menu = this.mainMenu1;
this.Name = "Loading";
this.Text = "Load Truck";
this.Load += new System.EventHandler(this.Loading_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItemCancel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListView listView2;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeaderQty;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.TextBox txtTruckInfo;
private System.Windows.Forms.MenuItem menuItemFinish;
private System.Windows.Forms.LinkLabel linkLabelHelp;
private Microsoft.WindowsCE.Forms.Notification notification1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -