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

📄 delivery.designer.cs

📁 微软的行业应用解决方案实例!非常优秀的Windows Mobile开发案例
💻 CS
字号:
namespace HardwareDistributor.UI
{
    partial class Delivery
    {
        /// <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.linkLabelClear = new System.Windows.Forms.LinkLabel();
            this.label1 = new System.Windows.Forms.Label();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeaderQty = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderItem = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderPrice = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderInventoryId = new System.Windows.Forms.ColumnHeader();
            this.linkLabelHelp = new System.Windows.Forms.LinkLabel();
            this.signatureCapture1 = new SignatureCapture.SignatureCapture();
            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);
            // 
            // linkLabelClear
            // 
            this.linkLabelClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.linkLabelClear.Location = new System.Drawing.Point(207, 128);
            this.linkLabelClear.Name = "linkLabelClear";
            this.linkLabelClear.Size = new System.Drawing.Size(33, 14);
            this.linkLabelClear.TabIndex = 1;
            this.linkLabelClear.Text = "Clear";
            this.linkLabelClear.Click += new System.EventHandler(this.linkLabelClear_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(151, 18);
            this.label1.Text = "Deliver to this address:";
            // 
            // txtAddress
            // 
            this.txtAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAddress.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.txtAddress.Location = new System.Drawing.Point(3, 18);
            this.txtAddress.Multiline = true;
            this.txtAddress.Name = "txtAddress";
            this.txtAddress.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtAddress.Size = new System.Drawing.Size(234, 34);
            this.txtAddress.TabIndex = 5;
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.label2.Location = new System.Drawing.Point(3, 128);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(137, 14);
            this.label2.Text = "Customer signature:";
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.label3.Location = new System.Drawing.Point(5, 54);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(217, 18);
            this.label3.Text = "Ask customer to check each item:";
            // 
            // 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.columnHeaderItem);
            this.listView1.Columns.Add(this.columnHeaderPrice);
            this.listView1.Columns.Add(this.columnHeaderInventoryId);
            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, 69);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(234, 57);
            this.listView1.TabIndex = 21;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeaderQty
            // 
            this.columnHeaderQty.Text = "Qty";
            this.columnHeaderQty.Width = 38;
            // 
            // columnHeaderItem
            // 
            this.columnHeaderItem.Text = "Item";
            this.columnHeaderItem.Width = 120;
            // 
            // columnHeaderPrice
            // 
            this.columnHeaderPrice.Text = "Price";
            this.columnHeaderPrice.Width = 56;
            // 
            // columnHeaderInventoryId
            // 
            this.columnHeaderInventoryId.Text = "InventoryId";
            this.columnHeaderInventoryId.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(204, 2);
            this.linkLabelHelp.Name = "linkLabelHelp";
            this.linkLabelHelp.Size = new System.Drawing.Size(31, 14);
            this.linkLabelHelp.TabIndex = 30;
            this.linkLabelHelp.Text = "Help";
            this.linkLabelHelp.TextAlign = System.Drawing.ContentAlignment.TopRight;
            this.linkLabelHelp.Click += new System.EventHandler(this.linkLabelHelp_Click_2);
            // 
            // signatureCapture1
            // 
            this.signatureCapture1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.signatureCapture1.BackColor = System.Drawing.Color.White;
            this.signatureCapture1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.signatureCapture1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.signatureCapture1.Location = new System.Drawing.Point(3, 143);
            this.signatureCapture1.Name = "signatureCapture1";
            this.signatureCapture1.Size = new System.Drawing.Size(234, 44);
            this.signatureCapture1.TabIndex = 2;
            // 
            // notification1
            // 
            this.notification1.Text = "notification1";
            this.notification1.BalloonChanged += new Microsoft.WindowsCE.Forms.BalloonChangedEventHandler(this.notification1_BalloonChanged);
            // 
            // Delivery
            // 
            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.listView1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.txtAddress);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.signatureCapture1);
            this.Controls.Add(this.linkLabelClear);
            this.Menu = this.mainMenu1;
            this.Name = "Delivery";
            this.Text = "Delivery";
            this.Load += new System.EventHandler(this.Delivery_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.MenuItem menuItemCancel;
        private System.Windows.Forms.MenuItem menuItemFinish;
        private System.Windows.Forms.LinkLabel linkLabelClear;
        private SignatureCapture.SignatureCapture signatureCapture1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtAddress;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.ColumnHeader columnHeaderQty;
        private System.Windows.Forms.ColumnHeader columnHeaderItem;
        private System.Windows.Forms.ColumnHeader columnHeaderInventoryId;
        private System.Windows.Forms.ColumnHeader columnHeaderPrice;
        private System.Windows.Forms.LinkLabel linkLabelHelp;
        private Microsoft.WindowsCE.Forms.Notification notification1;
    }
}

⌨️ 快捷键说明

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