namespace LLMF { partial class frmConfig { /// /// 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.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.btnSet = new System.Windows.Forms.Button(); this.txtConfigPulsePerDegree = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtConfigCalAngle = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtConfigMaxAngle = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtConfigMinAngle = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtZwork_Read = new System.Windows.Forms.TextBox(); this.txtZstart_Read = new System.Windows.Forms.TextBox(); this.btnZwork = new System.Windows.Forms.Button(); this.btnZstart = new System.Windows.Forms.Button(); this.txtZwork = new System.Windows.Forms.TextBox(); this.txtZstart = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtXwork_Read = new System.Windows.Forms.TextBox(); this.txtXstart_Read = new System.Windows.Forms.TextBox(); this.btnXwork = new System.Windows.Forms.Button(); this.btnXstart = new System.Windows.Forms.Button(); this.txtXwork = new System.Windows.Forms.TextBox(); this.txtXstart = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(257, 316); this.tabControl1.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.btnSet); this.tabPage1.Controls.Add(this.txtConfigPulsePerDegree); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.txtConfigCalAngle); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.txtConfigMaxAngle); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.txtConfigMinAngle); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(249, 290); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "参数"; this.tabPage1.UseVisualStyleBackColor = true; // // btnSet // this.btnSet.Location = new System.Drawing.Point(167, 353); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(61, 38); this.btnSet.TabIndex = 8; this.btnSet.Text = "设定"; this.btnSet.UseVisualStyleBackColor = true; this.btnSet.Click += new System.EventHandler(this.btnSet_Click); // // txtConfigPulsePerDegree // this.txtConfigPulsePerDegree.Location = new System.Drawing.Point(128, 150); this.txtConfigPulsePerDegree.Name = "txtConfigPulsePerDegree"; this.txtConfigPulsePerDegree.Size = new System.Drawing.Size(100, 21); this.txtConfigPulsePerDegree.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(23, 150); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 6; this.label4.Text = "每°的脉冲数"; // // txtConfigCalAngle // this.txtConfigCalAngle.Location = new System.Drawing.Point(128, 107); this.txtConfigCalAngle.Name = "txtConfigCalAngle"; this.txtConfigCalAngle.Size = new System.Drawing.Size(100, 21); this.txtConfigCalAngle.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(23, 110); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 4; this.label3.Text = "标定角度"; // // txtConfigMaxAngle // this.txtConfigMaxAngle.Location = new System.Drawing.Point(128, 65); this.txtConfigMaxAngle.Name = "txtConfigMaxAngle"; this.txtConfigMaxAngle.Size = new System.Drawing.Size(100, 21); this.txtConfigMaxAngle.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 2; this.label2.Text = "最大角度"; // // txtConfigMinAngle // this.txtConfigMinAngle.Location = new System.Drawing.Point(128, 22); this.txtConfigMinAngle.Name = "txtConfigMinAngle"; this.txtConfigMinAngle.Size = new System.Drawing.Size(100, 21); this.txtConfigMinAngle.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "最小角度"; // // tabPage2 // this.tabPage2.Controls.Add(this.groupBox2); this.tabPage2.Controls.Add(this.groupBox1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(249, 290); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "PLC"; this.tabPage2.UseVisualStyleBackColor = true; // // groupBox2 // this.groupBox2.Controls.Add(this.txtZwork_Read); this.groupBox2.Controls.Add(this.txtZstart_Read); this.groupBox2.Controls.Add(this.btnZwork); this.groupBox2.Controls.Add(this.btnZstart); this.groupBox2.Controls.Add(this.txtZwork); this.groupBox2.Controls.Add(this.txtZstart); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Location = new System.Drawing.Point(7, 138); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(225, 138); this.groupBox2.TabIndex = 17; this.groupBox2.TabStop = false; this.groupBox2.Text = "Z轴"; // // txtZwork_Read // this.txtZwork_Read.Location = new System.Drawing.Point(81, 64); this.txtZwork_Read.Name = "txtZwork_Read"; this.txtZwork_Read.ReadOnly = true; this.txtZwork_Read.Size = new System.Drawing.Size(73, 21); this.txtZwork_Read.TabIndex = 15; this.txtZwork_Read.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtZstart_Read // this.txtZstart_Read.Location = new System.Drawing.Point(81, 16); this.txtZstart_Read.Name = "txtZstart_Read"; this.txtZstart_Read.ReadOnly = true; this.txtZstart_Read.Size = new System.Drawing.Size(73, 21); this.txtZstart_Read.TabIndex = 14; this.txtZstart_Read.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // btnZwork // this.btnZwork.Location = new System.Drawing.Point(160, 84); this.btnZwork.Name = "btnZwork"; this.btnZwork.Size = new System.Drawing.Size(52, 21); this.btnZwork.TabIndex = 11; this.btnZwork.Text = "设定"; this.btnZwork.UseVisualStyleBackColor = true; this.btnZwork.Click += new System.EventHandler(this.btnZwork_Click); // // btnZstart // this.btnZstart.Location = new System.Drawing.Point(160, 38); this.btnZstart.Name = "btnZstart"; this.btnZstart.Size = new System.Drawing.Size(52, 21); this.btnZstart.TabIndex = 10; this.btnZstart.Text = "设定"; this.btnZstart.UseVisualStyleBackColor = true; this.btnZstart.Click += new System.EventHandler(this.btnZstart_Click); // // txtZwork // this.txtZwork.Location = new System.Drawing.Point(81, 88); this.txtZwork.Name = "txtZwork"; this.txtZwork.Size = new System.Drawing.Size(73, 21); this.txtZwork.TabIndex = 7; this.txtZwork.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtZstart // this.txtZstart.Location = new System.Drawing.Point(81, 40); this.txtZstart.Name = "txtZstart"; this.txtZstart.Size = new System.Drawing.Size(73, 21); this.txtZstart.TabIndex = 6; this.txtZstart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(1, 66); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(71, 12); this.label8.TabIndex = 3; this.label8.Text = "Z轴工作位置"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(1, 18); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(71, 12); this.label7.TabIndex = 2; this.label7.Text = "Z轴初始位置"; // // groupBox1 // this.groupBox1.Controls.Add(this.txtXwork_Read); this.groupBox1.Controls.Add(this.txtXstart_Read); this.groupBox1.Controls.Add(this.btnXwork); this.groupBox1.Controls.Add(this.btnXstart); this.groupBox1.Controls.Add(this.txtXwork); this.groupBox1.Controls.Add(this.txtXstart); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Location = new System.Drawing.Point(8, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(225, 117); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; this.groupBox1.Text = "X轴"; // // txtXwork_Read // this.txtXwork_Read.Location = new System.Drawing.Point(86, 60); this.txtXwork_Read.Name = "txtXwork_Read"; this.txtXwork_Read.ReadOnly = true; this.txtXwork_Read.Size = new System.Drawing.Size(73, 21); this.txtXwork_Read.TabIndex = 13; this.txtXwork_Read.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtXstart_Read // this.txtXstart_Read.Location = new System.Drawing.Point(86, 12); this.txtXstart_Read.Name = "txtXstart_Read"; this.txtXstart_Read.ReadOnly = true; this.txtXstart_Read.Size = new System.Drawing.Size(73, 21); this.txtXstart_Read.TabIndex = 12; this.txtXstart_Read.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // btnXwork // this.btnXwork.Location = new System.Drawing.Point(165, 82); this.btnXwork.Name = "btnXwork"; this.btnXwork.Size = new System.Drawing.Size(52, 21); this.btnXwork.TabIndex = 9; this.btnXwork.Text = "设定"; this.btnXwork.UseVisualStyleBackColor = true; this.btnXwork.Click += new System.EventHandler(this.btnXwork_Click); // // btnXstart // this.btnXstart.Location = new System.Drawing.Point(165, 34); this.btnXstart.Name = "btnXstart"; this.btnXstart.Size = new System.Drawing.Size(52, 21); this.btnXstart.TabIndex = 8; this.btnXstart.Text = "设定"; this.btnXstart.UseVisualStyleBackColor = true; this.btnXstart.Click += new System.EventHandler(this.btnXstart_Click); // // txtXwork // this.txtXwork.Location = new System.Drawing.Point(86, 84); this.txtXwork.Name = "txtXwork"; this.txtXwork.Size = new System.Drawing.Size(73, 21); this.txtXwork.TabIndex = 5; this.txtXwork.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtXstart // this.txtXstart.Location = new System.Drawing.Point(86, 36); this.txtXstart.Name = "txtXstart"; this.txtXstart.Size = new System.Drawing.Size(73, 21); this.txtXstart.TabIndex = 4; this.txtXstart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 63); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(71, 12); this.label6.TabIndex = 1; this.label6.Text = "X轴工作位置"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 15); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(71, 12); this.label5.TabIndex = 0; this.label5.Text = "X轴初始位置"; // // frmConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(257, 316); this.Controls.Add(this.tabControl1); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(273, 354); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(273, 354); this.Name = "frmConfig"; this.Text = "frmConfig"; this.Load += new System.EventHandler(this.frmConfig_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtConfigMaxAngle; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtConfigMinAngle; private System.Windows.Forms.TextBox txtConfigCalAngle; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtConfigPulsePerDegree; private System.Windows.Forms.Button btnSet; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtZwork; private System.Windows.Forms.TextBox txtZstart; private System.Windows.Forms.TextBox txtXwork; private System.Windows.Forms.TextBox txtXstart; private System.Windows.Forms.Button btnZwork; private System.Windows.Forms.Button btnZstart; private System.Windows.Forms.Button btnXwork; private System.Windows.Forms.Button btnXstart; private System.Windows.Forms.TextBox txtZwork_Read; private System.Windows.Forms.TextBox txtZstart_Read; private System.Windows.Forms.TextBox txtXwork_Read; private System.Windows.Forms.TextBox txtXstart_Read; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox1; } }