BaseContentsFormRelease.Designer.cs 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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.ctlScrollBarV = new LYFZ.ComponentLibrary.CtlScrollBarV();
  33. this.ctlScrollBarH = new LYFZ.ComponentLibrary.CtlScrollBarH();
  34. this.cmsSystemMeunList = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.tsmSystemConfig = new System.Windows.Forms.ToolStripMenuItem();
  36. this.tsmOptions = new System.Windows.Forms.ToolStripMenuItem();
  37. this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
  38. this.tsmAbout = new System.Windows.Forms.ToolStripMenuItem();
  39. this.plFormMainContent.SuspendLayout();
  40. this.cmsSystemMeunList.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // btnAppFormMenu
  44. //
  45. this.btnAppFormMenu.Location = new System.Drawing.Point(667, 0);
  46. //
  47. // btnAppFormSkin
  48. //
  49. this.btnAppFormSkin.Location = new System.Drawing.Point(640, 0);
  50. //
  51. // plFormMainContent
  52. //
  53. this.plFormMainContent.BackColor = System.Drawing.Color.White;
  54. this.plFormMainContent.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
  55. this.plFormMainContent.Controls.Add(this.plExMainContainer);
  56. this.plFormMainContent.Location = new System.Drawing.Point(0, 40);
  57. this.plFormMainContent.Name = "plFormMainContent";
  58. this.plFormMainContent.Size = new System.Drawing.Size(710, 445);
  59. this.plFormMainContent.TabIndex = 6;
  60. //
  61. // plExMainContainer
  62. //
  63. this.plExMainContainer.BackColor = System.Drawing.Color.White;
  64. this.plExMainContainer.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
  65. this.plExMainContainer.Location = new System.Drawing.Point(0, 0);
  66. this.plExMainContainer.Name = "plExMainContainer";
  67. this.plExMainContainer.Size = new System.Drawing.Size(710, 445);
  68. this.plExMainContainer.TabIndex = 0;
  69. //
  70. // ctlScrollBarV
  71. //
  72. this.ctlScrollBarV.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(211)))), ((int)(((byte)(255)))));
  73. this.ctlScrollBarV.DownArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.DownArrowImage")));
  74. this.ctlScrollBarV.LargeChange = 10;
  75. this.ctlScrollBarV.Location = new System.Drawing.Point(860, 40);
  76. this.ctlScrollBarV.Maximum = 100;
  77. this.ctlScrollBarV.Minimum = 0;
  78. this.ctlScrollBarV.MinimumSize = new System.Drawing.Size(15, 92);
  79. this.ctlScrollBarV.Name = "ctlScrollBarV";
  80. this.ctlScrollBarV.Size = new System.Drawing.Size(20, 495);
  81. this.ctlScrollBarV.SmallChange = 1;
  82. this.ctlScrollBarV.TabIndex = 11;
  83. this.ctlScrollBarV.ThumbBottomImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbBottomImage")));
  84. this.ctlScrollBarV.ThumbBottomSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbBottomSpanImage")));
  85. this.ctlScrollBarV.ThumbMiddleImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbMiddleImage")));
  86. this.ctlScrollBarV.ThumbTopImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbTopImage")));
  87. this.ctlScrollBarV.ThumbTopSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbTopSpanImage")));
  88. this.ctlScrollBarV.UpArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.UpArrowImage")));
  89. this.ctlScrollBarV.Value = 0;
  90. this.ctlScrollBarV.Visible = false;
  91. //
  92. // ctlScrollBarH
  93. //
  94. this.ctlScrollBarH.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(211)))), ((int)(((byte)(255)))));
  95. this.ctlScrollBarH.DownArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.DownArrowImage")));
  96. this.ctlScrollBarH.LargeChange = 10;
  97. this.ctlScrollBarH.Location = new System.Drawing.Point(0, 635);
  98. this.ctlScrollBarH.Maximum = 100;
  99. this.ctlScrollBarH.Minimum = 0;
  100. this.ctlScrollBarH.MinimumSize = new System.Drawing.Size(86, 15);
  101. this.ctlScrollBarH.Name = "ctlScrollBarH";
  102. this.ctlScrollBarH.Size = new System.Drawing.Size(760, 20);
  103. this.ctlScrollBarH.SmallChange = 1;
  104. this.ctlScrollBarH.TabIndex = 0;
  105. this.ctlScrollBarH.ThumbBottomImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbBottomImage")));
  106. this.ctlScrollBarH.ThumbBottomSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbBottomSpanImage")));
  107. this.ctlScrollBarH.ThumbMiddleImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbMiddleImage")));
  108. this.ctlScrollBarH.ThumbTopImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbTopImage")));
  109. this.ctlScrollBarH.ThumbTopSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbTopSpanImage")));
  110. this.ctlScrollBarH.UpArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.UpArrowImage")));
  111. this.ctlScrollBarH.Value = 0;
  112. this.ctlScrollBarH.Visible = false;
  113. //
  114. // cmsSystemMeunList
  115. //
  116. this.cmsSystemMeunList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.tsmSystemConfig,
  118. this.tsmOptions,
  119. this.tsmHelp,
  120. this.tsmAbout});
  121. this.cmsSystemMeunList.Name = "cmsSystemMeunList";
  122. this.cmsSystemMeunList.Size = new System.Drawing.Size(153, 114);
  123. this.cmsSystemMeunList.Text = "系统菜单";
  124. //
  125. // tsmSystemConfig
  126. //
  127. this.tsmSystemConfig.Name = "tsmSystemConfig";
  128. this.tsmSystemConfig.Size = new System.Drawing.Size(152, 22);
  129. this.tsmSystemConfig.Text = "系统设置(&S)";
  130. //
  131. // tsmOptions
  132. //
  133. this.tsmOptions.Name = "tsmOptions";
  134. this.tsmOptions.Size = new System.Drawing.Size(152, 22);
  135. this.tsmOptions.Text = "选项(&O)";
  136. //
  137. // tsmHelp
  138. //
  139. this.tsmHelp.Name = "tsmHelp";
  140. this.tsmHelp.Size = new System.Drawing.Size(152, 22);
  141. this.tsmHelp.Text = "帮助(&H)";
  142. //
  143. // tsmAbout
  144. //
  145. this.tsmAbout.Name = "tsmAbout";
  146. this.tsmAbout.Size = new System.Drawing.Size(152, 22);
  147. this.tsmAbout.Text = "关于(&A)";
  148. this.tsmAbout.Click += new System.EventHandler(this.tsmAbout_Click);
  149. //
  150. // BaseContentsFormRelease
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.BackColor = System.Drawing.Color.White;
  155. this.ClientSize = new System.Drawing.Size(710, 510);
  156. this.Controls.Add(this.ctlScrollBarH);
  157. this.Controls.Add(this.ctlScrollBarV);
  158. this.Controls.Add(this.plFormMainContent);
  159. this.IsUserControlsSize = true;
  160. this.Name = "BaseContentsFormRelease";
  161. this.ShowBorder = false;
  162. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  163. this.Text = "BaseFormRelease";
  164. this.TitleBgImageHeight = 40;
  165. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  166. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  167. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  168. this.Controls.SetChildIndex(this.ctlScrollBarV, 0);
  169. this.Controls.SetChildIndex(this.ctlScrollBarH, 0);
  170. this.plFormMainContent.ResumeLayout(false);
  171. this.cmsSystemMeunList.ResumeLayout(false);
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. protected internal System.Windows.Forms.Panel plFormMainContent;
  176. protected internal PanelEx plExMainContainer;
  177. private CtlScrollBarV ctlScrollBarV;
  178. private CtlScrollBarH ctlScrollBarH;
  179. private System.Windows.Forms.ContextMenuStrip cmsSystemMeunList;
  180. private System.Windows.Forms.ToolStripMenuItem tsmSystemConfig;
  181. private System.Windows.Forms.ToolStripMenuItem tsmOptions;
  182. private System.Windows.Forms.ToolStripMenuItem tsmHelp;
  183. private System.Windows.Forms.ToolStripMenuItem tsmAbout;
  184. }
  185. }