/MongoGUIView/ctlServerStatus.Designer.cs

https://github.com/magicdict/MagicMongoDBTool · C# · 224 lines · 167 code · 7 blank · 50 comment · 3 complexity · 29c0d92e4483c54333bb842fe1e7f4f6 MD5 · raw file

  1. using System.ComponentModel;
  2. using System.Windows.Forms;
  3. using MongoGUICtl;
  4. namespace MongoGUIView
  5. {
  6. partial class CtlServerStatus
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Component Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtlServerStatus));
  32. this.tabSvrStatus = new System.Windows.Forms.TabControl();
  33. this.tabSvrBasicInfo = new System.Windows.Forms.TabPage();
  34. this.trvSvrStatus = new MongoGUICtl.CtlTreeViewColumns();
  35. this.tabDBBasicInfo = new System.Windows.Forms.TabPage();
  36. this.trvDBStatus = new MongoGUICtl.CtlTreeViewColumns();
  37. this.tabCollectionInfo = new System.Windows.Forms.TabPage();
  38. this.trvColStatus = new MongoGUICtl.CtlTreeViewColumns();
  39. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  40. this.RefreshStripButton = new System.Windows.Forms.ToolStripButton();
  41. this.ExpandAllStripButton = new System.Windows.Forms.ToolStripButton();
  42. this.CollapseAllStripButton = new System.Windows.Forms.ToolStripButton();
  43. this.CloseStripButton = new System.Windows.Forms.ToolStripButton();
  44. this.tabSvrStatus.SuspendLayout();
  45. this.tabSvrBasicInfo.SuspendLayout();
  46. this.tabDBBasicInfo.SuspendLayout();
  47. this.tabCollectionInfo.SuspendLayout();
  48. this.toolStrip1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // tabSvrStatus
  52. //
  53. this.tabSvrStatus.Controls.Add(this.tabSvrBasicInfo);
  54. this.tabSvrStatus.Controls.Add(this.tabDBBasicInfo);
  55. this.tabSvrStatus.Controls.Add(this.tabCollectionInfo);
  56. this.tabSvrStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.tabSvrStatus.Location = new System.Drawing.Point(0, 25);
  58. this.tabSvrStatus.Name = "tabSvrStatus";
  59. this.tabSvrStatus.SelectedIndex = 0;
  60. this.tabSvrStatus.Size = new System.Drawing.Size(887, 397);
  61. this.tabSvrStatus.TabIndex = 6;
  62. //
  63. // tabSvrBasicInfo
  64. //
  65. this.tabSvrBasicInfo.Controls.Add(this.trvSvrStatus);
  66. this.tabSvrBasicInfo.Location = new System.Drawing.Point(4, 22);
  67. this.tabSvrBasicInfo.Name = "tabSvrBasicInfo";
  68. this.tabSvrBasicInfo.Padding = new System.Windows.Forms.Padding(3);
  69. this.tabSvrBasicInfo.Size = new System.Drawing.Size(879, 371);
  70. this.tabSvrBasicInfo.TabIndex = 3;
  71. this.tabSvrBasicInfo.Tag = "ServiceStatus_ServerInfo";
  72. this.tabSvrBasicInfo.Text = "Server Status[manually Refresh]";
  73. this.tabSvrBasicInfo.UseVisualStyleBackColor = true;
  74. //
  75. // trvSvrStatus
  76. //
  77. this.trvSvrStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(172)))), ((int)(((byte)(178)))));
  78. this.trvSvrStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.trvSvrStatus.Location = new System.Drawing.Point(3, 3);
  80. this.trvSvrStatus.Name = "trvSvrStatus";
  81. this.trvSvrStatus.Padding = new System.Windows.Forms.Padding(1);
  82. this.trvSvrStatus.Size = new System.Drawing.Size(873, 365);
  83. this.trvSvrStatus.TabIndex = 0;
  84. //
  85. // tabDBBasicInfo
  86. //
  87. this.tabDBBasicInfo.Controls.Add(this.trvDBStatus);
  88. this.tabDBBasicInfo.Location = new System.Drawing.Point(4, 22);
  89. this.tabDBBasicInfo.Name = "tabDBBasicInfo";
  90. this.tabDBBasicInfo.Padding = new System.Windows.Forms.Padding(3);
  91. this.tabDBBasicInfo.Size = new System.Drawing.Size(879, 371);
  92. this.tabDBBasicInfo.TabIndex = 0;
  93. this.tabDBBasicInfo.Tag = "ServiceStatus_DataBaseInfo";
  94. this.tabDBBasicInfo.Text = "DB Status";
  95. this.tabDBBasicInfo.UseVisualStyleBackColor = true;
  96. //
  97. // trvDBStatus
  98. //
  99. this.trvDBStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(172)))), ((int)(((byte)(178)))));
  100. this.trvDBStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.trvDBStatus.Location = new System.Drawing.Point(3, 3);
  102. this.trvDBStatus.Name = "trvDBStatus";
  103. this.trvDBStatus.Padding = new System.Windows.Forms.Padding(1);
  104. this.trvDBStatus.Size = new System.Drawing.Size(873, 365);
  105. this.trvDBStatus.TabIndex = 1;
  106. //
  107. // tabCollectionInfo
  108. //
  109. this.tabCollectionInfo.Controls.Add(this.trvColStatus);
  110. this.tabCollectionInfo.Location = new System.Drawing.Point(4, 22);
  111. this.tabCollectionInfo.Name = "tabCollectionInfo";
  112. this.tabCollectionInfo.Padding = new System.Windows.Forms.Padding(3);
  113. this.tabCollectionInfo.Size = new System.Drawing.Size(879, 371);
  114. this.tabCollectionInfo.TabIndex = 2;
  115. this.tabCollectionInfo.Tag = "ServiceStatus_CollectionInfo";
  116. this.tabCollectionInfo.Text = "Collection Status";
  117. this.tabCollectionInfo.UseVisualStyleBackColor = true;
  118. //
  119. // trvColStatus
  120. //
  121. this.trvColStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(172)))), ((int)(((byte)(178)))));
  122. this.trvColStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.trvColStatus.Location = new System.Drawing.Point(3, 3);
  124. this.trvColStatus.Name = "trvColStatus";
  125. this.trvColStatus.Padding = new System.Windows.Forms.Padding(1);
  126. this.trvColStatus.Size = new System.Drawing.Size(873, 365);
  127. this.trvColStatus.TabIndex = 1;
  128. //
  129. // toolStrip1
  130. //
  131. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  132. this.RefreshStripButton,
  133. this.ExpandAllStripButton,
  134. this.CollapseAllStripButton,
  135. this.CloseStripButton});
  136. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  137. this.toolStrip1.Name = "toolStrip1";
  138. this.toolStrip1.Size = new System.Drawing.Size(887, 25);
  139. this.toolStrip1.TabIndex = 7;
  140. this.toolStrip1.Text = "toolStrip1";
  141. //
  142. // RefreshStripButton
  143. //
  144. this.RefreshStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.RefreshStripButton.Image = ((System.Drawing.Image)(resources.GetObject("RefreshStripButton.Image")));
  146. this.RefreshStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  147. this.RefreshStripButton.Name = "RefreshStripButton";
  148. this.RefreshStripButton.Size = new System.Drawing.Size(23, 22);
  149. this.RefreshStripButton.Tag = "Common.Refresh";
  150. this.RefreshStripButton.Text = "Refresh";
  151. this.RefreshStripButton.Click += new System.EventHandler(this.RefreshStripButton_Click);
  152. //
  153. // ExpandAllStripButton
  154. //
  155. this.ExpandAllStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  156. this.ExpandAllStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ExpandAllStripButton.Image")));
  157. this.ExpandAllStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  158. this.ExpandAllStripButton.Name = "ExpandAllStripButton";
  159. this.ExpandAllStripButton.Size = new System.Drawing.Size(23, 22);
  160. this.ExpandAllStripButton.Text = "ExpandAll";
  161. this.ExpandAllStripButton.Click += new System.EventHandler(this.ExpandAllStripButton_Click);
  162. //
  163. // CollapseAllStripButton
  164. //
  165. this.CollapseAllStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  166. this.CollapseAllStripButton.Image = ((System.Drawing.Image)(resources.GetObject("CollapseAllStripButton.Image")));
  167. this.CollapseAllStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  168. this.CollapseAllStripButton.Name = "CollapseAllStripButton";
  169. this.CollapseAllStripButton.Size = new System.Drawing.Size(23, 22);
  170. this.CollapseAllStripButton.Text = "CollapseAll";
  171. this.CollapseAllStripButton.Click += new System.EventHandler(this.CollapseAllStripButton_Click);
  172. //
  173. // CloseStripButton
  174. //
  175. this.CloseStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  176. this.CloseStripButton.Image = ((System.Drawing.Image)(resources.GetObject("CloseStripButton.Image")));
  177. this.CloseStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  178. this.CloseStripButton.Name = "CloseStripButton";
  179. this.CloseStripButton.Size = new System.Drawing.Size(23, 22);
  180. this.CloseStripButton.Tag = "Common.Close";
  181. this.CloseStripButton.Text = "Close";
  182. this.CloseStripButton.Click += new System.EventHandler(this.CloseStripButton_Click);
  183. //
  184. // CtlServerStatus
  185. //
  186. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  187. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  188. this.Controls.Add(this.tabSvrStatus);
  189. this.Controls.Add(this.toolStrip1);
  190. this.Name = "CtlServerStatus";
  191. this.Size = new System.Drawing.Size(887, 422);
  192. this.Tag = "ServiceStatus_Title";
  193. this.Load += new System.EventHandler(this.ctlServerStatus_Load);
  194. this.tabSvrStatus.ResumeLayout(false);
  195. this.tabSvrBasicInfo.ResumeLayout(false);
  196. this.tabDBBasicInfo.ResumeLayout(false);
  197. this.tabCollectionInfo.ResumeLayout(false);
  198. this.toolStrip1.ResumeLayout(false);
  199. this.toolStrip1.PerformLayout();
  200. this.ResumeLayout(false);
  201. this.PerformLayout();
  202. }
  203. #endregion
  204. private TabControl tabSvrStatus;
  205. private TabPage tabSvrBasicInfo;
  206. private TabPage tabDBBasicInfo;
  207. private TabPage tabCollectionInfo;
  208. private ToolStrip toolStrip1;
  209. private ToolStripButton RefreshStripButton;
  210. private ToolStripButton CloseStripButton;
  211. private CtlTreeViewColumns trvSvrStatus;
  212. private ToolStripButton CollapseAllStripButton;
  213. private ToolStripButton ExpandAllStripButton;
  214. private CtlTreeViewColumns trvDBStatus;
  215. private CtlTreeViewColumns trvColStatus;
  216. }
  217. }