tijian_tieying/web/dccdc.Selfhelp/frm_readCard.Designer.cs
2025-02-20 12:14:39 +08:00

63 lines
2.4 KiB
C#

namespace dccdc.Selfhelp
{
partial class frm_readCard
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_readCard));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 2000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// frm_readCard
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::dccdc.Selfhelp.Properties.Resources.sfzsm;
this.ClientSize = new System.Drawing.Size(1243, 399);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frm_readCard";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "身份证读取";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_readCard_FormClosing);
this.Load += new System.EventHandler(this.frm_readCard_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
}
}