📄 shopform.designer.cs
字号:
namespace DaFanRongMIS
{
partial class ShopForm
{
/// <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(ShopForm));
this.tbShop = new System.Windows.Forms.ToolStrip();
this.tbAdd = new System.Windows.Forms.ToolStripButton();
this.tbUpdate = new System.Windows.Forms.ToolStripButton();
this.tbDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tbExit = new System.Windows.Forms.ToolStripButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnOK = new System.Windows.Forms.Button();
this.txtAddress = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.LVShop = 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.tbShop.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// tbShop
//
this.tbShop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbAdd,
this.tbUpdate,
this.tbDelete,
this.toolStripSeparator1,
this.toolStripButton4,
this.toolStripSeparator2,
this.toolStripButton5,
this.toolStripSeparator3,
this.tbExit});
this.tbShop.Location = new System.Drawing.Point(0, 0);
this.tbShop.Name = "tbShop";
this.tbShop.Size = new System.Drawing.Size(612, 25);
this.tbShop.TabIndex = 1;
this.tbShop.Text = "toolStrip1";
//
// tbAdd
//
this.tbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tbAdd.Image")));
this.tbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbAdd.Name = "tbAdd";
this.tbAdd.Size = new System.Drawing.Size(49, 22);
this.tbAdd.Tag = "1";
this.tbAdd.Text = "增加";
this.tbAdd.Click += new System.EventHandler(this.tbAdd_Click);
//
// tbUpdate
//
this.tbUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tbUpdate.Image")));
this.tbUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbUpdate.Name = "tbUpdate";
this.tbUpdate.Size = new System.Drawing.Size(49, 22);
this.tbUpdate.Tag = "2";
this.tbUpdate.Text = "修改";
this.tbUpdate.Click += new System.EventHandler(this.tbUpdate_Click);
//
// tbDelete
//
this.tbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tbDelete.Image")));
this.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbDelete.Name = "tbDelete";
this.tbDelete.Size = new System.Drawing.Size(49, 22);
this.tbDelete.Tag = "3";
this.tbDelete.Text = "删除";
this.tbDelete.Click += new System.EventHandler(this.tbDelete_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton4
//
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(49, 22);
this.toolStripButton4.Text = "打印";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton5
//
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(49, 22);
this.toolStripButton5.Text = "帮助";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// tbExit
//
this.tbExit.Image = ((System.Drawing.Image)(resources.GetObject("tbExit.Image")));
this.tbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbExit.Name = "tbExit";
this.tbExit.Size = new System.Drawing.Size(49, 22);
this.tbExit.Text = "退出";
this.tbExit.Click += new System.EventHandler(this.tbExit_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnOK);
this.groupBox1.Controls.Add(this.txtAddress);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(5, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(600, 57);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询条件";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(479, 20);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(47, 23);
this.btnOK.TabIndex = 4;
this.btnOK.Text = "查询";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(327, 20);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(138, 21);
this.txtAddress.TabIndex = 3;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(111, 23);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(138, 21);
this.txtName.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(261, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "饭店地址:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(48, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "饭店名称:";
//
// LVShop
//
this.LVShop.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.LVShop.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.LVShop.FullRowSelect = true;
this.LVShop.GridLines = true;
this.LVShop.Location = new System.Drawing.Point(6, 90);
this.LVShop.Name = "LVShop";
this.LVShop.Size = new System.Drawing.Size(599, 324);
this.LVShop.TabIndex = 3;
this.LVShop.UseCompatibleStateImageBehavior = false;
this.LVShop.View = System.Windows.Forms.View.Details;
this.LVShop.Click += new System.EventHandler(this.LVShop_Click);
//
// columnHeader1
//
this.columnHeader1.Text = "序号";
this.columnHeader1.Width = 106;
//
// columnHeader2
//
this.columnHeader2.Text = "饭店名称";
this.columnHeader2.Width = 181;
//
// columnHeader3
//
this.columnHeader3.Text = "饭店地址";
this.columnHeader3.Width = 263;
//
// columnHeader4
//
this.columnHeader4.Text = "备注";
this.columnHeader4.Width = 215;
//
// ShopForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(612, 426);
this.Controls.Add(this.LVShop);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.tbShop);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ShopForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "饭店信息浏览";
this.Load += new System.EventHandler(this.ShopForm_Load);
this.tbShop.ResumeLayout(false);
this.tbShop.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip tbShop;
private System.Windows.Forms.ToolStripButton tbAdd;
private System.Windows.Forms.ToolStripButton tbUpdate;
private System.Windows.Forms.ToolStripButton tbDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tbExit;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.ListView LVShop;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -