namespace wp_CSharp03 { 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() { this.timer1 = new System.Windows.Forms.Timer(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.new_float_val = new System.Windows.Forms.TextBox(); this.Button_float = new System.Windows.Forms.Button(); this.float_val = new System.Windows.Forms.TextBox(); this.Label4 = new System.Windows.Forms.Label(); this.new_long_val = new System.Windows.Forms.TextBox(); this.Button_long = new System.Windows.Forms.Button(); this.long_val = new System.Windows.Forms.TextBox(); this.Label5 = new System.Windows.Forms.Label(); this.timer_val = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // label1 // this.label1.Location = new System.Drawing.Point(10, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(618, 74); this.label1.Text = "Please download ISaGRAF project \"wp_vb03\" to the WinPAC-5xx7. Then copy this C# e" + "xecution program - \"wp_CSharp03.exe\" to the WinPAC-5xx7 \'s \"\\System_Disk\\ISaGRAF" + "\\\" directory to run it"; // // label2 // this.label2.Location = new System.Drawing.Point(90, 90); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(501, 20); this.label2.Text = "This program can R/W internal variables of ISaGRAF project"; // // Label3 // this.Label3.Location = new System.Drawing.Point(103, 128); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(264, 24); this.Label3.Text = "Long val at Modbu No.=1"; // // new_float_val // this.new_float_val.BackColor = System.Drawing.Color.LightYellow; this.new_float_val.Location = new System.Drawing.Point(415, 257); this.new_float_val.Name = "new_float_val"; this.new_float_val.Size = new System.Drawing.Size(120, 27); this.new_float_val.TabIndex = 24; this.new_float_val.Text = "0"; // // Button_float // this.Button_float.Location = new System.Drawing.Point(103, 257); this.Button_float.Name = "Button_float"; this.Button_float.Size = new System.Drawing.Size(288, 24); this.Button_float.TabIndex = 25; this.Button_float.Text = "Reset float val to a new value"; this.Button_float.Click += new System.EventHandler(this.Button_float_Click); // // float_val // this.float_val.BackColor = System.Drawing.Color.LightYellow; this.float_val.Location = new System.Drawing.Point(415, 214); this.float_val.Name = "float_val"; this.float_val.ReadOnly = true; this.float_val.Size = new System.Drawing.Size(120, 27); this.float_val.TabIndex = 26; this.float_val.Text = "0"; // // Label4 // this.Label4.Location = new System.Drawing.Point(103, 214); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(264, 24); this.Label4.Text = "Float val at Modbu No. = 3"; // // new_long_val // this.new_long_val.BackColor = System.Drawing.Color.LightYellow; this.new_long_val.Location = new System.Drawing.Point(415, 171); this.new_long_val.Name = "new_long_val"; this.new_long_val.Size = new System.Drawing.Size(120, 27); this.new_long_val.TabIndex = 28; this.new_long_val.Text = "0"; // // Button_long // this.Button_long.Location = new System.Drawing.Point(103, 171); this.Button_long.Name = "Button_long"; this.Button_long.Size = new System.Drawing.Size(288, 24); this.Button_long.TabIndex = 29; this.Button_long.Text = "Reset long val to a new value"; this.Button_long.Click += new System.EventHandler(this.Button_long_Click); // // long_val // this.long_val.BackColor = System.Drawing.Color.LightYellow; this.long_val.Location = new System.Drawing.Point(415, 128); this.long_val.Name = "long_val"; this.long_val.ReadOnly = true; this.long_val.Size = new System.Drawing.Size(120, 27); this.long_val.TabIndex = 30; this.long_val.Text = "0"; // // Label5 // this.Label5.Location = new System.Drawing.Point(103, 309); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(240, 24); this.Label5.Text = "Timer at Modbus No.=5"; // // timer_val // this.timer_val.BackColor = System.Drawing.Color.LightYellow; this.timer_val.Location = new System.Drawing.Point(415, 306); this.timer_val.Name = "timer_val"; this.timer_val.ReadOnly = true; this.timer_val.Size = new System.Drawing.Size(120, 27); this.timer_val.TabIndex = 37; this.timer_val.Text = "0"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.BackColor = System.Drawing.Color.Cyan; this.ClientSize = new System.Drawing.Size(634, 348); this.Controls.Add(this.timer_val); this.Controls.Add(this.new_float_val); this.Controls.Add(this.Button_float); this.Controls.Add(this.float_val); this.Controls.Add(this.Label4); this.Controls.Add(this.new_long_val); this.Controls.Add(this.Button_long); this.Controls.Add(this.long_val); this.Controls.Add(this.Label5); 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 3 - wp_CSharp03"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; internal System.Windows.Forms.Label Label3; internal System.Windows.Forms.TextBox new_float_val; internal System.Windows.Forms.Button Button_float; internal System.Windows.Forms.TextBox float_val; internal System.Windows.Forms.Label Label4; internal System.Windows.Forms.TextBox new_long_val; internal System.Windows.Forms.Button Button_long; internal System.Windows.Forms.TextBox long_val; internal System.Windows.Forms.Label Label5; internal System.Windows.Forms.TextBox timer_val; } }