PageRenderTime 57ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/ConcurrencyTools/Alpaca/Views/MainForm.Designer.cs

#
C# | 237 lines | 159 code | 7 blank | 71 comment | 3 complexity | cfa73847c89df5d9cc930f58514b61dc MD5 | raw file
  1. namespace Microsoft.Concurrency.TestTools.Alpaca.Views
  2. {
  3. partial class MainForm
  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.Windows.Forms.StatusStrip statusStrip1;
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  31. this.appControllerTimer = new System.Windows.Forms.Timer(this.components);
  32. this.splitForMenuRibbon = new System.Windows.Forms.SplitContainer();
  33. this.appRibbonStrip = new Microsoft.Concurrency.TestTools.Alpaca.Views.AppRibbonStripControl();
  34. this.mainSplitContainer = new System.Windows.Forms.SplitContainer();
  35. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  36. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  37. this.explorer = new Microsoft.Concurrency.TestTools.Alpaca.Explorer();
  38. this.taskList = new Microsoft.Concurrency.TestTools.Alpaca.TaskList();
  39. this.bucketView = new Microsoft.Concurrency.TestTools.Alpaca.BucketView();
  40. this.bottomTabs = new Microsoft.Concurrency.TestTools.Alpaca.BottomTabs();
  41. statusStrip1 = new System.Windows.Forms.StatusStrip();
  42. ((System.ComponentModel.ISupportInitialize)(this.splitForMenuRibbon)).BeginInit();
  43. this.splitForMenuRibbon.Panel1.SuspendLayout();
  44. this.splitForMenuRibbon.Panel2.SuspendLayout();
  45. this.splitForMenuRibbon.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).BeginInit();
  47. this.mainSplitContainer.Panel1.SuspendLayout();
  48. this.mainSplitContainer.Panel2.SuspendLayout();
  49. this.mainSplitContainer.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  51. this.splitContainer2.Panel1.SuspendLayout();
  52. this.splitContainer2.Panel2.SuspendLayout();
  53. this.splitContainer2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  55. this.splitContainer3.Panel1.SuspendLayout();
  56. this.splitContainer3.Panel2.SuspendLayout();
  57. this.splitContainer3.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // statusStrip1
  61. //
  62. statusStrip1.Location = new System.Drawing.Point(0, 540);
  63. statusStrip1.Name = "statusStrip1";
  64. statusStrip1.Size = new System.Drawing.Size(784, 22);
  65. statusStrip1.TabIndex = 0;
  66. //
  67. // appControllerTimer
  68. //
  69. this.appControllerTimer.Interval = 2000;
  70. this.appControllerTimer.Tick += new System.EventHandler(this.appControllerTimer_Tick);
  71. //
  72. // splitForMenuRibbon
  73. //
  74. this.splitForMenuRibbon.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.splitForMenuRibbon.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  76. this.splitForMenuRibbon.Location = new System.Drawing.Point(0, 0);
  77. this.splitForMenuRibbon.Margin = new System.Windows.Forms.Padding(0);
  78. this.splitForMenuRibbon.Name = "splitForMenuRibbon";
  79. this.splitForMenuRibbon.Orientation = System.Windows.Forms.Orientation.Horizontal;
  80. //
  81. // splitForMenuRibbon.Panel1
  82. //
  83. this.splitForMenuRibbon.Panel1.Controls.Add(this.appRibbonStrip);
  84. this.splitForMenuRibbon.Panel1MinSize = 92;
  85. //
  86. // splitForMenuRibbon.Panel2
  87. //
  88. this.splitForMenuRibbon.Panel2.Controls.Add(this.mainSplitContainer);
  89. this.splitForMenuRibbon.Panel2.Padding = new System.Windows.Forms.Padding(3);
  90. this.splitForMenuRibbon.Size = new System.Drawing.Size(784, 540);
  91. this.splitForMenuRibbon.SplitterDistance = 100;
  92. this.splitForMenuRibbon.TabIndex = 4;
  93. //
  94. // appRibbonStrip
  95. //
  96. this.appRibbonStrip.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.appRibbonStrip.Location = new System.Drawing.Point(0, 0);
  98. this.appRibbonStrip.MinimumSize = new System.Drawing.Size(615, 92);
  99. this.appRibbonStrip.Name = "appRibbonStrip";
  100. this.appRibbonStrip.Size = new System.Drawing.Size(784, 100);
  101. this.appRibbonStrip.TabIndex = 4;
  102. //
  103. // mainSplitContainer
  104. //
  105. this.mainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.mainSplitContainer.Location = new System.Drawing.Point(3, 3);
  107. this.mainSplitContainer.Name = "mainSplitContainer";
  108. this.mainSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  109. //
  110. // mainSplitContainer.Panel1
  111. //
  112. this.mainSplitContainer.Panel1.Controls.Add(this.splitContainer2);
  113. //
  114. // mainSplitContainer.Panel2
  115. //
  116. this.mainSplitContainer.Panel2.Controls.Add(this.bottomTabs);
  117. this.mainSplitContainer.Size = new System.Drawing.Size(778, 430);
  118. this.mainSplitContainer.SplitterDistance = 205;
  119. this.mainSplitContainer.TabIndex = 2;
  120. //
  121. // splitContainer2
  122. //
  123. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  125. this.splitContainer2.Name = "splitContainer2";
  126. //
  127. // splitContainer2.Panel1
  128. //
  129. this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
  130. //
  131. // splitContainer2.Panel2
  132. //
  133. this.splitContainer2.Panel2.Controls.Add(this.bucketView);
  134. this.splitContainer2.Size = new System.Drawing.Size(778, 205);
  135. this.splitContainer2.SplitterDistance = 527;
  136. this.splitContainer2.TabIndex = 0;
  137. //
  138. // splitContainer3
  139. //
  140. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  142. this.splitContainer3.Name = "splitContainer3";
  143. //
  144. // splitContainer3.Panel1
  145. //
  146. this.splitContainer3.Panel1.Controls.Add(this.explorer);
  147. //
  148. // splitContainer3.Panel2
  149. //
  150. this.splitContainer3.Panel2.Controls.Add(this.taskList);
  151. this.splitContainer3.Size = new System.Drawing.Size(527, 205);
  152. this.splitContainer3.SplitterDistance = 191;
  153. this.splitContainer3.TabIndex = 0;
  154. //
  155. // explorer
  156. //
  157. this.explorer.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.explorer.Location = new System.Drawing.Point(0, 0);
  159. this.explorer.Name = "explorer";
  160. this.explorer.Size = new System.Drawing.Size(191, 205);
  161. this.explorer.TabIndex = 0;
  162. //
  163. // taskList
  164. //
  165. this.taskList.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
  166. this.taskList.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.taskList.Location = new System.Drawing.Point(0, 0);
  168. this.taskList.Name = "taskList";
  169. this.taskList.Size = new System.Drawing.Size(332, 205);
  170. this.taskList.TabIndex = 0;
  171. //
  172. // bucketView
  173. //
  174. this.bucketView.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.bucketView.Location = new System.Drawing.Point(0, 0);
  176. this.bucketView.Name = "bucketView";
  177. this.bucketView.Size = new System.Drawing.Size(247, 205);
  178. this.bucketView.TabIndex = 0;
  179. //
  180. // bottomTabs
  181. //
  182. this.bottomTabs.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.bottomTabs.Location = new System.Drawing.Point(0, 0);
  184. this.bottomTabs.Name = "bottomTabs";
  185. this.bottomTabs.Size = new System.Drawing.Size(778, 221);
  186. this.bottomTabs.TabIndex = 0;
  187. //
  188. // MainForm
  189. //
  190. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  191. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  192. this.ClientSize = new System.Drawing.Size(784, 562);
  193. this.Controls.Add(this.splitForMenuRibbon);
  194. this.Controls.Add(statusStrip1);
  195. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  196. this.MinimumSize = new System.Drawing.Size(630, 600);
  197. this.Name = "MainForm";
  198. this.Text = "Alpaca";
  199. this.splitForMenuRibbon.Panel1.ResumeLayout(false);
  200. this.splitForMenuRibbon.Panel2.ResumeLayout(false);
  201. ((System.ComponentModel.ISupportInitialize)(this.splitForMenuRibbon)).EndInit();
  202. this.splitForMenuRibbon.ResumeLayout(false);
  203. this.mainSplitContainer.Panel1.ResumeLayout(false);
  204. this.mainSplitContainer.Panel2.ResumeLayout(false);
  205. ((System.ComponentModel.ISupportInitialize)(this.mainSplitContainer)).EndInit();
  206. this.mainSplitContainer.ResumeLayout(false);
  207. this.splitContainer2.Panel1.ResumeLayout(false);
  208. this.splitContainer2.Panel2.ResumeLayout(false);
  209. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  210. this.splitContainer2.ResumeLayout(false);
  211. this.splitContainer3.Panel1.ResumeLayout(false);
  212. this.splitContainer3.Panel2.ResumeLayout(false);
  213. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  214. this.splitContainer3.ResumeLayout(false);
  215. this.ResumeLayout(false);
  216. this.PerformLayout();
  217. }
  218. #endregion
  219. private System.Windows.Forms.Timer appControllerTimer;
  220. private System.Windows.Forms.SplitContainer mainSplitContainer;
  221. private System.Windows.Forms.SplitContainer splitContainer2;
  222. private System.Windows.Forms.SplitContainer splitContainer3;
  223. private Alpaca.Explorer explorer;
  224. private Alpaca.TaskList taskList;
  225. private Alpaca.BucketView bucketView;
  226. private Alpaca.BottomTabs bottomTabs;
  227. private System.Windows.Forms.SplitContainer splitForMenuRibbon;
  228. private AppRibbonStripControl appRibbonStrip;
  229. }
  230. }