|
|
namespace SelfHelpClient
|
|
|
{
|
|
|
partial class ReadCardForm
|
|
|
{
|
|
|
/// <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.uLabel1 = new WinFormControl.ULabel();
|
|
|
this.backBtn = new WinFormControl.NButton();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// uLabel1
|
|
|
//
|
|
|
this.uLabel1.AutoSize = true;
|
|
|
this.uLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uLabel1.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
this.uLabel1.ForeColor = System.Drawing.Color.Red;
|
|
|
this.uLabel1.Location = new System.Drawing.Point(222, 147);
|
|
|
this.uLabel1.Name = "uLabel1";
|
|
|
this.uLabel1.Size = new System.Drawing.Size(200, 31);
|
|
|
this.uLabel1.TabIndex = 0;
|
|
|
this.uLabel1.Text = "请扫描身份证";
|
|
|
//
|
|
|
// backBtn
|
|
|
//
|
|
|
this.backBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.backBtn.ClickColor = System.Drawing.Color.YellowGreen;
|
|
|
this.backBtn.Font = new System.Drawing.Font("宋体", 18F);
|
|
|
this.backBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.backBtn.Location = new System.Drawing.Point(529, 12);
|
|
|
this.backBtn.Name = "backBtn";
|
|
|
this.backBtn.PlaySound = false;
|
|
|
this.backBtn.Size = new System.Drawing.Size(113, 63);
|
|
|
this.backBtn.SoundType = WinFormControl.SoundType.Click;
|
|
|
this.backBtn.TabIndex = 1;
|
|
|
this.backBtn.TabStop = false;
|
|
|
this.backBtn.Text = "返回";
|
|
|
this.backBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
|
|
|
this.backBtn.UseVisualStyleBackColor = false;
|
|
|
this.backBtn.Click += new System.EventHandler(this.backBtn_Click);
|
|
|
//
|
|
|
// ReadCardForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
this.ClientSize = new System.Drawing.Size(650, 355);
|
|
|
this.Controls.Add(this.backBtn);
|
|
|
this.Controls.Add(this.uLabel1);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
this.KeyPreview = true;
|
|
|
this.Name = "ReadCardForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private WinFormControl.ULabel uLabel1;
|
|
|
private WinFormControl.NButton backBtn;
|
|
|
}
|
|
|
}
|