📄 frm商品管理.designer.cs
字号:
this.groupBoxAdd库存.Controls.Add(this.label4);
this.groupBoxAdd库存.Controls.Add(this.label5);
this.groupBoxAdd库存.Controls.Add(this.label3);
this.groupBoxAdd库存.ForeColor = System.Drawing.SystemColors.Desktop;
this.groupBoxAdd库存.Location = new System.Drawing.Point(46, 60);
this.groupBoxAdd库存.Name = "groupBoxAdd库存";
this.groupBoxAdd库存.Size = new System.Drawing.Size(259, 293);
this.groupBoxAdd库存.TabIndex = 1;
this.groupBoxAdd库存.TabStop = false;
this.groupBoxAdd库存.Text = "添加库存:";
//
// textBoxAdd库存ProPrice
//
this.textBoxAdd库存ProPrice.Location = new System.Drawing.Point(95, 120);
this.textBoxAdd库存ProPrice.Name = "textBoxAdd库存ProPrice";
this.textBoxAdd库存ProPrice.Size = new System.Drawing.Size(133, 21);
this.textBoxAdd库存ProPrice.TabIndex = 2;
//
// textBoxAdd库存ProName
//
this.textBoxAdd库存ProName.Location = new System.Drawing.Point(95, 74);
this.textBoxAdd库存ProName.Name = "textBoxAdd库存ProName";
this.textBoxAdd库存ProName.Size = new System.Drawing.Size(133, 21);
this.textBoxAdd库存ProName.TabIndex = 1;
//
// textBoxAdd库存ProID
//
this.textBoxAdd库存ProID.Location = new System.Drawing.Point(95, 23);
this.textBoxAdd库存ProID.Name = "textBoxAdd库存ProID";
this.textBoxAdd库存ProID.Size = new System.Drawing.Size(133, 21);
this.textBoxAdd库存ProID.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(17, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "商品编号:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 125);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "价 格:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(17, 173);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 0;
this.label5.Text = "商品类别:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(17, 77);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "商品名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("隶书", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label1.Location = new System.Drawing.Point(42, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(344, 16);
this.label1.TabIndex = 0;
this.label1.Text = "您好!您当前所在的位置是添加商品信息页面!";
//
// comboBoxAdd库存ProType
//
this.comboBoxAdd库存ProType.FormattingEnabled = true;
this.comboBoxAdd库存ProType.Location = new System.Drawing.Point(95, 170);
this.comboBoxAdd库存ProType.Name = "comboBoxAdd库存ProType";
this.comboBoxAdd库存ProType.Size = new System.Drawing.Size(133, 20);
this.comboBoxAdd库存ProType.TabIndex = 3;
//
// buttonAdd库存Ok
//
this.buttonAdd库存Ok.Location = new System.Drawing.Point(59, 235);
this.buttonAdd库存Ok.Name = "buttonAdd库存Ok";
this.buttonAdd库存Ok.Size = new System.Drawing.Size(75, 23);
this.buttonAdd库存Ok.TabIndex = 4;
this.buttonAdd库存Ok.Text = "确 定";
this.buttonAdd库存Ok.UseVisualStyleBackColor = true;
this.buttonAdd库存Ok.Click += new System.EventHandler(this.buttonAdd库存Ok_Click);
//
// buttonAdd库存Cancle
//
this.buttonAdd库存Cancle.Location = new System.Drawing.Point(162, 235);
this.buttonAdd库存Cancle.Name = "buttonAdd库存Cancle";
this.buttonAdd库存Cancle.Size = new System.Drawing.Size(75, 23);
this.buttonAdd库存Cancle.TabIndex = 4;
this.buttonAdd库存Cancle.Text = "取 消";
this.buttonAdd库存Cancle.UseVisualStyleBackColor = true;
this.buttonAdd库存Cancle.Click += new System.EventHandler(this.buttonAdd库存Cancle_Click);
//
// groupBoxAddType
//
this.groupBoxAddType.Controls.Add(this.buttonAdd品种Cancle);
this.groupBoxAddType.Controls.Add(this.buttonAdd品种Ok);
this.groupBoxAddType.Controls.Add(this.textBoxAddTypeName);
this.groupBoxAddType.Controls.Add(this.label6);
this.groupBoxAddType.ForeColor = System.Drawing.SystemColors.Desktop;
this.groupBoxAddType.Location = new System.Drawing.Point(353, 60);
this.groupBoxAddType.Name = "groupBoxAddType";
this.groupBoxAddType.Size = new System.Drawing.Size(250, 107);
this.groupBoxAddType.TabIndex = 2;
this.groupBoxAddType.TabStop = false;
this.groupBoxAddType.Text = "添加品种:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(21, 29);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 0;
this.label6.Text = "类名:";
//
// textBoxAddTypeName
//
this.textBoxAddTypeName.Location = new System.Drawing.Point(82, 26);
this.textBoxAddTypeName.Name = "textBoxAddTypeName";
this.textBoxAddTypeName.Size = new System.Drawing.Size(142, 21);
this.textBoxAddTypeName.TabIndex = 1;
//
// buttonAdd品种Ok
//
this.buttonAdd品种Ok.Location = new System.Drawing.Point(57, 72);
this.buttonAdd品种Ok.Name = "buttonAdd品种Ok";
this.buttonAdd品种Ok.Size = new System.Drawing.Size(75, 23);
this.buttonAdd品种Ok.TabIndex = 4;
this.buttonAdd品种Ok.Text = "确 定";
this.buttonAdd品种Ok.UseVisualStyleBackColor = true;
this.buttonAdd品种Ok.Click += new System.EventHandler(this.buttonAdd品种Ok_Click);
//
// buttonAdd品种Cancle
//
this.buttonAdd品种Cancle.Location = new System.Drawing.Point(160, 72);
this.buttonAdd品种Cancle.Name = "buttonAdd品种Cancle";
this.buttonAdd品种Cancle.Size = new System.Drawing.Size(75, 23);
this.buttonAdd品种Cancle.TabIndex = 4;
this.buttonAdd品种Cancle.Text = "取 消";
this.buttonAdd品种Cancle.UseVisualStyleBackColor = true;
this.buttonAdd品种Cancle.Click += new System.EventHandler(this.buttonAdd品种Cancle_Click);
//
// frm商品管理
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(684, 503);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.panel1);
this.Name = "frm商品管理";
this.Text = "商品管理";
this.Load += new System.EventHandler(this.frm商品管理_Load);
this.panel1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage库存.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tabPage添加库存.ResumeLayout(false);
this.tabPage添加库存.PerformLayout();
this.groupBoxAdd库存.ResumeLayout(false);
this.groupBoxAdd库存.PerformLayout();
this.groupBoxAddType.ResumeLayout(false);
this.groupBoxAddType.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button buttonExit;
private System.Windows.Forms.Button buttonDele;
private System.Windows.Forms.Button button添加品种;
private System.Windows.Forms.Button button添加库存;
private System.Windows.Forms.Button button库存;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage库存;
private System.Windows.Forms.TabPage tabPage添加库存;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column商品编号;
private System.Windows.Forms.DataGridViewTextBoxColumn Column;
private System.Windows.Forms.DataGridViewTextBoxColumn Column商品类别;
private System.Windows.Forms.DataGridViewTextBoxColumn Column价格;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBoxAdd库存;
private System.Windows.Forms.TextBox textBoxAdd库存ProPrice;
private System.Windows.Forms.TextBox textBoxAdd库存ProName;
private System.Windows.Forms.TextBox textBoxAdd库存ProID;
private System.Windows.Forms.Button buttonAdd库存Cancle;
private System.Windows.Forms.Button buttonAdd库存Ok;
private System.Windows.Forms.ComboBox comboBoxAdd库存ProType;
private System.Windows.Forms.GroupBox groupBoxAddType;
private System.Windows.Forms.Button buttonAdd品种Cancle;
private System.Windows.Forms.Button buttonAdd品种Ok;
private System.Windows.Forms.TextBox textBoxAddTypeName;
private System.Windows.Forms.Label label6;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -