📄 kitchenform.designer.cs
字号:
this.tbDelete.Text = "删除";
this.tbDelete.Click += new System.EventHandler(this.tbDelete_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.LVKitchen);
this.groupBox2.Location = new System.Drawing.Point(13, 160);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(507, 313);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "显示信息";
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbAdd,
this.tbUpdate,
this.tbDelete,
this.toolStripSeparator1,
this.toolStripLabel1,
this.tbCboSelect,
this.toolStripLabel2,
this.tbTxtSelect,
this.tbSelect,
this.tbExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(531, 25);
this.toolStrip1.TabIndex = 3;
this.toolStrip1.Text = "toolStrip1";
//
// tbCboSelect
//
this.tbCboSelect.Items.AddRange(new object[] {
"店号",
"编号",
"名称",
"备注"});
this.tbCboSelect.Name = "tbCboSelect";
this.tbCboSelect.Size = new System.Drawing.Size(75, 25);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(65, 22);
this.toolStripLabel2.Text = "查询信息:";
//
// tbTxtSelect
//
this.tbTxtSelect.Name = "tbTxtSelect";
this.tbTxtSelect.Size = new System.Drawing.Size(60, 25);
//
// tbSelect
//
this.tbSelect.Image = ((System.Drawing.Image)(resources.GetObject("tbSelect.Image")));
this.tbSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbSelect.Name = "tbSelect";
this.tbSelect.Size = new System.Drawing.Size(49, 22);
this.tbSelect.Text = "查询";
this.tbSelect.Click += new System.EventHandler(this.tbSelect_Click);
//
// tbExit
//
this.tbExit.Image = ((System.Drawing.Image)(resources.GetObject("tbExit.Image")));
this.tbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbExit.Name = "tbExit";
this.tbExit.Size = new System.Drawing.Size(49, 22);
this.tbExit.Text = "退出";
this.tbExit.Click += new System.EventHandler(this.tbExit_Click);
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(352, 73);
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(117, 21);
this.txtMemo.TabIndex = 13;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(117, 74);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(117, 21);
this.txtName.TabIndex = 12;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboShopID);
this.groupBox1.Controls.Add(this.txtMemo);
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.txtID);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(13, 32);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(507, 122);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "录入信息";
//
// cboShopID
//
this.cboShopID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboShopID.FormattingEnabled = true;
this.cboShopID.Location = new System.Drawing.Point(117, 38);
this.cboShopID.Name = "cboShopID";
this.cboShopID.Size = new System.Drawing.Size(117, 20);
this.cboShopID.TabIndex = 14;
this.cboShopID.SelectionChangeCommitted += new System.EventHandler(this.cboShopID_SelectionChangeCommitted);
//
// txtID
//
this.txtID.Enabled = false;
this.txtID.Location = new System.Drawing.Point(352, 34);
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(117, 21);
this.txtID.TabIndex = 11;
//
// KitchenForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(531, 482);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "KitchenForm";
this.Text = "厨房信息维护";
this.Load += new System.EventHandler(this.KitchenForm_Load_1);
this.groupBox2.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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.ColumnHeader columnHeader1;
private System.Windows.Forms.ListView LVKitchen;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ToolStripButton tbAdd;
private System.Windows.Forms.ToolStripButton tbUpdate;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tbDelete;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripComboBox tbCboSelect;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox tbTxtSelect;
private System.Windows.Forms.ToolStripButton tbSelect;
private System.Windows.Forms.ToolStripButton tbExit;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtID;
private System.Windows.Forms.ComboBox cboShopID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -