📄 addstore.designer.cs
字号:
this.textBox2.Location = new System.Drawing.Point(169, 178);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(241, 21);
this.textBox2.TabIndex = 9;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(168, 137);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(241, 21);
this.textBox1.TabIndex = 8;
//
// cbxID
//
this.cbxID.FormattingEnabled = true;
this.cbxID.Location = new System.Drawing.Point(166, 19);
this.cbxID.Name = "cbxID";
this.cbxID.Size = new System.Drawing.Size(241, 20);
this.cbxID.TabIndex = 6;
this.cbxID.SelectedIndexChanged += new System.EventHandler(this.cbxID_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(24, 61);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 5;
this.label6.Text = "入库号";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(24, 278);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 4;
this.label5.Text = "产品价格";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(24, 226);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 3;
this.label4.Text = "产品数量";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(24, 181);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 2;
this.label3.Text = "产地";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 140);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "生产厂家";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "产品姓名";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button1);
this.tabPage2.Controls.Add(this.toolStrip1);
this.tabPage2.Controls.Add(this.dataGridView1);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(469, 407);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "查删";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(146, 310);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(163, 33);
this.button1.TabIndex = 2;
this.button1.Text = "查看产品入库信息";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_2);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.select,
this.delete,
this.update,
this.forward,
this.afterward});
this.toolStrip1.Location = new System.Drawing.Point(3, 3);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(463, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// select
//
this.select.Image = ((System.Drawing.Image)(resources.GetObject("select.Image")));
this.select.ImageTransparentColor = System.Drawing.Color.Magenta;
this.select.Name = "select";
this.select.Size = new System.Drawing.Size(55, 22);
this.select.Text = " 查找";
this.select.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// delete
//
this.delete.Image = ((System.Drawing.Image)(resources.GetObject("delete.Image")));
this.delete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.delete.Name = "delete";
this.delete.Size = new System.Drawing.Size(49, 22);
this.delete.Text = "删除";
this.delete.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// update
//
this.update.Image = ((System.Drawing.Image)(resources.GetObject("update.Image")));
this.update.ImageTransparentColor = System.Drawing.Color.Magenta;
this.update.Name = "update";
this.update.Size = new System.Drawing.Size(49, 22);
this.update.Text = "更新";
this.update.Click += new System.EventHandler(this.update_Click);
//
// forward
//
this.forward.Image = ((System.Drawing.Image)(resources.GetObject("forward.Image")));
this.forward.ImageTransparentColor = System.Drawing.Color.Magenta;
this.forward.Name = "forward";
this.forward.Size = new System.Drawing.Size(61, 22);
this.forward.Text = "向前移";
this.forward.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// afterward
//
this.afterward.Image = ((System.Drawing.Image)(resources.GetObject("afterward.Image")));
this.afterward.ImageTransparentColor = System.Drawing.Color.Magenta;
this.afterward.Name = "afterward";
this.afterward.Size = new System.Drawing.Size(61, 22);
this.afterward.Text = "向后移";
this.afterward.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(17, 45);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(437, 245);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// addstore
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(491, 503);
this.Controls.Add(this.tabControl1);
this.Name = "addstore";
this.Text = "addstore";
this.Load += new System.EventHandler(this.addstore_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button add;
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.ComboBox cbxID;
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.Label label1;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton select;
private System.Windows.Forms.ToolStripButton delete;
private System.Windows.Forms.ToolStripButton forward;
private System.Windows.Forms.ToolStripButton afterward;
private System.Windows.Forms.Button repeat;
private System.Windows.Forms.ToolStripButton update;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -