📄 frmmagazineinfoview.designer.cs
字号:
namespace UI
{
partial class frmMagazineInfoView
{
/// <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(frmMagazineInfoView));
this.butEsc = new System.Windows.Forms.Button();
this.butOK = new System.Windows.Forms.Button();
this.GridMagazineInfo = new System.Windows.Forms.DataGridView();
this.txtMagazineID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtMagazineName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.GridMagazineInfo)).BeginInit();
this.SuspendLayout();
//
// butEsc
//
this.butEsc.Location = new System.Drawing.Point(559, 11);
this.butEsc.Name = "butEsc";
this.butEsc.Size = new System.Drawing.Size(89, 36);
this.butEsc.TabIndex = 13;
this.butEsc.Text = "取消";
this.butEsc.UseVisualStyleBackColor = true;
this.butEsc.Click += new System.EventHandler(this.butEsc_Click);
//
// butOK
//
this.butOK.Location = new System.Drawing.Point(452, 12);
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);
//
// GridMagazineInfo
//
this.GridMagazineInfo.BackgroundColor = System.Drawing.Color.White;
this.GridMagazineInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.GridMagazineInfo.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SunkenVertical;
this.GridMagazineInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridMagazineInfo.Location = new System.Drawing.Point(-1, 58);
this.GridMagazineInfo.Name = "GridMagazineInfo";
this.GridMagazineInfo.RowTemplate.Height = 23;
this.GridMagazineInfo.Size = new System.Drawing.Size(663, 339);
this.GridMagazineInfo.TabIndex = 11;
this.GridMagazineInfo.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridMagazineInfo_CellContentDoubleClick);
//
// txtMagazineID
//
this.txtMagazineID.Location = new System.Drawing.Point(292, 21);
this.txtMagazineID.Name = "txtMagazineID";
this.txtMagazineID.Size = new System.Drawing.Size(129, 21);
this.txtMagazineID.TabIndex = 10;
this.txtMagazineID.TextChanged += new System.EventHandler(this.txtMagazineID_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(250, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 9;
this.label2.Text = "期刊号:";
//
// txtMagazineName
//
this.txtMagazineName.Location = new System.Drawing.Point(92, 21);
this.txtMagazineName.Name = "txtMagazineName";
this.txtMagazineName.Size = new System.Drawing.Size(129, 21);
this.txtMagazineName.TabIndex = 8;
this.txtMagazineName.TextChanged += new System.EventHandler(this.txtMagazineName_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(48, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 7;
this.label1.Text = "期刊名:";
//
// frmMagazineInfoView
//
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.GridMagazineInfo);
this.Controls.Add(this.txtMagazineID);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtMagazineName);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimizeBox = false;
this.Name = "frmMagazineInfoView";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "期刊列表选择";
this.Load += new System.EventHandler(this.frmMagazineView_Load);
((System.ComponentModel.ISupportInitialize)(this.GridMagazineInfo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button butEsc;
private System.Windows.Forms.Button butOK;
private System.Windows.Forms.DataGridView GridMagazineInfo;
private System.Windows.Forms.TextBox txtMagazineID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtMagazineName;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -