namespace NDSD_Screwdriver { partial class ScrewdriverTest { /// /// 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.DOpenButton = new System.Windows.Forms.Button(); this.DCloseButton = new System.Windows.Forms.Button(); this.DNoTextBox = new System.Windows.Forms.TextBox(); this.DOpenAll = new System.Windows.Forms.Button(); this.DCloseAll = new System.Windows.Forms.Button(); this.DelayTimeTextBox = new System.Windows.Forms.TextBox(); this.DelayButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.AllTimeButton = new System.Windows.Forms.Button(); this.DelaySpanTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // DOpenButton // this.DOpenButton.Location = new System.Drawing.Point(65, 48); this.DOpenButton.Name = "DOpenButton"; this.DOpenButton.Size = new System.Drawing.Size(100, 30); this.DOpenButton.TabIndex = 0; this.DOpenButton.Text = "开启"; this.DOpenButton.UseVisualStyleBackColor = true; this.DOpenButton.Click += new System.EventHandler(this.DOpenButton_Click); // // DCloseButton // this.DCloseButton.Location = new System.Drawing.Point(65, 84); this.DCloseButton.Name = "DCloseButton"; this.DCloseButton.Size = new System.Drawing.Size(100, 30); this.DCloseButton.TabIndex = 1; this.DCloseButton.Text = "关闭"; this.DCloseButton.UseVisualStyleBackColor = true; this.DCloseButton.Click += new System.EventHandler(this.DCloseButton_Click); // // DNoTextBox // this.DNoTextBox.Location = new System.Drawing.Point(65, 17); this.DNoTextBox.Name = "DNoTextBox"; this.DNoTextBox.Size = new System.Drawing.Size(100, 25); this.DNoTextBox.TabIndex = 2; this.DNoTextBox.Text = "1"; // // DOpenAll // this.DOpenAll.Location = new System.Drawing.Point(65, 120); this.DOpenAll.Name = "DOpenAll"; this.DOpenAll.Size = new System.Drawing.Size(100, 30); this.DOpenAll.TabIndex = 3; this.DOpenAll.Text = "全部开启"; this.DOpenAll.UseVisualStyleBackColor = true; this.DOpenAll.Click += new System.EventHandler(this.DOpenAll_Click); // // DCloseAll // this.DCloseAll.Location = new System.Drawing.Point(65, 156); this.DCloseAll.Name = "DCloseAll"; this.DCloseAll.Size = new System.Drawing.Size(100, 30); this.DCloseAll.TabIndex = 4; this.DCloseAll.Text = "全部关闭"; this.DCloseAll.UseVisualStyleBackColor = true; this.DCloseAll.Click += new System.EventHandler(this.DCloseAll_Click); // // DelayTimeTextBox // this.DelayTimeTextBox.Location = new System.Drawing.Point(240, 17); this.DelayTimeTextBox.Name = "DelayTimeTextBox"; this.DelayTimeTextBox.Size = new System.Drawing.Size(100, 25); this.DelayTimeTextBox.TabIndex = 7; this.DelayTimeTextBox.Text = "1"; // // DelayButton // this.DelayButton.Location = new System.Drawing.Point(240, 48); this.DelayButton.Name = "DelayButton"; this.DelayButton.Size = new System.Drawing.Size(100, 30); this.DelayButton.TabIndex = 5; this.DelayButton.Text = "计时开启"; this.DelayButton.UseVisualStyleBackColor = true; this.DelayButton.Click += new System.EventHandler(this.DelayButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 20); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 15); this.label1.TabIndex = 9; this.label1.Text = "DO No"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(171, 20); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 15); this.label3.TabIndex = 11; this.label3.Text = "DO Time"; // // AllTimeButton // this.AllTimeButton.Location = new System.Drawing.Point(240, 84); this.AllTimeButton.Name = "AllTimeButton"; this.AllTimeButton.Size = new System.Drawing.Size(100, 30); this.AllTimeButton.TabIndex = 12; this.AllTimeButton.Text = "全部计时开"; this.AllTimeButton.UseVisualStyleBackColor = true; this.AllTimeButton.Click += new System.EventHandler(this.AllTimeButton_Click); // // DelaySpanTextBox // this.DelaySpanTextBox.Location = new System.Drawing.Point(240, 161); this.DelaySpanTextBox.Name = "DelaySpanTextBox"; this.DelaySpanTextBox.Size = new System.Drawing.Size(100, 25); this.DelaySpanTextBox.TabIndex = 13; this.DelaySpanTextBox.Text = "100"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(228, 143); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(129, 15); this.label2.TabIndex = 14; this.label2.Text = "全启间隔时间(ms)"; // // ScrewdriverTest // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(385, 202); this.Controls.Add(this.label2); this.Controls.Add(this.DelaySpanTextBox); this.Controls.Add(this.AllTimeButton); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.DelayTimeTextBox); this.Controls.Add(this.DelayButton); this.Controls.Add(this.DCloseAll); this.Controls.Add(this.DOpenAll); this.Controls.Add(this.DNoTextBox); this.Controls.Add(this.DCloseButton); this.Controls.Add(this.DOpenButton); this.Name = "ScrewdriverTest"; this.Text = "螺丝刀测试"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ScrewdriverTest_FormClosed); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button DOpenButton; private System.Windows.Forms.Button DCloseButton; private System.Windows.Forms.TextBox DNoTextBox; private System.Windows.Forms.Button DOpenAll; private System.Windows.Forms.Button DCloseAll; private System.Windows.Forms.TextBox DelayTimeTextBox; private System.Windows.Forms.Button DelayButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button AllTimeButton; private System.Windows.Forms.TextBox DelaySpanTextBox; private System.Windows.Forms.Label label2; } }