📄 productform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.Product
{
partial class ProductForm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductForm));
this.toolStrip1 = 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.TbExit = new System.Windows.Forms.ToolStripButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnSelect = new System.Windows.Forms.Button();
this.txtCateName = new System.Windows.Forms.TextBox();
this.txtUnitName = new System.Windows.Forms.TextBox();
this.txtPinName = new System.Windows.Forms.TextBox();
this.txtProductName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.ProductLV = 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.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TbAdd,
this.TbUpdate,
this.TbDelete,
this.toolStripSeparator1,
this.TbExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(597, 35);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.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(33, 32);
this.TbAdd.Text = "增加";
this.TbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
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(33, 32);
this.TbUpdate.Text = "修改";
this.TbUpdate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
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(33, 32);
this.TbDelete.Text = "删除";
this.TbDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.TbDelete.Click += new System.EventHandler(this.TbDelete_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 35);
//
// 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(33, 32);
this.TbExit.Text = "退出";
this.TbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.TbExit.Click += new System.EventHandler(this.TbExit_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnSelect);
this.groupBox1.Controls.Add(this.txtCateName);
this.groupBox1.Controls.Add(this.txtUnitName);
this.groupBox1.Controls.Add(this.txtPinName);
this.groupBox1.Controls.Add(this.txtProductName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(13, 54);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(572, 98);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询条件";
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(471, 39);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(75, 23);
this.btnSelect.TabIndex = 8;
this.btnSelect.Text = "查询";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// txtCateName
//
this.txtCateName.Location = new System.Drawing.Point(319, 58);
this.txtCateName.Name = "txtCateName";
this.txtCateName.Size = new System.Drawing.Size(139, 21);
this.txtCateName.TabIndex = 7;
//
// txtUnitName
//
this.txtUnitName.Location = new System.Drawing.Point(100, 59);
this.txtUnitName.Name = "txtUnitName";
this.txtUnitName.Size = new System.Drawing.Size(139, 21);
this.txtUnitName.TabIndex = 6;
//
// txtPinName
//
this.txtPinName.Location = new System.Drawing.Point(319, 18);
this.txtPinName.Name = "txtPinName";
this.txtPinName.Size = new System.Drawing.Size(139, 21);
this.txtPinName.TabIndex = 5;
//
// txtProductName
//
this.txtProductName.Location = new System.Drawing.Point(97, 18);
this.txtProductName.Name = "txtProductName";
this.txtProductName.Size = new System.Drawing.Size(142, 21);
this.txtProductName.TabIndex = 4;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(261, 59);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -