You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
332 lines
17 KiB
332 lines
17 KiB
|
|
namespace Sql
|
|
{
|
|
partial class Form2
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.信息管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.添加学生信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.修改学生信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.删除学生信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.系统ToolStripMenuItem,
|
|
this.信息管理ToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(852, 32);
|
|
this.menuStrip1.TabIndex = 0;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// 系统ToolStripMenuItem
|
|
//
|
|
this.系统ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.退出ToolStripMenuItem});
|
|
this.系统ToolStripMenuItem.Name = "系统ToolStripMenuItem";
|
|
this.系统ToolStripMenuItem.Size = new System.Drawing.Size(62, 28);
|
|
this.系统ToolStripMenuItem.Text = "系统";
|
|
//
|
|
// 退出ToolStripMenuItem
|
|
//
|
|
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
|
|
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(218, 34);
|
|
this.退出ToolStripMenuItem.Text = "更换账户登录";
|
|
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
|
|
//
|
|
// 信息管理ToolStripMenuItem
|
|
//
|
|
this.信息管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.添加学生信息ToolStripMenuItem,
|
|
this.修改学生信息ToolStripMenuItem,
|
|
this.删除学生信息ToolStripMenuItem});
|
|
this.信息管理ToolStripMenuItem.Name = "信息管理ToolStripMenuItem";
|
|
this.信息管理ToolStripMenuItem.Size = new System.Drawing.Size(98, 28);
|
|
this.信息管理ToolStripMenuItem.Text = "信息管理";
|
|
//
|
|
// 添加学生信息ToolStripMenuItem
|
|
//
|
|
this.添加学生信息ToolStripMenuItem.Name = "添加学生信息ToolStripMenuItem";
|
|
this.添加学生信息ToolStripMenuItem.Size = new System.Drawing.Size(218, 34);
|
|
this.添加学生信息ToolStripMenuItem.Text = "添加学生信息";
|
|
this.添加学生信息ToolStripMenuItem.Click += new System.EventHandler(this.添加学生信息ToolStripMenuItem_Click);
|
|
//
|
|
// 修改学生信息ToolStripMenuItem
|
|
//
|
|
this.修改学生信息ToolStripMenuItem.Name = "修改学生信息ToolStripMenuItem";
|
|
this.修改学生信息ToolStripMenuItem.Size = new System.Drawing.Size(218, 34);
|
|
this.修改学生信息ToolStripMenuItem.Text = "修改学生信息";
|
|
this.修改学生信息ToolStripMenuItem.Click += new System.EventHandler(this.修改学生信息ToolStripMenuItem_Click);
|
|
//
|
|
// 删除学生信息ToolStripMenuItem
|
|
//
|
|
this.删除学生信息ToolStripMenuItem.Name = "删除学生信息ToolStripMenuItem";
|
|
this.删除学生信息ToolStripMenuItem.Size = new System.Drawing.Size(218, 34);
|
|
this.删除学生信息ToolStripMenuItem.Text = "删除学生信息";
|
|
this.删除学生信息ToolStripMenuItem.Click += new System.EventHandler(this.删除学生信息ToolStripMenuItem_Click);
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripButton1,
|
|
this.toolStripButton2,
|
|
this.toolStripButton3,
|
|
this.toolStripButton4});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 32);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Size = new System.Drawing.Size(852, 33);
|
|
this.toolStrip1.TabIndex = 1;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton1.Image = global::Sql.Properties.Resources.OIP__1_;
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(34, 28);
|
|
this.toolStripButton1.Text = "添加学生信息";
|
|
this.toolStripButton1.Click += new System.EventHandler(this.添加学生信息ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripButton2
|
|
//
|
|
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton2.Image = global::Sql.Properties.Resources._8ae4ff6e_E773664_ab5bd2c5;
|
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton2.Name = "toolStripButton2";
|
|
this.toolStripButton2.Size = new System.Drawing.Size(34, 28);
|
|
this.toolStripButton2.Text = "删除学生信息";
|
|
this.toolStripButton2.Click += new System.EventHandler(this.删除学生信息ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripButton3
|
|
//
|
|
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton3.Image = global::Sql.Properties.Resources._9b554143b1bcd74106747ab848ca280f;
|
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton3.Name = "toolStripButton3";
|
|
this.toolStripButton3.Size = new System.Drawing.Size(34, 28);
|
|
this.toolStripButton3.Text = "修改学生信息";
|
|
this.toolStripButton3.Click += new System.EventHandler(this.修改学生信息ToolStripMenuItem_Click);
|
|
//
|
|
// toolStripButton4
|
|
//
|
|
this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton4.Image = global::Sql.Properties.Resources.t01b34dced1b5dbeaac;
|
|
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton4.Name = "toolStripButton4";
|
|
this.toolStripButton4.Size = new System.Drawing.Size(34, 28);
|
|
this.toolStripButton4.Text = "刷新";
|
|
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.toolStripStatusLabel2,
|
|
this.toolStripStatusLabel3});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 502);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(852, 31);
|
|
this.statusStrip1.TabIndex = 2;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(190, 24);
|
|
this.toolStripStatusLabel1.Text = "欢迎登陆图书管理系统";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(0, 24);
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(52, 24);
|
|
this.toolStripStatusLabel3.Text = "Time";
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AllowUserToOrderColumns = true;
|
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Column1,
|
|
this.Column2,
|
|
this.Column3,
|
|
this.Column4,
|
|
this.Column5,
|
|
this.Column6});
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 65);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowHeadersWidth = 62;
|
|
this.dataGridView1.RowTemplate.Height = 30;
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new System.Drawing.Size(852, 437);
|
|
this.dataGridView1.TabIndex = 3;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.HeaderText = "学号";
|
|
this.Column1.MinimumWidth = 8;
|
|
this.Column1.Name = "Column1";
|
|
this.Column1.ReadOnly = true;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.HeaderText = "姓名";
|
|
this.Column2.MinimumWidth = 8;
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.HeaderText = "班级";
|
|
this.Column3.MinimumWidth = 8;
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
//
|
|
// Column4
|
|
//
|
|
this.Column4.HeaderText = "登录密码";
|
|
this.Column4.MinimumWidth = 8;
|
|
this.Column4.Name = "Column4";
|
|
this.Column4.ReadOnly = true;
|
|
//
|
|
// Column5
|
|
//
|
|
this.Column5.HeaderText = "电话号码";
|
|
this.Column5.MinimumWidth = 8;
|
|
this.Column5.Name = "Column5";
|
|
this.Column5.ReadOnly = true;
|
|
//
|
|
// Column6
|
|
//
|
|
this.Column6.HeaderText = "电子邮件";
|
|
this.Column6.MinimumWidth = 8;
|
|
this.Column6.Name = "Column6";
|
|
this.Column6.ReadOnly = true;
|
|
//
|
|
// Form2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(852, 533);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "Form2";
|
|
this.Text = "学生信息管理";
|
|
this.Load += new System.EventHandler(this.Form2_Load);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 系统ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 信息管理ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 添加学生信息ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 修改学生信息ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除学生信息ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
|
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
}
|
|
} |