/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
- namespace Microsoft.eResearch.GenePattern.Package
- {
- /// <summary>
- /// Class Server Setting UserControl
- /// </summary>
- partial class ServeSettingUserControl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Component Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.showResultsCheckBox = new System.Windows.Forms.CheckBox();
- this.serverConnectionscomboBox = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.emailCheckBox = new System.Windows.Forms.CheckBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.emailAddress = new Microsoft.eResearch.GenePattern.Package.WaterMarkTextBox();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // showResultsCheckBox
- //
- this.showResultsCheckBox.AutoSize = true;
- this.showResultsCheckBox.Checked = true;
- this.showResultsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.showResultsCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.showResultsCheckBox.Location = new System.Drawing.Point(6, 57);
- this.showResultsCheckBox.Name = "showResultsCheckBox";
- this.showResultsCheckBox.Size = new System.Drawing.Size(188, 17);
- this.showResultsCheckBox.TabIndex = 1;
- this.showResultsCheckBox.Text = "Show visualizers when job finishes";
- this.toolTip1.SetToolTip(this.showResultsCheckBox, "If checked, all visualizer modules will be run for this pipeline when the job fin" +
- "ishes");
- this.showResultsCheckBox.UseVisualStyleBackColor = true;
- //
- // serverConnectionscomboBox
- //
- this.serverConnectionscomboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.serverConnectionscomboBox.DisplayMember = "Name";
- this.serverConnectionscomboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.serverConnectionscomboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.serverConnectionscomboBox.FormattingEnabled = true;
- this.serverConnectionscomboBox.Location = new System.Drawing.Point(130, 11);
- this.serverConnectionscomboBox.Name = "serverConnectionscomboBox";
- this.serverConnectionscomboBox.Size = new System.Drawing.Size(132, 21);
- this.serverConnectionscomboBox.TabIndex = 0;
- this.toolTip1.SetToolTip(this.serverConnectionscomboBox, "Select the GenePattern Server connection where pipeline association to be rerun");
- this.serverConnectionscomboBox.SelectedIndexChanged += new System.EventHandler(this.serverConnectionscomboBox_SelectedIndexChanged);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label4.Location = new System.Drawing.Point(2, 14);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(114, 13);
- this.label4.TabIndex = 14;
- this.label4.Text = "Select the connection ";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.Location = new System.Drawing.Point(3, 114);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(72, 13);
- this.label3.TabIndex = 10;
- this.label3.Text = "Email address";
- //
- // emailCheckBox
- //
- this.emailCheckBox.AutoSize = true;
- this.emailCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.emailCheckBox.Location = new System.Drawing.Point(6, 83);
- this.emailCheckBox.Name = "emailCheckBox";
- this.emailCheckBox.Size = new System.Drawing.Size(173, 17);
- this.emailCheckBox.TabIndex = 2;
- this.emailCheckBox.Text = "Send email when job is finished";
- this.toolTip1.SetToolTip(this.emailCheckBox, "Check this to receive an email confirmation when the job is completed");
- this.emailCheckBox.UseVisualStyleBackColor = true;
- this.emailCheckBox.CheckedChanged += new System.EventHandler(this.emailCheckBox_CheckedChanged);
- //
- // panel1
- //
- this.panel1.AutoScroll = true;
- this.panel1.AutoScrollMinSize = new System.Drawing.Size(200, 130);
- this.panel1.Controls.Add(this.emailCheckBox);
- this.panel1.Controls.Add(this.showResultsCheckBox);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.serverConnectionscomboBox);
- this.panel1.Controls.Add(this.emailAddress);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.panel1.Location = new System.Drawing.Point(3, 3);
- this.panel1.Name = "panel1";
- this.panel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0);
- this.panel1.Size = new System.Drawing.Size(265, 143);
- this.panel1.TabIndex = 18;
- this.panel1.Text = "Server Settings";
- //
- // emailAddress
- //
- this.emailAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.emailAddress.CueText = "Email Address";
- this.emailAddress.Enabled = false;
- this.emailAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.emailAddress.Location = new System.Drawing.Point(131, 110);
- this.emailAddress.Name = "emailAddress";
- this.emailAddress.Size = new System.Drawing.Size(132, 20);
- this.emailAddress.TabIndex = 3;
- this.toolTip1.SetToolTip(this.emailAddress, "The email address to send an email when the job is finished");
- //
- // ServeSettingUserControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel1);
- this.Name = "ServeSettingUserControl";
- this.Padding = new System.Windows.Forms.Padding(3);
- this.Size = new System.Drawing.Size(271, 149);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.CheckBox showResultsCheckBox;
- private System.Windows.Forms.ComboBox serverConnectionscomboBox;
- private System.Windows.Forms.Label label4;
- private WaterMarkTextBox emailAddress;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.CheckBox emailCheckBox;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.ToolTip toolTip1;
- }
- }