144 lines
		
	
	
		
			8.2 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			144 lines
		
	
	
		
			8.2 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace arDev
 | |
| {
 | |
|     partial class fIOMonitor
 | |
|     {
 | |
|         /// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.tblOutput = new System.Windows.Forms.TableLayoutPanel();
 | |
|             this.tblINput = new System.Windows.Forms.TableLayoutPanel();
 | |
|             this.tableLayoutPanel1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // tableLayoutPanel1
 | |
|             // 
 | |
|             this.tableLayoutPanel1.ColumnCount = 2;
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
 | |
|             this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.label2, 1, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.tblOutput, 1, 1);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.tblINput, 0, 1);
 | |
|             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.Absolute, 36F));
 | |
|             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
 | |
|             this.tableLayoutPanel1.Size = new System.Drawing.Size(582, 480);
 | |
|             this.tableLayoutPanel1.TabIndex = 0;
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.label1.Location = new System.Drawing.Point(3, 0);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(285, 36);
 | |
|             this.label1.TabIndex = 0;
 | |
|             this.label1.Text = "INPUT";
 | |
|             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.label2.Location = new System.Drawing.Point(294, 0);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(285, 36);
 | |
|             this.label2.TabIndex = 0;
 | |
|             this.label2.Text = "OUTPUT";
 | |
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // tblOutput
 | |
|             // 
 | |
|             this.tblOutput.ColumnCount = 4;
 | |
|             this.tblOutput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tblOutput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tblOutput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tblOutput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tblOutput.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tblOutput.Location = new System.Drawing.Point(294, 39);
 | |
|             this.tblOutput.Name = "tblOutput";
 | |
|             this.tblOutput.RowCount = 8;
 | |
|             this.tblOutput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblOutput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblOutput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblOutput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblOutput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblOutput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblOutput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblOutput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblOutput.Size = new System.Drawing.Size(285, 438);
 | |
|             this.tblOutput.TabIndex = 1;
 | |
|             // 
 | |
|             // tblINput
 | |
|             // 
 | |
|             this.tblINput.ColumnCount = 4;
 | |
|             this.tblINput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tblINput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tblINput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tblINput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tblINput.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tblINput.Location = new System.Drawing.Point(3, 39);
 | |
|             this.tblINput.Name = "tblINput";
 | |
|             this.tblINput.RowCount = 8;
 | |
|             this.tblINput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblINput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblINput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblINput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblINput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblINput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblINput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblINput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
 | |
|             this.tblINput.Size = new System.Drawing.Size(285, 438);
 | |
|             this.tblINput.TabIndex = 1;
 | |
|             // 
 | |
|             // fIOMonitor
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(582, 480);
 | |
|             this.Controls.Add(this.tableLayoutPanel1);
 | |
|             this.Name = "fIOMonitor";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "fIOMonitor";
 | |
|             this.Load += new System.EventHandler(this.fIOMonitor_Load);
 | |
|             this.tableLayoutPanel1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.TableLayoutPanel tblOutput;
 | |
|         private System.Windows.Forms.TableLayoutPanel tblINput;
 | |
|     }
 | |
| } | 
