namespace LYFZ.Software.UI { partial class frmSystemAbout { /// /// 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(frmSystemAbout)); this.slbinfo = new LYFZ.OtherExpansion.SkinControl.SkinLabel(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.slbinfo); this.plExMainContainer.Size = new System.Drawing.Size(600, 275); // // plFormMainContent // this.plFormMainContent.Location = new System.Drawing.Point(0, 100); this.plFormMainContent.Size = new System.Drawing.Size(600, 275); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); // // slbinfo // this.slbinfo.BackColor = System.Drawing.Color.Transparent; this.slbinfo.BorderColor = System.Drawing.Color.White; this.slbinfo.Dock = System.Windows.Forms.DockStyle.Fill; this.slbinfo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.slbinfo.ForeColor = System.Drawing.SystemColors.HotTrack; this.slbinfo.Location = new System.Drawing.Point(0, 0); this.slbinfo.Name = "slbinfo"; this.slbinfo.Padding = new System.Windows.Forms.Padding(10); this.slbinfo.Size = new System.Drawing.Size(600, 275); this.slbinfo.TabIndex = 0; // // frmSystemAbout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(600, 400); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "frmSystemAbout"; this.Text = "关于PhotoStudio 2015"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion public OtherExpansion.SkinControl.SkinLabel slbinfo; } }