123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- namespace LYFZ.ComponentLibrary
- {
- partial class BaseContentsFormMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseContentsFormMain));
- 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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
- this.plFormMainContent.Controls.Add(this.plExMainContainer);
- this.plFormMainContent.Location = new System.Drawing.Point(0, 40);
- this.plFormMainContent.Size = new System.Drawing.Size(910, 545);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(851, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(878, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(824, 0);
- //
- // 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.BorderColor = System.Drawing.Color.Black;
- this.plExMainContainer.BorderWidth = 1;
- this.plExMainContainer.Location = new System.Drawing.Point(0, 0);
- this.plExMainContainer.Name = "plExMainContainer";
- this.plExMainContainer.Size = new System.Drawing.Size(910, 545);
- this.plExMainContainer.TabIndex = 1;
- this.plExMainContainer.MouseEnter += new System.EventHandler(this.plExMainContainer_MouseEnter);
- //
- // BaseContentsFormMain
- //
- 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(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.ImeMode = System.Windows.Forms.ImeMode.On;
- this.IsUserControlsSize = true;
- this.Name = "BaseContentsFormMain";
- this.ShowBorder = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.TitleBgImageHeight = 40;
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- // protected internal System.Windows.Forms.Panel plFormMainContent;
- 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;
- }
- }
|