📄 student.designer.cs
字号:
namespace 学籍管理系统
{
partial class student
{
/// <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.bar1 = new DevComponents.DotNetBar.Bar();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
this.del = new DevComponents.DotNetBar.ButtonItem();
this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.txmajor = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txxb = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txname = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txxh = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// bar1
//
this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.buttonItem1,
this.buttonItem2,
this.del,
this.buttonItem4});
this.bar1.Location = new System.Drawing.Point(0, 0);
this.bar1.Name = "bar1";
this.bar1.Size = new System.Drawing.Size(656, 25);
this.bar1.Stretch = true;
this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.bar1.TabIndex = 0;
this.bar1.TabStop = false;
this.bar1.Text = "bar1";
this.bar1.ItemClick += new System.EventHandler(this.bar1_ItemClick);
//
// buttonItem1
//
this.buttonItem1.ImagePaddingHorizontal = 8;
this.buttonItem1.Name = "buttonItem1";
this.buttonItem1.Text = "添加";
this.buttonItem1.Click += new System.EventHandler(this.buttonItem1_Click);
//
// buttonItem2
//
this.buttonItem2.ImagePaddingHorizontal = 8;
this.buttonItem2.Name = "buttonItem2";
this.buttonItem2.Text = "修改";
this.buttonItem2.Click += new System.EventHandler(this.buttonItem2_Click);
//
// del
//
this.del.ImagePaddingHorizontal = 8;
this.del.Name = "del";
this.del.Text = "删除";
this.del.Click += new System.EventHandler(this.del_Click);
//
// buttonItem4
//
this.buttonItem4.ImagePaddingHorizontal = 8;
this.buttonItem4.Name = "buttonItem4";
this.buttonItem4.Text = "退出";
this.buttonItem4.Click += new System.EventHandler(this.buttonItem4_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.81707F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80.18293F));
this.tableLayoutPanel1.Controls.Add(this.panelEx1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 25);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(656, 361);
this.tableLayoutPanel1.TabIndex = 1;
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.Controls.Add(this.txmajor);
this.panelEx1.Controls.Add(this.txxb);
this.panelEx1.Controls.Add(this.txname);
this.panelEx1.Controls.Add(this.txxh);
this.panelEx1.Controls.Add(this.labelX4);
this.panelEx1.Controls.Add(this.labelX3);
this.panelEx1.Controls.Add(this.labelX2);
this.panelEx1.Controls.Add(this.labelX1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(3, 3);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(123, 355);
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 = 0;
this.panelEx1.Click += new System.EventHandler(this.panelEx1_Click);
//
// txmajor
//
//
//
//
this.txmajor.Border.Class = "TextBoxBorder";
this.txmajor.Location = new System.Drawing.Point(17, 141);
this.txmajor.Name = "txmajor";
this.txmajor.Size = new System.Drawing.Size(93, 21);
this.txmajor.TabIndex = 7;
//
// txxb
//
//
//
//
this.txxb.Border.Class = "TextBoxBorder";
this.txxb.Location = new System.Drawing.Point(19, 192);
this.txxb.Name = "txxb";
this.txxb.Size = new System.Drawing.Size(91, 21);
this.txxb.TabIndex = 8;
//
// txname
//
//
//
//
this.txname.Border.Class = "TextBoxBorder";
this.txname.Location = new System.Drawing.Point(17, 94);
this.txname.Name = "txname";
this.txname.Size = new System.Drawing.Size(94, 21);
this.txname.TabIndex = 6;
//
// txxh
//
//
//
//
this.txxh.Border.Class = "TextBoxBorder";
this.txxh.Location = new System.Drawing.Point(17, 48);
this.txxh.Name = "txxh";
this.txxh.Size = new System.Drawing.Size(93, 21);
this.txxh.TabIndex = 5;
//
// labelX4
//
this.labelX4.Location = new System.Drawing.Point(9, 168);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(63, 26);
this.labelX4.TabIndex = 3;
this.labelX4.Text = "院系";
//
// labelX3
//
this.labelX3.Location = new System.Drawing.Point(9, 119);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(65, 25);
this.labelX3.TabIndex = 2;
this.labelX3.Text = "专业";
//
// labelX2
//
this.labelX2.Location = new System.Drawing.Point(9, 73);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(48, 18);
this.labelX2.TabIndex = 1;
this.labelX2.Text = "姓名";
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(9, 29);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(63, 23);
this.labelX1.TabIndex = 0;
this.labelX1.Text = "学号";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(132, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(521, 355);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick_2);
//
// student
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(656, 386);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.bar1);
this.Name = "student";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "学生管理";
this.Load += new System.EventHandler(this.student_Load);
((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Bar bar1;
private DevComponents.DotNetBar.ButtonItem buttonItem1;
private DevComponents.DotNetBar.ButtonItem buttonItem2;
private DevComponents.DotNetBar.ButtonItem del;
private DevComponents.DotNetBar.ButtonItem buttonItem4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private DevComponents.DotNetBar.PanelEx panelEx1;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.TextBoxX txxb;
private DevComponents.DotNetBar.Controls.TextBoxX txname;
private DevComponents.DotNetBar.Controls.TextBoxX txxh;
private DevComponents.DotNetBar.Controls.TextBoxX txmajor;
private System.Windows.Forms.DataGridView dataGridView1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -