📄 newssearch.designer.cs
字号:
namespace 报刊管理.数据查询
{
partial class NewsSearch
{
/// <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.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6});
this.listView1.Location = new System.Drawing.Point(12, 23);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(364, 214);
this.listView1.TabIndex = 43;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "报刊名";
//
// columnHeader2
//
this.columnHeader2.Text = "报刊编号";
this.columnHeader2.Width = 66;
//
// columnHeader3
//
this.columnHeader3.DisplayIndex = 5;
this.columnHeader3.Text = "用户名";
//
// columnHeader4
//
this.columnHeader4.DisplayIndex = 2;
this.columnHeader4.Text = "数量";
this.columnHeader4.Width = 42;
//
// columnHeader5
//
this.columnHeader5.DisplayIndex = 3;
this.columnHeader5.Text = "起订时间";
this.columnHeader5.Width = 65;
//
// columnHeader6
//
this.columnHeader6.DisplayIndex = 4;
this.columnHeader6.Text = "订阅时间";
this.columnHeader6.Width = 63;
//
// button3
//
this.button3.Location = new System.Drawing.Point(397, 178);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(84, 23);
this.button3.TabIndex = 42;
this.button3.Text = "取消";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(397, 128);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(84, 23);
this.button4.TabIndex = 41;
this.button4.Text = "查找";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(394, 72);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(87, 21);
this.textBox2.TabIndex = 40;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(407, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 39;
this.label2.Text = "输入报刊名";
//
// NewsSearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::报刊管理.Properties.Resources.人工湖;
this.ClientSize = new System.Drawing.Size(502, 260);
this.Controls.Add(this.listView1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button4);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label2);
this.Name = "NewsSearch";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "按报刊查询";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -