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

📄 classui.designer.cs

📁 实现课程表编排和打印功能,通过在候选列表中选择课程和教师(没有被排课且该教师教授所选择的课程)来完成排课,代码约8000行
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace 课程安排
{
    partial class ClassUI
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassUI));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.保存到数据库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dragInfoControlTeacher = new 课程安排.DragInfoControl();
            this.dragInfoControlSubject = new 课程安排.DragInfoControl();
            this.panel2 = new System.Windows.Forms.Panel();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.修改班级名称ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除该年级所有班级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panel3 = new System.Windows.Forms.Panel();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.panel4 = new System.Windows.Forms.Panel();
            this.button4 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.menuStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.保存到数据库ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(645, 24);
            this.menuStrip1.TabIndex = 1;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 保存到数据库ToolStripMenuItem
            // 
            this.保存到数据库ToolStripMenuItem.Name = "保存到数据库ToolStripMenuItem";
            this.保存到数据库ToolStripMenuItem.Size = new System.Drawing.Size(137, 20);
            this.保存到数据库ToolStripMenuItem.Text = "保存班级信息到数据库";
            this.保存到数据库ToolStripMenuItem.Click += new System.EventHandler(this.保存到数据库ToolStripMenuItem_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.dragInfoControlTeacher);
            this.panel1.Controls.Add(this.dragInfoControlSubject);
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 24);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(337, 468);
            this.panel1.TabIndex = 2;
            // 
            // dragInfoControlTeacher
            // 
            this.dragInfoControlTeacher.Destination = ((System.Collections.Generic.List<课程安排.DragInfoItem>)(resources.GetObject("dragInfoControlTeacher.Destination")));
            this.dragInfoControlTeacher.DestinationLabel = "不教授该年级的老师";
            this.dragInfoControlTeacher.DestinationStrings = ((System.Collections.Generic.List<string>)(resources.GetObject("dragInfoControlTeacher.DestinationStrings")));
            this.dragInfoControlTeacher.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dragInfoControlTeacher.HasModify = false;
            this.dragInfoControlTeacher.Location = new System.Drawing.Point(0, 258);
            this.dragInfoControlTeacher.Name = "dragInfoControlTeacher";
            this.dragInfoControlTeacher.Size = new System.Drawing.Size(337, 210);
            this.dragInfoControlTeacher.Source = ((System.Collections.Generic.List<课程安排.DragInfoItem>)(resources.GetObject("dragInfoControlTeacher.Source")));
            this.dragInfoControlTeacher.SourceLabel = "教授该年级的老师";
            this.dragInfoControlTeacher.SourceStrings = ((System.Collections.Generic.List<string>)(resources.GetObject("dragInfoControlTeacher.SourceStrings")));
            this.dragInfoControlTeacher.TabIndex = 2;
            // 
            // dragInfoControlSubject
            // 
            this.dragInfoControlSubject.Destination = ((System.Collections.Generic.List<课程安排.DragInfoItem>)(resources.GetObject("dragInfoControlSubject.Destination")));
            this.dragInfoControlSubject.DestinationLabel = "该年级不用学习的课程";
            this.dragInfoControlSubject.DestinationStrings = ((System.Collections.Generic.List<string>)(resources.GetObject("dragInfoControlSubject.DestinationStrings")));
            this.dragInfoControlSubject.Dock = System.Windows.Forms.DockStyle.Top;
            this.dragInfoControlSubject.HasModify = false;
            this.dragInfoControlSubject.Location = new System.Drawing.Point(0, 49);
            this.dragInfoControlSubject.Name = "dragInfoControlSubject";
            this.dragInfoControlSubject.Size = new System.Drawing.Size(337, 209);
            this.dragInfoControlSubject.Source = ((System.Collections.Generic.List<课程安排.DragInfoItem>)(resources.GetObject("dragInfoControlSubject.Source")));
            this.dragInfoControlSubject.SourceLabel = "该年级要学习的课程";
            this.dragInfoControlSubject.SourceStrings = ((System.Collections.Generic.List<string>)(resources.GetObject("dragInfoControlSubject.SourceStrings")));
            this.dragInfoControlSubject.TabIndex = 1;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.comboBox1);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(337, 49);
            this.panel2.TabIndex = 0;
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(47, 17);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(110, 20);
            this.comboBox1.TabIndex = 1;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "年级";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1,
            this.修改班级名称ToolStripMenuItem,
            this.删除ToolStripMenuItem,
            this.删除该年级所有班级ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(179, 92);
            // 
            // toolStripMenuItem1

⌨️ 快捷键说明

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