namespace LYFZ.ComponentLibrary
{
partial class BaseContentsFormRelease
{
///
/// 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(BaseContentsFormRelease));
this.plFormMainContent = new System.Windows.Forms.Panel();
this.plExMainContainer = new LYFZ.ComponentLibrary.PanelEx();
this.cmsSystemMeunList = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmSystemConfig = new System.Windows.Forms.ToolStripMenuItem();
this.tsmOptions = new System.Windows.Forms.ToolStripMenuItem();
this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
this.tsmAbout = new System.Windows.Forms.ToolStripMenuItem();
this.plFormMainContent.SuspendLayout();
this.cmsSystemMeunList.SuspendLayout();
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.IsCustomBackImg = true;
this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(678, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(624, 0);
//
// plFormMainContent
//
this.plFormMainContent.BackColor = System.Drawing.Color.White;
this.plFormMainContent.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
this.plFormMainContent.Controls.Add(this.plExMainContainer);
this.plFormMainContent.Location = new System.Drawing.Point(0, 40);
this.plFormMainContent.Name = "plFormMainContent";
this.plFormMainContent.Size = new System.Drawing.Size(710, 445);
this.plFormMainContent.TabIndex = 6;
//
// plExMainContainer
//
this.plExMainContainer.BackColor = System.Drawing.Color.White;
this.plExMainContainer.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
this.plExMainContainer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.plExMainContainer.BorderWidth = 1;
this.plExMainContainer.Location = new System.Drawing.Point(0, 0);
this.plExMainContainer.Name = "plExMainContainer";
this.plExMainContainer.Size = new System.Drawing.Size(710, 445);
this.plExMainContainer.TabIndex = 0;
//
// cmsSystemMeunList
//
this.cmsSystemMeunList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmSystemConfig,
this.tsmOptions,
this.tsmHelp,
this.tsmAbout});
this.cmsSystemMeunList.Name = "cmsSystemMeunList";
this.cmsSystemMeunList.Size = new System.Drawing.Size(140, 92);
this.cmsSystemMeunList.Text = "系统菜单";
//
// tsmSystemConfig
//
this.tsmSystemConfig.Name = "tsmSystemConfig";
this.tsmSystemConfig.Size = new System.Drawing.Size(139, 22);
this.tsmSystemConfig.Text = "系统设置(&S)";
//
// tsmOptions
//
this.tsmOptions.Name = "tsmOptions";
this.tsmOptions.Size = new System.Drawing.Size(139, 22);
this.tsmOptions.Text = "选项(&O)";
//
// tsmHelp
//
this.tsmHelp.Name = "tsmHelp";
this.tsmHelp.Size = new System.Drawing.Size(139, 22);
this.tsmHelp.Text = "帮助(&H)";
//
// tsmAbout
//
this.tsmAbout.Name = "tsmAbout";
this.tsmAbout.Size = new System.Drawing.Size(139, 22);
this.tsmAbout.Text = "关于(&A)";
this.tsmAbout.Click += new System.EventHandler(this.tsmAbout_Click);
//
// BaseContentsFormRelease
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(710, 510);
this.Controls.Add(this.plFormMainContent);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.ImeMode = System.Windows.Forms.ImeMode.On;
this.IsUserControlsSize = true;
this.Name = "BaseContentsFormRelease";
this.ShowBorder = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "BaseFormRelease";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.TitleBgImageHeight = 40;
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.plFormMainContent.ResumeLayout(false);
this.cmsSystemMeunList.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected internal System.Windows.Forms.Panel plFormMainContent;
protected internal PanelEx plExMainContainer;
private System.Windows.Forms.ContextMenuStrip cmsSystemMeunList;
private System.Windows.Forms.ToolStripMenuItem tsmSystemConfig;
private System.Windows.Forms.ToolStripMenuItem tsmOptions;
private System.Windows.Forms.ToolStripMenuItem tsmHelp;
private System.Windows.Forms.ToolStripMenuItem tsmAbout;
}
}