📄 freaderclassify.designer.cs
字号:
namespace Library
{
partial class fReaderClassify
{
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.tbdtypeno = new System.Windows.Forms.TextBox();
this.tbdtypename = new System.Windows.Forms.TextBox();
this.tbsumofbook = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tbsumofdate = new System.Windows.Forms.TextBox();
this.ClassifyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Classifyname = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SumofBook = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SumofDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripDropDownButton1,
this.toolStripButton3,
this.toolStripButton5});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(449, 51);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.Image = global::Library.Properties.Resources._236;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(36, 48);
this.toolStripButton1.Text = "新增";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton2
//
this.toolStripButton2.Image = global::Library.Properties.Resources._063;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(36, 48);
this.toolStripButton2.Text = "删除";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripDropDownButton1
//
this.toolStripDropDownButton1.Image = global::Library.Properties.Resources._145;
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 48);
this.toolStripDropDownButton1.Text = "刷新";
this.toolStripDropDownButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripDropDownButton1.Click += new System.EventHandler(this.toolStripDropDownButton1_Click);
//
// toolStripButton3
//
this.toolStripButton3.Image = global::Library.Properties.Resources._31;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(36, 48);
this.toolStripButton3.Text = "修改";
this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton5
//
this.toolStripButton5.Image = global::Library.Properties.Resources._098;
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(36, 48);
this.toolStripButton5.Text = "退出";
this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ClassifyID,
this.Classifyname,
this.SumofBook,
this.SumofDate});
this.dataGridView1.Location = new System.Drawing.Point(0, 133);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(445, 228);
this.dataGridView1.TabIndex = 4;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(14, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 14);
this.label2.TabIndex = 5;
this.label2.Text = "读者类型号";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(230, 70);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(91, 14);
this.label3.TabIndex = 6;
this.label3.Text = "读者类型名称";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(8, 108);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(91, 14);
this.label4.TabIndex = 7;
this.label4.Text = "可借图书册数";
//
// tbdtypeno
//
this.tbdtypeno.Location = new System.Drawing.Point(106, 68);
this.tbdtypeno.Name = "tbdtypeno";
this.tbdtypeno.ReadOnly = true;
this.tbdtypeno.Size = new System.Drawing.Size(111, 21);
this.tbdtypeno.TabIndex = 8;
//
// tbdtypename
//
this.tbdtypename.Location = new System.Drawing.Point(334, 68);
this.tbdtypename.Name = "tbdtypename";
this.tbdtypename.Size = new System.Drawing.Size(111, 21);
this.tbdtypename.TabIndex = 9;
//
// tbsumofbook
//
this.tbsumofbook.Location = new System.Drawing.Point(106, 108);
this.tbsumofbook.Name = "tbsumofbook";
this.tbsumofbook.Size = new System.Drawing.Size(111, 21);
this.tbsumofbook.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(249, 107);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 11;
this.label1.Text = "可借天数";
//
// tbsumofdate
//
this.tbsumofdate.Location = new System.Drawing.Point(334, 100);
this.tbsumofdate.Name = "tbsumofdate";
this.tbsumofdate.Size = new System.Drawing.Size(111, 21);
this.tbsumofdate.TabIndex = 12;
//
// ClassifyID
//
this.ClassifyID.DataPropertyName = "ClassifyID";
this.ClassifyID.HeaderText = "读者类型号";
this.ClassifyID.Name = "ClassifyID";
this.ClassifyID.ReadOnly = true;
this.ClassifyID.Width = 150;
//
// Classifyname
//
this.Classifyname.DataPropertyName = "Classifyname";
this.Classifyname.HeaderText = "读者类型名称";
this.Classifyname.Name = "Classifyname";
this.Classifyname.ReadOnly = true;
this.Classifyname.Width = 150;
//
// SumofBook
//
this.SumofBook.DataPropertyName = "SumofBook";
this.SumofBook.HeaderText = "可借图书册数";
this.SumofBook.Name = "SumofBook";
this.SumofBook.ReadOnly = true;
this.SumofBook.Width = 150;
//
// SumofDate
//
this.SumofDate.DataPropertyName = "SumofDate";
this.SumofDate.HeaderText = "可借天数";
this.SumofDate.Name = "SumofDate";
this.SumofDate.ReadOnly = true;
this.SumofDate.Width = 150;
//
// fReaderClassify
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(449, 366);
this.Controls.Add(this.tbsumofdate);
this.Controls.Add(this.label1);
this.Controls.Add(this.tbsumofbook);
this.Controls.Add(this.tbdtypename);
this.Controls.Add(this.tbdtypeno);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.toolStrip1);
this.Name = "fReaderClassify";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "读者分类";
this.Load += new System.EventHandler(this.fReaderClassify_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbdtypeno;
private System.Windows.Forms.TextBox tbdtypename;
private System.Windows.Forms.TextBox tbsumofbook;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbsumofdate;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
private System.Windows.Forms.DataGridViewTextBoxColumn ClassifyID;
private System.Windows.Forms.DataGridViewTextBoxColumn Classifyname;
private System.Windows.Forms.DataGridViewTextBoxColumn SumofBook;
private System.Windows.Forms.DataGridViewTextBoxColumn SumofDate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -