Beispiel #1
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDefFactors));
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.lstBoxValues = new System.Windows.Forms.ListBox();
     this.niceLine1 = new DAnTE.ExtraControls.NiceLine();
     this.btnValueDelete = new System.Windows.Forms.Button();
     this.btnFactorDelete = new System.Windows.Forms.Button();
     this.txtBoxValues = new System.Windows.Forms.TextBox();
     this.txtBoxFactors = new System.Windows.Forms.TextBox();
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.btnFactors = new System.Windows.Forms.Button();
     this.btnValues = new System.Windows.Forms.Button();
     this.lstBoxFactors = new System.Windows.Forms.ListBox();
     this.mtltipHelp = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.lstBoxValues);
     this.panel1.Controls.Add(this.niceLine1);
     this.panel1.Controls.Add(this.btnValueDelete);
     this.panel1.Controls.Add(this.btnFactorDelete);
     this.panel1.Controls.Add(this.txtBoxValues);
     this.panel1.Controls.Add(this.txtBoxFactors);
     this.panel1.Controls.Add(this.btnOK);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnFactors);
     this.panel1.Controls.Add(this.btnValues);
     this.panel1.Controls.Add(this.lstBoxFactors);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(530, 392);
     this.panel1.TabIndex = 10;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(530, 58);
     this.panel2.TabIndex = 17;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(498, 23);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(16, 17);
     this.label5.TabIndex = 16;
     this.label5.Text = "?";
     this.mtltipHelp.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(14, 21);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(245, 18);
     this.label4.TabIndex = 16;
     this.label4.Text = "Change or Define New Factors:";
     //
     // lstBoxValues
     //
     this.lstBoxValues.ItemHeight = 16;
     this.lstBoxValues.Location = new System.Drawing.Point(302, 129);
     this.lstBoxValues.Name = "lstBoxValues";
     this.lstBoxValues.Size = new System.Drawing.Size(212, 132);
     this.lstBoxValues.TabIndex = 5;
     this.lstBoxValues.Tag = "Values";
     this.lstBoxValues.SelectedIndexChanged += new System.EventHandler(this.lstBoxValues_SelectedIndexChanged);
     //
     // niceLine1
     //
     this.niceLine1.Location = new System.Drawing.Point(14, 310);
     this.niceLine1.Name = "niceLine1";
     this.niceLine1.Size = new System.Drawing.Size(514, 17);
     this.niceLine1.TabIndex = 14;
     //
     // btnValueDelete
     //
     this.btnValueDelete.Location = new System.Drawing.Point(376, 276);
     this.btnValueDelete.Name = "btnValueDelete";
     this.btnValueDelete.Size = new System.Drawing.Size(61, 27);
     this.btnValueDelete.TabIndex = 7;
     this.btnValueDelete.Text = "Delete";
     this.btnValueDelete.Click += new System.EventHandler(this.btnValueDelete_Click);
     //
     // btnFactorDelete
     //
     this.btnFactorDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFactorDelete.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.btnFactorDelete.Location = new System.Drawing.Point(98, 276);
     this.btnFactorDelete.Name = "btnFactorDelete";
     this.btnFactorDelete.Size = new System.Drawing.Size(59, 27);
     this.btnFactorDelete.TabIndex = 6;
     this.btnFactorDelete.Text = "Delete";
     this.btnFactorDelete.Click += new System.EventHandler(this.btnFactorDelete_Click);
     //
     // txtBoxValues
     //
     this.txtBoxValues.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBoxValues.Location = new System.Drawing.Point(302, 92);
     this.txtBoxValues.Name = "txtBoxValues";
     this.txtBoxValues.Size = new System.Drawing.Size(135, 24);
     this.txtBoxValues.TabIndex = 2;
     this.txtBoxValues.Text = "Value1";
     this.txtBoxValues.TextChanged += new System.EventHandler(this.txtBoxValues_txtCh);
     this.txtBoxValues.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxValues_KeyPress);
     //
     // txtBoxFactors
     //
     this.txtBoxFactors.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBoxFactors.Location = new System.Drawing.Point(23, 92);
     this.txtBoxFactors.Name = "txtBoxFactors";
     this.txtBoxFactors.Size = new System.Drawing.Size(134, 24);
     this.txtBoxFactors.TabIndex = 0;
     this.txtBoxFactors.Text = "Factor1";
     this.txtBoxFactors.TextChanged += new System.EventHandler(this.txtBoxFactors_textCh);
     this.txtBoxFactors.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxFactors_KeyPress);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(148, 335);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(86, 27);
     this.btnOK.TabIndex = 8;
     this.btnOK.Text = "OK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(302, 335);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(87, 27);
     this.btnCancel.TabIndex = 9;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(23, 65);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(59, 17);
     this.label3.TabIndex = 17;
     this.label3.Text = "Factors:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(302, 65);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(149, 17);
     this.label2.TabIndex = 18;
     this.label2.Text = "Factor Values (levels):";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(241, 180);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(60, 37);
     this.label1.TabIndex = 15;
     this.label1.Text = ">>";
     //
     // btnFactors
     //
     this.btnFactors.Location = new System.Drawing.Point(176, 89);
     this.btnFactors.Name = "btnFactors";
     this.btnFactors.Size = new System.Drawing.Size(58, 28);
     this.btnFactors.TabIndex = 1;
     this.btnFactors.Text = "Add";
     this.btnFactors.Click += new System.EventHandler(this.btnAddFactors_Click);
     //
     // btnValues
     //
     this.btnValues.Location = new System.Drawing.Point(456, 89);
     this.btnValues.Name = "btnValues";
     this.btnValues.Size = new System.Drawing.Size(58, 28);
     this.btnValues.TabIndex = 3;
     this.btnValues.Text = "Add";
     this.btnValues.Click += new System.EventHandler(this.btnAddValues_Click);
     //
     // lstBoxFactors
     //
     this.lstBoxFactors.ItemHeight = 16;
     this.lstBoxFactors.Location = new System.Drawing.Point(23, 129);
     this.lstBoxFactors.Name = "lstBoxFactors";
     this.lstBoxFactors.Size = new System.Drawing.Size(211, 132);
     this.lstBoxFactors.TabIndex = 4;
     this.lstBoxFactors.Tag = "Factors";
     this.lstBoxFactors.SelectedIndexChanged += new System.EventHandler(this.lstBoxFactors_SelectedIndexChanged);
     //
     // mtltipHelp
     //
     this.mtltipHelp.AutomaticDelay = 10;
     this.mtltipHelp.AutoPopDelay = 30000;
     this.mtltipHelp.InitialDelay = 10;
     this.mtltipHelp.IsBalloon = true;
     this.mtltipHelp.ReshowDelay = 10;
     this.mtltipHelp.ShowAlways = true;
     this.mtltipHelp.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.mtltipHelp.ToolTipTitle = "Factors";
     //
     // frmDefFactors
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(530, 392);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(538, 314);
     this.Name = "frmDefFactors";
     this.ShowInTaskbar = false;
     this.Text = "Define Factors";
     this.Load += new System.EventHandler(this.frmDefFactors_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDefFactors));
     this.panel1          = new System.Windows.Forms.Panel();
     this.panel2          = new System.Windows.Forms.Panel();
     this.label5          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.lstBoxValues    = new System.Windows.Forms.ListBox();
     this.niceLine1       = new DAnTE.ExtraControls.NiceLine();
     this.btnValueDelete  = new System.Windows.Forms.Button();
     this.btnFactorDelete = new System.Windows.Forms.Button();
     this.txtBoxValues    = new System.Windows.Forms.TextBox();
     this.txtBoxFactors   = new System.Windows.Forms.TextBox();
     this.btnOK           = new System.Windows.Forms.Button();
     this.btnCancel       = new System.Windows.Forms.Button();
     this.label3          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.btnFactors      = new System.Windows.Forms.Button();
     this.btnValues       = new System.Windows.Forms.Button();
     this.lstBoxFactors   = new System.Windows.Forms.ListBox();
     this.mtltipHelp      = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.lstBoxValues);
     this.panel1.Controls.Add(this.niceLine1);
     this.panel1.Controls.Add(this.btnValueDelete);
     this.panel1.Controls.Add(this.btnFactorDelete);
     this.panel1.Controls.Add(this.txtBoxValues);
     this.panel1.Controls.Add(this.txtBoxFactors);
     this.panel1.Controls.Add(this.btnOK);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnFactors);
     this.panel1.Controls.Add(this.btnValues);
     this.panel1.Controls.Add(this.lstBoxFactors);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(530, 392);
     this.panel1.TabIndex = 10;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(530, 58);
     this.panel2.TabIndex = 17;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(498, 23);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(16, 17);
     this.label5.TabIndex = 16;
     this.label5.Text     = "?";
     this.mtltipHelp.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(14, 21);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(245, 18);
     this.label4.TabIndex = 16;
     this.label4.Text     = "Change or Define New Factors:";
     //
     // lstBoxValues
     //
     this.lstBoxValues.ItemHeight            = 16;
     this.lstBoxValues.Location              = new System.Drawing.Point(302, 129);
     this.lstBoxValues.Name                  = "lstBoxValues";
     this.lstBoxValues.Size                  = new System.Drawing.Size(212, 132);
     this.lstBoxValues.TabIndex              = 5;
     this.lstBoxValues.Tag                   = "Values";
     this.lstBoxValues.SelectedIndexChanged += new System.EventHandler(this.lstBoxValues_SelectedIndexChanged);
     //
     // niceLine1
     //
     this.niceLine1.Location = new System.Drawing.Point(14, 310);
     this.niceLine1.Name     = "niceLine1";
     this.niceLine1.Size     = new System.Drawing.Size(514, 17);
     this.niceLine1.TabIndex = 14;
     //
     // btnValueDelete
     //
     this.btnValueDelete.Location = new System.Drawing.Point(376, 276);
     this.btnValueDelete.Name     = "btnValueDelete";
     this.btnValueDelete.Size     = new System.Drawing.Size(61, 27);
     this.btnValueDelete.TabIndex = 7;
     this.btnValueDelete.Text     = "Delete";
     this.btnValueDelete.Click   += new System.EventHandler(this.btnValueDelete_Click);
     //
     // btnFactorDelete
     //
     this.btnFactorDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnFactorDelete.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.btnFactorDelete.Location = new System.Drawing.Point(98, 276);
     this.btnFactorDelete.Name     = "btnFactorDelete";
     this.btnFactorDelete.Size     = new System.Drawing.Size(59, 27);
     this.btnFactorDelete.TabIndex = 6;
     this.btnFactorDelete.Text     = "Delete";
     this.btnFactorDelete.Click   += new System.EventHandler(this.btnFactorDelete_Click);
     //
     // txtBoxValues
     //
     this.txtBoxValues.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBoxValues.Location     = new System.Drawing.Point(302, 92);
     this.txtBoxValues.Name         = "txtBoxValues";
     this.txtBoxValues.Size         = new System.Drawing.Size(135, 24);
     this.txtBoxValues.TabIndex     = 2;
     this.txtBoxValues.Text         = "Value1";
     this.txtBoxValues.TextChanged += new System.EventHandler(this.txtBoxValues_txtCh);
     this.txtBoxValues.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxValues_KeyPress);
     //
     // txtBoxFactors
     //
     this.txtBoxFactors.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBoxFactors.Location     = new System.Drawing.Point(23, 92);
     this.txtBoxFactors.Name         = "txtBoxFactors";
     this.txtBoxFactors.Size         = new System.Drawing.Size(134, 24);
     this.txtBoxFactors.TabIndex     = 0;
     this.txtBoxFactors.Text         = "Factor1";
     this.txtBoxFactors.TextChanged += new System.EventHandler(this.txtBoxFactors_textCh);
     this.txtBoxFactors.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxFactors_KeyPress);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(148, 335);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(86, 27);
     this.btnOK.TabIndex = 8;
     this.btnOK.Text     = "OK";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(302, 335);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(87, 27);
     this.btnCancel.TabIndex     = 9;
     this.btnCancel.Text         = "Cancel";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(23, 65);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(59, 17);
     this.label3.TabIndex = 17;
     this.label3.Text     = "Factors:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(302, 65);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(149, 17);
     this.label2.TabIndex = 18;
     this.label2.Text     = "Factor Values (levels):";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(241, 180);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(60, 37);
     this.label1.TabIndex = 15;
     this.label1.Text     = ">>";
     //
     // btnFactors
     //
     this.btnFactors.Location = new System.Drawing.Point(176, 89);
     this.btnFactors.Name     = "btnFactors";
     this.btnFactors.Size     = new System.Drawing.Size(58, 28);
     this.btnFactors.TabIndex = 1;
     this.btnFactors.Text     = "Add";
     this.btnFactors.Click   += new System.EventHandler(this.btnAddFactors_Click);
     //
     // btnValues
     //
     this.btnValues.Location = new System.Drawing.Point(456, 89);
     this.btnValues.Name     = "btnValues";
     this.btnValues.Size     = new System.Drawing.Size(58, 28);
     this.btnValues.TabIndex = 3;
     this.btnValues.Text     = "Add";
     this.btnValues.Click   += new System.EventHandler(this.btnAddValues_Click);
     //
     // lstBoxFactors
     //
     this.lstBoxFactors.ItemHeight            = 16;
     this.lstBoxFactors.Location              = new System.Drawing.Point(23, 129);
     this.lstBoxFactors.Name                  = "lstBoxFactors";
     this.lstBoxFactors.Size                  = new System.Drawing.Size(211, 132);
     this.lstBoxFactors.TabIndex              = 4;
     this.lstBoxFactors.Tag                   = "Factors";
     this.lstBoxFactors.SelectedIndexChanged += new System.EventHandler(this.lstBoxFactors_SelectedIndexChanged);
     //
     // mtltipHelp
     //
     this.mtltipHelp.AutomaticDelay = 10;
     this.mtltipHelp.AutoPopDelay   = 30000;
     this.mtltipHelp.InitialDelay   = 10;
     this.mtltipHelp.IsBalloon      = true;
     this.mtltipHelp.ReshowDelay    = 10;
     this.mtltipHelp.ShowAlways     = true;
     this.mtltipHelp.ToolTipIcon    = System.Windows.Forms.ToolTipIcon.Info;
     this.mtltipHelp.ToolTipTitle   = "Factors";
     //
     // frmDefFactors
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(530, 392);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(538, 314);
     this.Name            = "frmDefFactors";
     this.ShowInTaskbar   = false;
     this.Text            = "Define Factors";
     this.Load           += new System.EventHandler(this.frmDefFactors_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources =
         new System.ComponentModel.ComponentResourceManager(typeof(frmBugReportEmail));
     this.grpBoxFullDes  = new System.Windows.Forms.GroupBox();
     mrichTxtBoxFull     = new System.Windows.Forms.RichTextBox();
     this.grpBoxUserInfo = new System.Windows.Forms.GroupBox();
     mlblDisclaimer      = new System.Windows.Forms.Label();
     mcmbBoxRequest      = new System.Windows.Forms.ComboBox();
     this.label1         = new System.Windows.Forms.Label();
     this.lblRqstType    = new System.Windows.Forms.Label();
     this.lblEmail       = new System.Windows.Forms.Label();
     mtxtBoxSummary      = new System.Windows.Forms.TextBox();
     mtxtBoxEmail        = new System.Windows.Forms.TextBox();
     mbtnCancel          = new System.Windows.Forms.Button();
     mbtnSend            = new System.Windows.Forms.Button();
     mlblbtns            = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.niceLine1      = new DAnTE.ExtraControls.NiceLine();
     this.niceLine4      = new DAnTE.ExtraControls.NiceLine();
     this.grpBoxFullDes.SuspendLayout();
     this.grpBoxUserInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // grpBoxFullDes
     //
     this.grpBoxFullDes.Controls.Add(mrichTxtBoxFull);
     this.grpBoxFullDes.Location = new System.Drawing.Point(15, 196);
     this.grpBoxFullDes.Name     = "grpBoxFullDes";
     this.grpBoxFullDes.Size     = new System.Drawing.Size(552, 271);
     this.grpBoxFullDes.TabIndex = 7;
     this.grpBoxFullDes.TabStop  = false;
     this.grpBoxFullDes.Text     = "Full Description";
     //
     // mrichTxtBoxFull
     //
     mrichTxtBoxFull.Location = new System.Drawing.Point(8, 24);
     mrichTxtBoxFull.Name     = "mrichTxtBoxFull";
     mrichTxtBoxFull.Size     = new System.Drawing.Size(536, 240);
     mrichTxtBoxFull.TabIndex = 3;
     mrichTxtBoxFull.Text     = "";
     //
     // grpBoxUserInfo
     //
     this.grpBoxUserInfo.Controls.Add(mlblDisclaimer);
     this.grpBoxUserInfo.Controls.Add(mcmbBoxRequest);
     this.grpBoxUserInfo.Controls.Add(this.label1);
     this.grpBoxUserInfo.Controls.Add(this.lblRqstType);
     this.grpBoxUserInfo.Controls.Add(this.lblEmail);
     this.grpBoxUserInfo.Controls.Add(mtxtBoxSummary);
     this.grpBoxUserInfo.Controls.Add(mtxtBoxEmail);
     this.grpBoxUserInfo.Location = new System.Drawing.Point(15, 46);
     this.grpBoxUserInfo.Name     = "grpBoxUserInfo";
     this.grpBoxUserInfo.Size     = new System.Drawing.Size(552, 144);
     this.grpBoxUserInfo.TabIndex = 6;
     this.grpBoxUserInfo.TabStop  = false;
     this.grpBoxUserInfo.Text     = "User Information and Summary";
     //
     // mlblDisclaimer
     //
     mlblDisclaimer.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F,
                                                   System.Drawing.FontStyle.Regular,
                                                   System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     mlblDisclaimer.Location = new System.Drawing.Point(8, 104);
     mlblDisclaimer.Name     = "mlblDisclaimer";
     mlblDisclaimer.Size     = new System.Drawing.Size(536, 37);
     mlblDisclaimer.TabIndex = 6;
     mlblDisclaimer.Text     = "Your personal information will be used only for the purpose of providing an ident" +
                               "ifier for your bug report, as well as providing a contact address for the develo" +
                               "per in case of further questions.";
     mlblDisclaimer.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // mcmbBoxRequest
     //
     mcmbBoxRequest.Items.AddRange(new object[]
     {
         "Bug Report",
         "Feature Request"
     });
     mcmbBoxRequest.Location = new System.Drawing.Point(288, 32);
     mcmbBoxRequest.Name     = "mcmbBoxRequest";
     mcmbBoxRequest.Size     = new System.Drawing.Size(256, 21);
     mcmbBoxRequest.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 56);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(152, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Short Summary of the Issue";
     //
     // lblRqstType
     //
     this.lblRqstType.Location = new System.Drawing.Point(288, 16);
     this.lblRqstType.Name     = "lblRqstType";
     this.lblRqstType.Size     = new System.Drawing.Size(144, 16);
     this.lblRqstType.TabIndex = 3;
     this.lblRqstType.Text     = "Type of Request";
     //
     // lblEmail
     //
     this.lblEmail.Location = new System.Drawing.Point(8, 16);
     this.lblEmail.Name     = "lblEmail";
     this.lblEmail.Size     = new System.Drawing.Size(144, 16);
     this.lblEmail.TabIndex = 2;
     this.lblEmail.Text     = "Your Email Address";
     //
     // mtxtBoxSummary
     //
     mtxtBoxSummary.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     mtxtBoxSummary.Location = new System.Drawing.Point(8, 72);
     mtxtBoxSummary.Name     = "mtxtBoxSummary";
     mtxtBoxSummary.Size     = new System.Drawing.Size(536, 20);
     mtxtBoxSummary.TabIndex = 2;
     //
     // mtxtBoxEmail
     //
     mtxtBoxEmail.Location = new System.Drawing.Point(8, 32);
     mtxtBoxEmail.Name     = "mtxtBoxEmail";
     mtxtBoxEmail.Size     = new System.Drawing.Size(264, 20);
     mtxtBoxEmail.TabIndex = 0;
     //
     // mbtnCancel
     //
     mbtnCancel.Location = new System.Drawing.Point(462, 499);
     mbtnCancel.Name     = "mbtnCancel";
     mbtnCancel.Size     = new System.Drawing.Size(80, 23);
     mbtnCancel.TabIndex = 5;
     mbtnCancel.Text     = "Cancel";
     mbtnCancel.Click   += new System.EventHandler(mbtnCancel_Click);
     //
     // mbtnSend
     //
     mbtnSend.Location = new System.Drawing.Point(367, 499);
     mbtnSend.Name     = "mbtnSend";
     mbtnSend.Size     = new System.Drawing.Size(80, 23);
     mbtnSend.TabIndex = 4;
     mbtnSend.Text     = "Send Report";
     mbtnSend.Click   += new System.EventHandler(mbtnSend_Click);
     //
     // mlblbtns
     //
     mlblbtns.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular,
                                             System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     mlblbtns.Location = new System.Drawing.Point(21, 491);
     mlblbtns.Name     = "mlblbtns";
     mlblbtns.Size     = new System.Drawing.Size(320, 40);
     mlblbtns.TabIndex = 0;
     mlblbtns.Text     = "Clicking \'Send Report\' will open your Email program with your request ticket to b" +
                         "e sent to the developer.";
     mlblbtns.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold,
                                                    System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(90, 13);
     this.label2.TabIndex = 52;
     this.label2.Text     = "Bugs/Features";
     //
     // pictureBox1
     //
     this.pictureBox1.ErrorImage = null;
     this.pictureBox1.Image      = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location   = new System.Drawing.Point(502, 3);
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.Size       = new System.Drawing.Size(53, 47);
     this.pictureBox1.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex   = 54;
     this.pictureBox1.TabStop    = false;
     //
     // niceLine1
     //
     this.niceLine1.Location = new System.Drawing.Point(15, 473);
     this.niceLine1.Name     = "niceLine1";
     this.niceLine1.Size     = new System.Drawing.Size(552, 15);
     this.niceLine1.TabIndex = 54;
     //
     // niceLine4
     //
     this.niceLine4.Location = new System.Drawing.Point(12, 25);
     this.niceLine4.Name     = "niceLine4";
     this.niceLine4.Size     = new System.Drawing.Size(555, 15);
     this.niceLine4.TabIndex = 53;
     //
     // frmBugReportEmail
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(584, 540);
     this.Controls.Add(this.grpBoxUserInfo);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.niceLine4);
     this.Controls.Add(this.niceLine1);
     this.Controls.Add(mbtnCancel);
     this.Controls.Add(mbtnSend);
     this.Controls.Add(this.grpBoxFullDes);
     this.Controls.Add(mlblbtns);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmBugReportEmail";
     this.ShowInTaskbar   = false;
     this.Text            = "Report Bugs / Features to Developers";
     this.Load           += new System.EventHandler(this.frmTracWebBugReport_Load);
     this.grpBoxFullDes.ResumeLayout(false);
     this.grpBoxUserInfo.ResumeLayout(false);
     this.grpBoxUserInfo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }