frmSystemAbout.Designer.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmSystemAbout
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSystemAbout));
  29. this.slbinfo = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  30. this.plExMainContainer.SuspendLayout();
  31. this.plFormMainContent.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // plExMainContainer
  35. //
  36. this.plExMainContainer.Controls.Add(this.slbinfo);
  37. this.plExMainContainer.Size = new System.Drawing.Size(600, 275);
  38. //
  39. // plFormMainContent
  40. //
  41. this.plFormMainContent.Location = new System.Drawing.Point(0, 100);
  42. this.plFormMainContent.Size = new System.Drawing.Size(600, 275);
  43. //
  44. // btnAppFormExit
  45. //
  46. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  47. //
  48. // slbinfo
  49. //
  50. this.slbinfo.BackColor = System.Drawing.Color.Transparent;
  51. this.slbinfo.BorderColor = System.Drawing.Color.White;
  52. this.slbinfo.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.slbinfo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.slbinfo.ForeColor = System.Drawing.SystemColors.HotTrack;
  55. this.slbinfo.Location = new System.Drawing.Point(0, 0);
  56. this.slbinfo.Name = "slbinfo";
  57. this.slbinfo.Padding = new System.Windows.Forms.Padding(10);
  58. this.slbinfo.Size = new System.Drawing.Size(600, 275);
  59. this.slbinfo.TabIndex = 0;
  60. //
  61. // frmSystemAbout
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  65. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  66. this.ClientSize = new System.Drawing.Size(600, 400);
  67. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  68. this.Name = "frmSystemAbout";
  69. this.Text = "关于PhotoStudio 2015";
  70. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  71. this.plExMainContainer.ResumeLayout(false);
  72. this.plFormMainContent.ResumeLayout(false);
  73. this.ResumeLayout(false);
  74. }
  75. #endregion
  76. public OtherExpansion.SkinControl.SkinLabel slbinfo;
  77. }
  78. }