namespace wp_CSharp02 { partial class Form1 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.label1 = new System.Windows.Forms.Label(); this.AI_Value4 = new System.Windows.Forms.TextBox(); this.AI_Value3 = new System.Windows.Forms.TextBox(); this.AI_Value2 = new System.Windows.Forms.TextBox(); this.AI_Value1 = new System.Windows.Forms.TextBox(); this.Button4 = new System.Windows.Forms.Button(); this.Button3 = new System.Windows.Forms.Button(); this.Button2 = new System.Windows.Forms.Button(); this.AO_Value4 = new System.Windows.Forms.TextBox(); this.AO_Value3 = new System.Windows.Forms.TextBox(); this.AO_Value2 = new System.Windows.Forms.TextBox(); this.AO_Value1 = new System.Windows.Forms.TextBox(); this.Label3 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(23, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(580, 122); this.label1.Text = resources.GetString("label1.Text"); // // AI_Value4 // this.AI_Value4.Location = new System.Drawing.Point(426, 339); this.AI_Value4.Name = "AI_Value4"; this.AI_Value4.Size = new System.Drawing.Size(111, 27); this.AI_Value4.TabIndex = 31; // // AI_Value3 // this.AI_Value3.Location = new System.Drawing.Point(426, 298); this.AI_Value3.Name = "AI_Value3"; this.AI_Value3.Size = new System.Drawing.Size(111, 27); this.AI_Value3.TabIndex = 30; // // AI_Value2 // this.AI_Value2.Location = new System.Drawing.Point(426, 254); this.AI_Value2.Name = "AI_Value2"; this.AI_Value2.Size = new System.Drawing.Size(111, 27); this.AI_Value2.TabIndex = 29; // // AI_Value1 // this.AI_Value1.Location = new System.Drawing.Point(426, 209); this.AI_Value1.Name = "AI_Value1"; this.AI_Value1.Size = new System.Drawing.Size(111, 27); this.AI_Value1.TabIndex = 28; // // Button4 // this.Button4.Location = new System.Drawing.Point(232, 339); this.Button4.Name = "Button4"; this.Button4.Size = new System.Drawing.Size(65, 25); this.Button4.TabIndex = 27; this.Button4.Text = "Go4"; this.Button4.Click += new System.EventHandler(this.Button4_Click); // // Button3 // this.Button3.Location = new System.Drawing.Point(232, 298); this.Button3.Name = "Button3"; this.Button3.Size = new System.Drawing.Size(65, 25); this.Button3.TabIndex = 26; this.Button3.Text = "Go3"; this.Button3.Click += new System.EventHandler(this.Button3_Click); // // Button2 // this.Button2.Location = new System.Drawing.Point(232, 252); this.Button2.Name = "Button2"; this.Button2.Size = new System.Drawing.Size(65, 25); this.Button2.TabIndex = 25; this.Button2.Text = "Go2"; this.Button2.Click += new System.EventHandler(this.Button2_Click); // // AO_Value4 // this.AO_Value4.Location = new System.Drawing.Point(104, 341); this.AO_Value4.Name = "AO_Value4"; this.AO_Value4.Size = new System.Drawing.Size(111, 27); this.AO_Value4.TabIndex = 24; // // AO_Value3 // this.AO_Value3.Location = new System.Drawing.Point(104, 298); this.AO_Value3.Name = "AO_Value3"; this.AO_Value3.Size = new System.Drawing.Size(111, 27); this.AO_Value3.TabIndex = 23; // // AO_Value2 // this.AO_Value2.Location = new System.Drawing.Point(104, 254); this.AO_Value2.Name = "AO_Value2"; this.AO_Value2.Size = new System.Drawing.Size(111, 27); this.AO_Value2.TabIndex = 22; // // AO_Value1 // this.AO_Value1.Location = new System.Drawing.Point(104, 209); this.AO_Value1.Name = "AO_Value1"; this.AO_Value1.Size = new System.Drawing.Size(111, 27); this.AO_Value1.TabIndex = 21; // // Label3 // this.Label3.ForeColor = System.Drawing.Color.Blue; this.Label3.Location = new System.Drawing.Point(404, 183); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(155, 23); this.Label3.Text = "A/I (-10.0 to +10.0 Volt)"; this.Label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Label2 // this.Label2.ForeColor = System.Drawing.Color.Blue; this.Label2.Location = new System.Drawing.Point(79, 183); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(161, 23); this.Label2.Text = "A/O (-10.0 to +10.0 Volt)"; this.Label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(638, 455); this.Controls.Add(this.AI_Value4); this.Controls.Add(this.AI_Value3); this.Controls.Add(this.AI_Value2); this.Controls.Add(this.AI_Value1); this.Controls.Add(this.Button4); this.Controls.Add(this.Button3); this.Controls.Add(this.Button2); this.Controls.Add(this.AO_Value4); this.Controls.Add(this.AO_Value3); this.Controls.Add(this.AO_Value2); this.Controls.Add(this.AO_Value1); this.Controls.Add(this.Label3); this.Controls.Add(this.Label2); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "WinPAC-5xx7 C#.net 2008 Demo 2 - wp_CSharp02"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; internal System.Windows.Forms.TextBox AI_Value4; internal System.Windows.Forms.TextBox AI_Value3; internal System.Windows.Forms.TextBox AI_Value2; internal System.Windows.Forms.TextBox AI_Value1; internal System.Windows.Forms.Button Button4; internal System.Windows.Forms.Button Button3; internal System.Windows.Forms.Button Button2; internal System.Windows.Forms.TextBox AO_Value4; internal System.Windows.Forms.TextBox AO_Value3; internal System.Windows.Forms.TextBox AO_Value2; internal System.Windows.Forms.TextBox AO_Value1; internal System.Windows.Forms.Label Label3; internal System.Windows.Forms.Label Label2; private System.Windows.Forms.Timer timer1; } }