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

📄 form1.designer.cs

📁 csharp课本的源代码
💻 CS
字号:
namespace DriverInfoExample
{
    partial class Form1
    {
        /// <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()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.lableDriveReadyStatus = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.comboBoxDrivesOnPc = new System.Windows.Forms.ComboBox();
            this.textBoxDriveVolumeLabel = new System.Windows.Forms.TextBox();
            this.textBoxDriveType = new System.Windows.Forms.TextBox();
            this.textBoxDriveFormat = new System.Windows.Forms.TextBox();
            this.textBoxDriveRootDirectory = new System.Windows.Forms.TextBox();
            this.textBoxDriveName = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(22, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(95, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "Select a Drive:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(22, 93);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(83, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "Volumn Label:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(22, 158);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "Type:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(22, 220);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(77, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "File System:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(22, 274);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(95, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "Root Directory:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(28, 322);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "Name";
            // 
            // lableDriveReadyStatus
            // 
            this.lableDriveReadyStatus.AutoSize = true;
            this.lableDriveReadyStatus.Location = new System.Drawing.Point(331, 6);
            this.lableDriveReadyStatus.Name = "lableDriveReadyStatus";
            this.lableDriveReadyStatus.Size = new System.Drawing.Size(59, 12);
            this.lableDriveReadyStatus.TabIndex = 6;
            this.lableDriveReadyStatus.Text = "Not Ready";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(375, 251);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(0, 12);
            this.label7.TabIndex = 7;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(375, 280);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(0, 12);
            this.label8.TabIndex = 8;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(375, 307);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(0, 12);
            this.label9.TabIndex = 9;
            // 
            // comboBoxDrivesOnPc
            // 
            this.comboBoxDrivesOnPc.FormattingEnabled = true;
            this.comboBoxDrivesOnPc.Location = new System.Drawing.Point(123, 24);
            this.comboBoxDrivesOnPc.Name = "comboBoxDrivesOnPc";
            this.comboBoxDrivesOnPc.Size = new System.Drawing.Size(101, 20);
            this.comboBoxDrivesOnPc.TabIndex = 10;
            this.comboBoxDrivesOnPc.SelectionChangeCommitted += new System.EventHandler(this.comboBoxDriveOnPc_SelectionChangeCommitted);
            // 
            // textBoxDriveVolumeLabel
            // 
            this.textBoxDriveVolumeLabel.Location = new System.Drawing.Point(125, 84);
            this.textBoxDriveVolumeLabel.Name = "textBoxDriveVolumeLabel";
            this.textBoxDriveVolumeLabel.Size = new System.Drawing.Size(99, 21);
            this.textBoxDriveVolumeLabel.TabIndex = 11;
            // 
            // textBoxDriveType
            // 
            this.textBoxDriveType.Location = new System.Drawing.Point(126, 149);
            this.textBoxDriveType.Name = "textBoxDriveType";
            this.textBoxDriveType.Size = new System.Drawing.Size(98, 21);
            this.textBoxDriveType.TabIndex = 12;
            // 
            // textBoxDriveFormat
            // 
            this.textBoxDriveFormat.Location = new System.Drawing.Point(126, 217);
            this.textBoxDriveFormat.Name = "textBoxDriveFormat";
            this.textBoxDriveFormat.Size = new System.Drawing.Size(98, 21);
            this.textBoxDriveFormat.TabIndex = 13;
            // 
            // textBoxDriveRootDirectory
            // 
            this.textBoxDriveRootDirectory.Location = new System.Drawing.Point(126, 271);
            this.textBoxDriveRootDirectory.Name = "textBoxDriveRootDirectory";
            this.textBoxDriveRootDirectory.Size = new System.Drawing.Size(95, 21);
            this.textBoxDriveRootDirectory.TabIndex = 14;
            // 
            // textBoxDriveName
            // 
            this.textBoxDriveName.Location = new System.Drawing.Point(124, 319);
            this.textBoxDriveName.Name = "textBoxDriveName";
            this.textBoxDriveName.Size = new System.Drawing.Size(100, 21);
            this.textBoxDriveName.TabIndex = 15;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(689, 355);
            this.Controls.Add(this.textBoxDriveName);
            this.Controls.Add(this.textBoxDriveRootDirectory);
            this.Controls.Add(this.textBoxDriveFormat);
            this.Controls.Add(this.textBoxDriveType);
            this.Controls.Add(this.textBoxDriveVolumeLabel);
            this.Controls.Add(this.comboBoxDrivesOnPc);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.lableDriveReadyStatus);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "Form1";
            this.Text = "用扇形描述磁盘空间的使用情况";
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label lableDriveReadyStatus;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.ComboBox comboBoxDrivesOnPc;
        private System.Windows.Forms.TextBox textBoxDriveVolumeLabel;
        private System.Windows.Forms.TextBox textBoxDriveType;
        private System.Windows.Forms.TextBox textBoxDriveFormat;
        private System.Windows.Forms.TextBox textBoxDriveRootDirectory;
        private System.Windows.Forms.TextBox textBoxDriveName;
    }
}

⌨️ 快捷键说明

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