BaseContentsFormMain.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class BaseContentsFormMain
  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(BaseContentsFormMain));
  29. this.ctlScrollBarV = new LYFZ.ComponentLibrary.CtlScrollBarV();
  30. this.ctlScrollBarH = new LYFZ.ComponentLibrary.CtlScrollBarH();
  31. this.tsmSystemConfig = new System.Windows.Forms.ToolStripMenuItem();
  32. this.tsmOptions = new System.Windows.Forms.ToolStripMenuItem();
  33. this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
  34. this.tsmAbout = new System.Windows.Forms.ToolStripMenuItem();
  35. this.plExMainContainer = new LYFZ.ComponentLibrary.PanelEx();
  36. this.plFormMainContent.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // plFormMainContent
  40. //
  41. this.plFormMainContent.Controls.Add(this.plExMainContainer);
  42. this.plFormMainContent.Location = new System.Drawing.Point(0, 40);
  43. this.plFormMainContent.Size = new System.Drawing.Size(710, 445);
  44. //
  45. // btnAppFormMaximize
  46. //
  47. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  48. this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0);
  49. //
  50. // btnAppFormExit
  51. //
  52. this.btnAppFormExit.Location = new System.Drawing.Point(678, 0);
  53. //
  54. // btnAppFormMinimize
  55. //
  56. this.btnAppFormMinimize.Location = new System.Drawing.Point(624, 0);
  57. //
  58. // ctlScrollBarV
  59. //
  60. this.ctlScrollBarV.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(211)))), ((int)(((byte)(255)))));
  61. this.ctlScrollBarV.DownArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.DownArrowImage")));
  62. this.ctlScrollBarV.LargeChange = 10;
  63. this.ctlScrollBarV.Location = new System.Drawing.Point(860, 40);
  64. this.ctlScrollBarV.Maximum = 100;
  65. this.ctlScrollBarV.Minimum = 0;
  66. this.ctlScrollBarV.MinimumSize = new System.Drawing.Size(15, 92);
  67. this.ctlScrollBarV.Name = "ctlScrollBarV";
  68. this.ctlScrollBarV.Size = new System.Drawing.Size(20, 495);
  69. this.ctlScrollBarV.SmallChange = 1;
  70. this.ctlScrollBarV.TabIndex = 11;
  71. this.ctlScrollBarV.ThumbBottomImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbBottomImage")));
  72. this.ctlScrollBarV.ThumbBottomSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbBottomSpanImage")));
  73. this.ctlScrollBarV.ThumbMiddleImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbMiddleImage")));
  74. this.ctlScrollBarV.ThumbTopImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbTopImage")));
  75. this.ctlScrollBarV.ThumbTopSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.ThumbTopSpanImage")));
  76. this.ctlScrollBarV.UpArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarV.UpArrowImage")));
  77. this.ctlScrollBarV.Value = 0;
  78. this.ctlScrollBarV.Visible = false;
  79. //
  80. // ctlScrollBarH
  81. //
  82. this.ctlScrollBarH.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(211)))), ((int)(((byte)(255)))));
  83. this.ctlScrollBarH.DownArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.DownArrowImage")));
  84. this.ctlScrollBarH.LargeChange = 10;
  85. this.ctlScrollBarH.Location = new System.Drawing.Point(0, 635);
  86. this.ctlScrollBarH.Maximum = 100;
  87. this.ctlScrollBarH.Minimum = 0;
  88. this.ctlScrollBarH.MinimumSize = new System.Drawing.Size(86, 15);
  89. this.ctlScrollBarH.Name = "ctlScrollBarH";
  90. this.ctlScrollBarH.Size = new System.Drawing.Size(760, 20);
  91. this.ctlScrollBarH.SmallChange = 1;
  92. this.ctlScrollBarH.TabIndex = 0;
  93. this.ctlScrollBarH.ThumbBottomImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbBottomImage")));
  94. this.ctlScrollBarH.ThumbBottomSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbBottomSpanImage")));
  95. this.ctlScrollBarH.ThumbMiddleImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbMiddleImage")));
  96. this.ctlScrollBarH.ThumbTopImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbTopImage")));
  97. this.ctlScrollBarH.ThumbTopSpanImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.ThumbTopSpanImage")));
  98. this.ctlScrollBarH.UpArrowImage = ((System.Drawing.Image)(resources.GetObject("ctlScrollBarH.UpArrowImage")));
  99. this.ctlScrollBarH.Value = 0;
  100. this.ctlScrollBarH.Visible = false;
  101. //
  102. // tsmSystemConfig
  103. //
  104. this.tsmSystemConfig.Name = "tsmSystemConfig";
  105. this.tsmSystemConfig.Size = new System.Drawing.Size(32, 19);
  106. //
  107. // tsmOptions
  108. //
  109. this.tsmOptions.Name = "tsmOptions";
  110. this.tsmOptions.Size = new System.Drawing.Size(32, 19);
  111. //
  112. // tsmHelp
  113. //
  114. this.tsmHelp.Name = "tsmHelp";
  115. this.tsmHelp.Size = new System.Drawing.Size(32, 19);
  116. //
  117. // tsmAbout
  118. //
  119. this.tsmAbout.Name = "tsmAbout";
  120. this.tsmAbout.Size = new System.Drawing.Size(32, 19);
  121. //
  122. // plExMainContainer
  123. //
  124. this.plExMainContainer.BackColor = System.Drawing.Color.White;
  125. this.plExMainContainer.BackgroundImage = global::LYFZ.ComponentLibrary.Properties.Resources.ContainerBG;
  126. this.plExMainContainer.Location = new System.Drawing.Point(0, 0);
  127. this.plExMainContainer.Name = "plExMainContainer";
  128. this.plExMainContainer.Size = new System.Drawing.Size(710, 445);
  129. this.plExMainContainer.TabIndex = 1;
  130. this.plExMainContainer.MouseEnter += new System.EventHandler(this.plExMainContainer_MouseEnter);
  131. //
  132. // BaseContentsFormMain
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.BackColor = System.Drawing.Color.White;
  137. this.ClientSize = new System.Drawing.Size(710, 510);
  138. this.Controls.Add(this.ctlScrollBarH);
  139. this.Controls.Add(this.ctlScrollBarV);
  140. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  141. this.IsUserControlsSize = true;
  142. this.Name = "BaseContentsFormMain";
  143. this.ShowBorder = false;
  144. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  145. this.TitleBgImageHeight = 40;
  146. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  147. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  148. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  149. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  150. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  151. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  152. this.Controls.SetChildIndex(this.ctlScrollBarV, 0);
  153. this.Controls.SetChildIndex(this.ctlScrollBarH, 0);
  154. this.plFormMainContent.ResumeLayout(false);
  155. this.ResumeLayout(false);
  156. }
  157. #endregion
  158. // protected internal System.Windows.Forms.Panel plFormMainContent;
  159. private CtlScrollBarV ctlScrollBarV;
  160. private CtlScrollBarH ctlScrollBarH;
  161. private System.Windows.Forms.ToolStripMenuItem tsmSystemConfig;
  162. private System.Windows.Forms.ToolStripMenuItem tsmOptions;
  163. private System.Windows.Forms.ToolStripMenuItem tsmHelp;
  164. private System.Windows.Forms.ToolStripMenuItem tsmAbout;
  165. protected internal PanelEx plExMainContainer;
  166. }
  167. }