MainForm.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace bundleboiler.ui
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. msMain = new MenuStrip();
  30. fileToolStripMenuItem = new ToolStripMenuItem();
  31. editToolStripMenuItem = new ToolStripMenuItem();
  32. viewToolStripMenuItem = new ToolStripMenuItem();
  33. toolsToolStripMenuItem = new ToolStripMenuItem();
  34. windowToolStripMenuItem = new ToolStripMenuItem();
  35. tsCommon = new ToolStrip();
  36. toolStripDropDownButton1 = new ToolStripDropDownButton();
  37. toolStripDropDownButton2 = new ToolStripDropDownButton();
  38. toolStripTextBox1 = new ToolStripTextBox();
  39. toolStripButton1 = new ToolStripButton();
  40. toolStripButton2 = new ToolStripButton();
  41. toolStripSeparator1 = new ToolStripSeparator();
  42. toolStripLabel1 = new ToolStripLabel();
  43. toolStripSeparator2 = new ToolStripSeparator();
  44. toolStripLabel2 = new ToolStripLabel();
  45. ssCommon = new StatusStrip();
  46. lvMain = new ListView();
  47. msMain.SuspendLayout();
  48. tsCommon.SuspendLayout();
  49. SuspendLayout();
  50. //
  51. // msMain
  52. //
  53. msMain.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, viewToolStripMenuItem, toolsToolStripMenuItem, windowToolStripMenuItem });
  54. msMain.Location = new Point(0, 0);
  55. msMain.Name = "msMain";
  56. msMain.Size = new Size(800, 24);
  57. msMain.TabIndex = 0;
  58. msMain.Text = "menuStrip1";
  59. //
  60. // fileToolStripMenuItem
  61. //
  62. fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  63. fileToolStripMenuItem.Size = new Size(37, 20);
  64. fileToolStripMenuItem.Text = "&File";
  65. //
  66. // editToolStripMenuItem
  67. //
  68. editToolStripMenuItem.Name = "editToolStripMenuItem";
  69. editToolStripMenuItem.Size = new Size(39, 20);
  70. editToolStripMenuItem.Text = "&Edit";
  71. //
  72. // viewToolStripMenuItem
  73. //
  74. viewToolStripMenuItem.Name = "viewToolStripMenuItem";
  75. viewToolStripMenuItem.Size = new Size(44, 20);
  76. viewToolStripMenuItem.Text = "&View";
  77. //
  78. // toolsToolStripMenuItem
  79. //
  80. toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
  81. toolsToolStripMenuItem.Size = new Size(46, 20);
  82. toolsToolStripMenuItem.Text = "&Tools";
  83. //
  84. // windowToolStripMenuItem
  85. //
  86. windowToolStripMenuItem.Name = "windowToolStripMenuItem";
  87. windowToolStripMenuItem.Size = new Size(63, 20);
  88. windowToolStripMenuItem.Text = "&Window";
  89. //
  90. // tsCommon
  91. //
  92. tsCommon.Items.AddRange(new ToolStripItem[] { toolStripDropDownButton1, toolStripDropDownButton2, toolStripTextBox1, toolStripButton1, toolStripButton2, toolStripSeparator1, toolStripLabel1, toolStripSeparator2, toolStripLabel2 });
  93. tsCommon.Location = new Point(0, 24);
  94. tsCommon.Name = "tsCommon";
  95. tsCommon.Size = new Size(800, 25);
  96. tsCommon.TabIndex = 1;
  97. tsCommon.Text = "toolStrip1";
  98. //
  99. // toolStripDropDownButton1
  100. //
  101. toolStripDropDownButton1.Image = (Image)resources.GetObject("toolStripDropDownButton1.Image");
  102. toolStripDropDownButton1.ImageTransparentColor = Color.Magenta;
  103. toolStripDropDownButton1.Name = "toolStripDropDownButton1";
  104. toolStripDropDownButton1.Size = new Size(64, 22);
  105. toolStripDropDownButton1.Text = "Forks";
  106. //
  107. // toolStripDropDownButton2
  108. //
  109. toolStripDropDownButton2.Image = (Image)resources.GetObject("toolStripDropDownButton2.Image");
  110. toolStripDropDownButton2.ImageTransparentColor = Color.Magenta;
  111. toolStripDropDownButton2.Name = "toolStripDropDownButton2";
  112. toolStripDropDownButton2.Size = new Size(109, 22);
  113. toolStripDropDownButton2.Text = "Environments";
  114. //
  115. // toolStripTextBox1
  116. //
  117. toolStripTextBox1.Name = "toolStripTextBox1";
  118. toolStripTextBox1.Size = new Size(100, 25);
  119. //
  120. // toolStripButton1
  121. //
  122. toolStripButton1.Image = (Image)resources.GetObject("toolStripButton1.Image");
  123. toolStripButton1.ImageTransparentColor = Color.Magenta;
  124. toolStripButton1.Name = "toolStripButton1";
  125. toolStripButton1.Size = new Size(54, 22);
  126. toolStripButton1.Text = "Clear";
  127. //
  128. // toolStripButton2
  129. //
  130. toolStripButton2.Image = (Image)resources.GetObject("toolStripButton2.Image");
  131. toolStripButton2.ImageTransparentColor = Color.Magenta;
  132. toolStripButton2.Name = "toolStripButton2";
  133. toolStripButton2.Size = new Size(66, 22);
  134. toolStripButton2.Text = "Refresh";
  135. //
  136. // toolStripSeparator1
  137. //
  138. toolStripSeparator1.Name = "toolStripSeparator1";
  139. toolStripSeparator1.Size = new Size(6, 25);
  140. //
  141. // toolStripLabel1
  142. //
  143. toolStripLabel1.Name = "toolStripLabel1";
  144. toolStripLabel1.Size = new Size(76, 22);
  145. toolStripLabel1.Text = "Context filter";
  146. //
  147. // toolStripSeparator2
  148. //
  149. toolStripSeparator2.Name = "toolStripSeparator2";
  150. toolStripSeparator2.Size = new Size(6, 25);
  151. //
  152. // toolStripLabel2
  153. //
  154. toolStripLabel2.Name = "toolStripLabel2";
  155. toolStripLabel2.Size = new Size(89, 22);
  156. toolStripLabel2.Text = "ContextActions";
  157. //
  158. // ssCommon
  159. //
  160. ssCommon.Location = new Point(0, 428);
  161. ssCommon.Name = "ssCommon";
  162. ssCommon.Size = new Size(800, 22);
  163. ssCommon.TabIndex = 2;
  164. ssCommon.Text = "statusStrip1";
  165. //
  166. // lvMain
  167. //
  168. lvMain.Dock = DockStyle.Fill;
  169. lvMain.GridLines = true;
  170. lvMain.Location = new Point(0, 49);
  171. lvMain.Name = "lvMain";
  172. lvMain.Size = new Size(800, 379);
  173. lvMain.TabIndex = 3;
  174. lvMain.UseCompatibleStateImageBehavior = false;
  175. lvMain.View = View.Details;
  176. //
  177. // MainForm
  178. //
  179. AutoScaleDimensions = new SizeF(7F, 15F);
  180. AutoScaleMode = AutoScaleMode.Font;
  181. ClientSize = new Size(800, 450);
  182. Controls.Add(lvMain);
  183. Controls.Add(ssCommon);
  184. Controls.Add(tsCommon);
  185. Controls.Add(msMain);
  186. Icon = (Icon)resources.GetObject("$this.Icon");
  187. MainMenuStrip = msMain;
  188. Name = "MainForm";
  189. Text = "Forks";
  190. msMain.ResumeLayout(false);
  191. msMain.PerformLayout();
  192. tsCommon.ResumeLayout(false);
  193. tsCommon.PerformLayout();
  194. ResumeLayout(false);
  195. PerformLayout();
  196. }
  197. #endregion
  198. private MenuStrip msMain;
  199. private ToolStripMenuItem fileToolStripMenuItem;
  200. private ToolStripMenuItem editToolStripMenuItem;
  201. private ToolStripMenuItem viewToolStripMenuItem;
  202. private ToolStripMenuItem toolsToolStripMenuItem;
  203. private ToolStripMenuItem windowToolStripMenuItem;
  204. private ToolStrip tsCommon;
  205. private ToolStripDropDownButton toolStripDropDownButton1;
  206. private ToolStripDropDownButton toolStripDropDownButton2;
  207. private ToolStripTextBox toolStripTextBox1;
  208. private ToolStripButton toolStripButton1;
  209. private ToolStripButton toolStripButton2;
  210. private ToolStripSeparator toolStripSeparator1;
  211. private ToolStripLabel toolStripLabel1;
  212. private ToolStripSeparator toolStripSeparator2;
  213. private ToolStripLabel toolStripLabel2;
  214. private StatusStrip ssCommon;
  215. private ListView lvMain;
  216. }
  217. }