📄 sellsform.designer.cs
字号:
//
this.TxtCount.Location = new System.Drawing.Point(87, 95);
this.TxtCount.Name = "TxtCount";
this.TxtCount.Size = new System.Drawing.Size(76, 21);
this.TxtCount.TabIndex = 1;
this.TxtCount.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TxtCount_KeyUp);
this.TxtCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtCount_KeyPress);
this.TxtCount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtCount_KeyDown);
//
// TxtName
//
this.TxtName.Location = new System.Drawing.Point(87, 62);
this.TxtName.Name = "TxtName";
this.TxtName.Size = new System.Drawing.Size(100, 21);
this.TxtName.TabIndex = 0;
this.TxtName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TxtName_KeyUp);
this.TxtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtName_KeyPress);
this.TxtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtName_KeyDown);
//
// TxtPrice
//
this.TxtPrice.Location = new System.Drawing.Point(87, 29);
this.TxtPrice.Name = "TxtPrice";
this.TxtPrice.ReadOnly = true;
this.TxtPrice.Size = new System.Drawing.Size(76, 21);
this.TxtPrice.TabIndex = 3;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(17, 101);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 2;
this.label11.Text = "商品数量";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(17, 67);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 1;
this.label10.Text = "商品名称";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(17, 33);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 0;
this.label9.Text = "商品单价";
//
// DGShowGood
//
this.DGShowGood.AllowUserToAddRows = false;
this.DGShowGood.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGShowGood.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6});
this.DGShowGood.GridColor = System.Drawing.SystemColors.ActiveBorder;
this.DGShowGood.Location = new System.Drawing.Point(12, 12);
this.DGShowGood.Name = "DGShowGood";
this.DGShowGood.ReadOnly = true;
this.DGShowGood.RowTemplate.Height = 23;
this.DGShowGood.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGShowGood.Size = new System.Drawing.Size(599, 220);
this.DGShowGood.TabIndex = 3;
this.DGShowGood.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DGShowGood_KeyDown);
this.DGShowGood.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.DGShowGood_UserDeletedRow);
//
// Column1
//
this.Column1.HeaderText = "序号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// Column2
//
this.Column2.HeaderText = "商品名称";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
this.Column3.HeaderText = "商品编号";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column4
//
this.Column4.HeaderText = "商品数量";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.HeaderText = "商品单价";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.HeaderText = "小计";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.t5,
this.t1,
this.t2,
this.t3,
this.t4});
this.statusStrip1.Location = new System.Drawing.Point(0, 428);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(625, 22);
this.statusStrip1.TabIndex = 4;
this.statusStrip1.Text = "statusStrip1";
//
// t5
//
this.t5.Name = "t5";
this.t5.Size = new System.Drawing.Size(115, 17);
this.t5.Spring = true;
this.t5.Text = "店号:";
//
// t1
//
this.t1.Name = "t1";
this.t1.Size = new System.Drawing.Size(115, 17);
this.t1.Spring = true;
this.t1.Text = "操作员:";
//
// t2
//
this.t2.Name = "t2";
this.t2.Size = new System.Drawing.Size(115, 17);
this.t2.Spring = true;
this.t2.Text = "收款机号:";
//
// t3
//
this.t3.Name = "t3";
this.t3.Size = new System.Drawing.Size(115, 17);
this.t3.Spring = true;
this.t3.Text = "当前操作:前台销售";
//
// t4
//
this.t4.Name = "t4";
this.t4.Size = new System.Drawing.Size(115, 17);
this.t4.Spring = true;
this.t4.Text = "当前时间:";
//
// LbGoodsList
//
this.LbGoodsList.FormattingEnabled = true;
this.LbGoodsList.ItemHeight = 12;
this.LbGoodsList.Location = new System.Drawing.Point(241, 258);
this.LbGoodsList.Name = "LbGoodsList";
this.LbGoodsList.Size = new System.Drawing.Size(164, 160);
this.LbGoodsList.TabIndex = 5;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// SellForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(625, 450);
this.Controls.Add(this.LbGoodsList);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.DGShowGood);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "SellForm";
this.Text = "前台销售";
this.Activated += new System.EventHandler(this.SellForm_Activated);
this.Load += new System.EventHandler(this.SellForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DGShowGood)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.DataGridView DGShowGood;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox TxtCount;
private System.Windows.Forms.TextBox TxtName;
private System.Windows.Forms.TextBox TxtPrice;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel t1;
private System.Windows.Forms.ToolStripStatusLabel t2;
private System.Windows.Forms.ListBox LbGoodsList;
private System.Windows.Forms.ToolStripStatusLabel t3;
private System.Windows.Forms.ToolStripStatusLabel t4;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label LblMoney;
private System.Windows.Forms.Label LblCount;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.ToolStripStatusLabel t5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -