|
|
namespace Sql
|
|
|
{
|
|
|
partial class Form1
|
|
|
{
|
|
|
/// <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();
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// textBox1
|
|
|
//
|
|
|
this.textBox1.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.textBox1.Location = new System.Drawing.Point(391, 68);
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.textBox1.Multiline = true;
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
this.textBox1.Size = new System.Drawing.Size(281, 42);
|
|
|
this.textBox1.TabIndex = 2;
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label1.Location = new System.Drawing.Point(262, 72);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(117, 33);
|
|
|
this.label1.TabIndex = 1;
|
|
|
this.label1.Text = "账号:";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label2.Location = new System.Drawing.Point(262, 163);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(117, 33);
|
|
|
this.label2.TabIndex = 2;
|
|
|
this.label2.Text = "密码:";
|
|
|
//
|
|
|
// textBox2
|
|
|
//
|
|
|
this.textBox2.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.textBox2.Location = new System.Drawing.Point(391, 159);
|
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.textBox2.Multiline = true;
|
|
|
this.textBox2.Name = "textBox2";
|
|
|
this.textBox2.PasswordChar = '*';
|
|
|
this.textBox2.Size = new System.Drawing.Size(281, 42);
|
|
|
this.textBox2.TabIndex = 3;
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
this.button1.Font = new System.Drawing.Font("楷体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button1.Location = new System.Drawing.Point(268, 338);
|
|
|
this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(180, 54);
|
|
|
this.button1.TabIndex = 5;
|
|
|
this.button1.Text = "登录";
|
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
// comboBox1
|
|
|
//
|
|
|
this.comboBox1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
this.comboBox1.DropDownHeight = 150;
|
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.comboBox1.Font = new System.Drawing.Font("微软雅黑 Light", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.comboBox1.FormattingEnabled = true;
|
|
|
this.comboBox1.IntegralHeight = false;
|
|
|
this.comboBox1.ItemHeight = 36;
|
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
|
"学生",
|
|
|
"管理员"});
|
|
|
this.comboBox1.Location = new System.Drawing.Point(390, 245);
|
|
|
this.comboBox1.Name = "comboBox1";
|
|
|
this.comboBox1.Size = new System.Drawing.Size(281, 44);
|
|
|
this.comboBox1.TabIndex = 4;
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label3.Location = new System.Drawing.Point(267, 245);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(117, 33);
|
|
|
this.label3.TabIndex = 10;
|
|
|
this.label3.Text = "权限:";
|
|
|
//
|
|
|
// timer1
|
|
|
//
|
|
|
this.timer1.Interval = 10;
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
//
|
|
|
// button3
|
|
|
//
|
|
|
this.button3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
this.button3.Font = new System.Drawing.Font("楷体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button3.Location = new System.Drawing.Point(492, 338);
|
|
|
this.button3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.button3.Name = "button3";
|
|
|
this.button3.Size = new System.Drawing.Size(180, 54);
|
|
|
this.button3.TabIndex = 11;
|
|
|
this.button3.Text = "退出";
|
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
//
|
|
|
// button4
|
|
|
//
|
|
|
this.button4.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
this.button4.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button4.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
this.button4.Location = new System.Drawing.Point(676, 68);
|
|
|
this.button4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.button4.Name = "button4";
|
|
|
this.button4.Size = new System.Drawing.Size(42, 42);
|
|
|
this.button4.TabIndex = 12;
|
|
|
this.button4.Text = "X";
|
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
|
//
|
|
|
// button6
|
|
|
//
|
|
|
this.button6.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
this.button6.Font = new System.Drawing.Font("楷体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.button6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
this.button6.Location = new System.Drawing.Point(676, 159);
|
|
|
this.button6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.button6.Name = "button6";
|
|
|
this.button6.Size = new System.Drawing.Size(42, 42);
|
|
|
this.button6.TabIndex = 14;
|
|
|
this.button6.Text = "X";
|
|
|
this.button6.UseVisualStyleBackColor = false;
|
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
|
//
|
|
|
// pictureBox1
|
|
|
//
|
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
this.pictureBox1.ErrorImage = null;
|
|
|
this.pictureBox1.Image = global::Sql.Properties.Resources._281ff8591fc479d8efc38bc5bc03acdd;
|
|
|
this.pictureBox1.InitialImage = null;
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(38, 68);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(225, 227);
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox1.TabIndex = 9;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
|
|
//
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(738, 444);
|
|
|
this.Controls.Add(this.button6);
|
|
|
this.Controls.Add(this.button4);
|
|
|
this.Controls.Add(this.button3);
|
|
|
this.Controls.Add(this.label3);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
this.Controls.Add(this.comboBox1);
|
|
|
this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(this.textBox2);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.textBox1);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.MaximumSize = new System.Drawing.Size(760, 500);
|
|
|
this.MinimumSize = new System.Drawing.Size(760, 500);
|
|
|
this.Name = "Form1";
|
|
|
this.Text = "桂林电子科技大学图书馆管理系统 By:G13小组";
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
private System.Windows.Forms.Button button6;
|
|
|
}
|
|
|
}
|
|
|
|