📄 main.designer.cs
字号:
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BackColor = System.Drawing.Color.Transparent;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.BackColor = System.Drawing.Color.Transparent;
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel2.Text = "toolStripStatusLabel2";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.BackColor = System.Drawing.Color.Transparent;
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
//
// toolStripStatusLabel4
//
this.toolStripStatusLabel4.BackColor = System.Drawing.Color.Transparent;
this.toolStripStatusLabel4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
this.toolStripStatusLabel4.Size = new System.Drawing.Size(131, 17);
this.toolStripStatusLabel4.Text = "toolStripStatusLabel4";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.panelEx1, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.88235F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.11765F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(115, 541);
this.tableLayoutPanel1.TabIndex = 4;
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.Controls.Add(this.navigationBar1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(3, 115);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(109, 423);
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx1.Style.GradientAngle = 90;
this.panelEx1.TabIndex = 5;
//
// navigationBar1
//
this.navigationBar1.BackgroundStyle.BackColor1.Color = System.Drawing.SystemColors.Control;
this.navigationBar1.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.navigationBar1.BackgroundStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.navigationBar1.Dock = System.Windows.Forms.DockStyle.Fill;
this.navigationBar1.ItemPaddingBottom = 2;
this.navigationBar1.ItemPaddingTop = 2;
this.navigationBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem1,
this.buttonItem2,
this.buttonItem3});
this.navigationBar1.Location = new System.Drawing.Point(0, 0);
this.navigationBar1.Name = "navigationBar1";
this.navigationBar1.Size = new System.Drawing.Size(109, 133);
this.navigationBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.navigationBar1.TabIndex = 5;
this.navigationBar1.Text = "navigationBar1";
//
// buttonItem1
//
this.buttonItem1.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem1.Image")));
this.buttonItem1.ImagePaddingHorizontal = 8;
this.buttonItem1.Name = "buttonItem1";
this.buttonItem1.OptionGroup = "navBar";
this.buttonItem1.Text = "学生管理";
this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
//
// buttonItem2
//
this.buttonItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image")));
this.buttonItem2.ImagePaddingHorizontal = 8;
this.buttonItem2.Name = "buttonItem2";
this.buttonItem2.OptionGroup = "navBar";
this.buttonItem2.Text = "教材管理";
this.buttonItem2.Click += new System.EventHandler(this.buttonItem2_Click);
//
// buttonItem3
//
this.buttonItem3.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.buttonItem3.Checked = true;
this.buttonItem3.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem3.Image")));
this.buttonItem3.ImagePaddingHorizontal = 8;
this.buttonItem3.Name = "buttonItem3";
this.buttonItem3.OptionGroup = "navBar";
this.buttonItem3.Text = "成绩管理";
this.buttonItem3.Click += new System.EventHandler(this.buttonItem3_Click);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(844, 587);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "学生学籍管理系统";
this.Load += new System.EventHandler(this.Main_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.navigationBar1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 系统设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 档案管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 学生管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem 教材管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 成绩管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 用户管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevComponents.DotNetBar.PanelEx panelEx1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private DevComponents.DotNetBar.NavigationBar navigationBar1;
private DevComponents.DotNetBar.ButtonItem buttonItem1;
private DevComponents.DotNetBar.ButtonItem buttonItem2;
private DevComponents.DotNetBar.ButtonItem buttonItem3;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripMenuItem 系统日志ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 用户管理ToolStripMenuItem1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -