OTSMeasureOutputNlog.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace OxfordExtenderWrapper
  2. {
  3. partial class OTSMeasureOutputNlog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.richTextBox_Nlog = new System.Windows.Forms.RichTextBox();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button_Clear = new System.Windows.Forms.Button();
  32. this.button_stop = new System.Windows.Forms.Button();
  33. this.combox_NlogType = new System.Windows.Forms.ComboBox();
  34. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  35. this.groupBox1.SuspendLayout();
  36. this.tableLayoutPanel1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // richTextBox_Nlog
  40. //
  41. this.richTextBox_Nlog.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.richTextBox_Nlog.Font = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.richTextBox_Nlog.Location = new System.Drawing.Point(4, 63);
  44. this.richTextBox_Nlog.Margin = new System.Windows.Forms.Padding(4);
  45. this.richTextBox_Nlog.Name = "richTextBox_Nlog";
  46. this.richTextBox_Nlog.ReadOnly = true;
  47. this.richTextBox_Nlog.Size = new System.Drawing.Size(506, 615);
  48. this.richTextBox_Nlog.TabIndex = 0;
  49. this.richTextBox_Nlog.Text = "";
  50. //
  51. // groupBox1
  52. //
  53. this.groupBox1.Controls.Add(this.button1);
  54. this.groupBox1.Controls.Add(this.button_Clear);
  55. this.groupBox1.Controls.Add(this.button_stop);
  56. this.groupBox1.Controls.Add(this.combox_NlogType);
  57. this.groupBox1.Location = new System.Drawing.Point(4, 4);
  58. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  59. this.groupBox1.Name = "groupBox1";
  60. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  61. this.groupBox1.Size = new System.Drawing.Size(506, 45);
  62. this.groupBox1.TabIndex = 7;
  63. this.groupBox1.TabStop = false;
  64. //
  65. // button1
  66. //
  67. this.button1.Location = new System.Drawing.Point(0, 9);
  68. this.button1.Margin = new System.Windows.Forms.Padding(4);
  69. this.button1.Name = "button1";
  70. this.button1.Size = new System.Drawing.Size(100, 29);
  71. this.button1.TabIndex = 3;
  72. this.button1.Text = "Test";
  73. this.button1.UseVisualStyleBackColor = true;
  74. this.button1.Click += new System.EventHandler(this.button1_Click);
  75. //
  76. // button_Clear
  77. //
  78. this.button_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  79. this.button_Clear.Location = new System.Drawing.Point(314, 8);
  80. this.button_Clear.Margin = new System.Windows.Forms.Padding(4);
  81. this.button_Clear.Name = "button_Clear";
  82. this.button_Clear.Size = new System.Drawing.Size(84, 29);
  83. this.button_Clear.TabIndex = 4;
  84. this.button_Clear.Text = "clear";
  85. this.button_Clear.UseVisualStyleBackColor = true;
  86. this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click);
  87. //
  88. // button_stop
  89. //
  90. this.button_stop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  91. this.button_stop.Location = new System.Drawing.Point(222, 9);
  92. this.button_stop.Margin = new System.Windows.Forms.Padding(4);
  93. this.button_stop.Name = "button_stop";
  94. this.button_stop.Size = new System.Drawing.Size(84, 29);
  95. this.button_stop.TabIndex = 6;
  96. this.button_stop.Text = "Stop";
  97. this.button_stop.UseVisualStyleBackColor = true;
  98. this.button_stop.Click += new System.EventHandler(this.button_stop_Click);
  99. //
  100. // combox_NlogType
  101. //
  102. this.combox_NlogType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  103. this.combox_NlogType.FormattingEnabled = true;
  104. this.combox_NlogType.Location = new System.Drawing.Point(108, 13);
  105. this.combox_NlogType.Margin = new System.Windows.Forms.Padding(4);
  106. this.combox_NlogType.Name = "combox_NlogType";
  107. this.combox_NlogType.Size = new System.Drawing.Size(104, 20);
  108. this.combox_NlogType.TabIndex = 2;
  109. this.combox_NlogType.SelectedIndexChanged += new System.EventHandler(this.combox_NlogType_SelectedIndexChanged);
  110. //
  111. // tableLayoutPanel1
  112. //
  113. this.tableLayoutPanel1.ColumnCount = 1;
  114. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  115. this.tableLayoutPanel1.Controls.Add(this.richTextBox_Nlog, 0, 1);
  116. this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
  117. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  119. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  120. this.tableLayoutPanel1.RowCount = 2;
  121. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.651027F));
  122. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.34898F));
  123. this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 682);
  124. this.tableLayoutPanel1.TabIndex = 8;
  125. //
  126. // OTSMeasureOutputNlog
  127. //
  128. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  129. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  130. this.AutoScroll = true;
  131. this.AutoSize = true;
  132. this.ClientSize = new System.Drawing.Size(419, 682);
  133. this.Controls.Add(this.tableLayoutPanel1);
  134. this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.Margin = new System.Windows.Forms.Padding(4);
  136. this.Name = "OTSMeasureOutputNlog";
  137. this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
  138. this.Load += new System.EventHandler(this.OTSMeasureOutputNlog_Load);
  139. this.groupBox1.ResumeLayout(false);
  140. this.tableLayoutPanel1.ResumeLayout(false);
  141. this.ResumeLayout(false);
  142. }
  143. #endregion
  144. private System.Windows.Forms.RichTextBox richTextBox_Nlog;
  145. private System.Windows.Forms.GroupBox groupBox1;
  146. private System.Windows.Forms.Button button1;
  147. private System.Windows.Forms.Button button_Clear;
  148. private System.Windows.Forms.Button button_stop;
  149. private System.Windows.Forms.ComboBox combox_NlogType;
  150. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  151. }
  152. }