PageRenderTime 139ms CodeModel.GetById 27ms RepoModel.GetById 2ms app.codeStats 0ms

/GenePattern Word Add-In/GenePattern Package/Source/GenePattern/Microsoft.eResearch.GenePattern.Package/WizardFreeUserControls/RerunPipelineTaskPane.designer.cs

#
C# | 498 lines | 367 code | 6 blank | 125 comment | 3 complexity | 000f8bf2f28be22712f3f95e998374db MD5 | raw file
  1. namespace Microsoft.eResearch.GenePattern.Package
  2. {
  3. /// <summary>
  4. /// Class Rerun Pipeline TAsk Pane
  5. /// </summary>
  6. partial class RerunPipelineTaskPane
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.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. this.components = new System.ComponentModel.Container();
  32. this.progressTimer = new System.Windows.Forms.Timer(this.components);
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  35. this.panel3 = new System.Windows.Forms.Panel();
  36. this.splitContainerTop = new System.Windows.Forms.SplitContainer();
  37. this.splitContainerMiddle = new System.Windows.Forms.SplitContainer();
  38. this.splitContainerBottom = new System.Windows.Forms.SplitContainer();
  39. this.btnCancel = new System.Windows.Forms.Button();
  40. this.btnrerun = new System.Windows.Forms.Button();
  41. this.splitContainerLowerBottom = new System.Windows.Forms.SplitContainer();
  42. this.progressBar = new System.Windows.Forms.ProgressBar();
  43. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  44. this.tabControl1 = new Microsoft.eResearch.GenePattern.Package.CustomTabControl();
  45. this.tabPage1 = new System.Windows.Forms.TabPage();
  46. this.selectPipelineToRerunUserControl = new Microsoft.eResearch.GenePattern.Package.SelectPipelineToRerunUserControl();
  47. this.tabPage2 = new System.Windows.Forms.TabPage();
  48. this.summaryPageUserControl = new Microsoft.eResearch.GenePattern.Package.SummaryPageUserControl();
  49. this.customTabControl2 = new Microsoft.eResearch.GenePattern.Package.CustomTabControl();
  50. this.tabPage3 = new System.Windows.Forms.TabPage();
  51. this.editParametersUserControl = new Microsoft.eResearch.GenePattern.Package.EditParametersUserControl();
  52. this.tabPage4 = new System.Windows.Forms.TabPage();
  53. this.stopPointUserControl = new Microsoft.eResearch.GenePattern.Package.StopPointUserControl();
  54. this.customTabControl1 = new Microsoft.eResearch.GenePattern.Package.CustomTabControl();
  55. this.tabPage5 = new System.Windows.Forms.TabPage();
  56. this.serveSettingUserControl = new Microsoft.eResearch.GenePattern.Package.ServeSettingUserControl();
  57. this.txtStatusLabel = new Microsoft.eResearch.GenePattern.Package.TransparentRichTextBox();
  58. this.downloadAnimationUserControl1 = new Microsoft.eResearch.GenePattern.Package.DownloadAnimationUserControl();
  59. this.panel1.SuspendLayout();
  60. this.splitContainer3.Panel1.SuspendLayout();
  61. this.splitContainer3.Panel2.SuspendLayout();
  62. this.splitContainer3.SuspendLayout();
  63. this.panel3.SuspendLayout();
  64. this.splitContainerTop.Panel1.SuspendLayout();
  65. this.splitContainerTop.Panel2.SuspendLayout();
  66. this.splitContainerTop.SuspendLayout();
  67. this.splitContainerMiddle.Panel1.SuspendLayout();
  68. this.splitContainerMiddle.Panel2.SuspendLayout();
  69. this.splitContainerMiddle.SuspendLayout();
  70. this.splitContainerBottom.Panel1.SuspendLayout();
  71. this.splitContainerBottom.Panel2.SuspendLayout();
  72. this.splitContainerBottom.SuspendLayout();
  73. this.splitContainerLowerBottom.Panel1.SuspendLayout();
  74. this.splitContainerLowerBottom.Panel2.SuspendLayout();
  75. this.splitContainerLowerBottom.SuspendLayout();
  76. this.tabControl1.SuspendLayout();
  77. this.tabPage1.SuspendLayout();
  78. this.tabPage2.SuspendLayout();
  79. this.customTabControl2.SuspendLayout();
  80. this.tabPage3.SuspendLayout();
  81. this.tabPage4.SuspendLayout();
  82. this.customTabControl1.SuspendLayout();
  83. this.tabPage5.SuspendLayout();
  84. this.SuspendLayout();
  85. //
  86. // progressTimer
  87. //
  88. this.progressTimer.Tick += new System.EventHandler(this.progressTimer_Tick);
  89. //
  90. // panel1
  91. //
  92. this.panel1.AutoScroll = true;
  93. this.panel1.Controls.Add(this.splitContainer3);
  94. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.panel1.Location = new System.Drawing.Point(0, 0);
  96. this.panel1.Name = "panel1";
  97. this.panel1.Padding = new System.Windows.Forms.Padding(5, 0, 5, 10);
  98. this.panel1.Size = new System.Drawing.Size(304, 807);
  99. this.panel1.TabIndex = 1;
  100. //
  101. // splitContainer3
  102. //
  103. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  105. this.splitContainer3.Location = new System.Drawing.Point(5, 0);
  106. this.splitContainer3.Name = "splitContainer3";
  107. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  108. //
  109. // splitContainer3.Panel1
  110. //
  111. this.splitContainer3.Panel1.Controls.Add(this.panel3);
  112. this.splitContainer3.Panel1MinSize = 0;
  113. //
  114. // splitContainer3.Panel2
  115. //
  116. this.splitContainer3.Panel2.AutoScroll = true;
  117. this.splitContainer3.Panel2.Controls.Add(this.splitContainerBottom);
  118. this.splitContainer3.Panel2MinSize = 0;
  119. this.splitContainer3.Size = new System.Drawing.Size(294, 797);
  120. this.splitContainer3.SplitterDistance = 701;
  121. this.splitContainer3.TabIndex = 4;
  122. //
  123. // panel3
  124. //
  125. this.panel3.Controls.Add(this.splitContainerTop);
  126. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.panel3.Location = new System.Drawing.Point(0, 0);
  128. this.panel3.Name = "panel3";
  129. this.panel3.Size = new System.Drawing.Size(294, 701);
  130. this.panel3.TabIndex = 2;
  131. //
  132. // splitContainerTop
  133. //
  134. this.splitContainerTop.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.splitContainerTop.Location = new System.Drawing.Point(0, 0);
  136. this.splitContainerTop.Name = "splitContainerTop";
  137. this.splitContainerTop.Orientation = System.Windows.Forms.Orientation.Horizontal;
  138. //
  139. // splitContainerTop.Panel1
  140. //
  141. this.splitContainerTop.Panel1.Controls.Add(this.tabControl1);
  142. this.splitContainerTop.Panel1MinSize = 0;
  143. //
  144. // splitContainerTop.Panel2
  145. //
  146. this.splitContainerTop.Panel2.Controls.Add(this.splitContainerMiddle);
  147. this.splitContainerTop.Panel2MinSize = 0;
  148. this.splitContainerTop.Size = new System.Drawing.Size(294, 701);
  149. this.splitContainerTop.SplitterDistance = 179;
  150. this.splitContainerTop.TabIndex = 0;
  151. this.splitContainerTop.TabStop = false;
  152. //
  153. // splitContainerMiddle
  154. //
  155. this.splitContainerMiddle.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.splitContainerMiddle.Location = new System.Drawing.Point(0, 0);
  157. this.splitContainerMiddle.Name = "splitContainerMiddle";
  158. this.splitContainerMiddle.Orientation = System.Windows.Forms.Orientation.Horizontal;
  159. //
  160. // splitContainerMiddle.Panel1
  161. //
  162. this.splitContainerMiddle.Panel1.Controls.Add(this.customTabControl2);
  163. this.splitContainerMiddle.Panel1MinSize = 0;
  164. //
  165. // splitContainerMiddle.Panel2
  166. //
  167. this.splitContainerMiddle.Panel2.Controls.Add(this.customTabControl1);
  168. this.splitContainerMiddle.Panel2MinSize = 0;
  169. this.splitContainerMiddle.Size = new System.Drawing.Size(294, 518);
  170. this.splitContainerMiddle.SplitterDistance = 328;
  171. this.splitContainerMiddle.TabIndex = 0;
  172. this.splitContainerMiddle.TabStop = false;
  173. //
  174. // splitContainerBottom
  175. //
  176. this.splitContainerBottom.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.splitContainerBottom.Location = new System.Drawing.Point(0, 0);
  178. this.splitContainerBottom.Name = "splitContainerBottom";
  179. this.splitContainerBottom.Orientation = System.Windows.Forms.Orientation.Horizontal;
  180. //
  181. // splitContainerBottom.Panel1
  182. //
  183. this.splitContainerBottom.Panel1.Controls.Add(this.btnCancel);
  184. this.splitContainerBottom.Panel1.Controls.Add(this.btnrerun);
  185. this.splitContainerBottom.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  186. this.splitContainerBottom.Panel1MinSize = 0;
  187. //
  188. // splitContainerBottom.Panel2
  189. //
  190. this.splitContainerBottom.Panel2.Controls.Add(this.splitContainerLowerBottom);
  191. this.splitContainerBottom.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  192. this.splitContainerBottom.Panel2MinSize = 0;
  193. this.splitContainerBottom.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  194. this.splitContainerBottom.Size = new System.Drawing.Size(294, 92);
  195. this.splitContainerBottom.SplitterDistance = 27;
  196. this.splitContainerBottom.TabIndex = 0;
  197. this.splitContainerBottom.TabStop = false;
  198. //
  199. // btnCancel
  200. //
  201. this.btnCancel.Enabled = false;
  202. this.btnCancel.Location = new System.Drawing.Point(91, 4);
  203. this.btnCancel.Name = "btnCancel";
  204. this.btnCancel.Size = new System.Drawing.Size(64, 21);
  205. this.btnCancel.TabIndex = 1;
  206. this.btnCancel.Text = "&Cancel";
  207. this.toolTip1.SetToolTip(this.btnCancel, "Cancel the currently running pipeline association");
  208. this.btnCancel.UseVisualStyleBackColor = true;
  209. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  210. //
  211. // btnrerun
  212. //
  213. this.btnrerun.Enabled = false;
  214. this.btnrerun.Location = new System.Drawing.Point(13, 4);
  215. this.btnrerun.Name = "btnrerun";
  216. this.btnrerun.Size = new System.Drawing.Size(64, 21);
  217. this.btnrerun.TabIndex = 3;
  218. this.btnrerun.Text = "Rerun";
  219. this.toolTip1.SetToolTip(this.btnrerun, "Rerun selected pipeline association");
  220. this.btnrerun.UseVisualStyleBackColor = true;
  221. this.btnrerun.Click += new System.EventHandler(this.btnrerun_Click);
  222. this.btnrerun.EnabledChanged += new System.EventHandler(this.btnrerun_EnabledChanged);
  223. //
  224. // splitContainerLowerBottom
  225. //
  226. this.splitContainerLowerBottom.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.splitContainerLowerBottom.Location = new System.Drawing.Point(0, 0);
  228. this.splitContainerLowerBottom.Name = "splitContainerLowerBottom";
  229. this.splitContainerLowerBottom.Orientation = System.Windows.Forms.Orientation.Horizontal;
  230. //
  231. // splitContainerLowerBottom.Panel1
  232. //
  233. this.splitContainerLowerBottom.Panel1.Controls.Add(this.txtStatusLabel);
  234. this.splitContainerLowerBottom.Panel1.Padding = new System.Windows.Forms.Padding(13, 6, 0, 0);
  235. this.splitContainerLowerBottom.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  236. this.splitContainerLowerBottom.Panel1MinSize = 0;
  237. //
  238. // splitContainerLowerBottom.Panel2
  239. //
  240. this.splitContainerLowerBottom.Panel2.Controls.Add(this.progressBar);
  241. this.splitContainerLowerBottom.Panel2.Controls.Add(this.downloadAnimationUserControl1);
  242. this.splitContainerLowerBottom.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  243. this.splitContainerLowerBottom.Panel2MinSize = 0;
  244. this.splitContainerLowerBottom.Size = new System.Drawing.Size(294, 61);
  245. this.splitContainerLowerBottom.SplitterDistance = 25;
  246. this.splitContainerLowerBottom.TabIndex = 0;
  247. this.splitContainerLowerBottom.TabStop = false;
  248. //
  249. // progressBar
  250. //
  251. this.progressBar.Location = new System.Drawing.Point(91, 9);
  252. this.progressBar.Name = "progressBar";
  253. this.progressBar.Size = new System.Drawing.Size(176, 15);
  254. this.progressBar.TabIndex = 1;
  255. this.progressBar.Visible = false;
  256. //
  257. // tabControl1
  258. //
  259. this.tabControl1.Controls.Add(this.tabPage1);
  260. this.tabControl1.Controls.Add(this.tabPage2);
  261. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.tabControl1.ItemSize = new System.Drawing.Size(135, 23);
  263. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  264. this.tabControl1.Name = "tabControl1";
  265. this.tabControl1.SelectedIndex = 0;
  266. this.tabControl1.Size = new System.Drawing.Size(294, 179);
  267. this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  268. this.tabControl1.TabIndex = 0;
  269. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  270. //
  271. // tabPage1
  272. //
  273. this.tabPage1.BackColor = System.Drawing.Color.Transparent;
  274. this.tabPage1.Controls.Add(this.selectPipelineToRerunUserControl);
  275. this.tabPage1.Location = new System.Drawing.Point(4, 27);
  276. this.tabPage1.Name = "tabPage1";
  277. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  278. this.tabPage1.Size = new System.Drawing.Size(286, 148);
  279. this.tabPage1.TabIndex = 0;
  280. this.tabPage1.Text = "Pipelines";
  281. this.tabPage1.UseVisualStyleBackColor = true;
  282. //
  283. // selectPipelineToRerunUserControl
  284. //
  285. this.selectPipelineToRerunUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
  286. this.selectPipelineToRerunUserControl.Location = new System.Drawing.Point(3, 3);
  287. this.selectPipelineToRerunUserControl.Name = "selectPipelineToRerunUserControl";
  288. this.selectPipelineToRerunUserControl.Padding = new System.Windows.Forms.Padding(3);
  289. this.selectPipelineToRerunUserControl.Size = new System.Drawing.Size(280, 142);
  290. this.selectPipelineToRerunUserControl.TabIndex = 0;
  291. //
  292. // tabPage2
  293. //
  294. this.tabPage2.BackColor = System.Drawing.Color.Transparent;
  295. this.tabPage2.Controls.Add(this.summaryPageUserControl);
  296. this.tabPage2.Location = new System.Drawing.Point(4, 27);
  297. this.tabPage2.Name = "tabPage2";
  298. this.tabPage2.Size = new System.Drawing.Size(286, 144);
  299. this.tabPage2.TabIndex = 1;
  300. this.tabPage2.Text = "Summary";
  301. this.tabPage2.UseVisualStyleBackColor = true;
  302. //
  303. // summaryPageUserControl
  304. //
  305. this.summaryPageUserControl.AutoScroll = true;
  306. this.summaryPageUserControl.AutoScrollMinSize = new System.Drawing.Size(50, 50);
  307. this.summaryPageUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
  308. this.summaryPageUserControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  309. this.summaryPageUserControl.Location = new System.Drawing.Point(0, 0);
  310. this.summaryPageUserControl.MinimumSize = new System.Drawing.Size(150, 50);
  311. this.summaryPageUserControl.Name = "summaryPageUserControl";
  312. this.summaryPageUserControl.Padding = new System.Windows.Forms.Padding(5);
  313. this.summaryPageUserControl.Size = new System.Drawing.Size(286, 144);
  314. this.summaryPageUserControl.TabIndex = 0;
  315. //
  316. // customTabControl2
  317. //
  318. this.customTabControl2.Controls.Add(this.tabPage3);
  319. this.customTabControl2.Controls.Add(this.tabPage4);
  320. this.customTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  321. this.customTabControl2.ItemSize = new System.Drawing.Size(135, 23);
  322. this.customTabControl2.Location = new System.Drawing.Point(0, 0);
  323. this.customTabControl2.Name = "customTabControl2";
  324. this.customTabControl2.SelectedIndex = 0;
  325. this.customTabControl2.Size = new System.Drawing.Size(294, 328);
  326. this.customTabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  327. this.customTabControl2.TabIndex = 0;
  328. //
  329. // tabPage3
  330. //
  331. this.tabPage3.BackColor = System.Drawing.Color.Transparent;
  332. this.tabPage3.Controls.Add(this.editParametersUserControl);
  333. this.tabPage3.Location = new System.Drawing.Point(4, 27);
  334. this.tabPage3.Name = "tabPage3";
  335. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  336. this.tabPage3.Size = new System.Drawing.Size(286, 297);
  337. this.tabPage3.TabIndex = 0;
  338. this.tabPage3.Text = "Job Parameters";
  339. this.tabPage3.UseVisualStyleBackColor = true;
  340. //
  341. // editParametersUserControl
  342. //
  343. this.editParametersUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
  344. this.editParametersUserControl.Location = new System.Drawing.Point(3, 3);
  345. this.editParametersUserControl.Name = "editParametersUserControl";
  346. this.editParametersUserControl.Padding = new System.Windows.Forms.Padding(3);
  347. this.editParametersUserControl.Size = new System.Drawing.Size(280, 291);
  348. this.editParametersUserControl.TabIndex = 0;
  349. //
  350. // tabPage4
  351. //
  352. this.tabPage4.BackColor = System.Drawing.Color.Transparent;
  353. this.tabPage4.Controls.Add(this.stopPointUserControl);
  354. this.tabPage4.Location = new System.Drawing.Point(4, 27);
  355. this.tabPage4.Name = "tabPage4";
  356. this.tabPage4.Size = new System.Drawing.Size(286, 290);
  357. this.tabPage4.TabIndex = 1;
  358. this.tabPage4.Text = "Stop Point";
  359. this.tabPage4.UseVisualStyleBackColor = true;
  360. //
  361. // stopPointUserControl
  362. //
  363. this.stopPointUserControl.BackColor = System.Drawing.Color.Transparent;
  364. this.stopPointUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
  365. this.stopPointUserControl.Location = new System.Drawing.Point(0, 0);
  366. this.stopPointUserControl.Name = "stopPointUserControl";
  367. this.stopPointUserControl.Padding = new System.Windows.Forms.Padding(5);
  368. this.stopPointUserControl.SelectedStopPoint = -1;
  369. this.stopPointUserControl.Size = new System.Drawing.Size(286, 290);
  370. this.stopPointUserControl.TabIndex = 0;
  371. //
  372. // customTabControl1
  373. //
  374. this.customTabControl1.Controls.Add(this.tabPage5);
  375. this.customTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  376. this.customTabControl1.ItemSize = new System.Drawing.Size(135, 23);
  377. this.customTabControl1.Location = new System.Drawing.Point(0, 0);
  378. this.customTabControl1.Name = "customTabControl1";
  379. this.customTabControl1.SelectedIndex = 0;
  380. this.customTabControl1.Size = new System.Drawing.Size(294, 186);
  381. this.customTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  382. this.customTabControl1.TabIndex = 1;
  383. //
  384. // tabPage5
  385. //
  386. this.tabPage5.BackColor = System.Drawing.Color.Transparent;
  387. this.tabPage5.Controls.Add(this.serveSettingUserControl);
  388. this.tabPage5.Location = new System.Drawing.Point(4, 27);
  389. this.tabPage5.Name = "tabPage5";
  390. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  391. this.tabPage5.Size = new System.Drawing.Size(286, 155);
  392. this.tabPage5.TabIndex = 0;
  393. this.tabPage5.Text = "Server Settings";
  394. this.tabPage5.UseVisualStyleBackColor = true;
  395. //
  396. // serveSettingUserControl
  397. //
  398. this.serveSettingUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
  399. this.serveSettingUserControl.Location = new System.Drawing.Point(3, 3);
  400. this.serveSettingUserControl.Name = "serveSettingUserControl";
  401. this.serveSettingUserControl.Padding = new System.Windows.Forms.Padding(3);
  402. this.serveSettingUserControl.Size = new System.Drawing.Size(280, 149);
  403. this.serveSettingUserControl.TabIndex = 0;
  404. //
  405. // txtStatusLabel
  406. //
  407. this.txtStatusLabel.BorderStyle = System.Windows.Forms.BorderStyle.None;
  408. this.txtStatusLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  409. this.txtStatusLabel.Location = new System.Drawing.Point(13, 6);
  410. this.txtStatusLabel.Multiline = false;
  411. this.txtStatusLabel.Name = "txtStatusLabel";
  412. this.txtStatusLabel.ReadOnly = true;
  413. this.txtStatusLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
  414. this.txtStatusLabel.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
  415. this.txtStatusLabel.Size = new System.Drawing.Size(281, 19);
  416. this.txtStatusLabel.TabIndex = 1;
  417. this.txtStatusLabel.TabStop = false;
  418. this.txtStatusLabel.Text = "";
  419. //
  420. // downloadAnimationUserControl1
  421. //
  422. this.downloadAnimationUserControl1.BackColor = System.Drawing.Color.Transparent;
  423. this.downloadAnimationUserControl1.Location = new System.Drawing.Point(13, 4);
  424. this.downloadAnimationUserControl1.Name = "downloadAnimationUserControl1";
  425. this.downloadAnimationUserControl1.Size = new System.Drawing.Size(50, 25);
  426. this.downloadAnimationUserControl1.TabIndex = 3;
  427. this.downloadAnimationUserControl1.Visible = false;
  428. //
  429. // RerunPipelineTaskPane
  430. //
  431. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  432. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  433. this.Controls.Add(this.panel1);
  434. this.Name = "RerunPipelineTaskPane";
  435. this.Size = new System.Drawing.Size(304, 807);
  436. this.panel1.ResumeLayout(false);
  437. this.splitContainer3.Panel1.ResumeLayout(false);
  438. this.splitContainer3.Panel2.ResumeLayout(false);
  439. this.splitContainer3.ResumeLayout(false);
  440. this.panel3.ResumeLayout(false);
  441. this.splitContainerTop.Panel1.ResumeLayout(false);
  442. this.splitContainerTop.Panel2.ResumeLayout(false);
  443. this.splitContainerTop.ResumeLayout(false);
  444. this.splitContainerMiddle.Panel1.ResumeLayout(false);
  445. this.splitContainerMiddle.Panel2.ResumeLayout(false);
  446. this.splitContainerMiddle.ResumeLayout(false);
  447. this.splitContainerBottom.Panel1.ResumeLayout(false);
  448. this.splitContainerBottom.Panel2.ResumeLayout(false);
  449. this.splitContainerBottom.ResumeLayout(false);
  450. this.splitContainerLowerBottom.Panel1.ResumeLayout(false);
  451. this.splitContainerLowerBottom.Panel2.ResumeLayout(false);
  452. this.splitContainerLowerBottom.ResumeLayout(false);
  453. this.tabControl1.ResumeLayout(false);
  454. this.tabPage1.ResumeLayout(false);
  455. this.tabPage2.ResumeLayout(false);
  456. this.customTabControl2.ResumeLayout(false);
  457. this.tabPage3.ResumeLayout(false);
  458. this.tabPage4.ResumeLayout(false);
  459. this.customTabControl1.ResumeLayout(false);
  460. this.tabPage5.ResumeLayout(false);
  461. this.ResumeLayout(false);
  462. }
  463. #endregion
  464. private System.Windows.Forms.Timer progressTimer;
  465. private System.Windows.Forms.Panel panel1;
  466. private System.Windows.Forms.SplitContainer splitContainer3;
  467. private CustomTabControl tabControl1;
  468. private System.Windows.Forms.TabPage tabPage1;
  469. private System.Windows.Forms.SplitContainer splitContainerTop;
  470. private System.Windows.Forms.SplitContainer splitContainerMiddle;
  471. private System.Windows.Forms.SplitContainer splitContainerBottom;
  472. private System.Windows.Forms.Button btnCancel;
  473. private System.Windows.Forms.Button btnrerun;
  474. private System.Windows.Forms.SplitContainer splitContainerLowerBottom;
  475. private System.Windows.Forms.ProgressBar progressBar;
  476. private DownloadAnimationUserControl downloadAnimationUserControl1;
  477. private System.Windows.Forms.ToolTip toolTip1;
  478. private System.Windows.Forms.Panel panel3;
  479. private TransparentRichTextBox txtStatusLabel;
  480. private System.Windows.Forms.TabPage tabPage2;
  481. private Microsoft.eResearch.GenePattern.Package.SelectPipelineToRerunUserControl selectPipelineToRerunUserControl;
  482. private Microsoft.eResearch.GenePattern.Package.SummaryPageUserControl summaryPageUserControl;
  483. private CustomTabControl customTabControl2;
  484. private System.Windows.Forms.TabPage tabPage3;
  485. private System.Windows.Forms.TabPage tabPage4;
  486. private StopPointUserControl stopPointUserControl;
  487. private Microsoft.eResearch.GenePattern.Package.EditParametersUserControl editParametersUserControl;
  488. private CustomTabControl customTabControl1;
  489. private System.Windows.Forms.TabPage tabPage5;
  490. private Microsoft.eResearch.GenePattern.Package.ServeSettingUserControl serveSettingUserControl;
  491. }
  492. }