📄 classui.designer.cs
字号:
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(178, 22);
this.toolStripMenuItem1.Text = "添加班级";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// 修改班级名称ToolStripMenuItem
//
this.修改班级名称ToolStripMenuItem.Name = "修改班级名称ToolStripMenuItem";
this.修改班级名称ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.修改班级名称ToolStripMenuItem.Text = "修改班级名称";
this.修改班级名称ToolStripMenuItem.Click += new System.EventHandler(this.修改班级名称ToolStripMenuItem_Click);
//
// 删除ToolStripMenuItem
//
this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
this.删除ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.删除ToolStripMenuItem.Text = "删除选中班级";
this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
//
// 删除该年级所有班级ToolStripMenuItem
//
this.删除该年级所有班级ToolStripMenuItem.Name = "删除该年级所有班级ToolStripMenuItem";
this.删除该年级所有班级ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.删除该年级所有班级ToolStripMenuItem.Text = "删除该年级所有班级";
this.删除该年级所有班级ToolStripMenuItem.Click += new System.EventHandler(this.删除该年级所有班级ToolStripMenuItem_Click);
//
// panel3
//
this.panel3.Controls.Add(this.listBox1);
this.panel3.Controls.Add(this.panel4);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(337, 24);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(308, 468);
this.panel3.TabIndex = 8;
//
// listBox1
//
this.listBox1.ContextMenuStrip = this.contextMenuStrip1;
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(0, 49);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(308, 412);
this.listBox1.TabIndex = 11;
//
// panel4
//
this.panel4.Controls.Add(this.button4);
this.panel4.Controls.Add(this.button3);
this.panel4.Controls.Add(this.button2);
this.panel4.Controls.Add(this.button1);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(308, 49);
this.panel4.TabIndex = 12;
//
// button4
//
this.button4.Location = new System.Drawing.Point(83, 13);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(67, 23);
this.button4.TabIndex = 14;
this.button4.Text = "修改名称";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(229, 13);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(67, 23);
this.button3.TabIndex = 13;
this.button3.Text = "删除全部";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(156, 14);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(67, 23);
this.button2.TabIndex = 12;
this.button2.Text = "删除班级";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(9, 14);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(67, 23);
this.button1.TabIndex = 11;
this.button1.Text = "添加班级";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// splitter1
//
this.splitter1.Location = new System.Drawing.Point(337, 24);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(3, 468);
this.splitter1.TabIndex = 9;
this.splitter1.TabStop = false;
//
// ClassUI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(645, 492);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel1);
this.Controls.Add(this.menuStrip1);
this.Name = "ClassUI";
this.Text = "班级信息";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除该年级所有班级ToolStripMenuItem;
private DragInfoControl dragInfoControlTeacher;
private DragInfoControl dragInfoControlSubject;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.ToolStripMenuItem 保存到数据库ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ToolStripMenuItem 修改班级名称ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -