📄 frm商品管理.designer.cs
字号:
namespace 餐饮管理系统
{
partial class frm商品管理
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.buttonExit = new System.Windows.Forms.Button();
this.buttonDele = new System.Windows.Forms.Button();
this.button添加品种 = new System.Windows.Forms.Button();
this.button添加库存 = new System.Windows.Forms.Button();
this.button库存 = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage库存 = new System.Windows.Forms.TabPage();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column商品编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column商品类别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column价格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabPage添加库存 = new System.Windows.Forms.TabPage();
this.groupBoxAdd库存 = new System.Windows.Forms.GroupBox();
this.textBoxAdd库存ProPrice = new System.Windows.Forms.TextBox();
this.textBoxAdd库存ProName = new System.Windows.Forms.TextBox();
this.textBoxAdd库存ProID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.comboBoxAdd库存ProType = new System.Windows.Forms.ComboBox();
this.buttonAdd库存Ok = new System.Windows.Forms.Button();
this.buttonAdd库存Cancle = new System.Windows.Forms.Button();
this.groupBoxAddType = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.textBoxAddTypeName = new System.Windows.Forms.TextBox();
this.buttonAdd品种Ok = new System.Windows.Forms.Button();
this.buttonAdd品种Cancle = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage库存.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tabPage添加库存.SuspendLayout();
this.groupBoxAdd库存.SuspendLayout();
this.groupBoxAddType.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Silver;
this.panel1.Controls.Add(this.buttonExit);
this.panel1.Controls.Add(this.buttonDele);
this.panel1.Controls.Add(this.button添加品种);
this.panel1.Controls.Add(this.button添加库存);
this.panel1.Controls.Add(this.button库存);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(684, 43);
this.panel1.TabIndex = 0;
//
// buttonExit
//
this.buttonExit.Location = new System.Drawing.Point(467, 10);
this.buttonExit.Name = "buttonExit";
this.buttonExit.Size = new System.Drawing.Size(75, 23);
this.buttonExit.TabIndex = 0;
this.buttonExit.Text = "退 出";
this.buttonExit.UseVisualStyleBackColor = true;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// buttonDele
//
this.buttonDele.Location = new System.Drawing.Point(357, 10);
this.buttonDele.Name = "buttonDele";
this.buttonDele.Size = new System.Drawing.Size(75, 23);
this.buttonDele.TabIndex = 0;
this.buttonDele.Text = "删 除";
this.buttonDele.UseVisualStyleBackColor = true;
this.buttonDele.Click += new System.EventHandler(this.buttonDele_Click);
//
// button添加品种
//
this.button添加品种.Location = new System.Drawing.Point(247, 10);
this.button添加品种.Name = "button添加品种";
this.button添加品种.Size = new System.Drawing.Size(75, 23);
this.button添加品种.TabIndex = 0;
this.button添加品种.Text = "添加品种";
this.button添加品种.UseVisualStyleBackColor = true;
this.button添加品种.Click += new System.EventHandler(this.button添加品种_Click);
//
// button添加库存
//
this.button添加库存.Location = new System.Drawing.Point(137, 10);
this.button添加库存.Name = "button添加库存";
this.button添加库存.Size = new System.Drawing.Size(75, 23);
this.button添加库存.TabIndex = 0;
this.button添加库存.Text = "添加库存";
this.button添加库存.UseVisualStyleBackColor = true;
this.button添加库存.Click += new System.EventHandler(this.button添加库存_Click);
//
// button库存
//
this.button库存.Location = new System.Drawing.Point(27, 10);
this.button库存.Name = "button库存";
this.button库存.Size = new System.Drawing.Size(75, 23);
this.button库存.TabIndex = 0;
this.button库存.Text = "库 存";
this.button库存.UseVisualStyleBackColor = true;
this.button库存.Click += new System.EventHandler(this.button库存_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage库存);
this.tabControl1.Controls.Add(this.tabPage添加库存);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 43);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(684, 460);
this.tabControl1.TabIndex = 1;
//
// tabPage库存
//
this.tabPage库存.Controls.Add(this.dataGridView1);
this.tabPage库存.Location = new System.Drawing.Point(4, 21);
this.tabPage库存.Name = "tabPage库存";
this.tabPage库存.Padding = new System.Windows.Forms.Padding(3);
this.tabPage库存.Size = new System.Drawing.Size(676, 435);
this.tabPage库存.TabIndex = 0;
this.tabPage库存.Text = "库 存";
this.tabPage库存.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column商品编号,
this.Column,
this.Column商品类别,
this.Column价格});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(670, 429);
this.dataGridView1.TabIndex = 0;
//
// Column商品编号
//
this.Column商品编号.DataPropertyName = "商品编号";
this.Column商品编号.HeaderText = "商品编号";
this.Column商品编号.Name = "Column商品编号";
//
// Column
//
this.Column.DataPropertyName = "商品名称";
this.Column.HeaderText = "商品名称";
this.Column.Name = "Column";
//
// Column商品类别
//
this.Column商品类别.DataPropertyName = "商品类名";
this.Column商品类别.HeaderText = "商品类别";
this.Column商品类别.Name = "Column商品类别";
//
// Column价格
//
this.Column价格.DataPropertyName = "价格";
this.Column价格.HeaderText = "价格";
this.Column价格.Name = "Column价格";
//
// tabPage添加库存
//
this.tabPage添加库存.Controls.Add(this.groupBoxAddType);
this.tabPage添加库存.Controls.Add(this.groupBoxAdd库存);
this.tabPage添加库存.Controls.Add(this.label1);
this.tabPage添加库存.Location = new System.Drawing.Point(4, 21);
this.tabPage添加库存.Name = "tabPage添加库存";
this.tabPage添加库存.Padding = new System.Windows.Forms.Padding(3);
this.tabPage添加库存.Size = new System.Drawing.Size(676, 435);
this.tabPage添加库存.TabIndex = 1;
this.tabPage添加库存.Text = "添 加";
this.tabPage添加库存.UseVisualStyleBackColor = true;
//
// groupBoxAdd库存
//
this.groupBoxAdd库存.Controls.Add(this.buttonAdd库存Cancle);
this.groupBoxAdd库存.Controls.Add(this.buttonAdd库存Ok);
this.groupBoxAdd库存.Controls.Add(this.comboBoxAdd库存ProType);
this.groupBoxAdd库存.Controls.Add(this.textBoxAdd库存ProPrice);
this.groupBoxAdd库存.Controls.Add(this.textBoxAdd库存ProName);
this.groupBoxAdd库存.Controls.Add(this.textBoxAdd库存ProID);
this.groupBoxAdd库存.Controls.Add(this.label2);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -