📄 frmmagazineinfo.designer.cs
字号:
namespace UI
{
partial class frmMagazineInfo
{
/// <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(frmMagazineInfo));
this.btnAllShow = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgMagazine = new System.Windows.Forms.DataGrid();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboAuto = new System.Windows.Forms.CheckBox();
this.txtMagazineName = new System.Windows.Forms.TextBox();
this.txtMagazineID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnExcel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnAmend = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgMagazine)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnAllShow
//
this.btnAllShow.Location = new System.Drawing.Point(42, 447);
this.btnAllShow.Name = "btnAllShow";
this.btnAllShow.Size = new System.Drawing.Size(89, 36);
this.btnAllShow.TabIndex = 5;
this.btnAllShow.Text = "全部显示";
this.btnAllShow.UseVisualStyleBackColor = true;
this.btnAllShow.Click += new System.EventHandler(this.btnAllShow_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dgMagazine);
this.groupBox2.Location = new System.Drawing.Point(-2, 78);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(732, 363);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查询结果:";
//
// dgMagazine
//
this.dgMagazine.DataMember = "";
this.dgMagazine.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgMagazine.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dgMagazine.Location = new System.Drawing.Point(3, 17);
this.dgMagazine.Name = "dgMagazine";
this.dgMagazine.Size = new System.Drawing.Size(726, 343);
this.dgMagazine.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboAuto);
this.groupBox1.Controls.Add(this.txtMagazineName);
this.groupBox1.Controls.Add(this.txtMagazineID);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(-2, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(720, 59);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询方式:";
//
// cboAuto
//
this.cboAuto.AutoSize = true;
this.cboAuto.Location = new System.Drawing.Point(545, 27);
this.cboAuto.Name = "cboAuto";
this.cboAuto.Size = new System.Drawing.Size(72, 16);
this.cboAuto.TabIndex = 4;
this.cboAuto.Text = "自动查找";
this.cboAuto.UseVisualStyleBackColor = true;
//
// txtMagazineName
//
this.txtMagazineName.Location = new System.Drawing.Point(380, 25);
this.txtMagazineName.Name = "txtMagazineName";
this.txtMagazineName.Size = new System.Drawing.Size(137, 21);
this.txtMagazineName.TabIndex = 3;
this.txtMagazineName.TextChanged += new System.EventHandler(this.txtMagazineName_TextChanged);
//
// txtMagazineID
//
this.txtMagazineID.Location = new System.Drawing.Point(159, 25);
this.txtMagazineID.Name = "txtMagazineID";
this.txtMagazineID.Size = new System.Drawing.Size(137, 21);
this.txtMagazineID.TabIndex = 2;
this.txtMagazineID.TextChanged += new System.EventHandler(this.txtMagazineID_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(324, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 1;
this.label2.Text = "期刊名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(104, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "期刊编号:";
//
// btnExcel
//
this.btnExcel.Location = new System.Drawing.Point(594, 447);
this.btnExcel.Name = "btnExcel";
this.btnExcel.Size = new System.Drawing.Size(89, 36);
this.btnExcel.TabIndex = 6;
this.btnExcel.Text = "退出";
this.btnExcel.UseVisualStyleBackColor = true;
this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(180, 447);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(89, 36);
this.btnAdd.TabIndex = 7;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnAmend
//
this.btnAmend.Location = new System.Drawing.Point(318, 447);
this.btnAmend.Name = "btnAmend";
this.btnAmend.Size = new System.Drawing.Size(89, 36);
this.btnAmend.TabIndex = 8;
this.btnAmend.Text = "修改";
this.btnAmend.UseVisualStyleBackColor = true;
this.btnAmend.Click += new System.EventHandler(this.btnAmend_Click);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(456, 447);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(89, 36);
this.btnDelete.TabIndex = 9;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// frmMagazineInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(730, 491);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnAmend);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnExcel);
this.Controls.Add(this.btnAllShow);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimizeBox = false;
this.Name = "frmMagazineInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "期刊信息查看";
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgMagazine)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnAllShow;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtMagazineName;
private System.Windows.Forms.TextBox txtMagazineID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGrid dgMagazine;
private System.Windows.Forms.CheckBox cboAuto;
private System.Windows.Forms.Button btnExcel;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnAmend;
private System.Windows.Forms.Button btnDelete;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -