/// <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(frmTamuQpar)); this.label1 = new System.Windows.Forms.Label(); this.mlstBoxFactors = new System.Windows.Forms.ListBox(); this.label2 = new System.Windows.Forms.Label(); this.mbtnFixedUnselect = new System.Windows.Forms.Button(); this.mbtnFixedSelect = new System.Windows.Forms.Button(); this.mlstBoxFixed = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.mbtnCancel = new System.Windows.Forms.Button(); this.mbtnOK = new System.Windows.Forms.Button(); this.mlblDataName = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.niceLine2 = new DAnTE.ExtraControls.NiceLine(); this.niceLine1 = new DAnTE.ExtraControls.NiceLine(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 25); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(123, 17); this.label1.TabIndex = 2; this.label1.Text = "Select a Factor:"; // // mlstBoxFactors // this.mlstBoxFactors.FormattingEnabled = true; this.mlstBoxFactors.ItemHeight = 16; this.mlstBoxFactors.Location = new System.Drawing.Point(36, 132); this.mlstBoxFactors.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.mlstBoxFactors.Name = "mlstBoxFactors"; this.mlstBoxFactors.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.mlstBoxFactors.Size = new System.Drawing.Size(237, 244); this.mlstBoxFactors.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(20, 101); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(120, 17); this.label2.TabIndex = 5; this.label2.Text = "Available Factors:"; // // mbtnFixedUnselect // this.mbtnFixedUnselect.Enabled = false; this.mbtnFixedUnselect.Location = new System.Drawing.Point(309, 182); this.mbtnFixedUnselect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.mbtnFixedUnselect.Name = "mbtnFixedUnselect"; this.mbtnFixedUnselect.Size = new System.Drawing.Size(56, 28); this.mbtnFixedUnselect.TabIndex = 16; this.mbtnFixedUnselect.Text = "<<"; this.mbtnFixedUnselect.UseVisualStyleBackColor = true; this.mbtnFixedUnselect.Click += new System.EventHandler(this.mbtnFixedUnselect_Click); // // mbtnFixedSelect // this.mbtnFixedSelect.Location = new System.Drawing.Point(309, 146); this.mbtnFixedSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.mbtnFixedSelect.Name = "mbtnFixedSelect"; this.mbtnFixedSelect.Size = new System.Drawing.Size(56, 28); this.mbtnFixedSelect.TabIndex = 15; this.mbtnFixedSelect.Text = ">>"; this.mbtnFixedSelect.UseVisualStyleBackColor = true; this.mbtnFixedSelect.Click += new System.EventHandler(this.mbtnFixedSelect_Click); // // mlstBoxFixed // this.mlstBoxFixed.FormattingEnabled = true; this.mlstBoxFixed.HorizontalScrollbar = true; this.mlstBoxFixed.ItemHeight = 16; this.mlstBoxFixed.Location = new System.Drawing.Point(401, 128); this.mlstBoxFixed.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.mlstBoxFixed.Name = "mlstBoxFixed"; this.mlstBoxFixed.Size = new System.Drawing.Size(247, 244); this.mlstBoxFixed.TabIndex = 14; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(380, 101); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(228, 17); this.label3.TabIndex = 20; this.label3.Text = "Selected Effects (only one please):"; // // mbtnCancel // this.mbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.mbtnCancel.Location = new System.Drawing.Point(375, 410); this.mbtnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.mbtnCancel.Name = "mbtnCancel"; this.mbtnCancel.Size = new System.Drawing.Size(100, 28); this.mbtnCancel.TabIndex = 68; this.mbtnCancel.Text = "Cancel"; this.mbtnCancel.UseVisualStyleBackColor = true; this.mbtnCancel.Click += new System.EventHandler(this.mbtnCancel_Click); // // mbtnOK // this.mbtnOK.Location = new System.Drawing.Point(208, 410); this.mbtnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.mbtnOK.Name = "mbtnOK"; this.mbtnOK.Size = new System.Drawing.Size(100, 28); this.mbtnOK.TabIndex = 67; this.mbtnOK.Text = "OK"; this.mbtnOK.UseVisualStyleBackColor = true; this.mbtnOK.Click += new System.EventHandler(this.mbtnOK_Click); // // mlblDataName // this.mlblDataName.AutoSize = true; this.mlblDataName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mlblDataName.Location = new System.Drawing.Point(119, 66); this.mlblDataName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.mlblDataName.Name = "mlblDataName"; this.mlblDataName.Size = new System.Drawing.Size(52, 17); this.mlblDataName.TabIndex = 70; this.mlblDataName.Text = "label8"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(20, 66); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 17); this.label5.TabIndex = 69; this.label5.Text = "Data source:"; // // niceLine2 // this.niceLine2.Location = new System.Drawing.Point(20, 384); this.niceLine2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.niceLine2.Name = "niceLine2"; this.niceLine2.Size = new System.Drawing.Size(629, 17); this.niceLine2.TabIndex = 66; // // niceLine1 // this.niceLine1.Location = new System.Drawing.Point(16, 44); this.niceLine1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.niceLine1.Name = "niceLine1"; this.niceLine1.Size = new System.Drawing.Size(629, 17); this.niceLine1.TabIndex = 3; // // frmTamuQpar // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.mbtnCancel; this.ClientSize = new System.Drawing.Size(675, 454); this.Controls.Add(this.mlblDataName); this.Controls.Add(this.label5); this.Controls.Add(this.mbtnCancel); this.Controls.Add(this.mbtnOK); this.Controls.Add(this.niceLine2); this.Controls.Add(this.label3); this.Controls.Add(this.mbtnFixedUnselect); this.Controls.Add(this.mbtnFixedSelect); this.Controls.Add(this.mlstBoxFixed); this.Controls.Add(this.label2); this.Controls.Add(this.mlstBoxFactors); this.Controls.Add(this.niceLine1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmTamuQpar"; this.ShowInTaskbar = false; this.Text = "TAMUQ"; this.Load += new System.EventHandler(this.frmANOVApar_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(frmTracWebBugReport)); 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.niceLine4 = new DAnTE.ExtraControls.NiceLine(); this.niceLine1 = 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, 19); mrichTxtBoxFull.Name = "mrichTxtBoxFull"; mrichTxtBoxFull.Size = new System.Drawing.Size(536, 245); 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 a new web browser window to the DAnTE Website <h" + "ttps://prismtrac.pnl.gov/dante> and fill in a request ticket for you to submit."; 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; // // 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; // // 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; // // frmTracWebBugReport // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(584, 540); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.grpBoxUserInfo); 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 = "frmTracWebBugReport"; 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(); }
/// <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(frmTracWebBugReport)); 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.niceLine4 = new DAnTE.ExtraControls.NiceLine(); this.niceLine1 = 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, 19); mrichTxtBoxFull.Name = "mrichTxtBoxFull"; mrichTxtBoxFull.Size = new System.Drawing.Size(536, 245); 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 a new web browser window to the DAnTE Website <h" + "ttps://prismtrac.pnl.gov/dante> and fill in a request ticket for you to submit."; 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; // // 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; // // 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; // // frmTracWebBugReport // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(584, 540); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.grpBoxUserInfo); 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 = "frmTracWebBugReport"; 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(); }