123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- namespace LYFZ.ComponentLibrary
- {
- partial class BaseFormRelease
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseFormRelease));
- this.cmsSystemMeunList = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.plFormMainContent = new System.Windows.Forms.Panel();
- 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(721, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(748, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(694, 0);
- //
- // cmsSystemMeunList
- //
- this.cmsSystemMeunList.Name = "cmsSystemMeunList";
- this.cmsSystemMeunList.Size = new System.Drawing.Size(61, 4);
- this.cmsSystemMeunList.Text = "系统菜单";
- //
- // plFormMainContent
- //
- this.plFormMainContent.BackColor = System.Drawing.Color.White;
- this.plFormMainContent.Location = new System.Drawing.Point(0, 100);
- this.plFormMainContent.Name = "plFormMainContent";
- this.plFormMainContent.Size = new System.Drawing.Size(780, 455);
- this.plFormMainContent.TabIndex = 6;
- //
- // BaseFormRelease
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- 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(780, 580);
- this.Controls.Add(this.plFormMainContent);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "BaseFormRelease";
- this.Text = "BaseFormRelease";
- 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.ResumeLayout(false);
- }
- #endregion
- public System.Windows.Forms.ContextMenuStrip cmsSystemMeunList;
- protected internal System.Windows.Forms.Panel plFormMainContent;
- }
- }
|