namespace Pms.Forms.Master
{
partial class @0@
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
@1@
this.pnlDetail.SuspendLayout();
this.pnlTopMain.SuspendLayout();
this.pnlMain.SuspendLayout();
this.pnlSearch.SuspendLayout();
this.pnlFunction.SuspendLayout();
this.grpSearch.SuspendLayout();
this.pnlMainBackBase.SuspendLayout();
this.SuspendLayout();
//
// pnlDetail
//
@2@
this.pnlDetail.Location = new System.Drawing.Point(0, 346);
this.pnlDetail.Size = new System.Drawing.Size(725, 172);
this.pnlDetail.TabIndex = 0;
@3@
//
// pnlGrid
//
this.pnlGrid.Size = new System.Drawing.Size(725, 280);
//
// lblEditStatus
//
this.lblEditStatus.BackColor = System.Drawing.Color.Teal;
this.lblEditStatus.Location = new System.Drawing.Point(590, 7);
@4@
//
// FormRoom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 561);
this.Name = "@0@";
this.Text = "@5@";
this.Load += new System.EventHandler(this.Form_Load);
this.pnlDetail.ResumeLayout(false);
this.pnlDetail.PerformLayout();
this.pnlTopMain.ResumeLayout(false);
this.pnlMain.ResumeLayout(false);
this.pnlSearch.ResumeLayout(false);
this.pnlFunction.ResumeLayout(false);
this.grpSearch.ResumeLayout(false);
this.grpSearch.PerformLayout();
this.pnlMainBackBase.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
@6@
}
}