namespace z8094_05 { 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.label3 = new System.Windows.Forms.Label(); this.emg = new System.Windows.Forms.Label(); this.StepStatus = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.pulse_mv = new System.Windows.Forms.Label(); this.position = new System.Windows.Forms.Label(); this.search_sp = new System.Windows.Forms.Label(); this.drive_sp = new System.Windows.Forms.Label(); this.st_sp = new System.Windows.Forms.Label(); this.logic_p = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.Drill = new System.Windows.Forms.Label(); this.N_home = new System.Windows.Forms.Label(); this.home = new System.Windows.Forms.Label(); this.limit_n = new System.Windows.Forms.Label(); this.limit_p = new System.Windows.Forms.Label(); this.start = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(); this.SuspendLayout(); // // label3 // this.label3.Location = new System.Drawing.Point(420, 271); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 19); this.label3.Text = "EMG"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // emg // this.emg.BackColor = System.Drawing.Color.Black; this.emg.Location = new System.Drawing.Point(420, 234); this.emg.Name = "emg"; this.emg.Size = new System.Drawing.Size(40, 35); // // StepStatus // this.StepStatus.Location = new System.Drawing.Point(80, 166); this.StepStatus.Name = "StepStatus"; this.StepStatus.Size = new System.Drawing.Size(424, 20); // // label1 // this.label1.Location = new System.Drawing.Point(10, 166); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 20); this.label1.Text = "status : "; // // pulse_mv // this.pulse_mv.Location = new System.Drawing.Point(292, 135); this.pulse_mv.Name = "pulse_mv"; this.pulse_mv.Size = new System.Drawing.Size(100, 20); this.pulse_mv.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // position // this.position.Location = new System.Drawing.Point(292, 102); this.position.Name = "position"; this.position.Size = new System.Drawing.Size(100, 20); this.position.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // search_sp // this.search_sp.Location = new System.Drawing.Point(290, 68); this.search_sp.Name = "search_sp"; this.search_sp.Size = new System.Drawing.Size(100, 20); this.search_sp.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // drive_sp // this.drive_sp.Location = new System.Drawing.Point(90, 135); this.drive_sp.Name = "drive_sp"; this.drive_sp.Size = new System.Drawing.Size(100, 20); this.drive_sp.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // st_sp // this.st_sp.Location = new System.Drawing.Point(90, 104); this.st_sp.Name = "st_sp"; this.st_sp.Size = new System.Drawing.Size(100, 20); this.st_sp.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // logic_p // this.logic_p.Location = new System.Drawing.Point(94, 68); this.logic_p.Name = "logic_p"; this.logic_p.Size = new System.Drawing.Size(100, 20); this.logic_p.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label19 // this.label19.Location = new System.Drawing.Point(356, 271); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(41, 19); this.label19.Text = "Drill"; this.label19.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label18 // this.label18.Location = new System.Drawing.Point(277, 270); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(60, 19); this.label18.Text = "NHome"; this.label18.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label17 // this.label17.Location = new System.Drawing.Point(225, 270); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(41, 19); this.label17.Text = "Home"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label16 // this.label16.Location = new System.Drawing.Point(155, 270); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(41, 19); this.label16.Text = "LM-"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label15 // this.label15.Location = new System.Drawing.Point(80, 270); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(41, 19); this.label15.Text = "LM+"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label14 // this.label14.Location = new System.Drawing.Point(10, 270); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(41, 19); this.label14.Text = "start"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label13 // this.label13.Location = new System.Drawing.Point(197, 102); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(87, 19); this.label13.Text = "Next Position"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label12 // this.label12.Location = new System.Drawing.Point(190, 135); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(94, 19); this.label12.Text = "pulse to move"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label11 // this.label11.Location = new System.Drawing.Point(197, 68); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(87, 19); this.label11.Text = "search speed"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label10 // this.label10.Location = new System.Drawing.Point(10, 135); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(87, 19); this.label10.Text = "drive speed"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label9 // this.label9.Location = new System.Drawing.Point(10, 104); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(87, 19); this.label9.Text = "start speed"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label8 // this.label8.Location = new System.Drawing.Point(10, 68); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(87, 19); this.label8.Text = "X axis pulse"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label7 // this.label7.Location = new System.Drawing.Point(10, 11); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(399, 22); this.label7.Text = "Pleas press start button to start motion. "; // // button1 // this.button1.Location = new System.Drawing.Point(9, 189); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(111, 21); this.button1.TabIndex = 40; this.button1.Text = "start"; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // Drill // this.Drill.BackColor = System.Drawing.Color.Black; this.Drill.Location = new System.Drawing.Point(356, 234); this.Drill.Name = "Drill"; this.Drill.Size = new System.Drawing.Size(40, 35); // // N_home // this.N_home.BackColor = System.Drawing.Color.Black; this.N_home.Location = new System.Drawing.Point(290, 234); this.N_home.Name = "N_home"; this.N_home.Size = new System.Drawing.Size(40, 35); // // home // this.home.BackColor = System.Drawing.Color.Black; this.home.Location = new System.Drawing.Point(225, 234); this.home.Name = "home"; this.home.Size = new System.Drawing.Size(40, 35); // // limit_n // this.limit_n.BackColor = System.Drawing.Color.Black; this.limit_n.Location = new System.Drawing.Point(155, 234); this.limit_n.Name = "limit_n"; this.limit_n.Size = new System.Drawing.Size(40, 35); // // limit_p // this.limit_p.BackColor = System.Drawing.Color.Black; this.limit_p.Location = new System.Drawing.Point(80, 234); this.limit_p.Name = "limit_p"; this.limit_p.Size = new System.Drawing.Size(40, 35); // // start // this.start.BackColor = System.Drawing.Color.Black; this.start.Location = new System.Drawing.Point(10, 234); this.start.Name = "start"; this.start.Size = new System.Drawing.Size(40, 35); // // button2 // this.button2.Location = new System.Drawing.Point(126, 189); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(72, 20); this.button2.TabIndex = 59; this.button2.Text = "MPG mode"; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(204, 189); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(72, 20); this.button3.TabIndex = 60; this.button3.Text = "MPG OFF"; this.button3.Visible = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // 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(508, 325); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.label3); this.Controls.Add(this.emg); this.Controls.Add(this.StepStatus); this.Controls.Add(this.label1); this.Controls.Add(this.pulse_mv); this.Controls.Add(this.position); this.Controls.Add(this.search_sp); this.Controls.Add(this.drive_sp); this.Controls.Add(this.st_sp); this.Controls.Add(this.logic_p); this.Controls.Add(this.label19); this.Controls.Add(this.label18); this.Controls.Add(this.label17); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.button1); this.Controls.Add(this.Drill); this.Controls.Add(this.N_home); this.Controls.Add(this.home); this.Controls.Add(this.limit_n); this.Controls.Add(this.limit_p); this.Controls.Add(this.start); this.Name = "Form1"; this.Text = "I8094F C# Demo ISaGRAF Project \"z8094_05\""; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label3; private System.Windows.Forms.Label emg; private System.Windows.Forms.Label StepStatus; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label pulse_mv; private System.Windows.Forms.Label position; private System.Windows.Forms.Label search_sp; private System.Windows.Forms.Label drive_sp; private System.Windows.Forms.Label st_sp; private System.Windows.Forms.Label logic_p; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label Drill; private System.Windows.Forms.Label N_home; private System.Windows.Forms.Label home; private System.Windows.Forms.Label limit_n; private System.Windows.Forms.Label limit_p; private System.Windows.Forms.Label start; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Timer timer1; } }