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.
250 lines
12 KiB
250 lines
12 KiB
|
|
namespace Sql
|
|
{
|
|
partial class Form311
|
|
{
|
|
/// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.添加图书ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.删除图书ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.修改图书信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
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.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.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.Column7,
|
|
this.Column8});
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 32);
|
|
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(800, 387);
|
|
this.dataGridView1.TabIndex = 5;
|
|
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
|
|
//
|
|
// 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(800, 32);
|
|
this.menuStrip1.TabIndex = 3;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// 添加图书ToolStripMenuItem
|
|
//
|
|
this.添加图书ToolStripMenuItem.Name = "添加图书ToolStripMenuItem";
|
|
this.添加图书ToolStripMenuItem.Size = new System.Drawing.Size(98, 28);
|
|
this.添加图书ToolStripMenuItem.Text = "添加图书";
|
|
this.添加图书ToolStripMenuItem.Click += new System.EventHandler(this.添加图书ToolStripMenuItem_Click);
|
|
//
|
|
// 删除图书ToolStripMenuItem
|
|
//
|
|
this.删除图书ToolStripMenuItem.Name = "删除图书ToolStripMenuItem";
|
|
this.删除图书ToolStripMenuItem.Size = new System.Drawing.Size(98, 28);
|
|
this.删除图书ToolStripMenuItem.Text = "删除图书";
|
|
this.删除图书ToolStripMenuItem.Click += new System.EventHandler(this.删除图书ToolStripMenuItem_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.toolStripStatusLabel3,
|
|
this.toolStripStatusLabel2});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 419);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(800, 31);
|
|
this.statusStrip1.TabIndex = 4;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(208, 24);
|
|
this.toolStripStatusLabel1.Text = "欢迎使用图书馆管理系统";
|
|
//
|
|
// toolStripStatusLabel3
|
|
//
|
|
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
|
|
this.toolStripStatusLabel3.Size = new System.Drawing.Size(160, 24);
|
|
this.toolStripStatusLabel3.Text = " ";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(52, 24);
|
|
this.toolStripStatusLabel2.Text = "Time";
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// 修改图书信息ToolStripMenuItem
|
|
//
|
|
this.修改图书信息ToolStripMenuItem.Name = "修改图书信息ToolStripMenuItem";
|
|
this.修改图书信息ToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
|
|
this.修改图书信息ToolStripMenuItem.Text = "修改图书信息";
|
|
//
|
|
// 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;
|
|
//
|
|
// Column7
|
|
//
|
|
this.Column7.HeaderText = "图书类型";
|
|
this.Column7.MinimumWidth = 8;
|
|
this.Column7.Name = "Column7";
|
|
this.Column7.ReadOnly = true;
|
|
//
|
|
// Column8
|
|
//
|
|
this.Column8.HeaderText = "图书状态";
|
|
this.Column8.MinimumWidth = 8;
|
|
this.Column8.Name = "Column8";
|
|
this.Column8.ReadOnly = true;
|
|
//
|
|
// Form311
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Name = "Form311";
|
|
this.Text = "图书信息管理";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 添加图书ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 删除图书ToolStripMenuItem;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
private System.Windows.Forms.Timer timer1;
|
|
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;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
|
|
}
|
|
} |