namespace z8094_02 { 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.button1 = new System.Windows.Forms.Button(); this.Limit_XP = new System.Windows.Forms.Label(); this.Limit_XN = new System.Windows.Forms.Label(); this.NHome_X = new System.Windows.Forms.Label(); this.Home_X = new System.Windows.Forms.Label(); this.Limit_YP = new System.Windows.Forms.Label(); this.Limit_YN = new System.Windows.Forms.Label(); this.NHome_Y = new System.Windows.Forms.Label(); this.Home_Y = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.status_bar = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label36 = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.label34 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.emg = new System.Windows.Forms.Label(); this.label37 = new System.Windows.Forms.Label(); this.Label15 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.nxt_position = new System.Windows.Forms.Label(); this.cur_position = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.speed = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.encox = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label38 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // button1 // this.button1.Location = new System.Drawing.Point(15, 327); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(102, 29); this.button1.TabIndex = 0; this.button1.Text = "start"; this.button1.Click += new System.EventHandler(this.button1_Click); // // Limit_XP // this.Limit_XP.BackColor = System.Drawing.Color.Black; this.Limit_XP.Location = new System.Drawing.Point(20, 373); this.Limit_XP.Name = "Limit_XP"; this.Limit_XP.Size = new System.Drawing.Size(38, 36); // // Limit_XN // this.Limit_XN.BackColor = System.Drawing.Color.Black; this.Limit_XN.Location = new System.Drawing.Point(76, 373); this.Limit_XN.Name = "Limit_XN"; this.Limit_XN.Size = new System.Drawing.Size(38, 36); // // NHome_X // this.NHome_X.BackColor = System.Drawing.Color.Black; this.NHome_X.Location = new System.Drawing.Point(137, 373); this.NHome_X.Name = "NHome_X"; this.NHome_X.Size = new System.Drawing.Size(38, 36); // // Home_X // this.Home_X.BackColor = System.Drawing.Color.Black; this.Home_X.Location = new System.Drawing.Point(200, 373); this.Home_X.Name = "Home_X"; this.Home_X.Size = new System.Drawing.Size(38, 36); // // Limit_YP // this.Limit_YP.BackColor = System.Drawing.Color.Black; this.Limit_YP.Location = new System.Drawing.Point(272, 373); this.Limit_YP.Name = "Limit_YP"; this.Limit_YP.Size = new System.Drawing.Size(38, 36); // // Limit_YN // this.Limit_YN.BackColor = System.Drawing.Color.Black; this.Limit_YN.Location = new System.Drawing.Point(331, 373); this.Limit_YN.Name = "Limit_YN"; this.Limit_YN.Size = new System.Drawing.Size(38, 36); // // NHome_Y // this.NHome_Y.BackColor = System.Drawing.Color.Black; this.NHome_Y.Location = new System.Drawing.Point(396, 373); this.NHome_Y.Name = "NHome_Y"; this.NHome_Y.Size = new System.Drawing.Size(38, 36); // // Home_Y // this.Home_Y.BackColor = System.Drawing.Color.Black; this.Home_Y.Location = new System.Drawing.Point(457, 373); this.Home_Y.Name = "Home_Y"; this.Home_Y.Size = new System.Drawing.Size(38, 36); // // label9 // this.label9.Location = new System.Drawing.Point(0, 10); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(479, 18); this.label9.Text = "please press \"start\" button to start mtion"; // // label10 // this.label10.Location = new System.Drawing.Point(20, 429); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(100, 20); this.label10.Text = "X_DI status"; // // label11 // this.label11.Location = new System.Drawing.Point(272, 429); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(100, 20); this.label11.Text = "Y_DI status"; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Location = new System.Drawing.Point(71, 48); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(320, 240); // // status_bar // this.status_bar.Location = new System.Drawing.Point(174, 331); this.status_bar.Name = "status_bar"; this.status_bar.Size = new System.Drawing.Size(437, 20); // // label17 // this.label17.Location = new System.Drawing.Point(123, 332); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(53, 20); this.label17.Text = "status :"; // // label1 // this.label1.Location = new System.Drawing.Point(17, 409); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 20); this.label1.Text = "limit+"; // // label2 // this.label2.Location = new System.Drawing.Point(74, 409); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 20); this.label2.Text = "limit-"; // // label5 // this.label5.Location = new System.Drawing.Point(137, 409); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(57, 20); this.label5.Text = "NHome"; // // label6 // this.label6.Location = new System.Drawing.Point(200, 409); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(57, 20); this.label6.Text = "Home"; // // label7 // this.label7.Location = new System.Drawing.Point(457, 409); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(57, 20); this.label7.Text = "Home"; // // label8 // this.label8.Location = new System.Drawing.Point(394, 409); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(57, 20); this.label8.Text = "NHome"; // // label13 // this.label13.Location = new System.Drawing.Point(331, 409); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(43, 20); this.label13.Text = "limit-"; // // label14 // this.label14.Location = new System.Drawing.Point(272, 409); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(43, 20); this.label14.Text = "limit+"; // // label36 // this.label36.Location = new System.Drawing.Point(367, 293); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(22, 20); this.label36.Text = "16"; this.label36.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label35 // this.label35.Location = new System.Drawing.Point(327, 293); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(22, 20); this.label35.Text = "14"; this.label35.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label34 // this.label34.Location = new System.Drawing.Point(87, 293); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(22, 20); this.label34.Text = "2"; this.label34.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label33 // this.label33.Location = new System.Drawing.Point(127, 293); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(22, 20); this.label33.Text = "4"; this.label33.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label32 // this.label32.Location = new System.Drawing.Point(167, 293); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(22, 20); this.label32.Text = "6"; this.label32.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label31 // this.label31.Location = new System.Drawing.Point(207, 293); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(22, 20); this.label31.Text = "8"; this.label31.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label30 // this.label30.Location = new System.Drawing.Point(247, 293); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(22, 20); this.label30.Text = "10"; this.label30.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label29 // this.label29.Location = new System.Drawing.Point(287, 293); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(22, 20); this.label29.Text = "12"; this.label29.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label18 // this.label18.Location = new System.Drawing.Point(45, 169); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(22, 20); this.label18.Text = "6"; this.label18.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label19 // this.label19.Location = new System.Drawing.Point(45, 249); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(22, 20); this.label19.Text = "2"; this.label19.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label20 // this.label20.Location = new System.Drawing.Point(45, 209); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(22, 20); this.label20.Text = "4"; this.label20.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label21 // this.label21.Location = new System.Drawing.Point(45, 129); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(22, 20); this.label21.Text = "8"; this.label21.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label22 // this.label22.Location = new System.Drawing.Point(45, 89); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(22, 20); this.label22.Text = "10"; this.label22.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label23 // this.label23.Location = new System.Drawing.Point(45, 49); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(22, 20); this.label23.Text = "12"; this.label23.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label24 // this.label24.ForeColor = System.Drawing.SystemColors.InfoText; this.label24.Location = new System.Drawing.Point(44, 289); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(25, 20); this.label24.Text = "0"; this.label24.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label25 // this.label25.ForeColor = System.Drawing.SystemColors.InfoText; this.label25.Location = new System.Drawing.Point(402, 268); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(116, 20); this.label25.Text = "Position X"; // // label26 // this.label26.ForeColor = System.Drawing.SystemColors.InfoText; this.label26.Location = new System.Drawing.Point(3, 28); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(115, 17); this.label26.Text = "Position Y "; // // label27 // this.label27.Location = new System.Drawing.Point(540, 409); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(43, 20); this.label27.Text = "EMG"; // // emg // this.emg.BackColor = System.Drawing.Color.Black; this.emg.Location = new System.Drawing.Point(540, 373); this.emg.Name = "emg"; this.emg.Size = new System.Drawing.Size(38, 36); // // label37 // this.label37.Location = new System.Drawing.Point(520, 429); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(100, 20); this.label37.Text = "ALL_DI status"; // // Label15 // this.Label15.Location = new System.Drawing.Point(402, 108); this.Label15.Name = "Label15"; this.Label15.Size = new System.Drawing.Size(20, 20); this.Label15.Text = "X"; // // Label3 // this.Label3.Location = new System.Drawing.Point(459, 108); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(20, 20); this.Label3.Text = "Y "; // // nxt_position // this.nxt_position.Location = new System.Drawing.Point(402, 69); this.nxt_position.Name = "nxt_position"; this.nxt_position.Size = new System.Drawing.Size(118, 20); this.nxt_position.Text = " "; // // cur_position // this.cur_position.Location = new System.Drawing.Point(402, 129); this.cur_position.Name = "cur_position"; this.cur_position.Size = new System.Drawing.Size(117, 20); // // label16 // this.label16.Location = new System.Drawing.Point(402, 148); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(105, 20); this.label16.Text = "drive speed"; // // speed // this.speed.Location = new System.Drawing.Point(402, 169); this.speed.Name = "speed"; this.speed.Size = new System.Drawing.Size(117, 20); // // label4 // this.label4.Location = new System.Drawing.Point(402, 88); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(105, 20); this.label4.Text = "Current Position"; // // encox // this.encox.Location = new System.Drawing.Point(402, 128); this.encox.Name = "encox"; this.encox.Size = new System.Drawing.Size(100, 20); this.encox.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label12 // this.label12.Location = new System.Drawing.Point(402, 28); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(104, 20); this.label12.Text = "Pulse to move "; // // label28 // this.label28.Location = new System.Drawing.Point(403, 46); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(20, 20); this.label28.Text = "X"; // // label38 // this.label38.Location = new System.Drawing.Point(460, 46); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(20, 20); this.label38.Text = "Y "; // // 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.label28); this.Controls.Add(this.label38); this.Controls.Add(this.Label15); this.Controls.Add(this.Label3); this.Controls.Add(this.nxt_position); this.Controls.Add(this.cur_position); this.Controls.Add(this.label16); this.Controls.Add(this.speed); this.Controls.Add(this.label4); this.Controls.Add(this.encox); this.Controls.Add(this.label12); this.Controls.Add(this.label37); this.Controls.Add(this.label27); this.Controls.Add(this.emg); this.Controls.Add(this.label26); this.Controls.Add(this.label25); this.Controls.Add(this.label36); this.Controls.Add(this.label35); this.Controls.Add(this.label34); this.Controls.Add(this.label33); this.Controls.Add(this.label32); this.Controls.Add(this.label31); this.Controls.Add(this.label30); this.Controls.Add(this.label29); this.Controls.Add(this.label18); this.Controls.Add(this.label19); this.Controls.Add(this.label20); this.Controls.Add(this.label21); this.Controls.Add(this.label22); this.Controls.Add(this.label23); this.Controls.Add(this.label24); this.Controls.Add(this.label7); this.Controls.Add(this.label8); this.Controls.Add(this.label13); this.Controls.Add(this.label14); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.status_bar); this.Controls.Add(this.label17); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.Home_Y); this.Controls.Add(this.NHome_Y); this.Controls.Add(this.Limit_YN); this.Controls.Add(this.Limit_YP); this.Controls.Add(this.Home_X); this.Controls.Add(this.NHome_X); this.Controls.Add(this.Limit_XN); this.Controls.Add(this.Limit_XP); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "i8094 C# demo ISaGRAF Project \"z8094_2\""; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label Limit_XP; private System.Windows.Forms.Label Limit_XN; private System.Windows.Forms.Label NHome_X; private System.Windows.Forms.Label Home_X; private System.Windows.Forms.Label Limit_YP; private System.Windows.Forms.Label Limit_YN; private System.Windows.Forms.Label NHome_Y; private System.Windows.Forms.Label Home_Y; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label status_bar; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label36; private System.Windows.Forms.Label label35; private System.Windows.Forms.Label label34; private System.Windows.Forms.Label label33; private System.Windows.Forms.Label label32; private System.Windows.Forms.Label label31; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label label29; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label emg; private System.Windows.Forms.Label label37; private System.Windows.Forms.Label Label15; private System.Windows.Forms.Label Label3; private System.Windows.Forms.Label nxt_position; private System.Windows.Forms.Label cur_position; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label speed; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label encox; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label38; } }