BaseContentsFormRelease.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class BaseContentsFormRelease
  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(BaseContentsFormRelease));
  30. this.plFormMainContent = new System.Windows.Forms.Panel();
  31. this.plExMainContainer = new LYFZ.ComponentLibrary.PanelEx();
  32. this.cmsSystemMeunList = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.tsmSystemConfig = new System.Windows.Forms.ToolStripMenuItem();
  34. this.tsmOptions = new System.Windows.Forms.ToolStripMenuItem();
  35. this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
  36. this.tsmAbout = new System.Windows.Forms.ToolStripMenuItem();
  37. this.plFormMainContent.SuspendLayout();
  38. this.cmsSystemMeunList.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // btnAppFormMenu
  42. //
  43. this.btnAppFormMenu.Location = new System.Drawing.Point(667, 0);
  44. //
  45. // btnAppFormSkin
  46. //
  47. this.btnAppFormSkin.Location = new System.Drawing.Point(640, 0);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.IsCustomBackImg = true;
  53. this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0);
  54. //
  55. // btnAppFormExit
  56. //
  57. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  58. this.btnAppFormExit.Location = new System.Drawing.Point(678, 0);
  59. //
  60. // btnAppFormMinimize
  61. //
  62. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  63. this.btnAppFormMinimize.Location = new System.Drawing.Point(624, 0);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.BackColor = System.Drawing.Color.White;
  68. this.plFormMainContent.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
  69. this.plFormMainContent.Controls.Add(this.plExMainContainer);
  70. this.plFormMainContent.Location = new System.Drawing.Point(0, 40);
  71. this.plFormMainContent.Name = "plFormMainContent";
  72. this.plFormMainContent.Size = new System.Drawing.Size(710, 445);
  73. this.plFormMainContent.TabIndex = 6;
  74. //
  75. // plExMainContainer
  76. //
  77. this.plExMainContainer.BackColor = System.Drawing.Color.White;
  78. this.plExMainContainer.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
  79. this.plExMainContainer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  80. this.plExMainContainer.BorderWidth = 1;
  81. this.plExMainContainer.Location = new System.Drawing.Point(0, 0);
  82. this.plExMainContainer.Name = "plExMainContainer";
  83. this.plExMainContainer.Size = new System.Drawing.Size(710, 445);
  84. this.plExMainContainer.TabIndex = 0;
  85. //
  86. // cmsSystemMeunList
  87. //
  88. this.cmsSystemMeunList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  89. this.tsmSystemConfig,
  90. this.tsmOptions,
  91. this.tsmHelp,
  92. this.tsmAbout});
  93. this.cmsSystemMeunList.Name = "cmsSystemMeunList";
  94. this.cmsSystemMeunList.Size = new System.Drawing.Size(140, 92);
  95. this.cmsSystemMeunList.Text = "系统菜单";
  96. //
  97. // tsmSystemConfig
  98. //
  99. this.tsmSystemConfig.Name = "tsmSystemConfig";
  100. this.tsmSystemConfig.Size = new System.Drawing.Size(139, 22);
  101. this.tsmSystemConfig.Text = "系统设置(&S)";
  102. //
  103. // tsmOptions
  104. //
  105. this.tsmOptions.Name = "tsmOptions";
  106. this.tsmOptions.Size = new System.Drawing.Size(139, 22);
  107. this.tsmOptions.Text = "选项(&O)";
  108. //
  109. // tsmHelp
  110. //
  111. this.tsmHelp.Name = "tsmHelp";
  112. this.tsmHelp.Size = new System.Drawing.Size(139, 22);
  113. this.tsmHelp.Text = "帮助(&H)";
  114. //
  115. // tsmAbout
  116. //
  117. this.tsmAbout.Name = "tsmAbout";
  118. this.tsmAbout.Size = new System.Drawing.Size(139, 22);
  119. this.tsmAbout.Text = "关于(&A)";
  120. this.tsmAbout.Click += new System.EventHandler(this.tsmAbout_Click);
  121. //
  122. // BaseContentsFormRelease
  123. //
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  125. this.BackColor = System.Drawing.Color.White;
  126. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  127. this.ClientSize = new System.Drawing.Size(710, 510);
  128. this.Controls.Add(this.plFormMainContent);
  129. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  130. this.ImeMode = System.Windows.Forms.ImeMode.On;
  131. this.IsUserControlsSize = true;
  132. this.Name = "BaseContentsFormRelease";
  133. this.ShowBorder = false;
  134. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  135. this.Text = "BaseFormRelease";
  136. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  137. this.TitleBgImageHeight = 40;
  138. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  139. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  140. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  141. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  142. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  143. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  144. this.plFormMainContent.ResumeLayout(false);
  145. this.cmsSystemMeunList.ResumeLayout(false);
  146. this.ResumeLayout(false);
  147. }
  148. #endregion
  149. protected internal System.Windows.Forms.Panel plFormMainContent;
  150. protected internal PanelEx plExMainContainer;
  151. private System.Windows.Forms.ContextMenuStrip cmsSystemMeunList;
  152. private System.Windows.Forms.ToolStripMenuItem tsmSystemConfig;
  153. private System.Windows.Forms.ToolStripMenuItem tsmOptions;
  154. private System.Windows.Forms.ToolStripMenuItem tsmHelp;
  155. private System.Windows.Forms.ToolStripMenuItem tsmAbout;
  156. }
  157. }