📄 studentform.designer.cs
字号:
namespace test
{
partial class StudentForm
{
/// <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.statusStrip = new System.Windows.Forms.StatusStrip();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.undoToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
this.deleteToolStripButton = new System.Windows.Forms.ToolStripButton();
this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.firstToolStripButton = new System.Windows.Forms.ToolStripButton();
this.previousToolStripButton = new System.Windows.Forms.ToolStripButton();
this.nextToolStripButton = new System.Windows.Forms.ToolStripButton();
this.lastToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.multiToolStripButton = new System.Windows.Forms.ToolStripButton();
this.endToolStripButton = new System.Windows.Forms.ToolStripButton();
this.tableTabControl = new System.Windows.Forms.TabControl();
this.studentTabPage = new System.Windows.Forms.TabPage();
this.manyPanel = new System.Windows.Forms.Panel();
this.collectionPanel = new System.Windows.Forms.Panel();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.singlePanel = new System.Windows.Forms.Panel();
this.titleLabel = new System.Windows.Forms.Label();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.label3 = new System.Windows.Forms.Label();
this.sumTextBox = new System.Windows.Forms.TextBox();
this.ageLabel = new System.Windows.Forms.Label();
this.ageTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.snameTextBox = new System.Windows.Forms.TextBox();
this.snoLabel = new System.Windows.Forms.Label();
this.snoTextBox = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.toolStrip.SuspendLayout();
this.tableTabControl.SuspendLayout();
this.studentTabPage.SuspendLayout();
this.manyPanel.SuspendLayout();
this.collectionPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.singlePanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.SuspendLayout();
//
// statusStrip
//
this.statusStrip.Location = new System.Drawing.Point(0, 368);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(669, 22);
this.statusStrip.TabIndex = 2;
this.statusStrip.Text = "管理记录";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.toolStrip);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tableTabControl);
this.splitContainer1.Size = new System.Drawing.Size(669, 368);
this.splitContainer1.SplitterDistance = 25;
this.splitContainer1.TabIndex = 5;
//
// toolStrip
//
this.toolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.undoToolStripButton,
this.toolStripSeparator3,
this.newToolStripButton,
this.deleteToolStripButton,
this.saveToolStripButton,
this.toolStripSeparator1,
this.firstToolStripButton,
this.previousToolStripButton,
this.nextToolStripButton,
this.lastToolStripButton,
this.toolStripSeparator2,
this.multiToolStripButton,
this.endToolStripButton});
this.toolStrip.Location = new System.Drawing.Point(0, 0);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(669, 25);
this.toolStrip.TabIndex = 5;
this.toolStrip.Text = "toolStrip1";
//
// undoToolStripButton
//
this.undoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.undoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.undoToolStripButton.Name = "undoToolStripButton";
this.undoToolStripButton.Size = new System.Drawing.Size(23, 22);
this.undoToolStripButton.Text = "取消";
this.undoToolStripButton.Click += new System.EventHandler(this.undoToolStripButton_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// newToolStripButton
//
this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.newToolStripButton.Name = "newToolStripButton";
this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
this.newToolStripButton.Text = "toolStripButton1";
this.newToolStripButton.Click += new System.EventHandler(this.newToolStripButton_Click);
//
// deleteToolStripButton
//
this.deleteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.deleteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.deleteToolStripButton.Name = "deleteToolStripButton";
this.deleteToolStripButton.Size = new System.Drawing.Size(23, 22);
this.deleteToolStripButton.Text = "toolStripButton2";
this.deleteToolStripButton.Click += new System.EventHandler(this.deleteToolStripButton_Click);
//
// saveToolStripButton
//
this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.saveToolStripButton.Name = "saveToolStripButton";
this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
this.saveToolStripButton.Text = "toolStripButton3";
this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// firstToolStripButton
//
this.firstToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.firstToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.firstToolStripButton.Name = "firstToolStripButton";
this.firstToolStripButton.Size = new System.Drawing.Size(23, 22);
this.firstToolStripButton.Text = "toolStripButton4";
this.firstToolStripButton.Click += new System.EventHandler(this.firstToolStripButton_Click);
//
// previousToolStripButton
//
this.previousToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.previousToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.previousToolStripButton.Name = "previousToolStripButton";
this.previousToolStripButton.Size = new System.Drawing.Size(23, 22);
this.previousToolStripButton.Text = "toolStripButton5";
this.previousToolStripButton.Click += new System.EventHandler(this.previousToolStripButton_Click);
//
// nextToolStripButton
//
this.nextToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.nextToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.nextToolStripButton.Name = "nextToolStripButton";
this.nextToolStripButton.Size = new System.Drawing.Size(23, 22);
this.nextToolStripButton.Text = "toolStripButton6";
this.nextToolStripButton.Click += new System.EventHandler(this.nextToolStripButton_Click);
//
// lastToolStripButton
//
this.lastToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.lastToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.lastToolStripButton.Name = "lastToolStripButton";
this.lastToolStripButton.Size = new System.Drawing.Size(23, 22);
this.lastToolStripButton.Text = "toolStripButton7";
this.lastToolStripButton.Click += new System.EventHandler(this.lastToolStripButton_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// multiToolStripButton
//
this.multiToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.multiToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.multiToolStripButton.Name = "multiToolStripButton";
this.multiToolStripButton.Size = new System.Drawing.Size(23, 22);
this.multiToolStripButton.Text = "toolStripButton8";
this.multiToolStripButton.Click += new System.EventHandler(this.multiToolStripButton_Click);
//
// endToolStripButton
//
this.endToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.endToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.endToolStripButton.Name = "endToolStripButton";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -