📄 maintainsale.designer.cs
字号:
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"现金",
"银行卡"});
this.comboBox1.Location = new System.Drawing.Point(139, 219);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(83, 24);
this.comboBox1.TabIndex = 15;
this.comboBox1.Text = "现金";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(436, 160);
this.textBox5.Name = "textBox5";
this.textBox5.ReadOnly = true;
this.textBox5.Size = new System.Drawing.Size(127, 26);
this.textBox5.TabIndex = 14;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(139, 160);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(132, 26);
this.textBox4.TabIndex = 13;
this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(436, 94);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(142, 26);
this.dateTimePicker1.TabIndex = 12;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(139, 95);
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(166, 26);
this.textBox3.TabIndex = 11;
this.textBox3.Click += new System.EventHandler(this.textBox3_Click);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(432, 32);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(166, 26);
this.textBox2.TabIndex = 10;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(139, 32);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(166, 26);
this.textBox1.TabIndex = 9;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(25, 281);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 16);
this.label9.TabIndex = 8;
this.label9.Text = "会员编号";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(330, 219);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 16);
this.label8.TabIndex = 7;
this.label8.Text = "员工编号";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(25, 219);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(72, 16);
this.label7.TabIndex = 6;
this.label7.Text = "付款方式";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(330, 163);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(40, 16);
this.label6.TabIndex = 5;
this.label6.Text = "总额";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(25, 163);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 4;
this.label5.Text = "销售数量";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(330, 98);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 16);
this.label4.TabIndex = 3;
this.label4.Text = "销售日期";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(72, 16);
this.label3.TabIndex = 2;
this.label3.Text = "商品名称";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(330, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 16);
this.label2.TabIndex = 1;
this.label2.Text = "商品编号";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 16);
this.label1.TabIndex = 0;
this.label1.Text = "销售编号";
//
// MaintainSale
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(718, 520);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGrid1);
this.Name = "MaintainSale";
this.Text = "MaintainSale";
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGrid dataGrid1;
private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
private System.Data.SqlClient.SqlConnection sqlConnection1;
private System.Data.SqlClient.SqlDataAdapter sqlDataAdapter1;
private DataSet1 dataSet11;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label9;
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.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -