namespace OxfordExtenderWrapper { partial class OTSMeasureOutputNlog { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.richTextBox_Nlog = new System.Windows.Forms.RichTextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); this.button_Clear = new System.Windows.Forms.Button(); this.button_stop = new System.Windows.Forms.Button(); this.combox_NlogType = new System.Windows.Forms.ComboBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // richTextBox_Nlog // this.richTextBox_Nlog.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox_Nlog.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.richTextBox_Nlog.Location = new System.Drawing.Point(4, 63); this.richTextBox_Nlog.Margin = new System.Windows.Forms.Padding(4); this.richTextBox_Nlog.Name = "richTextBox_Nlog"; this.richTextBox_Nlog.ReadOnly = true; this.richTextBox_Nlog.Size = new System.Drawing.Size(506, 615); this.richTextBox_Nlog.TabIndex = 0; this.richTextBox_Nlog.Text = ""; // // groupBox1 // this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.button_Clear); this.groupBox1.Controls.Add(this.button_stop); this.groupBox1.Controls.Add(this.combox_NlogType); this.groupBox1.Location = new System.Drawing.Point(4, 4); this.groupBox1.Margin = new System.Windows.Forms.Padding(4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4); this.groupBox1.Size = new System.Drawing.Size(506, 45); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; // // button1 // this.button1.Location = new System.Drawing.Point(0, 9); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 29); this.button1.TabIndex = 3; this.button1.Text = "Test"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button_Clear // this.button_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button_Clear.Location = new System.Drawing.Point(314, 8); this.button_Clear.Margin = new System.Windows.Forms.Padding(4); this.button_Clear.Name = "button_Clear"; this.button_Clear.Size = new System.Drawing.Size(84, 29); this.button_Clear.TabIndex = 4; this.button_Clear.Text = "clear"; this.button_Clear.UseVisualStyleBackColor = true; this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click); // // button_stop // this.button_stop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button_stop.Location = new System.Drawing.Point(222, 9); this.button_stop.Margin = new System.Windows.Forms.Padding(4); this.button_stop.Name = "button_stop"; this.button_stop.Size = new System.Drawing.Size(84, 29); this.button_stop.TabIndex = 6; this.button_stop.Text = "Stop"; this.button_stop.UseVisualStyleBackColor = true; this.button_stop.Click += new System.EventHandler(this.button_stop_Click); // // combox_NlogType // this.combox_NlogType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.combox_NlogType.FormattingEnabled = true; this.combox_NlogType.Location = new System.Drawing.Point(108, 13); this.combox_NlogType.Margin = new System.Windows.Forms.Padding(4); this.combox_NlogType.Name = "combox_NlogType"; this.combox_NlogType.Size = new System.Drawing.Size(104, 20); this.combox_NlogType.TabIndex = 2; this.combox_NlogType.SelectedIndexChanged += new System.EventHandler(this.combox_NlogType_SelectedIndexChanged); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.richTextBox_Nlog, 0, 1); this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.651027F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.34898F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 682); this.tableLayoutPanel1.TabIndex = 8; // // OTSMeasureOutputNlog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(419, 682); this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "OTSMeasureOutputNlog"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; this.Load += new System.EventHandler(this.OTSMeasureOutputNlog_Load); this.groupBox1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox richTextBox_Nlog; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button_Clear; private System.Windows.Forms.Button button_stop; private System.Windows.Forms.ComboBox combox_NlogType; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }