namespace z8094_3 { 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.pictureBox1 = new System.Windows.Forms.PictureBox(); 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.label4 = 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.label9 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.Home_Y = new System.Windows.Forms.Label(); this.NHome_Y = new System.Windows.Forms.Label(); this.Limit_YN = new System.Windows.Forms.Label(); this.Limit_YP = new System.Windows.Forms.Label(); this.Home_X = new System.Windows.Forms.Label(); this.NHome_X = new System.Windows.Forms.Label(); this.Limit_XN = new System.Windows.Forms.Label(); this.Limit_XP = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.speed = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.status_bar = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.Total_p = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.label34 = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.label36 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label99 = new System.Windows.Forms.Label(); this.emg = new System.Windows.Forms.Label(); this.Label37 = new System.Windows.Forms.Label(); this.Label38 = new System.Windows.Forms.Label(); this.Label22 = new System.Windows.Forms.Label(); this.Label21 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.nxt_pos = new System.Windows.Forms.Label(); this.cur_pos = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Location = new System.Drawing.Point(64, 68); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(320, 240); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // label1 // this.label1.ForeColor = System.Drawing.SystemColors.InfoText; this.label1.Location = new System.Drawing.Point(12, 41); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(115, 20); this.label1.Text = "Position Y (Pulse)"; // // label2 // this.label2.ForeColor = System.Drawing.SystemColors.InfoText; this.label2.Location = new System.Drawing.Point(39, 308); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(25, 20); this.label2.Text = "0"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label3 // this.label3.ForeColor = System.Drawing.SystemColors.InfoText; this.label3.Location = new System.Drawing.Point(395, 288); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(116, 20); this.label3.Text = "Position X (Pulse)"; // // label4 // this.label4.Location = new System.Drawing.Point(36, 68); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(22, 20); this.label4.Text = "12"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label5 // this.label5.Location = new System.Drawing.Point(36, 108); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(22, 20); this.label5.Text = "10"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label6 // this.label6.Location = new System.Drawing.Point(36, 148); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(22, 20); this.label6.Text = "8"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label7 // this.label7.Location = new System.Drawing.Point(36, 228); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(22, 20); this.label7.Text = "4"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label8 // this.label8.Location = new System.Drawing.Point(36, 268); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(22, 20); this.label8.Text = "2"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label9 // this.label9.Location = new System.Drawing.Point(36, 188); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(22, 20); this.label9.Text = "6"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // button1 // this.button1.Location = new System.Drawing.Point(13, 335); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(87, 25); this.button1.TabIndex = 11; this.button1.Text = "start"; this.button1.Click += new System.EventHandler(this.button1_Click); // // comboBox1 // this.comboBox1.Items.Add("File 1"); this.comboBox1.Items.Add("File 2"); this.comboBox1.Location = new System.Drawing.Point(135, 337); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(100, 23); this.comboBox1.TabIndex = 12; // // label10 // this.label10.Location = new System.Drawing.Point(455, 411); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(57, 20); this.label10.Text = "Home"; // // label11 // this.label11.Location = new System.Drawing.Point(392, 411); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(57, 20); this.label11.Text = "NHome"; // // label13 // this.label13.Location = new System.Drawing.Point(329, 411); 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(270, 411); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(43, 20); this.label14.Text = "limit+"; // // label12 // this.label12.Location = new System.Drawing.Point(198, 411); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(57, 20); this.label12.Text = "Home"; // // label15 // this.label15.Location = new System.Drawing.Point(135, 411); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(57, 20); this.label15.Text = "NHome"; // // label16 // this.label16.Location = new System.Drawing.Point(72, 411); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(43, 20); this.label16.Text = "limit-"; // // label17 // this.label17.Location = new System.Drawing.Point(13, 411); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(43, 20); this.label17.Text = "limit+"; // // label18 // this.label18.Location = new System.Drawing.Point(270, 431); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(100, 20); this.label18.Text = "Y_DI status"; // // label19 // this.label19.Location = new System.Drawing.Point(13, 431); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(100, 20); this.label19.Text = "X_DI status"; // // Home_Y // this.Home_Y.BackColor = System.Drawing.Color.Black; this.Home_Y.Location = new System.Drawing.Point(448, 375); this.Home_Y.Name = "Home_Y"; this.Home_Y.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(387, 375); this.NHome_Y.Name = "NHome_Y"; this.NHome_Y.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(327, 375); this.Limit_YN.Name = "Limit_YN"; this.Limit_YN.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(270, 375); this.Limit_YP.Name = "Limit_YP"; this.Limit_YP.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(198, 375); this.Home_X.Name = "Home_X"; this.Home_X.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(135, 375); this.NHome_X.Name = "NHome_X"; this.NHome_X.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(77, 375); this.Limit_XN.Name = "Limit_XN"; this.Limit_XN.Size = new System.Drawing.Size(38, 36); // // Limit_XP // this.Limit_XP.BackColor = System.Drawing.Color.Black; this.Limit_XP.Location = new System.Drawing.Point(18, 375); this.Limit_XP.Name = "Limit_XP"; this.Limit_XP.Size = new System.Drawing.Size(38, 36); // // label20 // this.label20.Location = new System.Drawing.Point(400, 195); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(92, 20); this.label20.Text = "drive speed"; // // speed // this.speed.Location = new System.Drawing.Point(510, 195); this.speed.Name = "speed"; this.speed.Size = new System.Drawing.Size(100, 20); // // label25 // this.label25.Location = new System.Drawing.Point(13, 16); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(479, 25); this.label25.Text = "please press start button to start mtion"; // // label26 // this.label26.Location = new System.Drawing.Point(267, 340); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(55, 20); this.label26.Text = "status : "; // // status_bar // this.status_bar.Location = new System.Drawing.Point(318, 340); this.status_bar.Name = "status_bar"; this.status_bar.Size = new System.Drawing.Size(320, 20); // // label27 // this.label27.Location = new System.Drawing.Point(400, 241); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(104, 20); this.label27.Text = "Total Of Points"; // // Total_p // this.Total_p.Location = new System.Drawing.Point(523, 240); this.Total_p.Name = "Total_p"; this.Total_p.Size = new System.Drawing.Size(99, 20); // // label29 // this.label29.Location = new System.Drawing.Point(287, 311); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(22, 20); this.label29.Text = "12"; this.label29.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label30 // this.label30.Location = new System.Drawing.Point(247, 311); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(22, 20); this.label30.Text = "10"; this.label30.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label31 // this.label31.Location = new System.Drawing.Point(207, 311); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(22, 20); this.label31.Text = "8"; this.label31.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label32 // this.label32.Location = new System.Drawing.Point(167, 311); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(22, 20); this.label32.Text = "6"; this.label32.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label33 // this.label33.Location = new System.Drawing.Point(127, 311); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(22, 20); this.label33.Text = "4"; this.label33.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label34 // this.label34.Location = new System.Drawing.Point(87, 311); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(22, 20); this.label34.Text = "2"; this.label34.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label35 // this.label35.Location = new System.Drawing.Point(327, 311); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(22, 20); this.label35.Text = "14"; this.label35.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label36 // this.label36.Location = new System.Drawing.Point(367, 311); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(22, 20); this.label36.Text = "16"; this.label36.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label28 // this.label28.Location = new System.Drawing.Point(534, 411); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(57, 20); this.label28.Text = "EMG"; this.label28.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label99 // this.label99.Location = new System.Drawing.Point(534, 431); this.label99.Name = "label99"; this.label99.Size = new System.Drawing.Size(57, 20); this.label99.Text = "ALL_DI"; this.label99.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // emg // this.emg.BackColor = System.Drawing.Color.Black; this.emg.Location = new System.Drawing.Point(544, 375); this.emg.Name = "emg"; this.emg.Size = new System.Drawing.Size(38, 36); // // Label37 // this.Label37.ForeColor = System.Drawing.SystemColors.InfoText; this.Label37.Location = new System.Drawing.Point(455, 151); this.Label37.Name = "Label37"; this.Label37.Size = new System.Drawing.Size(25, 20); this.Label37.Text = "Y"; this.Label37.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Label38 // this.Label38.ForeColor = System.Drawing.SystemColors.InfoText; this.Label38.Location = new System.Drawing.Point(400, 151); this.Label38.Name = "Label38"; this.Label38.Size = new System.Drawing.Size(25, 20); this.Label38.Text = "X"; this.Label38.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Label22 // this.Label22.ForeColor = System.Drawing.SystemColors.InfoText; this.Label22.Location = new System.Drawing.Point(455, 78); this.Label22.Name = "Label22"; this.Label22.Size = new System.Drawing.Size(25, 20); this.Label22.Text = "Y"; this.Label22.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Label21 // this.Label21.ForeColor = System.Drawing.SystemColors.InfoText; this.Label21.Location = new System.Drawing.Point(400, 78); this.Label21.Name = "Label21"; this.Label21.Size = new System.Drawing.Size(25, 20); this.Label21.Text = "X"; this.Label21.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label23 // this.label23.Location = new System.Drawing.Point(400, 131); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(118, 20); this.label23.Text = "Current Position"; // // nxt_pos // this.nxt_pos.Location = new System.Drawing.Point(400, 98); this.nxt_pos.Name = "nxt_pos"; this.nxt_pos.Size = new System.Drawing.Size(138, 20); // // cur_pos // this.cur_pos.Location = new System.Drawing.Point(400, 171); this.cur_pos.Name = "cur_pos"; this.cur_pos.Size = new System.Drawing.Size(139, 20); // // label24 // this.label24.Location = new System.Drawing.Point(400, 58); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(118, 20); this.label24.Text = "Next Position"; // // 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.Label37); this.Controls.Add(this.Label38); this.Controls.Add(this.Label22); this.Controls.Add(this.Label21); this.Controls.Add(this.label23); this.Controls.Add(this.nxt_pos); this.Controls.Add(this.cur_pos); this.Controls.Add(this.label24); this.Controls.Add(this.label28); this.Controls.Add(this.label99); this.Controls.Add(this.emg); 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.Total_p); this.Controls.Add(this.label27); this.Controls.Add(this.status_bar); this.Controls.Add(this.label26); this.Controls.Add(this.label25); this.Controls.Add(this.label20); this.Controls.Add(this.speed); this.Controls.Add(this.label10); this.Controls.Add(this.label11); this.Controls.Add(this.label13); this.Controls.Add(this.label14); this.Controls.Add(this.label12); this.Controls.Add(this.label15); this.Controls.Add(this.label16); this.Controls.Add(this.label17); this.Controls.Add(this.label18); this.Controls.Add(this.label19); 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.comboBox1); this.Controls.Add(this.button1); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular); this.Name = "Form1"; this.Text = "i8094 C# demo ISaGRAF Project \"z8094_3\""; this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; 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 label9; private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label Home_Y; private System.Windows.Forms.Label NHome_Y; private System.Windows.Forms.Label Limit_YN; private System.Windows.Forms.Label Limit_YP; private System.Windows.Forms.Label Home_X; private System.Windows.Forms.Label NHome_X; private System.Windows.Forms.Label Limit_XN; private System.Windows.Forms.Label Limit_XP; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label speed; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label status_bar; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label Total_p; private System.Windows.Forms.Label label29; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label label31; private System.Windows.Forms.Label label32; private System.Windows.Forms.Label label33; private System.Windows.Forms.Label label34; private System.Windows.Forms.Label label35; private System.Windows.Forms.Label label36; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label99; private System.Windows.Forms.Label emg; private System.Windows.Forms.Label Label37; private System.Windows.Forms.Label Label38; private System.Windows.Forms.Label Label22; private System.Windows.Forms.Label Label21; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label nxt_pos; private System.Windows.Forms.Label cur_pos; private System.Windows.Forms.Label label24; } }