📄 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.listBox1 = new System.Windows.Forms.ListBox();
this.textBoxHtype = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBoxTableNo = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancle = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(323, 0);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(188, 268);
this.listBox1.TabIndex = 0;
//
// textBoxHtype
//
this.textBoxHtype.Location = new System.Drawing.Point(103, 36);
this.textBoxHtype.Name = "textBoxHtype";
this.textBoxHtype.Size = new System.Drawing.Size(137, 21);
this.textBoxHtype.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 2;
this.label1.Text = "房间类型:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 93);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "餐台编号:";
//
// textBoxTableNo
//
this.textBoxTableNo.Location = new System.Drawing.Point(103, 90);
this.textBoxTableNo.Name = "textBoxTableNo";
this.textBoxTableNo.Size = new System.Drawing.Size(137, 21);
this.textBoxTableNo.TabIndex = 4;
//
// button1
//
this.button1.Location = new System.Drawing.Point(257, 90);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(43, 23);
this.button1.TabIndex = 5;
this.button1.Text = " 》》";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// buttonOK
//
this.buttonOK.Location = new System.Drawing.Point(149, 290);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(91, 23);
this.buttonOK.TabIndex = 6;
this.buttonOK.Text = "确 定";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// buttonCancle
//
this.buttonCancle.Location = new System.Drawing.Point(323, 290);
this.buttonCancle.Name = "buttonCancle";
this.buttonCancle.Size = new System.Drawing.Size(86, 23);
this.buttonCancle.TabIndex = 6;
this.buttonCancle.Text = "取 消";
this.buttonCancle.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(36, 175);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 7;
this.label3.Text = "提示:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(101, 175);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(161, 36);
this.label4.TabIndex = 8;
this.label4.Text = "一个房间号对应若干餐台号,\r\n一次添加一个房间类型,但对\r\n应多个餐台号。\r\n";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// frm添加预定类型
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(510, 337);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.buttonCancle);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBoxTableNo);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxHtype);
this.Controls.Add(this.listBox1);
this.Name = "frm添加预定类型";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "添加预定类型";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.TextBox textBoxHtype;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxTableNo;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.Button buttonCancle;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -