BaseFormRelease.Designer.cs 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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.Location = new System.Drawing.Point(721, 0);
  46. //
  47. // btnAppFormExit
  48. //
  49. this.btnAppFormExit.Location = new System.Drawing.Point(748, 0);
  50. //
  51. // btnAppFormMinimize
  52. //
  53. this.btnAppFormMinimize.Location = new System.Drawing.Point(694, 0);
  54. //
  55. // cmsSystemMeunList
  56. //
  57. this.cmsSystemMeunList.Name = "cmsSystemMeunList";
  58. this.cmsSystemMeunList.Size = new System.Drawing.Size(61, 4);
  59. this.cmsSystemMeunList.Text = "系统菜单";
  60. //
  61. // plFormMainContent
  62. //
  63. this.plFormMainContent.BackColor = System.Drawing.Color.White;
  64. this.plFormMainContent.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
  65. this.plFormMainContent.Location = new System.Drawing.Point(0, 100);
  66. this.plFormMainContent.Name = "plFormMainContent";
  67. this.plFormMainContent.Size = new System.Drawing.Size(780, 455);
  68. this.plFormMainContent.TabIndex = 6;
  69. //
  70. // BaseFormRelease
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.BackColor = System.Drawing.Color.White;
  75. this.ClientSize = new System.Drawing.Size(780, 580);
  76. this.Controls.Add(this.plFormMainContent);
  77. this.Name = "BaseFormRelease";
  78. this.Text = "BaseFormRelease";
  79. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  80. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  81. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  82. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  83. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  84. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private System.Windows.Forms.ContextMenuStrip cmsSystemMeunList;
  89. protected internal System.Windows.Forms.Panel plFormMainContent;
  90. }
  91. }