namespace LYFZ.ComponentLibrary
{
partial class BaseFormRelease
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseFormRelease));
this.cmsSystemMeunList = new System.Windows.Forms.ContextMenuStrip(this.components);
this.plFormMainContent = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// btnAppFormMenu
//
this.btnAppFormMenu.Location = new System.Drawing.Point(667, 0);
//
// btnAppFormSkin
//
this.btnAppFormSkin.Location = new System.Drawing.Point(640, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(721, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.Location = new System.Drawing.Point(748, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.Location = new System.Drawing.Point(694, 0);
//
// cmsSystemMeunList
//
this.cmsSystemMeunList.Name = "cmsSystemMeunList";
this.cmsSystemMeunList.Size = new System.Drawing.Size(61, 4);
this.cmsSystemMeunList.Text = "系统菜单";
//
// plFormMainContent
//
this.plFormMainContent.BackColor = System.Drawing.Color.White;
this.plFormMainContent.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
this.plFormMainContent.Location = new System.Drawing.Point(0, 100);
this.plFormMainContent.Name = "plFormMainContent";
this.plFormMainContent.Size = new System.Drawing.Size(780, 455);
this.plFormMainContent.TabIndex = 6;
//
// BaseFormRelease
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(780, 580);
this.Controls.Add(this.plFormMainContent);
this.Name = "BaseFormRelease";
this.Text = "BaseFormRelease";
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip cmsSystemMeunList;
protected internal System.Windows.Forms.Panel plFormMainContent;
}
}