namespace MgTestAdmin { partial class TestResultControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.mainToolstrip = new System.Windows.Forms.ToolStrip(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtContentType = new System.Windows.Forms.TextBox(); this.txtDescription = new System.Windows.Forms.TextBox(); this.txtResult = new ICSharpCode.TextEditor.TextEditorControl(); this.SuspendLayout(); // // mainToolstrip // this.mainToolstrip.Location = new System.Drawing.Point(0, 0); this.mainToolstrip.Name = "mainToolstrip"; this.mainToolstrip.Size = new System.Drawing.Size(445, 25); this.mainToolstrip.TabIndex = 0; this.mainToolstrip.Text = "toolStrip1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 1; this.label1.Text = "Description"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 13); this.label2.TabIndex = 2; this.label2.Text = "Content Type"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 107); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(61, 13); this.label3.TabIndex = 3; this.label3.Text = "Test Result"; // // txtContentType // this.txtContentType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtContentType.Location = new System.Drawing.Point(91, 78); this.txtContentType.Name = "txtContentType"; this.txtContentType.Size = new System.Drawing.Size(339, 20); this.txtContentType.TabIndex = 5; // // txtDescription // this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDescription.Location = new System.Drawing.Point(91, 31); this.txtDescription.Multiline = true; this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(339, 41); this.txtDescription.TabIndex = 6; // // txtResult // this.txtResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtResult.IsReadOnly = false; this.txtResult.Location = new System.Drawing.Point(91, 107); this.txtResult.Name = "txtResult"; this.txtResult.ShowSpaces = true; this.txtResult.ShowTabs = true; this.txtResult.Size = new System.Drawing.Size(339, 265); this.txtResult.TabIndex = 7; // // TestResultControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtResult); this.Controls.Add(this.txtDescription); this.Controls.Add(this.txtContentType); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.mainToolstrip); this.Name = "TestResultControl"; this.Size = new System.Drawing.Size(445, 390); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip mainToolstrip; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtContentType; private System.Windows.Forms.TextBox txtDescription; private ICSharpCode.TextEditor.TextEditorControl txtResult; } }