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

📄 deliveries.designer.cs

📁 微软的行业应用解决方案实例!非常优秀的Windows Mobile开发案例
💻 CS
字号:
namespace HardwareDistributor.UI
{
    partial class Deliveries
    {
        /// <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.menuItemClose = new System.Windows.Forms.MenuItem();
            this.menuItemMenu = new System.Windows.Forms.MenuItem();
            this.menuItemDeliver = new System.Windows.Forms.MenuItem();
            this.menuItemGetDirections = new System.Windows.Forms.MenuItem();
            this.menuItemSync = new System.Windows.Forms.MenuItem();
            this.label1 = new System.Windows.Forms.Label();
            this.listView1 = new System.Windows.Forms.ListView();
            this.columnHeaderOrderId = 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.columnHeader4 = new System.Windows.Forms.ColumnHeader();
            this.statusBar1 = new System.Windows.Forms.StatusBar();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.linkLabelHelp = new System.Windows.Forms.LinkLabel();
            this.findServiceSoap1 = new HardwareDistributor.net.mappoint.staging.FindServiceSoap();
            this.renderServiceSoap1 = new HardwareDistributor.net.mappoint.staging.RenderServiceSoap();
            this.routeServiceSoap1 = new HardwareDistributor.net.mappoint.staging.RouteServiceSoap();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.menuItemClose);
            this.mainMenu1.MenuItems.Add(this.menuItemMenu);
            // 
            // menuItemClose
            // 
            this.menuItemClose.Text = "Close";
            this.menuItemClose.Click += new System.EventHandler(this.menuItemExit_Click);
            // 
            // menuItemMenu
            // 
            this.menuItemMenu.MenuItems.Add(this.menuItemDeliver);
            this.menuItemMenu.MenuItems.Add(this.menuItemGetDirections);
            this.menuItemMenu.MenuItems.Add(this.menuItemSync);
            this.menuItemMenu.Text = "Menu";
            // 
            // menuItemDeliver
            // 
            this.menuItemDeliver.Text = "Deliver";
            this.menuItemDeliver.Click += new System.EventHandler(this.menuItemDeliver_Click);
            // 
            // menuItemGetDirections
            // 
            this.menuItemGetDirections.Text = "Get Directions";
            this.menuItemGetDirections.Click += new System.EventHandler(this.menuItemGetDirections_Click);
            // 
            // menuItemSync
            // 
            this.menuItemSync.Text = "Synchronize";
            this.menuItemSync.Click += new System.EventHandler(this.menuItemSync_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, 18);
            this.label1.Text = "Today\'s orders to deliver:";
            // 
            // 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.columnHeaderOrderId);
            this.listView1.Columns.Add(this.columnHeader1);
            this.listView1.Columns.Add(this.columnHeader2);
            this.listView1.Columns.Add(this.columnHeader3);
            this.listView1.Columns.Add(this.columnHeader4);
            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, 20);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(234, 70);
            this.listView1.TabIndex = 18;
            this.listView1.View = System.Windows.Forms.View.Details;
            // 
            // columnHeaderOrderId
            // 
            this.columnHeaderOrderId.Text = "Order";
            this.columnHeaderOrderId.Width = 65;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Customer";
            this.columnHeader1.Width = 110;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Delivery";
            this.columnHeader2.Width = 65;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "State";
            this.columnHeader3.Width = 70;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "CustomerId";
            this.columnHeader4.Width = 0;
            // 
            // statusBar1
            // 
            this.statusBar1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.statusBar1.Location = new System.Drawing.Point(0, 246);
            this.statusBar1.Name = "statusBar1";
            this.statusBar1.Size = new System.Drawing.Size(240, 22);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.Location = new System.Drawing.Point(3, 96);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(234, 144);
            // 
            // 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(194, 3);
            this.linkLabelHelp.Name = "linkLabelHelp";
            this.linkLabelHelp.Size = new System.Drawing.Size(31, 14);
            this.linkLabelHelp.TabIndex = 20;
            this.linkLabelHelp.Text = "Help";
            this.linkLabelHelp.Click += new System.EventHandler(this.linkLabelHelp_Click_1);
            // 
            // findServiceSoap1
            // 
            this.findServiceSoap1.AllowAutoRedirect = false;
            this.findServiceSoap1.ConnectionGroupName = "";
            this.findServiceSoap1.Credentials = null;
            this.findServiceSoap1.CustomerInfoFindHeaderValue = null;
            this.findServiceSoap1.PreAuthenticate = false;
            this.findServiceSoap1.Proxy = null;
            this.findServiceSoap1.RequestEncoding = null;
            this.findServiceSoap1.SoapVersion = System.Web.Services.Protocols.SoapProtocolVersion.Default;
            this.findServiceSoap1.Timeout = 100000;
            this.findServiceSoap1.Url = "http://findv3.staging.mappoint.net/Find-30/FindService.asmx";
            this.findServiceSoap1.UserAgent = "Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.42)";
            this.findServiceSoap1.UserInfoFindHeaderValue = null;
            // 
            // renderServiceSoap1
            // 
            this.renderServiceSoap1.AllowAutoRedirect = false;
            this.renderServiceSoap1.ConnectionGroupName = "";
            this.renderServiceSoap1.Credentials = null;
            this.renderServiceSoap1.CustomerInfoRenderHeaderValue = null;
            this.renderServiceSoap1.PreAuthenticate = false;
            this.renderServiceSoap1.Proxy = null;
            this.renderServiceSoap1.RequestEncoding = null;
            this.renderServiceSoap1.SoapVersion = System.Web.Services.Protocols.SoapProtocolVersion.Default;
            this.renderServiceSoap1.Timeout = 100000;
            this.renderServiceSoap1.Url = "http://renderv3.staging.mappoint.net/Render-30/RenderService.asmx";
            this.renderServiceSoap1.UserAgent = "Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.42)";
            this.renderServiceSoap1.UserInfoRenderHeaderValue = null;
            // 
            // routeServiceSoap1
            // 
            this.routeServiceSoap1.AllowAutoRedirect = false;
            this.routeServiceSoap1.ConnectionGroupName = "";
            this.routeServiceSoap1.Credentials = null;
            this.routeServiceSoap1.CustomerInfoRouteHeaderValue = null;
            this.routeServiceSoap1.PreAuthenticate = false;
            this.routeServiceSoap1.Proxy = null;
            this.routeServiceSoap1.RequestEncoding = null;
            this.routeServiceSoap1.SoapVersion = System.Web.Services.Protocols.SoapProtocolVersion.Default;
            this.routeServiceSoap1.Timeout = 100000;
            this.routeServiceSoap1.Url = "http://routev3.staging.mappoint.net/Route-30/RouteService.asmx";
            this.routeServiceSoap1.UserAgent = "Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.42)";
            this.routeServiceSoap1.UserInfoRouteHeaderValue = null;
            // 
            // Deliveries
            // 
            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.pictureBox1);
            this.Controls.Add(this.statusBar1);
            this.Controls.Add(this.listView1);
            this.Controls.Add(this.label1);
            this.Menu = this.mainMenu1;
            this.Name = "Deliveries";
            this.Text = "Deliveries";
            this.Load += new System.EventHandler(this.Deliveries_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.MenuItem menuItemClose;
        private System.Windows.Forms.MenuItem menuItemMenu;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.MenuItem menuItemDeliver;
        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.ColumnHeader columnHeaderOrderId;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.ColumnHeader columnHeader3;
        private System.Windows.Forms.ColumnHeader columnHeader4;
        private System.Windows.Forms.MenuItem menuItemGetDirections;
        private System.Windows.Forms.MenuItem menuItemSync;
        private System.Windows.Forms.StatusBar statusBar1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.LinkLabel linkLabelHelp;
        private HardwareDistributor.net.mappoint.staging.FindServiceSoap findServiceSoap1;
        private HardwareDistributor.net.mappoint.staging.RenderServiceSoap renderServiceSoap1;
        private HardwareDistributor.net.mappoint.staging.RouteServiceSoap routeServiceSoap1;
    }
}

⌨️ 快捷键说明

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