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

📄 splash.designer.cs

📁 微软的行业应用解决方案实例!非常优秀的Windows Mobile开发案例
💻 CS
字号:
namespace HardwareDistributor.UI
{
    partial class Splash
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <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(Splash));
            this.panel1 = new System.Windows.Forms.Panel();
            this.label3 = new System.Windows.Forms.Label();
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.statusBar1 = new System.Windows.Forms.StatusBar();
            this.pictureBoxWrench = new System.Windows.Forms.PictureBox();
            this.pictureBoxScrewdriver = new System.Windows.Forms.PictureBox();
            this.pictureBoxHammer = new System.Windows.Forms.PictureBox();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.label3);
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(234, 30);
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.BackColor = System.Drawing.Color.White;
            this.label3.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
            this.label3.ForeColor = System.Drawing.Color.White;
            this.label3.Location = new System.Drawing.Point(3, 5);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(228, 20);
            this.label3.Text = "Hardware Distributor";
            this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // 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);
            this.statusBar1.Text = "Loading device data...";
            // 
            // pictureBoxWrench
            // 
            this.pictureBoxWrench.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxWrench.Image")));
            this.pictureBoxWrench.Location = new System.Drawing.Point(3, 3);
            this.pictureBoxWrench.Name = "pictureBoxWrench";
            this.pictureBoxWrench.Size = new System.Drawing.Size(100, 100);
            this.pictureBoxWrench.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            // 
            // pictureBoxScrewdriver
            // 
            this.pictureBoxScrewdriver.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.pictureBoxScrewdriver.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxScrewdriver.Image")));
            this.pictureBoxScrewdriver.Location = new System.Drawing.Point(71, 64);
            this.pictureBoxScrewdriver.Name = "pictureBoxScrewdriver";
            this.pictureBoxScrewdriver.Size = new System.Drawing.Size(100, 100);
            this.pictureBoxScrewdriver.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            // 
            // pictureBoxHammer
            // 
            this.pictureBoxHammer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBoxHammer.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHammer.Image")));
            this.pictureBoxHammer.Location = new System.Drawing.Point(137, 3);
            this.pictureBoxHammer.Name = "pictureBoxHammer";
            this.pictureBoxHammer.Size = new System.Drawing.Size(100, 100);
            this.pictureBoxHammer.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            // 
            // Splash
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.ControlBox = false;
            this.Controls.Add(this.pictureBoxHammer);
            this.Controls.Add(this.pictureBoxScrewdriver);
            this.Controls.Add(this.pictureBoxWrench);
            this.Controls.Add(this.statusBar1);
            this.Controls.Add(this.panel1);
            this.Menu = this.mainMenu1;
            this.Name = "Splash";
            this.Text = "Loading...";
            this.Activated += new System.EventHandler(this.Splash_Activated);
            this.Load += new System.EventHandler(this.Splash_Load);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.MainMenu mainMenu1;
        private System.Windows.Forms.StatusBar statusBar1;
        private System.Windows.Forms.PictureBox pictureBoxWrench;
        private System.Windows.Forms.PictureBox pictureBoxScrewdriver;
        private System.Windows.Forms.PictureBox pictureBoxHammer;
    }
}

⌨️ 快捷键说明

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