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

📄 frmmain.cs

📁 一个经典的东东
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.labelEntranceDate.TabIndex = 4;
			this.labelEntranceDate.Text = "开班日期:";
			// 
			// txtClassName
			// 
			this.txtClassName.Location = new System.Drawing.Point(80, 64);
			this.txtClassName.Name = "txtClassName";
			this.txtClassName.TabIndex = 3;
			this.txtClassName.Text = "";
			// 
			// labelClassName
			// 
			this.labelClassName.AutoSize = true;
			this.labelClassName.Location = new System.Drawing.Point(16, 56);
			this.labelClassName.Name = "labelClassName";
			this.labelClassName.Size = new System.Drawing.Size(60, 17);
			this.labelClassName.TabIndex = 2;
			this.labelClassName.Text = "班级姓名:";
			// 
			// txtClassID
			// 
			this.txtClassID.Location = new System.Drawing.Point(72, 24);
			this.txtClassID.Name = "txtClassID";
			this.txtClassID.ReadOnly = true;
			this.txtClassID.Size = new System.Drawing.Size(80, 21);
			this.txtClassID.TabIndex = 1;
			this.txtClassID.Text = "";
			// 
			// labelClassID
			// 
			this.labelClassID.AutoSize = true;
			this.labelClassID.Location = new System.Drawing.Point(16, 24);
			this.labelClassID.Name = "labelClassID";
			this.labelClassID.Size = new System.Drawing.Size(35, 17);
			this.labelClassID.TabIndex = 0;
			this.labelClassID.Text = "编号:";
			// 
			// tabCourseDetails
			// 
			this.tabCourseDetails.Controls.Add(this.gbCourse);
			this.tabCourseDetails.Controls.Add(this.listViewCourse);
			this.tabCourseDetails.ImageIndex = 15;
			this.tabCourseDetails.Location = new System.Drawing.Point(4, 23);
			this.tabCourseDetails.Name = "tabCourseDetails";
			this.tabCourseDetails.Size = new System.Drawing.Size(456, 229);
			this.tabCourseDetails.TabIndex = 1;
			this.tabCourseDetails.Text = "课程信息";
			// 
			// gbCourse
			// 
			this.gbCourse.Controls.Add(this.linkLabelClearCourse);
			this.gbCourse.Controls.Add(this.linkLabelUpdateCourse);
			this.gbCourse.Controls.Add(this.linkLabelDelCourse);
			this.gbCourse.Controls.Add(this.linkLabelAddCourse);
			this.gbCourse.Controls.Add(this.txtCourseReMark);
			this.gbCourse.Controls.Add(this.labelCourseRemark);
			this.gbCourse.Controls.Add(this.dateTimePickerfinishCourse);
			this.gbCourse.Controls.Add(this.labelfinishCourse);
			this.gbCourse.Controls.Add(this.dateTimePickerOpenCourse);
			this.gbCourse.Controls.Add(this.labelOpenCourse);
			this.gbCourse.Controls.Add(this.labelCourseID);
			this.gbCourse.Controls.Add(this.txtCourseID);
			this.gbCourse.Controls.Add(this.labelCourseClassName);
			this.gbCourse.Controls.Add(this.comboBoxCourseClassName);
			this.gbCourse.Controls.Add(this.labelCourseSubjectName);
			this.gbCourse.Controls.Add(this.comboBoxCourseSubjectName);
			this.gbCourse.Location = new System.Drawing.Point(16, 8);
			this.gbCourse.Name = "gbCourse";
			this.gbCourse.Size = new System.Drawing.Size(240, 216);
			this.gbCourse.TabIndex = 7;
			this.gbCourse.TabStop = false;
			this.gbCourse.Text = "课程信息";
			// 
			// linkLabelClearCourse
			// 
			this.linkLabelClearCourse.AutoSize = true;
			this.linkLabelClearCourse.Location = new System.Drawing.Point(160, 184);
			this.linkLabelClearCourse.Name = "linkLabelClearCourse";
			this.linkLabelClearCourse.Size = new System.Drawing.Size(29, 17);
			this.linkLabelClearCourse.TabIndex = 16;
			this.linkLabelClearCourse.TabStop = true;
			this.linkLabelClearCourse.Text = "清空";
			this.linkLabelClearCourse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelClearCourse_LinkClicked);
			// 
			// linkLabelUpdateCourse
			// 
			this.linkLabelUpdateCourse.AutoSize = true;
			this.linkLabelUpdateCourse.Location = new System.Drawing.Point(104, 184);
			this.linkLabelUpdateCourse.Name = "linkLabelUpdateCourse";
			this.linkLabelUpdateCourse.Size = new System.Drawing.Size(29, 17);
			this.linkLabelUpdateCourse.TabIndex = 15;
			this.linkLabelUpdateCourse.TabStop = true;
			this.linkLabelUpdateCourse.Text = "更新";
			this.linkLabelUpdateCourse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelUpdateCourse_LinkClicked);
			// 
			// linkLabelDelCourse
			// 
			this.linkLabelDelCourse.AutoSize = true;
			this.linkLabelDelCourse.Location = new System.Drawing.Point(56, 184);
			this.linkLabelDelCourse.Name = "linkLabelDelCourse";
			this.linkLabelDelCourse.Size = new System.Drawing.Size(29, 17);
			this.linkLabelDelCourse.TabIndex = 14;
			this.linkLabelDelCourse.TabStop = true;
			this.linkLabelDelCourse.Text = "删除";
			this.linkLabelDelCourse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelDelCourse_LinkClicked);
			// 
			// linkLabelAddCourse
			// 
			this.linkLabelAddCourse.AutoSize = true;
			this.linkLabelAddCourse.Location = new System.Drawing.Point(16, 184);
			this.linkLabelAddCourse.Name = "linkLabelAddCourse";
			this.linkLabelAddCourse.Size = new System.Drawing.Size(29, 17);
			this.linkLabelAddCourse.TabIndex = 13;
			this.linkLabelAddCourse.TabStop = true;
			this.linkLabelAddCourse.Text = "增加";
			this.linkLabelAddCourse.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAddCourse_LinkClicked);
			// 
			// txtCourseReMark
			// 
			this.txtCourseReMark.Location = new System.Drawing.Point(80, 136);
			this.txtCourseReMark.Multiline = true;
			this.txtCourseReMark.Name = "txtCourseReMark";
			this.txtCourseReMark.ReadOnly = true;
			this.txtCourseReMark.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.txtCourseReMark.Size = new System.Drawing.Size(88, 32);
			this.txtCourseReMark.TabIndex = 12;
			this.txtCourseReMark.Text = "";
			// 
			// labelCourseRemark
			// 
			this.labelCourseRemark.Location = new System.Drawing.Point(16, 144);
			this.labelCourseRemark.Name = "labelCourseRemark";
			this.labelCourseRemark.Size = new System.Drawing.Size(40, 16);
			this.labelCourseRemark.TabIndex = 11;
			this.labelCourseRemark.Text = "备注:";
			// 
			// dateTimePickerfinishCourse
			// 
			this.dateTimePickerfinishCourse.Location = new System.Drawing.Point(88, 120);
			this.dateTimePickerfinishCourse.Name = "dateTimePickerfinishCourse";
			this.dateTimePickerfinishCourse.Size = new System.Drawing.Size(80, 21);
			this.dateTimePickerfinishCourse.TabIndex = 10;
			// 
			// labelfinishCourse
			// 
			this.labelfinishCourse.AutoSize = true;
			this.labelfinishCourse.Location = new System.Drawing.Point(8, 128);
			this.labelfinishCourse.Name = "labelfinishCourse";
			this.labelfinishCourse.Size = new System.Drawing.Size(60, 17);
			this.labelfinishCourse.TabIndex = 9;
			this.labelfinishCourse.Text = "结束时间:";
			// 
			// dateTimePickerOpenCourse
			// 
			this.dateTimePickerOpenCourse.Location = new System.Drawing.Point(88, 96);
			this.dateTimePickerOpenCourse.Name = "dateTimePickerOpenCourse";
			this.dateTimePickerOpenCourse.Size = new System.Drawing.Size(80, 21);
			this.dateTimePickerOpenCourse.TabIndex = 8;
			// 
			// labelOpenCourse
			// 
			this.labelOpenCourse.AutoSize = true;
			this.labelOpenCourse.Location = new System.Drawing.Point(8, 96);
			this.labelOpenCourse.Name = "labelOpenCourse";
			this.labelOpenCourse.Size = new System.Drawing.Size(60, 17);
			this.labelOpenCourse.TabIndex = 7;
			this.labelOpenCourse.Text = "开课时间:";
			// 
			// labelCourseID
			// 
			this.labelCourseID.AutoSize = true;
			this.labelCourseID.Location = new System.Drawing.Point(0, 24);
			this.labelCourseID.Name = "labelCourseID";
			this.labelCourseID.Size = new System.Drawing.Size(60, 17);
			this.labelCourseID.TabIndex = 5;
			this.labelCourseID.Text = "课程编号:";
			// 
			// txtCourseID
			// 
			this.txtCourseID.Location = new System.Drawing.Point(80, 24);
			this.txtCourseID.Name = "txtCourseID";
			this.txtCourseID.ReadOnly = true;
			this.txtCourseID.TabIndex = 6;
			this.txtCourseID.Text = "";
			// 
			// labelCourseClassName
			// 
			this.labelCourseClassName.AutoSize = true;
			this.labelCourseClassName.Location = new System.Drawing.Point(0, 48);
			this.labelCourseClassName.Name = "labelCourseClassName";
			this.labelCourseClassName.Size = new System.Drawing.Size(48, 17);
			this.labelCourseClassName.TabIndex = 2;
			this.labelCourseClassName.Text = "班级名:";
			// 
			// comboBoxCourseClassName
			// 
			this.comboBoxCourseClassName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxCourseClassName.Location = new System.Drawing.Point(56, 48);
			this.comboBoxCourseClassName.Name = "comboBoxCourseClassName";
			this.comboBoxCourseClassName.Size = new System.Drawing.Size(128, 20);
			this.comboBoxCourseClassName.TabIndex = 1;
			// 
			// labelCourseSubjectName
			// 
			this.labelCourseSubjectName.AutoSize = true;
			this.labelCourseSubjectName.Location = new System.Drawing.Point(0, 72);
			this.labelCourseSubjectName.Name = "labelCourseSubjectName";
			this.labelCourseSubjectName.Size = new System.Drawing.Size(48, 17);
			this.labelCourseSubjectName.TabIndex = 3;
			this.labelCourseSubjectName.Text = "科目名:";
			// 
			// comboBoxCourseSubjectName
			// 
			this.comboBoxCourseSubjectName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxCourseSubjectName.Location = new System.Drawing.Point(64, 72);
			this.comboBoxCourseSubjectName.Name = "comboBoxCourseSubjectName";
			this.comboBoxCourseSubjectName.Size = new System.Drawing.Size(121, 20);
			this.comboBoxCourseSubjectName.TabIndex = 4;
			// 
			// listViewCourse
			// 
			this.listViewCourse.BackColor = System.Drawing.SystemColors.Info;
			this.listViewCourse.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																							 this.columnHeaderCourseID,
																							 this.columnHeaderCourseClassName,
																							 this.columnHeaderCourseSubject,
																							 this.columnHeaderbeginDate,
																							 this.columnHeaderfinishDate,
																							 this.columnHeaderCourseRemark});
			this.listViewCourse.FullRowSelect = true;
			this.listViewCourse.GridLines = true;
			this.listViewCourse.Location = new System.Drawing.Point(272, 16);
			this.listViewCourse.Name = "listViewCourse";
			this.listViewCourse.Size = new System.Drawing.Size(168, 208);
			this.listViewCourse.TabIndex = 0;
			this.listViewCourse.View = System.Windows.Forms.View.Details;
			this.listViewCourse.SelectedIndexChanged += new System.EventHandler(this.listViewCourse_SelectedIndexChanged);
			// 
			// columnHeaderCourseID
			// 
			this.columnHeaderCourseID.Text = "课程编号";
			// 
			// columnHeaderCourseClassName
			// 
			this.columnHeaderCourseClassName.Text = "班级姓名";
			// 
			// columnHeaderCourseSubject
			// 
			this.columnHeaderCourseSubject.Text = "科目信息";
			// 
			// columnHeaderbeginDate
			// 
			this.columnHeaderbeginDate.Text = "开课时间";
			// 
			// columnHeaderfinishDate
			// 
			this.columnHeaderfinishDate.Text = "结束时间";
			// 
			// columnHeaderCourseRemark
			// 
			this.columnHeaderCourseRemark.Text = "备注";
			// 
			// tabStudentDetails
			// 
			this.tabStudentDetails.Controls.Add(this.gbStudent);
			this.tabStudentDetails.Controls.Add(this.listViewStudent);
			this.tabStudentDetails.ImageIndex = 13;
			this.tabStudentDetails.Location = new System.Drawing.Point(4, 23);
			this.tabStudentDetails.Name = "tabStudentDetails";
			this.tabStudentDetails.Size = new System.Drawing.Size(456, 229);
			this.tabStudentDetails.TabIndex = 2;
			this.tabStudentDetails.Text = "学生信息";
			// 
			// gbStudent
			// 
			this.gbStudent.Controls.Add(this.linkLabelClearStudent);
			this.gbStudent.Controls.Add(this.linkLabelUpdateStudent);
			this.gbStudent.Controls.Add(this.linkLabelDelStudent);
			this.gbStudent.Controls.Add(this.linkLabelAddStudent);
			this.gbStudent.Controls.Add(this.txtStudentRemark);
			this.gbStudent.Controls.Add(this.cbmStudentClass);
			this.gbStudent.Controls.Add(this.dtpBirthday);

⌨️ 快捷键说明

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