namespace z8094_4 { 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.line_pic = new System.Windows.Forms.PictureBox(); this.timer1 = new System.Windows.Forms.Timer(); 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.label4 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.stop_bt = new System.Windows.Forms.Button(); this.start_bt = new System.Windows.Forms.Button(); this.SRV_X = new System.Windows.Forms.Label(); this.DRV_X = new System.Windows.Forms.Label(); this.SRV_Y = new System.Windows.Forms.Label(); this.DRV_Y = new System.Windows.Forms.Label(); this.DRV_Z = new System.Windows.Forms.Label(); this.SRV_Z = new System.Windows.Forms.Label(); this.EMG = 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.label9 = new System.Windows.Forms.Label(); 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.label26 = new System.Windows.Forms.Label(); this.label25 = 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.label17 = new System.Windows.Forms.Label(); this.status_bar = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label37 = new System.Windows.Forms.Label(); this.label38 = new System.Windows.Forms.Label(); this.Home_X = new System.Windows.Forms.Label(); this.NHome_X = new System.Windows.Forms.Label(); this.LimitN_X = new System.Windows.Forms.Label(); this.LimitP_X = new System.Windows.Forms.Label(); this.label39 = new System.Windows.Forms.Label(); this.label40 = new System.Windows.Forms.Label(); this.label41 = new System.Windows.Forms.Label(); this.label42 = new System.Windows.Forms.Label(); this.Home_Y = new System.Windows.Forms.Label(); this.NHome_Y = new System.Windows.Forms.Label(); this.LimitN_Y = new System.Windows.Forms.Label(); this.LimitP_Y = new System.Windows.Forms.Label(); this.label43 = new System.Windows.Forms.Label(); this.label44 = new System.Windows.Forms.Label(); this.label45 = new System.Windows.Forms.Label(); this.label46 = new System.Windows.Forms.Label(); this.Home_Z = new System.Windows.Forms.Label(); this.NHome_Z = new System.Windows.Forms.Label(); this.LimitN_Z = new System.Windows.Forms.Label(); this.LimitP_Z = new System.Windows.Forms.Label(); this.label47 = new System.Windows.Forms.Label(); this.label48 = new System.Windows.Forms.Label(); this.label49 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // line_pic // this.line_pic.BackColor = System.Drawing.Color.White; this.line_pic.Location = new System.Drawing.Point(41, 31); this.line_pic.Name = "line_pic"; this.line_pic.Size = new System.Drawing.Size(320, 240); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Label15 // this.Label15.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.Label15.Location = new System.Drawing.Point(383, 41); this.Label15.Name = "Label15"; this.Label15.Size = new System.Drawing.Size(20, 20); this.Label15.Text = "X"; // // Label3 // this.Label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.Label3.Location = new System.Drawing.Point(440, 41); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(20, 20); this.Label3.Text = "Y "; // // nxt_position // this.nxt_position.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.nxt_position.Location = new System.Drawing.Point(369, 61); this.nxt_position.Name = "nxt_position"; this.nxt_position.Size = new System.Drawing.Size(193, 20); this.nxt_position.Text = " "; // // cur_position // this.cur_position.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.cur_position.Location = new System.Drawing.Point(370, 121); this.cur_position.Name = "cur_position"; this.cur_position.Size = new System.Drawing.Size(193, 20); // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label4.Location = new System.Drawing.Point(368, 81); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(124, 20); this.label4.Text = "Current Position"; // // label12 // this.label12.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label12.Location = new System.Drawing.Point(369, 21); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(119, 20); this.label12.Text = "Pulse to move"; // // stop_bt // this.stop_bt.Location = new System.Drawing.Point(466, 154); this.stop_bt.Name = "stop_bt"; this.stop_bt.Size = new System.Drawing.Size(85, 20); this.stop_bt.TabIndex = 10; this.stop_bt.Text = "STOP"; this.stop_bt.Click += new System.EventHandler(this.stop_bt_Click); // // start_bt // this.start_bt.Location = new System.Drawing.Point(375, 154); this.start_bt.Name = "start_bt"; this.start_bt.Size = new System.Drawing.Size(85, 20); this.start_bt.TabIndex = 9; this.start_bt.Text = "START"; this.start_bt.Click += new System.EventHandler(this.start_bt_Click); // // SRV_X // this.SRV_X.BackColor = System.Drawing.Color.Black; this.SRV_X.Location = new System.Drawing.Point(71, 316); this.SRV_X.Name = "SRV_X"; this.SRV_X.Size = new System.Drawing.Size(20, 20); // // DRV_X // this.DRV_X.BackColor = System.Drawing.Color.Black; this.DRV_X.Location = new System.Drawing.Point(31, 316); this.DRV_X.Name = "DRV_X"; this.DRV_X.Size = new System.Drawing.Size(20, 20); // // SRV_Y // this.SRV_Y.BackColor = System.Drawing.Color.Black; this.SRV_Y.Location = new System.Drawing.Point(200, 316); this.SRV_Y.Name = "SRV_Y"; this.SRV_Y.Size = new System.Drawing.Size(20, 20); // // DRV_Y // this.DRV_Y.BackColor = System.Drawing.Color.Black; this.DRV_Y.Location = new System.Drawing.Point(160, 316); this.DRV_Y.Name = "DRV_Y"; this.DRV_Y.Size = new System.Drawing.Size(20, 20); // // DRV_Z // this.DRV_Z.BackColor = System.Drawing.Color.Black; this.DRV_Z.Location = new System.Drawing.Point(283, 316); this.DRV_Z.Name = "DRV_Z"; this.DRV_Z.Size = new System.Drawing.Size(20, 20); // // SRV_Z // this.SRV_Z.BackColor = System.Drawing.Color.Black; this.SRV_Z.Location = new System.Drawing.Point(323, 316); this.SRV_Z.Name = "SRV_Z"; this.SRV_Z.Size = new System.Drawing.Size(20, 20); // // EMG // this.EMG.BackColor = System.Drawing.Color.Black; this.EMG.Location = new System.Drawing.Point(423, 316); this.EMG.Name = "EMG"; this.EMG.Size = new System.Drawing.Size(38, 36); // // label1 // this.label1.Location = new System.Drawing.Point(28, 336); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 20); this.label1.Text = "Drive"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Location = new System.Drawing.Point(423, 352); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 20); this.label2.Text = "EMG"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label5 // this.label5.Location = new System.Drawing.Point(322, 336); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(38, 20); this.label5.Text = "SRV"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label6 // this.label6.Location = new System.Drawing.Point(278, 336); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(38, 20); this.label6.Text = "Drive"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label7 // this.label7.Location = new System.Drawing.Point(185, 336); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(38, 20); this.label7.Text = "SRV"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label8 // this.label8.Location = new System.Drawing.Point(150, 336); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(38, 20); this.label8.Text = "Drive"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label9 // this.label9.Location = new System.Drawing.Point(71, 336); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(38, 20); this.label9.Text = "SRV"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label10 // this.label10.Location = new System.Drawing.Point(19, 296); 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(159, 296); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(100, 20); this.label11.Text = "Y DI status"; // // label13 // this.label13.Location = new System.Drawing.Point(282, 296); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(100, 20); this.label13.Text = "Z DI status"; // // label14 // this.label14.Location = new System.Drawing.Point(423, 296); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(100, 20); this.label14.Text = "ALL DI status"; // // label26 // this.label26.ForeColor = System.Drawing.SystemColors.InfoText; this.label26.Location = new System.Drawing.Point(6, 11); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(75, 17); this.label26.Text = "Position Y "; // // label25 // this.label25.ForeColor = System.Drawing.SystemColors.InfoText; this.label25.Location = new System.Drawing.Point(367, 271); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(68, 17); this.label25.Text = "Position X"; // // label36 // this.label36.Location = new System.Drawing.Point(339, 275); 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(299, 275); 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(59, 275); 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(99, 275); 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(139, 275); 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(179, 275); 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(219, 275); 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(259, 275); 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(17, 151); 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(17, 231); 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(17, 191); 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(17, 111); 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(17, 71); 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(17, 31); 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(16, 271); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(25, 20); this.label24.Text = "0"; this.label24.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label17 // this.label17.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label17.Location = new System.Drawing.Point(502, 41); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(20, 20); this.label17.Text = "Z"; // // status_bar // this.status_bar.Location = new System.Drawing.Point(370, 229); this.status_bar.Name = "status_bar"; this.status_bar.Size = new System.Drawing.Size(256, 32); // // label27 // this.label27.Location = new System.Drawing.Point(368, 209); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(53, 20); this.label27.Text = "status :"; // // label16 // this.label16.Location = new System.Drawing.Point(60, 425); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(49, 20); this.label16.Text = "Home"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label28 // this.label28.Location = new System.Drawing.Point(11, 425); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(54, 20); this.label28.Text = "Nhome"; this.label28.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label37 // this.label37.Location = new System.Drawing.Point(55, 385); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(54, 20); this.label37.Text = "Limit-"; this.label37.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label38 // this.label38.Location = new System.Drawing.Point(12, 385); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(54, 20); this.label38.Text = "Limit+"; this.label38.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Home_X // this.Home_X.BackColor = System.Drawing.Color.Black; this.Home_X.Location = new System.Drawing.Point(71, 405); this.Home_X.Name = "Home_X"; this.Home_X.Size = new System.Drawing.Size(20, 20); // // NHome_X // this.NHome_X.BackColor = System.Drawing.Color.Black; this.NHome_X.Location = new System.Drawing.Point(31, 405); this.NHome_X.Name = "NHome_X"; this.NHome_X.Size = new System.Drawing.Size(20, 20); // // LimitN_X // this.LimitN_X.BackColor = System.Drawing.Color.Black; this.LimitN_X.Location = new System.Drawing.Point(71, 362); this.LimitN_X.Name = "LimitN_X"; this.LimitN_X.Size = new System.Drawing.Size(20, 20); // // LimitP_X // this.LimitP_X.BackColor = System.Drawing.Color.Black; this.LimitP_X.Location = new System.Drawing.Point(31, 362); this.LimitP_X.Name = "LimitP_X"; this.LimitP_X.Size = new System.Drawing.Size(20, 20); // // label39 // this.label39.Location = new System.Drawing.Point(185, 425); this.label39.Name = "label39"; this.label39.Size = new System.Drawing.Size(49, 20); this.label39.Text = "Home"; this.label39.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label40 // this.label40.Location = new System.Drawing.Point(139, 425); this.label40.Name = "label40"; this.label40.Size = new System.Drawing.Size(54, 20); this.label40.Text = "Nhome"; this.label40.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label41 // this.label41.Location = new System.Drawing.Point(185, 383); this.label41.Name = "label41"; this.label41.Size = new System.Drawing.Size(54, 20); this.label41.Text = "Limit-"; this.label41.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label42 // this.label42.Location = new System.Drawing.Point(139, 383); this.label42.Name = "label42"; this.label42.Size = new System.Drawing.Size(54, 20); this.label42.Text = "Limit+"; this.label42.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Home_Y // this.Home_Y.BackColor = System.Drawing.Color.Black; this.Home_Y.Location = new System.Drawing.Point(200, 405); this.Home_Y.Name = "Home_Y"; this.Home_Y.Size = new System.Drawing.Size(20, 20); // // NHome_Y // this.NHome_Y.BackColor = System.Drawing.Color.Black; this.NHome_Y.Location = new System.Drawing.Point(160, 405); this.NHome_Y.Name = "NHome_Y"; this.NHome_Y.Size = new System.Drawing.Size(20, 20); // // LimitN_Y // this.LimitN_Y.BackColor = System.Drawing.Color.Black; this.LimitN_Y.Location = new System.Drawing.Point(200, 362); this.LimitN_Y.Name = "LimitN_Y"; this.LimitN_Y.Size = new System.Drawing.Size(20, 20); // // LimitP_Y // this.LimitP_Y.BackColor = System.Drawing.Color.Black; this.LimitP_Y.Location = new System.Drawing.Point(159, 362); this.LimitP_Y.Name = "LimitP_Y"; this.LimitP_Y.Size = new System.Drawing.Size(20, 20); // // label43 // this.label43.Location = new System.Drawing.Point(322, 425); this.label43.Name = "label43"; this.label43.Size = new System.Drawing.Size(49, 20); this.label43.Text = "Home"; this.label43.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label44 // this.label44.Location = new System.Drawing.Point(268, 425); this.label44.Name = "label44"; this.label44.Size = new System.Drawing.Size(54, 20); this.label44.Text = "Nhome"; this.label44.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label45 // this.label45.Location = new System.Drawing.Point(322, 383); this.label45.Name = "label45"; this.label45.Size = new System.Drawing.Size(49, 20); this.label45.Text = "Limit-"; // // label46 // this.label46.Location = new System.Drawing.Point(268, 383); this.label46.Name = "label46"; this.label46.Size = new System.Drawing.Size(54, 20); this.label46.Text = "Limit+"; this.label46.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // Home_Z // this.Home_Z.BackColor = System.Drawing.Color.Black; this.Home_Z.Location = new System.Drawing.Point(322, 405); this.Home_Z.Name = "Home_Z"; this.Home_Z.Size = new System.Drawing.Size(20, 20); // // NHome_Z // this.NHome_Z.BackColor = System.Drawing.Color.Black; this.NHome_Z.Location = new System.Drawing.Point(282, 405); this.NHome_Z.Name = "NHome_Z"; this.NHome_Z.Size = new System.Drawing.Size(20, 20); // // LimitN_Z // this.LimitN_Z.BackColor = System.Drawing.Color.Black; this.LimitN_Z.Location = new System.Drawing.Point(323, 362); this.LimitN_Z.Name = "LimitN_Z"; this.LimitN_Z.Size = new System.Drawing.Size(20, 20); // // LimitP_Z // this.LimitP_Z.BackColor = System.Drawing.Color.Black; this.LimitP_Z.Location = new System.Drawing.Point(283, 362); this.LimitP_Z.Name = "LimitP_Z"; this.LimitP_Z.Size = new System.Drawing.Size(20, 20); // // label47 // this.label47.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label47.Location = new System.Drawing.Point(501, 101); this.label47.Name = "label47"; this.label47.Size = new System.Drawing.Size(20, 20); this.label47.Text = "Z"; // // label48 // this.label48.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label48.Location = new System.Drawing.Point(382, 101); this.label48.Name = "label48"; this.label48.Size = new System.Drawing.Size(20, 20); this.label48.Text = "X"; // // label49 // this.label49.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular); this.label49.Location = new System.Drawing.Point(441, 101); this.label49.Name = "label49"; this.label49.Size = new System.Drawing.Size(20, 20); this.label49.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.label47); this.Controls.Add(this.label48); this.Controls.Add(this.label49); this.Controls.Add(this.label43); this.Controls.Add(this.label44); this.Controls.Add(this.label45); this.Controls.Add(this.label46); this.Controls.Add(this.Home_Z); this.Controls.Add(this.NHome_Z); this.Controls.Add(this.LimitN_Z); this.Controls.Add(this.LimitP_Z); this.Controls.Add(this.label39); this.Controls.Add(this.label40); this.Controls.Add(this.label41); this.Controls.Add(this.label42); this.Controls.Add(this.Home_Y); this.Controls.Add(this.NHome_Y); this.Controls.Add(this.LimitN_Y); this.Controls.Add(this.LimitP_Y); this.Controls.Add(this.label16); this.Controls.Add(this.label28); this.Controls.Add(this.label37); this.Controls.Add(this.label38); this.Controls.Add(this.Home_X); this.Controls.Add(this.NHome_X); this.Controls.Add(this.LimitN_X); this.Controls.Add(this.LimitP_X); this.Controls.Add(this.status_bar); this.Controls.Add(this.label27); this.Controls.Add(this.label17); 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.label14); this.Controls.Add(this.label13); 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.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.SRV_X); this.Controls.Add(this.DRV_X); this.Controls.Add(this.SRV_Y); this.Controls.Add(this.DRV_Y); this.Controls.Add(this.DRV_Z); this.Controls.Add(this.SRV_Z); this.Controls.Add(this.EMG); this.Controls.Add(this.stop_bt); this.Controls.Add(this.start_bt); 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.label4); this.Controls.Add(this.label12); this.Controls.Add(this.line_pic); this.Name = "Form1"; this.Text = "I8094F C# Demo ISaGRAF Project \"z8094_04\""; this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox line_pic; private System.Windows.Forms.Timer timer1; 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 label4; private System.Windows.Forms.Label label12; private System.Windows.Forms.Button stop_bt; private System.Windows.Forms.Button start_bt; private System.Windows.Forms.Label SRV_X; private System.Windows.Forms.Label DRV_X; private System.Windows.Forms.Label SRV_Y; private System.Windows.Forms.Label DRV_Y; private System.Windows.Forms.Label DRV_Z; private System.Windows.Forms.Label SRV_Z; private System.Windows.Forms.Label EMG; 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 label9; 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 label26; private System.Windows.Forms.Label label25; 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 label17; private System.Windows.Forms.Label status_bar; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label37; private System.Windows.Forms.Label label38; private System.Windows.Forms.Label Home_X; private System.Windows.Forms.Label NHome_X; private System.Windows.Forms.Label LimitN_X; private System.Windows.Forms.Label LimitP_X; private System.Windows.Forms.Label label39; private System.Windows.Forms.Label label40; private System.Windows.Forms.Label label41; private System.Windows.Forms.Label label42; private System.Windows.Forms.Label Home_Y; private System.Windows.Forms.Label NHome_Y; private System.Windows.Forms.Label LimitN_Y; private System.Windows.Forms.Label LimitP_Y; private System.Windows.Forms.Label label43; private System.Windows.Forms.Label label44; private System.Windows.Forms.Label label45; private System.Windows.Forms.Label label46; private System.Windows.Forms.Label Home_Z; private System.Windows.Forms.Label NHome_Z; private System.Windows.Forms.Label LimitN_Z; private System.Windows.Forms.Label LimitP_Z; private System.Windows.Forms.Label label47; private System.Windows.Forms.Label label48; private System.Windows.Forms.Label label49; } }