📄 frmbookconcerninfoview.designer.cs
字号:
namespace UI
{
partial class frmBookConcernInfoView
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBookConcernInfoView));
this.butEsc = new System.Windows.Forms.Button();
this.butOK = new System.Windows.Forms.Button();
this.GridViewBookInfo = new System.Windows.Forms.DataGridView();
this.txtBookIDorISBN = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtBookName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.GridViewBookInfo)).BeginInit();
this.SuspendLayout();
//
// butEsc
//
this.butEsc.Location = new System.Drawing.Point(554, 16);
this.butEsc.Name = "butEsc";
this.butEsc.Size = new System.Drawing.Size(89, 36);
this.butEsc.TabIndex = 13;
this.butEsc.Text = "取消";
this.butEsc.UseVisualStyleBackColor = true;
//
// butOK
//
this.butOK.Location = new System.Drawing.Point(447, 16);
this.butOK.Name = "butOK";
this.butOK.Size = new System.Drawing.Size(89, 36);
this.butOK.TabIndex = 12;
this.butOK.Text = "选择";
this.butOK.UseVisualStyleBackColor = true;
this.butOK.Click += new System.EventHandler(this.butOK_Click);
//
// GridViewBookInfo
//
this.GridViewBookInfo.BackgroundColor = System.Drawing.Color.White;
this.GridViewBookInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.GridViewBookInfo.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SunkenVertical;
this.GridViewBookInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewBookInfo.Location = new System.Drawing.Point(-1, 73);
this.GridViewBookInfo.Name = "GridViewBookInfo";
this.GridViewBookInfo.RowTemplate.Height = 23;
this.GridViewBookInfo.Size = new System.Drawing.Size(665, 307);
this.GridViewBookInfo.TabIndex = 11;
//
// txtBookIDorISBN
//
this.txtBookIDorISBN.Location = new System.Drawing.Point(290, 19);
this.txtBookIDorISBN.Name = "txtBookIDorISBN";
this.txtBookIDorISBN.Size = new System.Drawing.Size(129, 21);
this.txtBookIDorISBN.TabIndex = 10;
this.txtBookIDorISBN.TextChanged += new System.EventHandler(this.txtBookIDorISBN_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(218, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 9;
this.label2.Text = "出版社名称:";
//
// txtBookName
//
this.txtBookName.Location = new System.Drawing.Point(89, 19);
this.txtBookName.Name = "txtBookName";
this.txtBookName.Size = new System.Drawing.Size(125, 21);
this.txtBookName.TabIndex = 8;
this.txtBookName.TextChanged += new System.EventHandler(this.txtBookName_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 12);
this.label1.TabIndex = 7;
this.label1.Text = "出版社编号:";
//
// frmBookConcernInfoView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(662, 396);
this.Controls.Add(this.butEsc);
this.Controls.Add(this.butOK);
this.Controls.Add(this.GridViewBookInfo);
this.Controls.Add(this.txtBookIDorISBN);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtBookName);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimizeBox = false;
this.Name = "frmBookConcernInfoView";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择出版商 ";
((System.ComponentModel.ISupportInitialize)(this.GridViewBookInfo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button butEsc;
private System.Windows.Forms.Button butOK;
private System.Windows.Forms.DataGridView GridViewBookInfo;
private System.Windows.Forms.TextBox txtBookIDorISBN;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtBookName;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -