📄 addmerch.designer.cs
字号:
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(129, 76);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(113, 26);
this.textBox3.TabIndex = 17;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(449, 79);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(118, 26);
this.textBox4.TabIndex = 18;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(129, 129);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(113, 26);
this.textBox5.TabIndex = 19;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(449, 129);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(118, 26);
this.textBox6.TabIndex = 20;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(129, 181);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(113, 26);
this.textBox7.TabIndex = 21;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(449, 180);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(120, 26);
this.dateTimePicker1.TabIndex = 22;
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(129, 242);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(113, 26);
this.dateTimePicker2.TabIndex = 23;
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"是",
"否"});
this.comboBox1.Location = new System.Drawing.Point(455, 242);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(112, 24);
this.comboBox1.TabIndex = 24;
this.comboBox1.Text = "否";
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"允许",
"不允许"});
this.comboBox2.Location = new System.Drawing.Point(129, 296);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(113, 24);
this.comboBox2.TabIndex = 25;
this.comboBox2.Text = "允许";
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(455, 293);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(162, 26);
this.textBox8.TabIndex = 26;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(250, 82);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(24, 16);
this.label13.TabIndex = 27;
this.label13.Text = "元";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(250, 132);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(24, 16);
this.label14.TabIndex = 28;
this.label14.Text = "元";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(250, 183);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(24, 16);
this.label15.TabIndex = 29;
this.label15.Text = "元";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(573, 82);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(24, 16);
this.label16.TabIndex = 30;
this.label16.Text = "件";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(573, 129);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(24, 16);
this.label17.TabIndex = 31;
this.label17.Text = "件";
//
// dataSet11
//
this.dataSet11.DataSetName = "DataSet1";
this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// AddMerch
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button2;
this.ClientSize = new System.Drawing.Size(698, 575);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGrid1);
this.Name = "AddMerch";
this.Text = "添加新商品信息";
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGrid dataGrid1;
private System.Data.SqlClient.SqlConnection sqlConnection1;
private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
private System.Data.SqlClient.SqlDataAdapter sqlDataAdapter1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
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.Button button2;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private DataSet1 dataSet11;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -