From ac93c4092a21dbf0fa9cf8b9b1302f2d5d183f61 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期一, 09 六月 2025 20:48:20 +0800 Subject: [PATCH] 修改提示字段 --- project/人脸识别插件/FaceSdkX64/FaceSdkX64Register/FrmRegister.Designer.cs | 93 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 93 insertions(+), 0 deletions(-) diff --git "a/project/\344\272\272\350\204\270\350\257\206\345\210\253\346\217\222\344\273\266/FaceSdkX64/FaceSdkX64Register/FrmRegister.Designer.cs" "b/project/\344\272\272\350\204\270\350\257\206\345\210\253\346\217\222\344\273\266/FaceSdkX64/FaceSdkX64Register/FrmRegister.Designer.cs" new file mode 100644 index 0000000..2f6c48d --- /dev/null +++ "b/project/\344\272\272\350\204\270\350\257\206\345\210\253\346\217\222\344\273\266/FaceSdkX64/FaceSdkX64Register/FrmRegister.Designer.cs" @@ -0,0 +1,93 @@ +锘縩amespace 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; + } +} -- Gitblit v1.9.3