namespace FaceSdkX64Register
|
{
|
partial class FrmRegister
|
{
|
/// <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()
|
{
|
components = new System.ComponentModel.Container();
|
pictureBox1 = new PictureBox();
|
label1 = new Label();
|
timer1 = new System.Windows.Forms.Timer(components);
|
timer2 = new System.Windows.Forms.Timer(components);
|
timer3 = new System.Windows.Forms.Timer(components);
|
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
|
SuspendLayout();
|
//
|
// pictureBox1
|
//
|
pictureBox1.Location = new Point(23, 12);
|
pictureBox1.Name = "pictureBox1";
|
pictureBox1.Size = new Size(1280, 960);
|
pictureBox1.TabIndex = 0;
|
pictureBox1.TabStop = false;
|
//
|
// label1
|
//
|
label1.AutoSize = true;
|
label1.Location = new Point(589, 29);
|
label1.Name = "label1";
|
label1.Size = new Size(63, 24);
|
label1.TabIndex = 1;
|
label1.Text = "label1";
|
//
|
// timer1
|
//
|
timer1.Tick += timer1_Tick;
|
//
|
// timer2
|
//
|
timer2.Tick += timer2_Tick;
|
//
|
// timer3
|
//
|
timer3.Tick += timer3_Tick;
|
//
|
// FrmRegister
|
//
|
AutoScaleDimensions = new SizeF(11F, 24F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(1331, 992);
|
Controls.Add(label1);
|
Controls.Add(pictureBox1);
|
Name = "FrmRegister";
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "人脸录入";
|
Load += FrmRegister_Load;
|
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private PictureBox pictureBox1;
|
private Label label1;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Timer timer2;
|
private System.Windows.Forms.Timer timer3;
|
}
|
}
|