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

# · C# · 164 lines · 120 code · 6 blank · 38 comment · 3 complexity · 51e24878f619dd88cc0497c2586e0c82 MD5 · raw file

  1. namespace Microsoft.eResearch.GenePattern.Package
  2. {
  3. /// <summary>
  4. /// Class Server Setting UserControl
  5. /// </summary>
  6. partial class ServeSettingUserControl
  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.showResultsCheckBox = new System.Windows.Forms.CheckBox();
  33. this.serverConnectionscomboBox = new System.Windows.Forms.ComboBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.emailCheckBox = new System.Windows.Forms.CheckBox();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.emailAddress = new Microsoft.eResearch.GenePattern.Package.WaterMarkTextBox();
  39. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  40. this.panel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // showResultsCheckBox
  44. //
  45. this.showResultsCheckBox.AutoSize = true;
  46. this.showResultsCheckBox.Checked = true;
  47. this.showResultsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  48. this.showResultsCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  49. this.showResultsCheckBox.Location = new System.Drawing.Point(6, 57);
  50. this.showResultsCheckBox.Name = "showResultsCheckBox";
  51. this.showResultsCheckBox.Size = new System.Drawing.Size(188, 17);
  52. this.showResultsCheckBox.TabIndex = 1;
  53. this.showResultsCheckBox.Text = "Show visualizers when job finishes";
  54. this.toolTip1.SetToolTip(this.showResultsCheckBox, "If checked, all visualizer modules will be run for this pipeline when the job fin" +
  55. "ishes");
  56. this.showResultsCheckBox.UseVisualStyleBackColor = true;
  57. //
  58. // serverConnectionscomboBox
  59. //
  60. this.serverConnectionscomboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  61. this.serverConnectionscomboBox.DisplayMember = "Name";
  62. this.serverConnectionscomboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  63. this.serverConnectionscomboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.serverConnectionscomboBox.FormattingEnabled = true;
  65. this.serverConnectionscomboBox.Location = new System.Drawing.Point(130, 11);
  66. this.serverConnectionscomboBox.Name = "serverConnectionscomboBox";
  67. this.serverConnectionscomboBox.Size = new System.Drawing.Size(132, 21);
  68. this.serverConnectionscomboBox.TabIndex = 0;
  69. this.toolTip1.SetToolTip(this.serverConnectionscomboBox, "Select the GenePattern Server connection where pipeline association to be rerun");
  70. this.serverConnectionscomboBox.SelectedIndexChanged += new System.EventHandler(this.serverConnectionscomboBox_SelectedIndexChanged);
  71. //
  72. // label4
  73. //
  74. this.label4.AutoSize = true;
  75. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.label4.Location = new System.Drawing.Point(2, 14);
  77. this.label4.Name = "label4";
  78. this.label4.Size = new System.Drawing.Size(114, 13);
  79. this.label4.TabIndex = 14;
  80. this.label4.Text = "Select the connection ";
  81. //
  82. // label3
  83. //
  84. this.label3.AutoSize = true;
  85. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  86. this.label3.Location = new System.Drawing.Point(3, 114);
  87. this.label3.Name = "label3";
  88. this.label3.Size = new System.Drawing.Size(72, 13);
  89. this.label3.TabIndex = 10;
  90. this.label3.Text = "Email address";
  91. //
  92. // emailCheckBox
  93. //
  94. this.emailCheckBox.AutoSize = true;
  95. this.emailCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  96. this.emailCheckBox.Location = new System.Drawing.Point(6, 83);
  97. this.emailCheckBox.Name = "emailCheckBox";
  98. this.emailCheckBox.Size = new System.Drawing.Size(173, 17);
  99. this.emailCheckBox.TabIndex = 2;
  100. this.emailCheckBox.Text = "Send email when job is finished";
  101. this.toolTip1.SetToolTip(this.emailCheckBox, "Check this to receive an email confirmation when the job is completed");
  102. this.emailCheckBox.UseVisualStyleBackColor = true;
  103. this.emailCheckBox.CheckedChanged += new System.EventHandler(this.emailCheckBox_CheckedChanged);
  104. //
  105. // panel1
  106. //
  107. this.panel1.AutoScroll = true;
  108. this.panel1.AutoScrollMinSize = new System.Drawing.Size(200, 130);
  109. this.panel1.Controls.Add(this.emailCheckBox);
  110. this.panel1.Controls.Add(this.showResultsCheckBox);
  111. this.panel1.Controls.Add(this.label3);
  112. this.panel1.Controls.Add(this.serverConnectionscomboBox);
  113. this.panel1.Controls.Add(this.emailAddress);
  114. this.panel1.Controls.Add(this.label4);
  115. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.panel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.panel1.Location = new System.Drawing.Point(3, 3);
  118. this.panel1.Name = "panel1";
  119. this.panel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
  120. this.panel1.Size = new System.Drawing.Size(265, 143);
  121. this.panel1.TabIndex = 18;
  122. this.panel1.Text = "Server Settings";
  123. //
  124. // emailAddress
  125. //
  126. this.emailAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  127. this.emailAddress.CueText = "Email Address";
  128. this.emailAddress.Enabled = false;
  129. this.emailAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  130. this.emailAddress.Location = new System.Drawing.Point(131, 110);
  131. this.emailAddress.Name = "emailAddress";
  132. this.emailAddress.Size = new System.Drawing.Size(132, 20);
  133. this.emailAddress.TabIndex = 3;
  134. this.toolTip1.SetToolTip(this.emailAddress, "The email address to send an email when the job is finished");
  135. //
  136. // ServeSettingUserControl
  137. //
  138. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  139. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  140. this.Controls.Add(this.panel1);
  141. this.Name = "ServeSettingUserControl";
  142. this.Padding = new System.Windows.Forms.Padding(3);
  143. this.Size = new System.Drawing.Size(271, 149);
  144. this.panel1.ResumeLayout(false);
  145. this.panel1.PerformLayout();
  146. this.ResumeLayout(false);
  147. }
  148. #endregion
  149. private System.Windows.Forms.CheckBox showResultsCheckBox;
  150. private System.Windows.Forms.ComboBox serverConnectionscomboBox;
  151. private System.Windows.Forms.Label label4;
  152. private WaterMarkTextBox emailAddress;
  153. private System.Windows.Forms.Label label3;
  154. private System.Windows.Forms.CheckBox emailCheckBox;
  155. private System.Windows.Forms.Panel panel1;
  156. private System.Windows.Forms.ToolTip toolTip1;
  157. }
  158. }