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.ctlScrollBarV = new LYFZ.ComponentLibrary.CtlScrollBarV();
this.ctlScrollBarH = new LYFZ.ComponentLibrary.CtlScrollBarH();
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);
//
// 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.Location = new System.Drawing.Point(0, 0);
this.plExMainContainer.Name = "plExMainContainer";
this.plExMainContainer.Size = new System.Drawing.Size(710, 445);
this.plExMainContainer.TabIndex = 0;
//
// ctlScrollBarV
//
this.ctlScrollBarV.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(211)))), ((int)(((byte)(255)))));
this.ctlScrollBarV.DownArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.DownArrowImage")));
this.ctlScrollBarV.LargeChange = 10;
this.ctlScrollBarV.Location = new System.Drawing.Point(860, 40);
this.ctlScrollBarV.Maximum = 100;
this.ctlScrollBarV.Minimum = 0;
this.ctlScrollBarV.MinimumSize = new System.Drawing.Size(15, 92);
this.ctlScrollBarV.Name = "ctlScrollBarV";
this.ctlScrollBarV.Size = new System.Drawing.Size(20, 495);
this.ctlScrollBarV.SmallChange = 1;
this.ctlScrollBarV.TabIndex = 11;
this.ctlScrollBarV.ThumbBottomImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbBottomImage")));
this.ctlScrollBarV.ThumbBottomSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbBottomSpanImage")));
this.ctlScrollBarV.ThumbMiddleImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbMiddleImage")));
this.ctlScrollBarV.ThumbTopImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbTopImage")));
this.ctlScrollBarV.ThumbTopSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbTopSpanImage")));
this.ctlScrollBarV.UpArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.UpArrowImage")));
this.ctlScrollBarV.Value = 0;
this.ctlScrollBarV.Visible = false;
//
// ctlScrollBarH
//
this.ctlScrollBarH.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(211)))), ((int)(((byte)(255)))));
this.ctlScrollBarH.DownArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.DownArrowImage")));
this.ctlScrollBarH.LargeChange = 10;
this.ctlScrollBarH.Location = new System.Drawing.Point(0, 635);
this.ctlScrollBarH.Maximum = 100;
this.ctlScrollBarH.Minimum = 0;
this.ctlScrollBarH.MinimumSize = new System.Drawing.Size(86, 15);
this.ctlScrollBarH.Name = "ctlScrollBarH";
this.ctlScrollBarH.Size = new System.Drawing.Size(760, 20);
this.ctlScrollBarH.SmallChange = 1;
this.ctlScrollBarH.TabIndex = 0;
this.ctlScrollBarH.ThumbBottomImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbBottomImage")));
this.ctlScrollBarH.ThumbBottomSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbBottomSpanImage")));
this.ctlScrollBarH.ThumbMiddleImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbMiddleImage")));
this.ctlScrollBarH.ThumbTopImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbTopImage")));
this.ctlScrollBarH.ThumbTopSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbTopSpanImage")));
this.ctlScrollBarH.UpArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.UpArrowImage")));
this.ctlScrollBarH.Value = 0;
this.ctlScrollBarH.Visible = false;
//
// 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(153, 114);
this.cmsSystemMeunList.Text = "系统菜单";
//
// tsmSystemConfig
//
this.tsmSystemConfig.Name = "tsmSystemConfig";
this.tsmSystemConfig.Size = new System.Drawing.Size(152, 22);
this.tsmSystemConfig.Text = "系统设置(&S)";
//
// tsmOptions
//
this.tsmOptions.Name = "tsmOptions";
this.tsmOptions.Size = new System.Drawing.Size(152, 22);
this.tsmOptions.Text = "选项(&O)";
//
// tsmHelp
//
this.tsmHelp.Name = "tsmHelp";
this.tsmHelp.Size = new System.Drawing.Size(152, 22);
this.tsmHelp.Text = "帮助(&H)";
//
// tsmAbout
//
this.tsmAbout.Name = "tsmAbout";
this.tsmAbout.Size = new System.Drawing.Size(152, 22);
this.tsmAbout.Text = "关于(&A)";
this.tsmAbout.Click += new System.EventHandler(this.tsmAbout_Click);
//
// BaseContentsFormRelease
//
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(710, 510);
this.Controls.Add(this.ctlScrollBarH);
this.Controls.Add(this.ctlScrollBarV);
this.Controls.Add(this.plFormMainContent);
this.IsUserControlsSize = true;
this.Name = "BaseContentsFormRelease";
this.ShowBorder = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "BaseFormRelease";
this.TitleBgImageHeight = 40;
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
this.Controls.SetChildIndex(this.ctlScrollBarV, 0);
this.Controls.SetChildIndex(this.ctlScrollBarH, 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 CtlScrollBarV ctlScrollBarV;
private CtlScrollBarH ctlScrollBarH;
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;
}
}