83 lines
2.5 KiB
C#
83 lines
2.5 KiB
C#
namespace HisenceYoloDetection
|
|
{
|
|
partial class Form2
|
|
{
|
|
/// <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()
|
|
{
|
|
button1 = new Button();
|
|
textBox1 = new TextBox();
|
|
label1 = new Label();
|
|
SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
button1.Location = new Point(301, 82);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(112, 34);
|
|
button1.TabIndex = 0;
|
|
button1.Text = "验证";
|
|
button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox1
|
|
//
|
|
textBox1.Location = new Point(224, 34);
|
|
textBox1.Name = "textBox1";
|
|
textBox1.Size = new Size(269, 30);
|
|
textBox1.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(91, 34);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(100, 24);
|
|
label1.TabIndex = 2;
|
|
label1.Text = "退出密码:";
|
|
label1.Click += label1_Click;
|
|
//
|
|
// Form2
|
|
//
|
|
AutoScaleDimensions = new SizeF(11F, 24F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(674, 130);
|
|
Controls.Add(label1);
|
|
Controls.Add(textBox1);
|
|
Controls.Add(button1);
|
|
Name = "Form2";
|
|
Text = "退出验证";
|
|
Load += Form2_Load;
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button button1;
|
|
private TextBox textBox1;
|
|
private Label label1;
|
|
}
|
|
} |