You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
4.4 KiB
C#

1 month ago
namespace NDSD_Screwdriver
{
partial class ScrewdriverTest
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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.SuspendLayout();
//
// DOpenButton
//
this.DOpenButton.Location = new System.Drawing.Point(12, 43);
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(12, 79);
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(12, 12);
this.DNoTextBox.Name = "DNoTextBox";
this.DNoTextBox.Size = new System.Drawing.Size(100, 25);
this.DNoTextBox.TabIndex = 2;
//
// DOpenAll
//
this.DOpenAll.Location = new System.Drawing.Point(12, 115);
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(12, 151);
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);
//
// ScrewdriverTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1296, 264);
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.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;
}
}