📄 kitchenform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.Kitchen
{
partial class KitchenForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KitchenForm));
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.LVKitchen = new System.Windows.Forms.ListView();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.tbAdd = new System.Windows.Forms.ToolStripButton();
this.tbUpdate = new System.Windows.Forms.ToolStripButton();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tbDelete = new System.Windows.Forms.ToolStripButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tbCboSelect = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.tbTxtSelect = new System.Windows.Forms.ToolStripTextBox();
this.tbSelect = new System.Windows.Forms.ToolStripButton();
this.tbExit = new System.Windows.Forms.ToolStripButton();
this.txtMemo = new System.Windows.Forms.TextBox();
this.txtName = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboShopID = new System.Windows.Forms.ComboBox();
this.txtID = new System.Windows.Forms.TextBox();
this.groupBox2.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(284, 77);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 3;
this.label4.Text = "备注:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(49, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "名称:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(284, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "编号:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(49, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "店号:";
//
// columnHeader1
//
this.columnHeader1.Text = "店号";
this.columnHeader1.Width = 96;
//
// LVKitchen
//
this.LVKitchen.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.LVKitchen.FullRowSelect = true;
this.LVKitchen.GridLines = true;
this.LVKitchen.Location = new System.Drawing.Point(12, 19);
this.LVKitchen.MultiSelect = false;
this.LVKitchen.Name = "LVKitchen";
this.LVKitchen.Size = new System.Drawing.Size(486, 288);
this.LVKitchen.TabIndex = 0;
this.LVKitchen.UseCompatibleStateImageBehavior = false;
this.LVKitchen.View = System.Windows.Forms.View.Details;
this.LVKitchen.DoubleClick += new System.EventHandler(this.LVKitchen_DoubleClick);
this.LVKitchen.Click += new System.EventHandler(this.LVKitchen_Click);
//
// columnHeader2
//
this.columnHeader2.Text = "编号";
this.columnHeader2.Width = 102;
//
// columnHeader3
//
this.columnHeader3.Text = "名称";
this.columnHeader3.Width = 106;
//
// columnHeader4
//
this.columnHeader4.Text = "备注";
this.columnHeader4.Width = 177;
//
// tbAdd
//
this.tbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tbAdd.Image")));
this.tbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbAdd.Name = "tbAdd";
this.tbAdd.Size = new System.Drawing.Size(49, 22);
this.tbAdd.Text = "增加";
this.tbAdd.Click += new System.EventHandler(this.tbAdd_Click);
//
// tbUpdate
//
this.tbUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tbUpdate.Image")));
this.tbUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbUpdate.Name = "tbUpdate";
this.tbUpdate.Size = new System.Drawing.Size(49, 22);
this.tbUpdate.Text = "修改";
this.tbUpdate.Click += new System.EventHandler(this.tbUpdate_Click);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(65, 22);
this.toolStripLabel1.Text = "查询条件:";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tbDelete
//
this.tbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tbDelete.Image")));
this.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbDelete.Name = "tbDelete";
this.tbDelete.Size = new System.Drawing.Size(49, 22);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -