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

📄 form1.designer.cs

📁 用P/Invoke显示设备内存信息 P/Invoke with compact framework get the Memory Status and Storage Cards
💻 CS
字号:
namespace GetStorageCard
{
    partial class Form1
    {
        /// <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.btnDispaly = new System.Windows.Forms.Button();
            this.grpStorage = new OpenNETCF.Windows.Forms.GroupBox();
            this.lblUsed = new System.Windows.Forms.Label();
            this.lblTotal = new System.Windows.Forms.Label();
            this.button21 = new OpenNETCF.Windows.Forms.Button2();
            this.label1 = new System.Windows.Forms.Label();
            this.progressBar21 = new OpenNETCF.Windows.Forms.ProgressBar2();
            this.button1 = new System.Windows.Forms.Button();
            this.grpStorage.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnDispaly
            // 
            this.btnDispaly.Location = new System.Drawing.Point(95, 49);
            this.btnDispaly.Name = "btnDispaly";
            this.btnDispaly.Size = new System.Drawing.Size(72, 20);
            this.btnDispaly.TabIndex = 0;
            this.btnDispaly.Text = "Display";
            this.btnDispaly.Click += new System.EventHandler(this.button1_Click);
            // 
            // grpStorage
            // 
            this.grpStorage.Controls.Add(this.lblUsed);
            this.grpStorage.Controls.Add(this.lblTotal);
            this.grpStorage.Controls.Add(this.button21);
            this.grpStorage.Controls.Add(this.label1);
            this.grpStorage.Controls.Add(this.progressBar21);
            this.grpStorage.Location = new System.Drawing.Point(3, 101);
            this.grpStorage.Name = "grpStorage";
            this.grpStorage.Size = new System.Drawing.Size(234, 144);
            // 
            // lblUsed
            // 
            this.lblUsed.Location = new System.Drawing.Point(38, 110);
            this.lblUsed.Name = "lblUsed";
            this.lblUsed.Size = new System.Drawing.Size(156, 20);
            this.lblUsed.Text = "label2";
            // 
            // lblTotal
            // 
            this.lblTotal.Location = new System.Drawing.Point(38, 90);
            this.lblTotal.Name = "lblTotal";
            this.lblTotal.Size = new System.Drawing.Size(156, 20);
            this.lblTotal.Text = "label2";
            // 
            // button21
            // 
            this.button21.Location = new System.Drawing.Point(214, 113);
            this.button21.Name = "button21";
            this.button21.Size = new System.Drawing.Size(20, 28);
            this.button21.TabIndex = 2;
            this.button21.Text = "R";
            this.button21.Click += new System.EventHandler(this.button21_Click);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(38, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(178, 20);
            this.label1.Text = "Percentage of free memory";
            // 
            // progressBar21
            // 
            this.progressBar21.Location = new System.Drawing.Point(38, 56);
            this.progressBar21.Name = "progressBar21";
            this.progressBar21.Size = new System.Drawing.Size(178, 21);
            this.progressBar21.TabIndex = 0;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(95, 49);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(72, 20);
            this.button1.TabIndex = 0;
            this.button1.Text = "Display";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            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.Controls.Add(this.grpStorage);
            this.Controls.Add(this.btnDispaly);
            this.Menu = this.mainMenu1;
            this.Name = "Form1";
            this.Text = "Device Demo(RRave)";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.grpStorage.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnDispaly;
        private OpenNETCF.Windows.Forms.GroupBox grpStorage;
        private System.Windows.Forms.Label label1;
        private OpenNETCF.Windows.Forms.ProgressBar2 progressBar21;
        private OpenNETCF.Windows.Forms.Button2 button21;
        private System.Windows.Forms.Label lblTotal;
        private System.Windows.Forms.Label lblUsed;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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