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

📄 winpaike.designer.cs

📁 中小学排课系统代码 用于算法研究
💻 CS
字号:
namespace WinPaike
{
    partial class WinPaiKe
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinPaiKe));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tbtnGO = new System.Windows.Forms.ToolStripButton();
            this.tbLast = new System.Windows.Forms.ToolStripButton();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.AutoSize = false;
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tbtnGO,
            this.tbLast});
            this.toolStrip1.Location = new System.Drawing.Point(0, 373);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.toolStrip1.Size = new System.Drawing.Size(562, 40);
            this.toolStrip1.TabIndex = 4;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tbtnGO
            // 
            this.tbtnGO.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tbtnGO.Image = ((System.Drawing.Image)(resources.GetObject("tbtnGO.Image")));
            this.tbtnGO.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbtnGO.Name = "tbtnGO";
            this.tbtnGO.Size = new System.Drawing.Size(57, 37);
            this.tbtnGO.Text = "开始排课";
            this.tbtnGO.Click += new System.EventHandler(this.tbtnGO_Click);
            // 
            // tbLast
            // 
            this.tbLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.tbLast.Image = ((System.Drawing.Image)(resources.GetObject("tbLast.Image")));
            this.tbLast.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tbLast.Name = "tbLast";
            this.tbLast.Size = new System.Drawing.Size(45, 37);
            this.tbLast.Text = "上一步";
            this.tbLast.Click += new System.EventHandler(this.tbLast_Click);
            // 
            // textBox1
            // 
            this.textBox1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox1.Location = new System.Drawing.Point(0, 0);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBox1.Size = new System.Drawing.Size(562, 373);
            this.textBox1.TabIndex = 7;
            this.textBox1.WordWrap = false;
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // WinPaiKe
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(562, 413);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "WinPaiKe";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "自动排课";
            this.SizeChanged += new System.EventHandler(this.WinPaiKe_SizeChanged);
            this.MaximizedBoundsChanged += new System.EventHandler(this.WinPaiKe_MaximizedBoundsChanged);
            this.Load += new System.EventHandler(this.WinPaiKe_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tbLast;
        private System.Windows.Forms.ToolStripButton tbtnGO;
        private System.Windows.Forms.TextBox textBox1;
    }
}

⌨️ 快捷键说明

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