namespace demo_CSharp04 { 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.label1 = new System.Windows.Forms.Label(); this.string_val = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.Button_string = new System.Windows.Forms.Button(); this.new_string_val = new System.Windows.Forms.TextBox(); this.timer1 = new System.Windows.Forms.Timer(); this.new_string_val2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.Button_string2 = new System.Windows.Forms.Button(); this.string_val2 = new System.Windows.Forms.TextBox(); this.string_val3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.Button_string3 = new System.Windows.Forms.Button(); this.new_string_val3 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(20, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(618, 53); this.label1.Text = "Please download Win-GRAF project \"demo_vb04\" to the WinPAC-8xx8. Then copy this C" + "# execution program - \"demo_CSharp04.exe\" to the PAC\'s \"\\System_Disk\\Win-GRAF\\\" " + "directory to run it"; // // string_val // this.string_val.BackColor = System.Drawing.Color.LightYellow; this.string_val.Location = new System.Drawing.Point(350, 95); this.string_val.Name = "string_val"; this.string_val.ReadOnly = true; this.string_val.Size = new System.Drawing.Size(120, 23); this.string_val.TabIndex = 53; // // label6 // this.label6.Location = new System.Drawing.Point(38, 94); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(240, 24); this.label6.Text = "String val at Address No.=1\r\n"; // // Button_string // this.Button_string.Location = new System.Drawing.Point(38, 132); this.Button_string.Name = "Button_string"; this.Button_string.Size = new System.Drawing.Size(288, 24); this.Button_string.TabIndex = 52; this.Button_string.Text = "Reset string val 1 to a new value"; this.Button_string.Click += new System.EventHandler(this.Button_string_Click); // // new_string_val // this.new_string_val.BackColor = System.Drawing.Color.LightYellow; this.new_string_val.Location = new System.Drawing.Point(350, 133); this.new_string_val.Name = "new_string_val"; this.new_string_val.Size = new System.Drawing.Size(120, 23); this.new_string_val.TabIndex = 51; this.new_string_val.Text = "Hello world"; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // new_string_val2 // this.new_string_val2.BackColor = System.Drawing.Color.LightYellow; this.new_string_val2.Location = new System.Drawing.Point(350, 232); this.new_string_val2.Name = "new_string_val2"; this.new_string_val2.Size = new System.Drawing.Size(120, 23); this.new_string_val2.TabIndex = 59; this.new_string_val2.Text = "Msg2"; // // label2 // this.label2.Location = new System.Drawing.Point(38, 191); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(240, 24); this.label2.Text = "String val at Address No.= 2\r\n"; // // Button_string2 // this.Button_string2.Location = new System.Drawing.Point(38, 232); this.Button_string2.Name = "Button_string2"; this.Button_string2.Size = new System.Drawing.Size(288, 24); this.Button_string2.TabIndex = 58; this.Button_string2.Text = "Reset string val 2 to a new value"; this.Button_string2.Click += new System.EventHandler(this.Button_string2_Click); // // string_val2 // this.string_val2.BackColor = System.Drawing.Color.LightYellow; this.string_val2.Location = new System.Drawing.Point(350, 191); this.string_val2.Name = "string_val2"; this.string_val2.ReadOnly = true; this.string_val2.Size = new System.Drawing.Size(120, 23); this.string_val2.TabIndex = 57; // // string_val3 // this.string_val3.BackColor = System.Drawing.Color.LightYellow; this.string_val3.Location = new System.Drawing.Point(350, 282); this.string_val3.Name = "string_val3"; this.string_val3.ReadOnly = true; this.string_val3.Size = new System.Drawing.Size(120, 23); this.string_val3.TabIndex = 64; // // label3 // this.label3.Location = new System.Drawing.Point(38, 282); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(240, 24); this.label3.Text = "String val at Address No.= 3\r\n"; // // Button_string3 // this.Button_string3.Location = new System.Drawing.Point(38, 324); this.Button_string3.Name = "Button_string3"; this.Button_string3.Size = new System.Drawing.Size(288, 24); this.Button_string3.TabIndex = 63; this.Button_string3.Text = "Reset string val 3 to a new value"; this.Button_string3.Click += new System.EventHandler(this.Button_string3_Click); // // new_string_val3 // this.new_string_val3.BackColor = System.Drawing.Color.LightYellow; this.new_string_val3.Location = new System.Drawing.Point(350, 324); this.new_string_val3.Name = "new_string_val3"; this.new_string_val3.Size = new System.Drawing.Size(120, 23); this.new_string_val3.TabIndex = 62; this.new_string_val3.Text = "Msg3"; // // 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, 382); this.Controls.Add(this.string_val3); this.Controls.Add(this.label3); this.Controls.Add(this.Button_string3); this.Controls.Add(this.new_string_val3); this.Controls.Add(this.new_string_val2); this.Controls.Add(this.label2); this.Controls.Add(this.Button_string2); this.Controls.Add(this.string_val2); this.Controls.Add(this.string_val); this.Controls.Add(this.label6); this.Controls.Add(this.Button_string); this.Controls.Add(this.new_string_val); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "WinPAC-8xx8 C#.net 2008 Demo 3 - demo_CSharp04"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; internal System.Windows.Forms.TextBox string_val; internal System.Windows.Forms.Label label6; internal System.Windows.Forms.Button Button_string; internal System.Windows.Forms.TextBox new_string_val; private System.Windows.Forms.Timer timer1; internal System.Windows.Forms.TextBox new_string_val2; internal System.Windows.Forms.Label label2; internal System.Windows.Forms.Button Button_string2; internal System.Windows.Forms.TextBox string_val2; internal System.Windows.Forms.TextBox string_val3; internal System.Windows.Forms.Label label3; internal System.Windows.Forms.Button Button_string3; internal System.Windows.Forms.TextBox new_string_val3; } }