📄 classinfolistform.designer.cs
字号:
namespace SchoolManageprj
{
partial class ClassInfoListForm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassInfoListForm));
this.dgvClassInfo = new System.Windows.Forms.DataGridView();
this.ctmsRightKey = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiUpdate = new System.Windows.Forms.ToolStripMenuItem();
this.btnAddClassInfo = new System.Windows.Forms.Button();
this.btnUpdataClassInfo = new System.Windows.Forms.Button();
this.btnSearchClassIfo = new System.Windows.Forms.Button();
this.cmbFirstInfo = new System.Windows.Forms.ComboBox();
this.cmbScondInfo = new System.Windows.Forms.ComboBox();
this.btnClose = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvClassInfo)).BeginInit();
this.ctmsRightKey.SuspendLayout();
this.SuspendLayout();
//
// dgvClassInfo
//
this.dgvClassInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvClassInfo.ContextMenuStrip = this.ctmsRightKey;
this.dgvClassInfo.Location = new System.Drawing.Point(1, 1);
this.dgvClassInfo.Name = "dgvClassInfo";
this.dgvClassInfo.RowTemplate.Height = 23;
this.dgvClassInfo.Size = new System.Drawing.Size(635, 285);
this.dgvClassInfo.TabIndex = 0;
//
// ctmsRightKey
//
this.ctmsRightKey.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiUpdate});
this.ctmsRightKey.Name = "ctmsRightKey";
this.ctmsRightKey.Size = new System.Drawing.Size(101, 26);
//
// tsmiUpdate
//
this.tsmiUpdate.Name = "tsmiUpdate";
this.tsmiUpdate.Size = new System.Drawing.Size(100, 22);
this.tsmiUpdate.Text = "修改";
this.tsmiUpdate.Click += new System.EventHandler(this.tsmiUpdate_Click);
//
// btnAddClassInfo
//
this.btnAddClassInfo.Location = new System.Drawing.Point(12, 297);
this.btnAddClassInfo.Name = "btnAddClassInfo";
this.btnAddClassInfo.Size = new System.Drawing.Size(75, 23);
this.btnAddClassInfo.TabIndex = 1;
this.btnAddClassInfo.Text = "添加";
this.btnAddClassInfo.UseVisualStyleBackColor = true;
this.btnAddClassInfo.Click += new System.EventHandler(this.btnAddClassInfo_Click);
//
// btnUpdataClassInfo
//
this.btnUpdataClassInfo.Location = new System.Drawing.Point(105, 297);
this.btnUpdataClassInfo.Name = "btnUpdataClassInfo";
this.btnUpdataClassInfo.Size = new System.Drawing.Size(75, 23);
this.btnUpdataClassInfo.TabIndex = 1;
this.btnUpdataClassInfo.Text = "修改";
this.btnUpdataClassInfo.UseVisualStyleBackColor = true;
this.btnUpdataClassInfo.Click += new System.EventHandler(this.btnUpdataClassInfo_Click);
//
// btnSearchClassIfo
//
this.btnSearchClassIfo.Location = new System.Drawing.Point(467, 297);
this.btnSearchClassIfo.Name = "btnSearchClassIfo";
this.btnSearchClassIfo.Size = new System.Drawing.Size(75, 23);
this.btnSearchClassIfo.TabIndex = 1;
this.btnSearchClassIfo.Text = "查询";
this.btnSearchClassIfo.UseVisualStyleBackColor = true;
this.btnSearchClassIfo.Click += new System.EventHandler(this.btnSearchClassIfo_Click);
//
// cmbFirstInfo
//
this.cmbFirstInfo.FormattingEnabled = true;
this.cmbFirstInfo.Location = new System.Drawing.Point(204, 298);
this.cmbFirstInfo.Name = "cmbFirstInfo";
this.cmbFirstInfo.Size = new System.Drawing.Size(121, 20);
this.cmbFirstInfo.TabIndex = 2;
this.cmbFirstInfo.SelectedIndexChanged += new System.EventHandler(this.cmbFirstInfo_SelectedIndexChanged);
//
// cmbScondInfo
//
this.cmbScondInfo.FormattingEnabled = true;
this.cmbScondInfo.Location = new System.Drawing.Point(340, 298);
this.cmbScondInfo.Name = "cmbScondInfo";
this.cmbScondInfo.Size = new System.Drawing.Size(121, 20);
this.cmbScondInfo.TabIndex = 3;
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(557, 297);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// ClassInfoListForm
//
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(640, 332);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.cmbScondInfo);
this.Controls.Add(this.cmbFirstInfo);
this.Controls.Add(this.btnSearchClassIfo);
this.Controls.Add(this.btnUpdataClassInfo);
this.Controls.Add(this.btnAddClassInfo);
this.Controls.Add(this.dgvClassInfo);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "ClassInfoListForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "班级管理";
this.Load += new System.EventHandler(this.ClassInfofrm_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvClassInfo)).EndInit();
this.ctmsRightKey.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgvClassInfo;
private System.Windows.Forms.Button btnAddClassInfo;
private System.Windows.Forms.Button btnUpdataClassInfo;
private System.Windows.Forms.Button btnSearchClassIfo;
private System.Windows.Forms.ComboBox cmbFirstInfo;
private System.Windows.Forms.ComboBox cmbScondInfo;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.ContextMenuStrip ctmsRightKey;
private System.Windows.Forms.ToolStripMenuItem tsmiUpdate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -