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

📄 form1.designer.cs

📁 微软(Microsoft)出版社C井练习文件及解答
💻 CS
字号:
namespace Selection
{
    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.second = new System.Windows.Forms.DateTimePicker();
            this.quit = new System.Windows.Forms.Button();
            this.info = new System.Windows.Forms.TextBox();
            this.compare = new System.Windows.Forms.Button();
            this.first = new System.Windows.Forms.DateTimePicker();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
// 
// second
// 
            this.second.Location = new System.Drawing.Point(72, 42);
            this.second.Name = "second";
            this.second.TabIndex = 10;
// 
// quit
// 
            this.quit.Location = new System.Drawing.Point(240, 202);
            this.quit.Name = "quit";
            this.quit.Size = new System.Drawing.Size(40, 23);
            this.quit.TabIndex = 9;
            this.quit.Text = "Quit";
            this.quit.Click += new System.EventHandler(this.quit_Click);
// 
// info
// 
            this.info.Enabled = false;
            this.info.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.info.Location = new System.Drawing.Point(16, 114);
            this.info.Multiline = true;
            this.info.Name = "info";
            this.info.Size = new System.Drawing.Size(208, 112);
            this.info.TabIndex = 8;
// 
// compare
// 
            this.compare.Location = new System.Drawing.Point(16, 74);
            this.compare.Name = "compare";
            this.compare.Size = new System.Drawing.Size(72, 24);
            this.compare.TabIndex = 7;
            this.compare.Text = "Compare";
            this.compare.Click += new System.EventHandler(this.compare_Click);
// 
// first
// 
            this.first.Location = new System.Drawing.Point(72, 18);
            this.first.Name = "first";
            this.first.TabIndex = 6;
// 
// label2
// 
            this.label2.Location = new System.Drawing.Point(17, 42);
            this.label2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(48, 23);
            this.label2.TabIndex = 12;
            this.label2.Text = "second";
// 
// label1
// 
            this.label1.Location = new System.Drawing.Point(17, 18);
            this.label1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 23);
            this.label1.TabIndex = 11;
            this.label1.Text = "first";
// 
// Form1
// 
            this.ClientSize = new System.Drawing.Size(296, 245);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.second);
            this.Controls.Add(this.quit);
            this.Controls.Add(this.info);
            this.Controls.Add(this.compare);
            this.Controls.Add(this.first);
            this.Name = "Form1";
            this.Text = "Dates";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DateTimePicker second;
        private System.Windows.Forms.Button quit;
        private System.Windows.Forms.TextBox info;
        private System.Windows.Forms.Button compare;
        private System.Windows.Forms.DateTimePicker first;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

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