📄 classeditfrm.designer.cs
字号:
namespace SchoolManageprj
{
partial class ClassEditFrm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassEditFrm));
this.label1 = new System.Windows.Forms.Label();
this.txtClassName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.cmbSchoolName = new System.Windows.Forms.ComboBox();
this.dtpStarDate = new System.Windows.Forms.DateTimePicker();
this.rdbtnFirstQ = new System.Windows.Forms.RadioButton();
this.rdbtnScondQ = new System.Windows.Forms.RadioButton();
this.rdbtnThirdQ = new System.Windows.Forms.RadioButton();
this.txtClassCount = new System.Windows.Forms.TextBox();
this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
this.cmbClassMaster = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.txtMeno = new System.Windows.Forms.TextBox();
this.btnOk = new System.Windows.Forms.Button();
this.btnConcel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(59, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "班级号:";
//
// txtClassName
//
this.txtClassName.Location = new System.Drawing.Point(118, 18);
this.txtClassName.Name = "txtClassName";
this.txtClassName.Size = new System.Drawing.Size(176, 21);
this.txtClassName.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(47, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "所在校区:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(47, 89);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "开班时间:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(71, 117);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 0;
this.label4.Text = "学期:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(47, 147);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 0;
this.label5.Text = "班级人数:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(47, 179);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 0;
this.label6.Text = "结束时间:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(59, 214);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 0;
this.label7.Text = "班主任:";
//
// cmbSchoolName
//
this.cmbSchoolName.FormattingEnabled = true;
this.cmbSchoolName.Location = new System.Drawing.Point(118, 53);
this.cmbSchoolName.Name = "cmbSchoolName";
this.cmbSchoolName.Size = new System.Drawing.Size(176, 20);
this.cmbSchoolName.TabIndex = 2;
this.cmbSchoolName.SelectedIndexChanged += new System.EventHandler(this.cmbSchoolName_SelectedIndexChanged);
//
// dtpStarDate
//
this.dtpStarDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpStarDate.Location = new System.Drawing.Point(118, 85);
this.dtpStarDate.Name = "dtpStarDate";
this.dtpStarDate.Size = new System.Drawing.Size(176, 21);
this.dtpStarDate.TabIndex = 3;
this.dtpStarDate.ValueChanged += new System.EventHandler(this.dtpStarDate_ValueChanged);
//
// rdbtnFirstQ
//
this.rdbtnFirstQ.AutoSize = true;
this.rdbtnFirstQ.Location = new System.Drawing.Point(118, 117);
this.rdbtnFirstQ.Name = "rdbtnFirstQ";
this.rdbtnFirstQ.Size = new System.Drawing.Size(47, 16);
this.rdbtnFirstQ.TabIndex = 4;
this.rdbtnFirstQ.TabStop = true;
this.rdbtnFirstQ.Tag = "1";
this.rdbtnFirstQ.Text = "一期";
this.rdbtnFirstQ.UseVisualStyleBackColor = true;
this.rdbtnFirstQ.CheckedChanged += new System.EventHandler(this.rdbtnFirstQ_CheckedChanged);
//
// rdbtnScondQ
//
this.rdbtnScondQ.AutoSize = true;
this.rdbtnScondQ.Location = new System.Drawing.Point(180, 117);
this.rdbtnScondQ.Name = "rdbtnScondQ";
this.rdbtnScondQ.Size = new System.Drawing.Size(47, 16);
this.rdbtnScondQ.TabIndex = 4;
this.rdbtnScondQ.TabStop = true;
this.rdbtnScondQ.Tag = "2";
this.rdbtnScondQ.Text = "二期";
this.rdbtnScondQ.UseVisualStyleBackColor = true;
this.rdbtnScondQ.CheckedChanged += new System.EventHandler(this.rdbtnScondQ_CheckedChanged);
//
// rdbtnThirdQ
//
this.rdbtnThirdQ.AutoSize = true;
this.rdbtnThirdQ.Location = new System.Drawing.Point(247, 117);
this.rdbtnThirdQ.Name = "rdbtnThirdQ";
this.rdbtnThirdQ.Size = new System.Drawing.Size(47, 16);
this.rdbtnThirdQ.TabIndex = 4;
this.rdbtnThirdQ.TabStop = true;
this.rdbtnThirdQ.Tag = "3";
this.rdbtnThirdQ.Text = "三期";
this.rdbtnThirdQ.UseVisualStyleBackColor = true;
this.rdbtnThirdQ.CheckedChanged += new System.EventHandler(this.rdbtnThirdQ_CheckedChanged);
//
// txtClassCount
//
this.txtClassCount.Location = new System.Drawing.Point(118, 144);
this.txtClassCount.MaxLength = 2;
this.txtClassCount.Name = "txtClassCount";
this.txtClassCount.Size = new System.Drawing.Size(32, 21);
this.txtClassCount.TabIndex = 5;
this.txtClassCount.TextChanged += new System.EventHandler(this.txtClassCount_TextChanged);
this.txtClassCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtClassCount_KeyPress);
//
// dtpEndDate
//
this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpEndDate.Location = new System.Drawing.Point(118, 175);
this.dtpEndDate.Name = "dtpEndDate";
this.dtpEndDate.Size = new System.Drawing.Size(176, 21);
this.dtpEndDate.TabIndex = 3;
this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpEndDate_ValueChanged);
//
// cmbClassMaster
//
this.cmbClassMaster.FormattingEnabled = true;
this.cmbClassMaster.Location = new System.Drawing.Point(118, 211);
this.cmbClassMaster.Name = "cmbClassMaster";
this.cmbClassMaster.Size = new System.Drawing.Size(176, 20);
this.cmbClassMaster.TabIndex = 6;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(71, 249);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 0;
this.label8.Text = "备注:";
//
// txtMeno
//
this.txtMeno.Location = new System.Drawing.Point(118, 246);
this.txtMeno.Multiline = true;
this.txtMeno.Name = "txtMeno";
this.txtMeno.Size = new System.Drawing.Size(176, 73);
this.txtMeno.TabIndex = 7;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(118, 333);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 8;
this.btnOk.Text = "确定";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnConcel
//
this.btnConcel.Location = new System.Drawing.Point(219, 333);
this.btnConcel.Name = "btnConcel";
this.btnConcel.Size = new System.Drawing.Size(75, 23);
this.btnConcel.TabIndex = 9;
this.btnConcel.Text = "取消";
this.btnConcel.UseVisualStyleBackColor = true;
this.btnConcel.Click += new System.EventHandler(this.btnConcel_Click);
//
// ClassEditFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(330, 368);
this.Controls.Add(this.btnConcel);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.txtMeno);
this.Controls.Add(this.cmbClassMaster);
this.Controls.Add(this.txtClassCount);
this.Controls.Add(this.rdbtnThirdQ);
this.Controls.Add(this.rdbtnScondQ);
this.Controls.Add(this.rdbtnFirstQ);
this.Controls.Add(this.dtpEndDate);
this.Controls.Add(this.dtpStarDate);
this.Controls.Add(this.cmbSchoolName);
this.Controls.Add(this.txtClassName);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "ClassEditFrm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "班级编辑窗体";
this.Load += new System.EventHandler(this.ClassEditFrm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtClassName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cmbSchoolName;
private System.Windows.Forms.DateTimePicker dtpStarDate;
private System.Windows.Forms.RadioButton rdbtnFirstQ;
private System.Windows.Forms.RadioButton rdbtnScondQ;
private System.Windows.Forms.RadioButton rdbtnThirdQ;
private System.Windows.Forms.TextBox txtClassCount;
private System.Windows.Forms.DateTimePicker dtpEndDate;
private System.Windows.Forms.ComboBox cmbClassMaster;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtMeno;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnConcel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -