123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- namespace OTSMeasureApp
- {
- partial class OTSMeasureOutputNlog
- {
- /// <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 Windows Form 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.panel1 = new System.Windows.Forms.Panel();
- this.button_Test = new System.Windows.Forms.Button();
- this.button_stop = new System.Windows.Forms.Button();
- this.button_Clear = new System.Windows.Forms.Button();
- this.combox_NlogType = new System.Windows.Forms.ComboBox();
- this.richTextBox_Nlog = new System.Windows.Forms.RichTextBox();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.panel1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.richTextBox_Nlog);
- this.splitContainer1.Size = new System.Drawing.Size(313, 290);
- this.splitContainer1.SplitterDistance = 25;
- this.splitContainer1.TabIndex = 14;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.button_Test);
- this.panel1.Controls.Add(this.button_stop);
- this.panel1.Controls.Add(this.button_Clear);
- this.panel1.Controls.Add(this.combox_NlogType);
- 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(313, 25);
- this.panel1.TabIndex = 13;
- //
- // button_Test
- //
- this.button_Test.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.button_Test.Location = new System.Drawing.Point(109, 2);
- this.button_Test.Name = "button_Test";
- this.button_Test.Size = new System.Drawing.Size(63, 23);
- this.button_Test.TabIndex = 12;
- this.button_Test.Text = "Test";
- this.button_Test.UseVisualStyleBackColor = true;
- this.button_Test.Click += new System.EventHandler(this.button_Test_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(178, 2);
- this.button_stop.Name = "button_stop";
- this.button_stop.Size = new System.Drawing.Size(63, 23);
- this.button_stop.TabIndex = 11;
- this.button_stop.Text = "Stop";
- this.button_stop.UseVisualStyleBackColor = true;
- this.button_stop.Click += new System.EventHandler(this.button_stop_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(247, 2);
- this.button_Clear.Name = "button_Clear";
- this.button_Clear.Size = new System.Drawing.Size(63, 23);
- this.button_Clear.TabIndex = 10;
- this.button_Clear.Text = "Clear";
- this.button_Clear.UseVisualStyleBackColor = true;
- this.button_Clear.Click += new System.EventHandler(this.button_Clear_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(5, 5);
- this.combox_NlogType.Name = "combox_NlogType";
- this.combox_NlogType.Size = new System.Drawing.Size(88, 20);
- this.combox_NlogType.TabIndex = 8;
- this.combox_NlogType.SelectedIndexChanged += new System.EventHandler(this.combox_NlogType_SelectedIndexChanged);
- this.combox_NlogType.Click += new System.EventHandler(this.combox_NlogType_SelectedIndexChanged);
- //
- // richTextBox_Nlog
- //
- this.richTextBox_Nlog.Dock = System.Windows.Forms.DockStyle.Fill;
- this.richTextBox_Nlog.Location = new System.Drawing.Point(0, 0);
- this.richTextBox_Nlog.Name = "richTextBox_Nlog";
- this.richTextBox_Nlog.Size = new System.Drawing.Size(313, 261);
- this.richTextBox_Nlog.TabIndex = 0;
- this.richTextBox_Nlog.Text = "";
- //
- // OTSMeasureOutputNlog
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(313, 290);
- this.CloseButton = false;
- this.CloseButtonVisible = false;
- this.Controls.Add(this.splitContainer1);
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "OTSMeasureOutputNlog";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Log";
- this.Load += new System.EventHandler(this.OTSMeasureOutputNlog_Load);
- this.Click += new System.EventHandler(this.button_Test_Click);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button button_stop;
- private System.Windows.Forms.Button button_Clear;
- private System.Windows.Forms.ComboBox combox_NlogType;
- private System.Windows.Forms.RichTextBox richTextBox_Nlog;
- private System.Windows.Forms.Button button_Test;
- }
- }
|