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

📄 form1.designer.cs

📁 微软(Microsoft)出版社C井练习文件及解答
💻 CS
字号:
namespace DoStatement
{
    partial class Form1
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        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.steps = new System.Windows.Forms.TextBox();
            this.showSteps = new System.Windows.Forms.Button();
            this.number = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
// 
// steps
// 
            this.steps.Enabled = false;
            this.steps.Location = new System.Drawing.Point(16, 90);
            this.steps.Multiline = true;
            this.steps.Name = "steps";
            this.steps.Size = new System.Drawing.Size(136, 184);
            this.steps.TabIndex = 6;
// 
// showSteps
// 
            this.showSteps.Location = new System.Drawing.Point(16, 58);
            this.showSteps.Name = "showSteps";
            this.showSteps.TabIndex = 5;
            this.showSteps.Text = "Show Steps";
            this.showSteps.Click += new System.EventHandler(this.showSteps_Click);
// 
// number
// 
            this.number.Location = new System.Drawing.Point(16, 26);
            this.number.Name = "number";
            this.number.Size = new System.Drawing.Size(112, 20);
            this.number.TabIndex = 4;
// 
// label1
// 
            this.label1.Location = new System.Drawing.Point(16, 13);
            this.label1.Name = "label1";
            this.label1.TabIndex = 7;
            this.label1.Text = "Enter number";
// 
// Form1
// 
            this.ClientSize = new System.Drawing.Size(168, 301);
            this.Controls.Add(this.steps);
            this.Controls.Add(this.showSteps);
            this.Controls.Add(this.number);
            this.Controls.Add(this.label1);
            this.Name = "Form1";
            this.Text = "do Statement";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox steps;
        private System.Windows.Forms.Button showSteps;
        private System.Windows.Forms.TextBox number;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

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