📄 formspxx.designer.cs
字号:
this.button9.Location = new System.Drawing.Point(15, 106);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(89, 24);
this.button9.TabIndex = 10;
this.button9.Text = "商品生产日期";
this.button9.UseVisualStyleBackColor = true;
//
// button8
//
this.button8.AutoSize = true;
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button8.Location = new System.Drawing.Point(449, 65);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(89, 24);
this.button8.TabIndex = 10;
this.button8.Text = "商品库存下限";
this.button8.UseVisualStyleBackColor = true;
//
// button7
//
this.button7.AutoSize = true;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Location = new System.Drawing.Point(449, 27);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(89, 24);
this.button7.TabIndex = 10;
this.button7.Text = "商品库存上限";
this.button7.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.AutoSize = true;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Location = new System.Drawing.Point(230, 27);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(89, 24);
this.button6.TabIndex = 10;
this.button6.Text = "商品类别名称";
this.button6.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.AutoSize = true;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Location = new System.Drawing.Point(629, 66);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(89, 24);
this.button5.TabIndex = 10;
this.button5.Text = "商品打折特价";
this.button5.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.AutoSize = true;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Location = new System.Drawing.Point(629, 27);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(89, 24);
this.button4.TabIndex = 10;
this.button4.Text = "商品标准售价";
this.button4.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.AutoSize = true;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Location = new System.Drawing.Point(449, 107);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(89, 24);
this.button3.TabIndex = 10;
this.button3.Text = "商品计量单位";
this.button3.UseVisualStyleBackColor = true;
//
// button11
//
this.button11.AutoSize = true;
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button11.Location = new System.Drawing.Point(15, 67);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(89, 24);
this.button11.TabIndex = 10;
this.button11.Text = "商 品 名 称";
this.button11.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.AutoSize = true;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(230, 67);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(89, 24);
this.button2.TabIndex = 10;
this.button2.Text = "商品规格型号";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.AutoSize = true;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(15, 27);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(89, 24);
this.button1.TabIndex = 10;
this.button1.Text = "商 品 编 号";
this.button1.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.dataGridView1);
this.groupBox2.Location = new System.Drawing.Point(12, 292);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(817, 179);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "商品信息显示表";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 17);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(811, 159);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// 查询
//
this.查询.Location = new System.Drawing.Point(739, 251);
this.查询.Name = "查询";
this.查询.Size = new System.Drawing.Size(75, 31);
this.查询.TabIndex = 2;
this.查询.Text = "查 询";
this.查询.UseVisualStyleBackColor = true;
this.查询.Click += new System.EventHandler(this.查询_Click);
//
// button13
//
this.button13.Location = new System.Drawing.Point(27, 251);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(75, 31);
this.button13.TabIndex = 3;
this.button13.Text = "添 加";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.添加ToolStripMenuItem_Click);
//
// button14
//
this.button14.Location = new System.Drawing.Point(203, 251);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(75, 31);
this.button14.TabIndex = 3;
this.button14.Text = "修 改";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.修改ToolStripMenuItem_Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(389, 251);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(75, 31);
this.button15.TabIndex = 3;
this.button15.Text = "删 除";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
//
// button16
//
this.button16.Location = new System.Drawing.Point(573, 251);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(75, 31);
this.button16.TabIndex = 3;
this.button16.Text = "刷 新";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
//
// textBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox1.Location = new System.Drawing.Point(631, 121);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(171, 70);
this.textBox1.TabIndex = 17;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(676, 105);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 86);
this.pictureBox1.TabIndex = 18;
this.pictureBox1.TabStop = false;
//
// formSpxx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(839, 483);
this.Controls.Add(this.button16);
this.Controls.Add(this.button14);
this.Controls.Add(this.button15);
this.Controls.Add(this.button13);
this.Controls.Add(this.查询);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "formSpxx";
this.Text = "商品信息";
this.Load += new System.EventHandler(this.spxxBiao_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox txtspID;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtbeiZhu;
private System.Windows.Forms.TextBox txtspKcXX;
private System.Windows.Forms.TextBox txtKcsx;
private System.Windows.Forms.TextBox txtspDztj;
private System.Windows.Forms.TextBox txtspBzsj;
private System.Windows.Forms.TextBox txtspGgxh;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox txtspName;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button 查询;
private System.Windows.Forms.DateTimePicker txtspBcrq1;
private System.Windows.Forms.DateTimePicker txtspScrq1;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.TextBox txtspBcrq;
private System.Windows.Forms.TextBox txtspScrq;
private System.Windows.Forms.ComboBox txtLbName;
private System.Windows.Forms.ComboBox txtspJldw;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -