namespace LYFZ.Software.UI { partial class frmSoftwareTheme { /// /// 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(frmSoftwareTheme)); this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.pllogin = new LYFZ.ComponentLibrary.PanelEx(); this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components); this.tlsUpdate = new System.Windows.Forms.ToolStripMenuItem(); this.tlsRess = new System.Windows.Forms.ToolStripMenuItem(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.plTitle = new LYFZ.ComponentLibrary.PanelEx(); this.pllogo = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx(); this.plRimg = new LYFZ.ComponentLibrary.PanelEx(); this.plbgimg = new LYFZ.ComponentLibrary.PanelEx(); this.plEnd = new LYFZ.ComponentLibrary.PanelEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.tabControlEx1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.panelEx1.SuspendLayout(); this.contextMenuStripEx1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.plTitle.SuspendLayout(); this.panelEx3.SuspendLayout(); this.plRimg.SuspendLayout(); this.plbgimg.SuspendLayout(); this.plEnd.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.tabControlEx1); this.plExMainContainer.Size = new System.Drawing.Size(1024, 703); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(1024, 703); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(992, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0); // // tabControlEx1 // this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlEx1.Controls.Add(this.tabPage1); this.tabControlEx1.Controls.Add(this.tabPage2); this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlEx1.ItemSize = new System.Drawing.Size(120, 36); this.tabControlEx1.Location = new System.Drawing.Point(0, 0); this.tabControlEx1.Name = "tabControlEx1"; this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabControlEx1.SelectedIndex = 0; this.tabControlEx1.Size = new System.Drawing.Size(1024, 703); this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControlEx1.TabIndex = 0; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage1.Controls.Add(this.labelEx1); this.tabPage1.Controls.Add(this.panelEx1); this.tabPage1.Location = new System.Drawing.Point(4, 40); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1016, 659); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "登录界面"; // // panelEx1 // this.panelEx1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelEx1.BackgroundImage"))); this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.pllogin); this.panelEx1.Location = new System.Drawing.Point(198, 105); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(440, 371); this.panelEx1.TabIndex = 0; // // pllogin // this.pllogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pllogin.BackgroundImage"))); this.pllogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pllogin.BorderColor = System.Drawing.Color.White; this.pllogin.BorderWidth = 0; this.pllogin.ContextMenuStrip = this.contextMenuStripEx1; this.pllogin.Cursor = System.Windows.Forms.Cursors.Hand; this.pllogin.Location = new System.Drawing.Point(4, 2); this.pllogin.Name = "pllogin"; this.pllogin.Size = new System.Drawing.Size(432, 183); this.pllogin.TabIndex = 0; this.pllogin.Tag = "login_bg.png"; // // contextMenuStripEx1 // this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tlsUpdate, this.tlsRess}); this.contextMenuStripEx1.Name = "contextMenuStripEx1"; this.contextMenuStripEx1.Size = new System.Drawing.Size(125, 48); // // tlsUpdate // this.tlsUpdate.Name = "tlsUpdate"; this.tlsUpdate.Size = new System.Drawing.Size(124, 22); this.tlsUpdate.Text = "修改"; // // tlsRess // this.tlsRess.Name = "tlsRess"; this.tlsRess.Size = new System.Drawing.Size(124, 22); this.tlsRess.Text = "恢复默认"; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.tabPage2.Controls.Add(this.labelEx3); this.tabPage2.Controls.Add(this.labelEx2); this.tabPage2.Controls.Add(this.plTitle); this.tabPage2.Controls.Add(this.panelEx3); this.tabPage2.Location = new System.Drawing.Point(4, 40); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1016, 659); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "主窗体界面"; // // plTitle // this.plTitle.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plTitle.BackgroundImage"))); this.plTitle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plTitle.BorderWidth = 1; this.plTitle.ContextMenuStrip = this.contextMenuStripEx1; this.plTitle.Controls.Add(this.pllogo); this.plTitle.Cursor = System.Windows.Forms.Cursors.Hand; this.plTitle.Location = new System.Drawing.Point(33, 49); this.plTitle.Name = "plTitle"; this.plTitle.Size = new System.Drawing.Size(942, 53); this.plTitle.TabIndex = 0; this.plTitle.Tag = "titleTop_bg.png"; // // pllogo // this.pllogo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pllogo.BackgroundImage"))); this.pllogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pllogo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.pllogo.BorderWidth = 1; this.pllogo.ContextMenuStrip = this.contextMenuStripEx1; this.pllogo.Location = new System.Drawing.Point(1, 0); this.pllogo.Name = "pllogo"; this.pllogo.Size = new System.Drawing.Size(109, 52); this.pllogo.TabIndex = 0; this.pllogo.Tag = "titleLogo_bg.png"; // // panelEx3 // this.panelEx3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelEx3.BackgroundImage"))); this.panelEx3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.panelEx8); this.panelEx3.Controls.Add(this.plRimg); this.panelEx3.Controls.Add(this.plbgimg); this.panelEx3.Controls.Add(this.plEnd); this.panelEx3.Location = new System.Drawing.Point(33, 51); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(942, 514); this.panelEx3.TabIndex = 0; // // panelEx8 // this.panelEx8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelEx8.BackgroundImage"))); this.panelEx8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx8.BorderWidth = 1; this.panelEx8.Location = new System.Drawing.Point(271, 89); this.panelEx8.Name = "panelEx8"; this.panelEx8.Size = new System.Drawing.Size(255, 246); this.panelEx8.TabIndex = 0; // // plRimg // this.plRimg.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plRimg.BackgroundImage"))); this.plRimg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.plRimg.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plRimg.BorderWidth = 1; this.plRimg.ContextMenuStrip = this.contextMenuStripEx1; this.plRimg.Controls.Add(this.labelEx5); this.plRimg.Cursor = System.Windows.Forms.Cursors.Hand; this.plRimg.Location = new System.Drawing.Point(99, 89); this.plRimg.Name = "plRimg"; this.plRimg.Size = new System.Drawing.Size(166, 246); this.plRimg.TabIndex = 0; this.plRimg.Tag = "Rimg_bg.png"; // // plbgimg // this.plbgimg.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plbgimg.BackgroundImage"))); this.plbgimg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.plbgimg.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plbgimg.BorderWidth = 1; this.plbgimg.ContextMenuStrip = this.contextMenuStripEx1; this.plbgimg.Controls.Add(this.labelEx4); this.plbgimg.Cursor = System.Windows.Forms.Cursors.Hand; this.plbgimg.Location = new System.Drawing.Point(92, 69); this.plbgimg.Name = "plbgimg"; this.plbgimg.Size = new System.Drawing.Size(850, 428); this.plbgimg.TabIndex = 0; this.plbgimg.Tag = "Bgimg_bg.png"; // // plEnd // this.plEnd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plEnd.BackgroundImage"))); this.plEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plEnd.BorderWidth = 1; this.plEnd.ContextMenuStrip = this.contextMenuStripEx1; this.plEnd.Controls.Add(this.labelEx6); this.plEnd.Cursor = System.Windows.Forms.Cursors.Hand; this.plEnd.Location = new System.Drawing.Point(0, 498); this.plEnd.Name = "plEnd"; this.plEnd.Size = new System.Drawing.Size(942, 15); this.plEnd.TabIndex = 0; this.plEnd.Tag = "titleEnd_bg.png"; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(199, 85); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(92, 17); this.labelEx1.TabIndex = 1; this.labelEx1.Text = "尺寸:430x182"; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(37, 29); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(85, 17); this.labelEx2.TabIndex = 2; this.labelEx2.Text = "尺寸:181x55"; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx3.Location = new System.Drawing.Point(876, 31); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(92, 17); this.labelEx3.TabIndex = 2; this.labelEx3.Text = "尺寸:800x430"; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(651, 54); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(106, 17); this.labelEx4.TabIndex = 2; this.labelEx4.Text = "尺寸:4096x2161"; // // labelEx5 // this.labelEx5.AutoSize = true; this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx5.Location = new System.Drawing.Point(15, 215); this.labelEx5.Name = "labelEx5"; this.labelEx5.Size = new System.Drawing.Size(92, 17); this.labelEx5.TabIndex = 2; this.labelEx5.Text = "尺寸:226x337"; // // labelEx6 // this.labelEx6.AutoSize = true; this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx6.Location = new System.Drawing.Point(574, -1); this.labelEx6.Name = "labelEx6"; this.labelEx6.Size = new System.Drawing.Size(78, 17); this.labelEx6.TabIndex = 2; this.labelEx6.Text = "尺寸:50x50"; // // frmSoftwareTheme // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(1024, 768); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "frmSoftwareTheme"; this.Text = "软件主题编缉"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); 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.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.tabControlEx1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.panelEx1.ResumeLayout(false); this.contextMenuStripEx1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.plTitle.ResumeLayout(false); this.panelEx3.ResumeLayout(false); this.plRimg.ResumeLayout(false); this.plRimg.PerformLayout(); this.plbgimg.ResumeLayout(false); this.plbgimg.PerformLayout(); this.plEnd.ResumeLayout(false); this.plEnd.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.TabControlEx tabControlEx1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.PanelEx panelEx3; private ComponentLibrary.PanelEx panelEx8; public ComponentLibrary.PanelEx pllogin; public System.Windows.Forms.ToolStripMenuItem tlsUpdate; public System.Windows.Forms.ToolStripMenuItem tlsRess; public ComponentLibrary.ContextMenuStripEx contextMenuStripEx1; public ComponentLibrary.PanelEx plTitle; public ComponentLibrary.PanelEx pllogo; public ComponentLibrary.PanelEx plRimg; public ComponentLibrary.PanelEx plbgimg; public ComponentLibrary.PanelEx plEnd; private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.LabelEx labelEx3; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx5; private ComponentLibrary.LabelEx labelEx4; private ComponentLibrary.LabelEx labelEx6; } }