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

📄 form1.designer.cs

📁 Csharp source code with application
💻 CS
字号:
namespace sayisallotoarray
{
    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.t1 = new System.Windows.Forms.TextBox();
            this.t2 = new System.Windows.Forms.TextBox();
            this.t3 = new System.Windows.Forms.TextBox();
            this.t4 = new System.Windows.Forms.TextBox();
            this.t5 = new System.Windows.Forms.TextBox();
            this.t6 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // t1
            // 
            this.t1.Location = new System.Drawing.Point(42, 21);
            this.t1.Name = "t1";
            this.t1.Size = new System.Drawing.Size(32, 20);
            this.t1.TabIndex = 0;
            this.t1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // t2
            // 
            this.t2.Location = new System.Drawing.Point(102, 21);
            this.t2.Name = "t2";
            this.t2.Size = new System.Drawing.Size(32, 20);
            this.t2.TabIndex = 0;
            this.t2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // t3
            // 
            this.t3.Location = new System.Drawing.Point(162, 21);
            this.t3.Name = "t3";
            this.t3.Size = new System.Drawing.Size(32, 20);
            this.t3.TabIndex = 0;
            this.t3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // t4
            // 
            this.t4.Location = new System.Drawing.Point(222, 21);
            this.t4.Name = "t4";
            this.t4.Size = new System.Drawing.Size(32, 20);
            this.t4.TabIndex = 0;
            this.t4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // t5
            // 
            this.t5.Location = new System.Drawing.Point(282, 21);
            this.t5.Name = "t5";
            this.t5.Size = new System.Drawing.Size(32, 20);
            this.t5.TabIndex = 0;
            this.t5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // t6
            // 
            this.t6.Location = new System.Drawing.Point(342, 21);
            this.t6.Name = "t6";
            this.t6.Size = new System.Drawing.Size(32, 20);
            this.t6.TabIndex = 0;
            this.t6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(85, 71);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(234, 47);
            this.button1.TabIndex = 1;
            this.button1.Text = "荅V軷";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(405, 146);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.t6);
            this.Controls.Add(this.t5);
            this.Controls.Add(this.t4);
            this.Controls.Add(this.t3);
            this.Controls.Add(this.t2);
            this.Controls.Add(this.t1);
            this.Name = "Form1";
            this.Text = "SAYISAL LOTO";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox t1;
        private System.Windows.Forms.TextBox t2;
        private System.Windows.Forms.TextBox t3;
        private System.Windows.Forms.TextBox t4;
        private System.Windows.Forms.TextBox t5;
        private System.Windows.Forms.TextBox t6;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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