📄 jinhuo.designer.cs
字号:
this.label7.Text = "备注信息";
//
// textBox2
//
this.textBox2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox2.Location = new System.Drawing.Point(98, 432);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(76, 21);
this.textBox2.TabIndex = 15;
//
// textBox3
//
this.textBox3.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox3.Location = new System.Drawing.Point(235, 432);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(76, 21);
this.textBox3.TabIndex = 16;
//
// textBox4
//
this.textBox4.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox4.Location = new System.Drawing.Point(363, 432);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(76, 21);
this.textBox4.TabIndex = 16;
//
// textBox5
//
this.textBox5.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox5.Location = new System.Drawing.Point(469, 432);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(76, 21);
this.textBox5.TabIndex = 17;
//
// textBox6
//
this.textBox6.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox6.Location = new System.Drawing.Point(98, 473);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(76, 21);
this.textBox6.TabIndex = 19;
//
// textBox7
//
this.textBox7.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox7.Location = new System.Drawing.Point(235, 473);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(76, 21);
this.textBox7.TabIndex = 20;
//
// textBox8
//
this.textBox8.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox8.Location = new System.Drawing.Point(363, 473);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(76, 21);
this.textBox8.TabIndex = 21;
//
// button6
//
this.button6.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button6.Location = new System.Drawing.Point(487, 502);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 7;
this.button6.Text = "返回";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button5_Click);
//
// button7
//
this.button7.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button7.Location = new System.Drawing.Point(98, 502);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 23);
this.button7.TabIndex = 24;
this.button7.Text = "增加";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button9
//
this.button9.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button9.Location = new System.Drawing.Point(363, 502);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(75, 23);
this.button9.TabIndex = 26;
this.button9.Text = "修改";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button4_Click);
//
// button8
//
this.button8.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button8.Location = new System.Drawing.Point(234, 502);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(75, 23);
this.button8.TabIndex = 25;
this.button8.Text = "删除 ";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// JinHuo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::WindowsApplication2.Properties.Resources._1副本;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(740, 537);
this.Controls.Add(this.button9);
this.Controls.Add(this.button8);
this.Controls.Add(this.button7);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.button6);
this.Controls.Add(this.label1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button1);
this.Name = "JinHuo";
this.ShowIcon = false;
this.Text = " 进货信息表";
this.Load += new System.EventHandler(this.JinHuo_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -