📄 goodslist.designer.cs
字号:
namespace FOUPOS
{
partial class GoodsList
{
/// <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.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
this.dgvGoods = new System.Windows.Forms.DataGridView();
this.商品编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.商品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.商品进价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.商品售价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.商品数量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.单位 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lblName = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtNum = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.btSearch = new System.Windows.Forms.Button();
this.btnUP = new System.Windows.Forms.Button();
this.btnDown = new System.Windows.Forms.Button();
this.lab_CurrentPage_Message = new System.Windows.Forms.Label();
this.lblSum = new System.Windows.Forms.Label();
this.lab_SumPage = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.btnDel = new System.Windows.Forms.Button();
this.btnFirst = new System.Windows.Forms.Button();
this.btnLast = new System.Windows.Forms.Button();
this.lblM = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// skinEngine1
//
this.skinEngine1.SerialNumber = "";
this.skinEngine1.SkinFile = null;
//
// dgvGoods
//
this.dgvGoods.AllowUserToOrderColumns = true;
this.dgvGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvGoods.ColumnHeadersHeight = 30;
this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.商品编号,
this.ID,
this.商品名称,
this.商品进价,
this.商品售价,
this.商品数量,
this.单位});
this.dgvGoods.Location = new System.Drawing.Point(0, 32);
this.dgvGoods.Name = "dgvGoods";
this.dgvGoods.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dgvGoods.RowTemplate.Height = 23;
this.dgvGoods.Size = new System.Drawing.Size(894, 492);
this.dgvGoods.TabIndex = 0;
this.dgvGoods.DoubleClick += new System.EventHandler(this.dgvGoods_DoubleClick);
//
// 商品编号
//
this.商品编号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.商品编号.DataPropertyName = "SNum";
this.商品编号.HeaderText = "商品编号";
this.商品编号.Name = "商品编号";
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.Visible = false;
//
// 商品名称
//
this.商品名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.商品名称.DataPropertyName = "SName";
this.商品名称.HeaderText = "商品名称";
this.商品名称.Name = "商品名称";
//
// 商品进价
//
this.商品进价.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.商品进价.DataPropertyName = "SBuyPrice";
this.商品进价.HeaderText = "商品进价";
this.商品进价.Name = "商品进价";
//
// 商品售价
//
this.商品售价.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.商品售价.DataPropertyName = "SSalePrice";
this.商品售价.HeaderText = "商品售价";
this.商品售价.Name = "商品售价";
//
// 商品数量
//
this.商品数量.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.商品数量.DataPropertyName = "SCount";
this.商品数量.HeaderText = "商品数量";
this.商品数量.Name = "商品数量";
//
// 单位
//
this.单位.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.单位.DataPropertyName = "CUnit";
this.单位.HeaderText = "单位";
this.单位.Name = "单位";
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(50, 9);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(53, 12);
this.lblName.TabIndex = 1;
this.lblName.Text = "商品编号";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(248, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "商品名称";
//
// txtNum
//
this.txtNum.Location = new System.Drawing.Point(109, 6);
this.txtNum.Name = "txtNum";
this.txtNum.Size = new System.Drawing.Size(100, 21);
this.txtNum.TabIndex = 3;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(312, 5);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 4;
//
// btSearch
//
this.btSearch.Location = new System.Drawing.Point(516, 3);
this.btSearch.Name = "btSearch";
this.btSearch.Size = new System.Drawing.Size(75, 23);
this.btSearch.TabIndex = 5;
this.btSearch.Text = " 查 询 ";
this.btSearch.UseVisualStyleBackColor = true;
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
//
// btnUP
//
this.btnUP.Location = new System.Drawing.Point(154, 4);
this.btnUP.Name = "btnUP";
this.btnUP.Size = new System.Drawing.Size(75, 23);
this.btnUP.TabIndex = 6;
this.btnUP.Text = "上一页";
this.btnUP.UseVisualStyleBackColor = true;
this.btnUP.Click += new System.EventHandler(this.btnUP_Click);
//
// btnDown
//
this.btnDown.Location = new System.Drawing.Point(271, 4);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(75, 23);
this.btnDown.TabIndex = 7;
this.btnDown.Text = "下一页";
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// lab_CurrentPage_Message
//
this.lab_CurrentPage_Message.AutoSize = true;
this.lab_CurrentPage_Message.Location = new System.Drawing.Point(519, 12);
this.lab_CurrentPage_Message.Name = "lab_CurrentPage_Message";
this.lab_CurrentPage_Message.Size = new System.Drawing.Size(0, 12);
this.lab_CurrentPage_Message.TabIndex = 15;
//
// lblSum
//
this.lblSum.AutoSize = true;
this.lblSum.Location = new System.Drawing.Point(827, 12);
this.lblSum.Name = "lblSum";
this.lblSum.Size = new System.Drawing.Size(0, 12);
this.lblSum.TabIndex = 16;
//
// lab_SumPage
//
this.lab_SumPage.AutoSize = true;
this.lab_SumPage.Location = new System.Drawing.Point(746, 12);
this.lab_SumPage.Name = "lab_SumPage";
this.lab_SumPage.Size = new System.Drawing.Size(0, 12);
this.lab_SumPage.TabIndex = 17;
//
// panel1
//
this.panel1.Controls.Add(this.lblM);
this.panel1.Controls.Add(this.btnLast);
this.panel1.Controls.Add(this.btnFirst);
this.panel1.Controls.Add(this.btnUP);
this.panel1.Controls.Add(this.lab_SumPage);
this.panel1.Controls.Add(this.btnDown);
this.panel1.Controls.Add(this.lblSum);
this.panel1.Controls.Add(this.lab_CurrentPage_Message);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 530);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(894, 34);
this.panel1.TabIndex = 18;
//
// btnDel
//
this.btnDel.Location = new System.Drawing.Point(597, 3);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(75, 23);
this.btnDel.TabIndex = 19;
this.btnDel.Text = " 删 除";
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnFirst
//
this.btnFirst.Location = new System.Drawing.Point(28, 4);
this.btnFirst.Name = "btnFirst";
this.btnFirst.Size = new System.Drawing.Size(75, 23);
this.btnFirst.TabIndex = 18;
this.btnFirst.Text = " 首 页";
this.btnFirst.UseVisualStyleBackColor = true;
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
//
// btnLast
//
this.btnLast.Location = new System.Drawing.Point(388, 4);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(75, 23);
this.btnLast.TabIndex = 19;
this.btnLast.Text = " 末 页";
this.btnLast.UseVisualStyleBackColor = true;
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
//
// lblM
//
this.lblM.AutoSize = true;
this.lblM.Location = new System.Drawing.Point(600, 12);
this.lblM.Name = "lblM";
this.lblM.Size = new System.Drawing.Size(65, 12);
this.lblM.TabIndex = 21;
this.lblM.Text = "每页记录数";
//
// GoodsList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(894, 564);
this.Controls.Add(this.btnDel);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btSearch);
this.Controls.Add(this.txtName);
this.Controls.Add(this.txtNum);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblName);
this.Controls.Add(this.dgvGoods);
this.Name = "GoodsList";
this.Text = "商品管理";
this.Load += new System.EventHandler(this.GoodsList_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Sunisoft.IrisSkin.SkinEngine skinEngine1;
private System.Windows.Forms.DataGridView dgvGoods;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtNum;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Button btSearch;
private System.Windows.Forms.Button btnUP;
private System.Windows.Forms.Button btnDown;
private System.Windows.Forms.Label lab_CurrentPage_Message;
private System.Windows.Forms.Label lblSum;
private System.Windows.Forms.Label lab_SumPage;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridViewTextBoxColumn 商品编号;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn 商品名称;
private System.Windows.Forms.DataGridViewTextBoxColumn 商品进价;
private System.Windows.Forms.DataGridViewTextBoxColumn 商品售价;
private System.Windows.Forms.DataGridViewTextBoxColumn 商品数量;
private System.Windows.Forms.DataGridViewTextBoxColumn 单位;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnLast;
private System.Windows.Forms.Button btnFirst;
private System.Windows.Forms.Label lblM;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -