📄 frmmain.cs
字号:
this.tabPageScore.Controls.Add(this.listBoxScoreStudentName);
this.tabPageScore.ImageIndex = 0;
this.tabPageScore.Location = new System.Drawing.Point(4, 23);
this.tabPageScore.Name = "tabPageScore";
this.tabPageScore.Size = new System.Drawing.Size(296, 261);
this.tabPageScore.TabIndex = 4;
this.tabPageScore.Text = "成绩";
//
// treeViewScoreClass
//
this.treeViewScoreClass.BackColor = System.Drawing.SystemColors.Info;
this.treeViewScoreClass.ImageList = this.imageListtreeview;
this.treeViewScoreClass.Location = new System.Drawing.Point(16, 8);
this.treeViewScoreClass.Name = "treeViewScoreClass";
this.treeViewScoreClass.Size = new System.Drawing.Size(264, 136);
this.treeViewScoreClass.TabIndex = 1;
this.treeViewScoreClass.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewScoreClass_AfterSelect);
//
// listBoxScoreStudentName
//
this.listBoxScoreStudentName.BackColor = System.Drawing.SystemColors.Info;
this.listBoxScoreStudentName.ItemHeight = 12;
this.listBoxScoreStudentName.Location = new System.Drawing.Point(24, 168);
this.listBoxScoreStudentName.Name = "listBoxScoreStudentName";
this.listBoxScoreStudentName.ScrollAlwaysVisible = true;
this.listBoxScoreStudentName.Size = new System.Drawing.Size(272, 76);
this.listBoxScoreStudentName.TabIndex = 0;
this.listBoxScoreStudentName.SelectedIndexChanged += new System.EventHandler(this.listBoxScoreStudentName_SelectedIndexChanged);
//
// imgTabControl
//
this.imgTabControl.ImageSize = new System.Drawing.Size(16, 16);
this.imgTabControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgTabControl.ImageStream")));
this.imgTabControl.TransparentColor = System.Drawing.Color.Transparent;
//
// panelBrowerObject
//
this.panelBrowerObject.Controls.Add(this.gbBrowerObject);
this.panelBrowerObject.Location = new System.Drawing.Point(8, 40);
this.panelBrowerObject.Name = "panelBrowerObject";
this.panelBrowerObject.Size = new System.Drawing.Size(336, 408);
this.panelBrowerObject.TabIndex = 1;
//
// toolBar
//
this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarButtonshuffle,
this.toolBarButtonBlankOne,
this.toolBarButtonQuit,
this.toolBarButtonBlankTwo,
this.toolBarButtonSelect});
this.toolBar.DropDownArrows = true;
this.toolBar.ImageList = this.imgTabControl;
this.toolBar.Location = new System.Drawing.Point(0, 0);
this.toolBar.Name = "toolBar";
this.toolBar.ShowToolTips = true;
this.toolBar.Size = new System.Drawing.Size(784, 28);
this.toolBar.TabIndex = 2;
this.toolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
//
// toolBarButtonshuffle
//
this.toolBarButtonshuffle.ImageIndex = 1;
this.toolBarButtonshuffle.ToolTipText = "刷新数据";
//
// toolBarButtonBlankOne
//
this.toolBarButtonBlankOne.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarButtonQuit
//
this.toolBarButtonQuit.ImageIndex = 7;
this.toolBarButtonQuit.ToolTipText = "退出";
//
// toolBarButtonBlankTwo
//
this.toolBarButtonBlankTwo.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarButtonSelect
//
this.toolBarButtonSelect.ImageIndex = 12;
this.toolBarButtonSelect.ToolTipText = "搜索";
//
// statusBar
//
this.statusBar.Location = new System.Drawing.Point(0, 423);
this.statusBar.Name = "statusBar";
this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.statusBarSystemInfo,
this.Tab,
this.statusBarTime});
this.statusBar.ShowPanels = true;
this.statusBar.Size = new System.Drawing.Size(784, 24);
this.statusBar.SizingGrip = false;
this.statusBar.TabIndex = 3;
//
// statusBarSystemInfo
//
this.statusBarSystemInfo.Text = "学生管理系统";
this.statusBarSystemInfo.Width = 750;
//
// statusBarTime
//
this.statusBarTime.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
this.statusBarTime.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarTime.Icon")));
this.statusBarTime.Width = 200;
//
// panelDetails
//
this.panelDetails.Controls.Add(this.gbDetail);
this.panelDetails.Controls.Add(this.gbSystem);
this.panelDetails.Location = new System.Drawing.Point(352, 40);
this.panelDetails.Name = "panelDetails";
this.panelDetails.Size = new System.Drawing.Size(416, 432);
this.panelDetails.TabIndex = 4;
//
// gbDetail
//
this.gbDetail.Controls.Add(this.tabControlDetails);
this.gbDetail.Location = new System.Drawing.Point(8, 8);
this.gbDetail.Name = "gbDetail";
this.gbDetail.Size = new System.Drawing.Size(496, 296);
this.gbDetail.TabIndex = 0;
this.gbDetail.TabStop = false;
this.gbDetail.Text = "详细资料";
//
// tabControlDetails
//
this.tabControlDetails.Controls.Add(this.tabClassDetails);
this.tabControlDetails.Controls.Add(this.tabCourseDetails);
this.tabControlDetails.Controls.Add(this.tabStudentDetails);
this.tabControlDetails.Controls.Add(this.tabSubjectDetails);
this.tabControlDetails.Controls.Add(this.tabScoreDetails);
this.tabControlDetails.ImageList = this.imgTabControl;
this.tabControlDetails.Location = new System.Drawing.Point(8, 24);
this.tabControlDetails.Name = "tabControlDetails";
this.tabControlDetails.SelectedIndex = 0;
this.tabControlDetails.Size = new System.Drawing.Size(464, 256);
this.tabControlDetails.TabIndex = 0;
this.tabControlDetails.SelectedIndexChanged += new System.EventHandler(this.tabControlDetails_SelectedIndexChanged);
//
// tabClassDetails
//
this.tabClassDetails.Controls.Add(this.listViewClass);
this.tabClassDetails.Controls.Add(this.gbClass);
this.tabClassDetails.ImageIndex = 14;
this.tabClassDetails.Location = new System.Drawing.Point(4, 23);
this.tabClassDetails.Name = "tabClassDetails";
this.tabClassDetails.Size = new System.Drawing.Size(456, 229);
this.tabClassDetails.TabIndex = 0;
this.tabClassDetails.Text = "班级信息";
//
// listViewClass
//
this.listViewClass.BackColor = System.Drawing.SystemColors.Info;
this.listViewClass.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeaderClassID,
this.columnHeaderClassName,
this.columnHeaderClassEntranceDate,
this.columnHeaderRemark});
this.listViewClass.FullRowSelect = true;
this.listViewClass.GridLines = true;
this.listViewClass.Location = new System.Drawing.Point(240, 16);
this.listViewClass.Name = "listViewClass";
this.listViewClass.Size = new System.Drawing.Size(200, 200);
this.listViewClass.TabIndex = 1;
this.listViewClass.View = System.Windows.Forms.View.Details;
this.listViewClass.SelectedIndexChanged += new System.EventHandler(this.listViewClass_SelectedIndexChanged);
//
// columnHeaderClassID
//
this.columnHeaderClassID.Text = "班级编号";
//
// columnHeaderClassName
//
this.columnHeaderClassName.Text = "班级姓名";
//
// columnHeaderClassEntranceDate
//
this.columnHeaderClassEntranceDate.Text = "开课时间";
//
// columnHeaderRemark
//
this.columnHeaderRemark.Text = "备注";
//
// gbClass
//
this.gbClass.Controls.Add(this.linkLabelClearClass);
this.gbClass.Controls.Add(this.dtpEntranceDate);
this.gbClass.Controls.Add(this.linkLableUpdateClass);
this.gbClass.Controls.Add(this.linkLabelDelClass);
this.gbClass.Controls.Add(this.linkLabelAddClass);
this.gbClass.Controls.Add(this.txtRemark);
this.gbClass.Controls.Add(this.labelRemark);
this.gbClass.Controls.Add(this.labelEntranceDate);
this.gbClass.Controls.Add(this.txtClassName);
this.gbClass.Controls.Add(this.labelClassName);
this.gbClass.Controls.Add(this.txtClassID);
this.gbClass.Controls.Add(this.labelClassID);
this.gbClass.Location = new System.Drawing.Point(8, 8);
this.gbClass.Name = "gbClass";
this.gbClass.Size = new System.Drawing.Size(216, 200);
this.gbClass.TabIndex = 0;
this.gbClass.TabStop = false;
this.gbClass.Text = "班级信息";
//
// linkLabelClearClass
//
this.linkLabelClearClass.AutoSize = true;
this.linkLabelClearClass.Location = new System.Drawing.Point(160, 168);
this.linkLabelClearClass.Name = "linkLabelClearClass";
this.linkLabelClearClass.Size = new System.Drawing.Size(29, 17);
this.linkLabelClearClass.TabIndex = 12;
this.linkLabelClearClass.TabStop = true;
this.linkLabelClearClass.Text = "清空";
this.linkLabelClearClass.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelClear_LinkClicked);
//
// dtpEntranceDate
//
this.dtpEntranceDate.Location = new System.Drawing.Point(80, 96);
this.dtpEntranceDate.Name = "dtpEntranceDate";
this.dtpEntranceDate.Size = new System.Drawing.Size(104, 21);
this.dtpEntranceDate.TabIndex = 11;
//
// linkLableUpdateClass
//
this.linkLableUpdateClass.AutoSize = true;
this.linkLableUpdateClass.Location = new System.Drawing.Point(96, 168);
this.linkLableUpdateClass.Name = "linkLableUpdateClass";
this.linkLableUpdateClass.Size = new System.Drawing.Size(29, 17);
this.linkLableUpdateClass.TabIndex = 10;
this.linkLableUpdateClass.TabStop = true;
this.linkLableUpdateClass.Text = "更新";
this.linkLableUpdateClass.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLableUpdateClass_LinkClicked);
//
// linkLabelDelClass
//
this.linkLabelDelClass.AutoSize = true;
this.linkLabelDelClass.Location = new System.Drawing.Point(56, 168);
this.linkLabelDelClass.Name = "linkLabelDelClass";
this.linkLabelDelClass.Size = new System.Drawing.Size(29, 17);
this.linkLabelDelClass.TabIndex = 9;
this.linkLabelDelClass.TabStop = true;
this.linkLabelDelClass.Text = "删除";
this.linkLabelDelClass.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelDelClass_LinkClicked);
//
// linkLabelAddClass
//
this.linkLabelAddClass.AutoSize = true;
this.linkLabelAddClass.Location = new System.Drawing.Point(16, 168);
this.linkLabelAddClass.Name = "linkLabelAddClass";
this.linkLabelAddClass.Size = new System.Drawing.Size(29, 17);
this.linkLabelAddClass.TabIndex = 8;
this.linkLabelAddClass.TabStop = true;
this.linkLabelAddClass.Text = "增加";
this.linkLabelAddClass.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAddClass_LinkClicked);
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(80, 112);
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtRemark.Size = new System.Drawing.Size(100, 40);
this.txtRemark.TabIndex = 7;
this.txtRemark.Text = "";
//
// labelRemark
//
this.labelRemark.AutoSize = true;
this.labelRemark.Location = new System.Drawing.Point(16, 120);
this.labelRemark.Name = "labelRemark";
this.labelRemark.Size = new System.Drawing.Size(35, 17);
this.labelRemark.TabIndex = 6;
this.labelRemark.Text = "备注:";
//
// labelEntranceDate
//
this.labelEntranceDate.AutoSize = true;
this.labelEntranceDate.Location = new System.Drawing.Point(8, 96);
this.labelEntranceDate.Name = "labelEntranceDate";
this.labelEntranceDate.Size = new System.Drawing.Size(60, 17);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -