📄 picking.designer.cs
字号:
namespace HardwareDistributor.UI
{
partial class Picking
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenuCancel;
/// <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.mainMenuCancel = new System.Windows.Forms.MainMenu();
this.menuItemCancel = new System.Windows.Forms.MenuItem();
this.menuItemFinish = new System.Windows.Forms.MenuItem();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeaderQty = new System.Windows.Forms.ColumnHeader();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnAdd = new System.Windows.Forms.Button();
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.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.linkLabelHelp = new System.Windows.Forms.LinkLabel();
this.notification1 = new Microsoft.WindowsCE.Forms.Notification();
this.SuspendLayout();
//
// mainMenuCancel
//
this.mainMenuCancel.MenuItems.Add(this.menuItemCancel);
this.mainMenuCancel.MenuItems.Add(this.menuItemFinish);
//
// menuItemCancel
//
this.menuItemCancel.Text = "Cancel";
this.menuItemCancel.Click += new System.EventHandler(this.menuItem1_Click);
//
// menuItemFinish
//
this.menuItemFinish.Text = "Finish";
this.menuItemFinish.Click += new System.EventHandler(this.menuItemFinish_Click);
//
// 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.columnHeader2);
this.listView1.Columns.Add(this.columnHeader3);
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, 21);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(234, 70);
this.listView1.TabIndex = 8;
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 = 110;
//
// columnHeader2
//
this.columnHeader2.Text = "In Stock";
this.columnHeader2.Width = 64;
//
// columnHeader3
//
this.columnHeader3.Text = "Location";
this.columnHeader3.Width = 70;
//
// columnHeader7
//
this.columnHeader7.Text = "InventoryId";
this.columnHeader7.Width = 0;
//
// 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, 18);
this.label1.Text = "Pick the following items:";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(3, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(171, 20);
this.label2.Text = "Add items to Staging Area:";
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAdd.Location = new System.Drawing.Point(193, 95);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(44, 20);
this.btnAdd.TabIndex = 10;
this.btnAdd.Text = "Add";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.label3.Location = new System.Drawing.Point(3, 114);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(116, 18);
this.label3.Text = "Staged 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.columnHeader6);
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 = 12;
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 = 110;
//
// columnHeader6
//
this.columnHeader6.Text = "In Stock";
this.columnHeader6.Width = 64;
//
// columnHeader8
//
this.columnHeader8.Text = "InventoryId";
this.columnHeader8.Width = 0;
//
// 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(196, 4);
this.linkLabelHelp.Name = "linkLabelHelp";
this.linkLabelHelp.Size = new System.Drawing.Size(31, 14);
this.linkLabelHelp.TabIndex = 15;
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);
//
// Picking
//
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.label3);
this.Controls.Add(this.listView2);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.listView1);
this.Menu = this.mainMenuCancel;
this.Name = "Picking";
this.Text = "Picking";
this.Load += new System.EventHandler(this.Picking_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItemCancel;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeaderQty;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MenuItem menuItemFinish;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnAdd;
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 columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.LinkLabel linkLabelHelp;
private Microsoft.WindowsCE.Forms.Notification notification1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -