namespace LYFZ.ComponentLibrary { partial class BaseContentsFormMain { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseContentsFormMain)); this.ctlScrollBarV = new LYFZ.ComponentLibrary.CtlScrollBarV(); this.ctlScrollBarH = new LYFZ.ComponentLibrary.CtlScrollBarH(); 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.plExMainContainer = new LYFZ.ComponentLibrary.PanelEx(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plFormMainContent // this.plFormMainContent.Controls.Add(this.plExMainContainer); this.plFormMainContent.Location = new System.Drawing.Point(0, 40); this.plFormMainContent.Size = new System.Drawing.Size(710, 445); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0); // // btnAppFormExit // this.btnAppFormExit.Location = new System.Drawing.Point(678, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.Location = new System.Drawing.Point(624, 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; // // tsmSystemConfig // this.tsmSystemConfig.Name = "tsmSystemConfig"; this.tsmSystemConfig.Size = new System.Drawing.Size(32, 19); // // tsmOptions // this.tsmOptions.Name = "tsmOptions"; this.tsmOptions.Size = new System.Drawing.Size(32, 19); // // tsmHelp // this.tsmHelp.Name = "tsmHelp"; this.tsmHelp.Size = new System.Drawing.Size(32, 19); // // tsmAbout // this.tsmAbout.Name = "tsmAbout"; this.tsmAbout.Size = new System.Drawing.Size(32, 19); // // 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 = 1; this.plExMainContainer.MouseEnter += new System.EventHandler(this.plExMainContainer_MouseEnter); // // BaseContentsFormMain // 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsUserControlsSize = true; this.Name = "BaseContentsFormMain"; this.ShowBorder = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 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.Controls.SetChildIndex(this.ctlScrollBarV, 0); this.Controls.SetChildIndex(this.ctlScrollBarH, 0); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion // protected internal System.Windows.Forms.Panel plFormMainContent; private CtlScrollBarV ctlScrollBarV; private CtlScrollBarH ctlScrollBarH; private System.Windows.Forms.ToolStripMenuItem tsmSystemConfig; private System.Windows.Forms.ToolStripMenuItem tsmOptions; private System.Windows.Forms.ToolStripMenuItem tsmHelp; private System.Windows.Forms.ToolStripMenuItem tsmAbout; protected internal PanelEx plExMainContainer; } }