123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- namespace LYFZ.Software.UI
- {
- partial class frmSystemAbout
- {
- /// <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(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;
- }
- }
|