You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

149 lines
5.9 KiB

namespace SelfHelpClient
{
partial class ReadCardForm2
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReadCardForm2));
this.panel1 = new System.Windows.Forms.Panel();
this.ganyingPanel = new System.Windows.Forms.Panel();
this.uLabel2 = new WinFormControl.ULabel();
this.uLabel1 = new WinFormControl.ULabel();
this.shuakaPanel = new System.Windows.Forms.Panel();
this.backBtn = new System.Windows.Forms.Panel();
this.backBtnLbl = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.backBtn.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(200)))), ((int)(((byte)(135)))));
this.panel1.Controls.Add(this.ganyingPanel);
this.panel1.Controls.Add(this.uLabel2);
this.panel1.Controls.Add(this.uLabel1);
this.panel1.Controls.Add(this.shuakaPanel);
this.panel1.Location = new System.Drawing.Point(127, 6);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(730, 433);
this.panel1.TabIndex = 2;
//
// ganyingPanel
//
this.ganyingPanel.BackgroundImage = global::SelfHelpClient.Properties.Resources.ganying;
this.ganyingPanel.Location = new System.Drawing.Point(326, 31);
this.ganyingPanel.Name = "ganyingPanel";
this.ganyingPanel.Size = new System.Drawing.Size(221, 152);
this.ganyingPanel.TabIndex = 1;
//
// uLabel2
//
this.uLabel2.AutoSize = true;
this.uLabel2.BackColor = System.Drawing.Color.Transparent;
this.uLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.uLabel2.ForeColor = System.Drawing.Color.White;
this.uLabel2.Location = new System.Drawing.Point(56, 87);
this.uLabel2.Name = "uLabel2";
this.uLabel2.Size = new System.Drawing.Size(76, 16);
this.uLabel2.TabIndex = 0;
this.uLabel2.Text = "进行操作";
//
// uLabel1
//
this.uLabel1.AutoSize = true;
this.uLabel1.BackColor = System.Drawing.Color.Transparent;
this.uLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uLabel1.ForeColor = System.Drawing.Color.White;
this.uLabel1.Location = new System.Drawing.Point(56, 59);
this.uLabel1.Name = "uLabel1";
this.uLabel1.Size = new System.Drawing.Size(178, 16);
this.uLabel1.TabIndex = 0;
this.uLabel1.Text = "请把身份证放到感应区";
//
// shuakaPanel
//
this.shuakaPanel.BackgroundImage = global::SelfHelpClient.Properties.Resources.shuaka;
this.shuakaPanel.Location = new System.Drawing.Point(450, 175);
this.shuakaPanel.Name = "shuakaPanel";
this.shuakaPanel.Size = new System.Drawing.Size(279, 258);
this.shuakaPanel.TabIndex = 2;
//
// backBtn
//
this.backBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("backBtn.BackgroundImage")));
this.backBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.backBtn.Controls.Add(this.backBtnLbl);
this.backBtn.Location = new System.Drawing.Point(432, 503);
this.backBtn.Name = "backBtn";
this.backBtn.Size = new System.Drawing.Size(121, 52);
this.backBtn.TabIndex = 3;
//
// backBtnLbl
//
this.backBtnLbl.AutoSize = true;
this.backBtnLbl.BackColor = System.Drawing.Color.Transparent;
this.backBtnLbl.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold);
this.backBtnLbl.ForeColor = System.Drawing.Color.White;
this.backBtnLbl.Location = new System.Drawing.Point(37, 17);
this.backBtnLbl.Name = "backBtnLbl";
this.backBtnLbl.Size = new System.Drawing.Size(49, 19);
this.backBtnLbl.TabIndex = 0;
this.backBtnLbl.Text = "返回";
//
// ReadCardForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(984, 561);
this.Controls.Add(this.panel1);
this.Controls.Add(this.backBtn);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.KeyPreview = true;
this.Name = "ReadCardForm";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.backBtn.ResumeLayout(false);
this.backBtn.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel ganyingPanel;
private WinFormControl.ULabel uLabel2;
private WinFormControl.ULabel uLabel1;
private System.Windows.Forms.Panel shuakaPanel;
private System.Windows.Forms.Panel backBtn;
private System.Windows.Forms.Label backBtnLbl;
}
}