BaseFormRelease.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class BaseFormRelease
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseFormRelease));
  30. this.cmsSystemMeunList = new System.Windows.Forms.ContextMenuStrip(this.components);
  31. this.plFormMainContent = new System.Windows.Forms.Panel();
  32. this.SuspendLayout();
  33. //
  34. // btnAppFormMenu
  35. //
  36. this.btnAppFormMenu.Location = new System.Drawing.Point(667, 0);
  37. //
  38. // btnAppFormSkin
  39. //
  40. this.btnAppFormSkin.Location = new System.Drawing.Point(640, 0);
  41. //
  42. // btnAppFormMaximize
  43. //
  44. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  45. this.btnAppFormMaximize.IsCustomBackImg = true;
  46. this.btnAppFormMaximize.Location = new System.Drawing.Point(721, 0);
  47. //
  48. // btnAppFormExit
  49. //
  50. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  51. this.btnAppFormExit.Location = new System.Drawing.Point(748, 0);
  52. //
  53. // btnAppFormMinimize
  54. //
  55. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  56. this.btnAppFormMinimize.Location = new System.Drawing.Point(694, 0);
  57. //
  58. // cmsSystemMeunList
  59. //
  60. this.cmsSystemMeunList.Name = "cmsSystemMeunList";
  61. this.cmsSystemMeunList.Size = new System.Drawing.Size(61, 4);
  62. this.cmsSystemMeunList.Text = "系统菜单";
  63. //
  64. // plFormMainContent
  65. //
  66. this.plFormMainContent.BackColor = System.Drawing.Color.White;
  67. this.plFormMainContent.Location = new System.Drawing.Point(0, 100);
  68. this.plFormMainContent.Name = "plFormMainContent";
  69. this.plFormMainContent.Size = new System.Drawing.Size(780, 455);
  70. this.plFormMainContent.TabIndex = 6;
  71. //
  72. // BaseFormRelease
  73. //
  74. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  76. this.BackColor = System.Drawing.Color.White;
  77. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  78. this.ClientSize = new System.Drawing.Size(780, 580);
  79. this.Controls.Add(this.plFormMainContent);
  80. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  81. this.Name = "BaseFormRelease";
  82. this.Text = "BaseFormRelease";
  83. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  84. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  85. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  86. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  87. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  88. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  89. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  90. this.ResumeLayout(false);
  91. }
  92. #endregion
  93. public System.Windows.Forms.ContextMenuStrip cmsSystemMeunList;
  94. protected internal System.Windows.Forms.Panel plFormMainContent;
  95. }
  96. }