📄 frmdesk.designer.cs
字号:
// Column4
//
this.Column4.DataPropertyName = "RoomWZ";
this.Column4.HeaderText = "桌台位置";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.DataPropertyName = "RoomType";
this.Column5.HeaderText = "桌台类型";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.DataPropertyName = "RoomBZ";
this.Column6.HeaderText = "备注";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
this.Column7.DataPropertyName = "ID";
this.Column7.HeaderText = "Column7";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
this.Column7.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "桌台名称:";
//
// txtname
//
this.txtname.Enabled = false;
this.txtname.Location = new System.Drawing.Point(67, 14);
this.txtname.Name = "txtname";
this.txtname.Size = new System.Drawing.Size(103, 21);
this.txtname.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(185, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "桌台简称:";
//
// txtjc
//
this.txtjc.Enabled = false;
this.txtjc.Location = new System.Drawing.Point(247, 16);
this.txtjc.Name = "txtjc";
this.txtjc.Size = new System.Drawing.Size(101, 21);
this.txtjc.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(378, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "包间费:";
//
// txtbjf
//
this.txtbjf.Enabled = false;
this.txtbjf.Location = new System.Drawing.Point(431, 17);
this.txtbjf.Name = "txtbjf";
this.txtbjf.Size = new System.Drawing.Size(100, 21);
this.txtbjf.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 48);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 6;
this.label4.Text = "桌台位置:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(187, 50);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 7;
this.label5.Text = "桌台类型:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(378, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 8;
this.label6.Text = "备 注:";
//
// txtwz
//
this.txtwz.Enabled = false;
this.txtwz.Location = new System.Drawing.Point(67, 43);
this.txtwz.Name = "txtwz";
this.txtwz.Size = new System.Drawing.Size(103, 21);
this.txtwz.TabIndex = 9;
//
// txtlx
//
this.txtlx.Enabled = false;
this.txtlx.Location = new System.Drawing.Point(248, 44);
this.txtlx.Name = "txtlx";
this.txtlx.Size = new System.Drawing.Size(100, 21);
this.txtlx.TabIndex = 10;
//
// txtbz
//
this.txtbz.Enabled = false;
this.txtbz.Location = new System.Drawing.Point(431, 45);
this.txtbz.Name = "txtbz";
this.txtbz.Size = new System.Drawing.Size(100, 21);
this.txtbz.TabIndex = 11;
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.txtbz);
this.groupBox2.Controls.Add(this.txtlx);
this.groupBox2.Controls.Add(this.txtwz);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.txtbjf);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.txtjc);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.txtname);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(13, 56);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(549, 72);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// frmDesk
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::MrCy.Properties.Resources.bg_03;
this.ClientSize = new System.Drawing.Size(574, 363);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmDesk";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "桌台基本信息";
this.Load += new System.EventHandler(this.frmDesk_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtname;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtjc;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtbjf;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtwz;
private System.Windows.Forms.TextBox txtlx;
private System.Windows.Forms.TextBox txtbz;
private System.Windows.Forms.GroupBox groupBox2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -