namespace SelfHelpClient { partial class ReadCardForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.uLabel2 = new WinFormControl.ULabel(); this.uLabel1 = new WinFormControl.ULabel(); this.backBtn = new System.Windows.Forms.Panel(); this.backBtnLbl = new System.Windows.Forms.Label(); this.ganyingPanel = new System.Windows.Forms.Panel(); this.shuakaPanel = new System.Windows.Forms.Panel(); 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(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(730, 433); this.panel1.TabIndex = 0; // // 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 = "请把身份证放到感应区"; // // backBtn // this.backBtn.BackgroundImage = global::SelfHelpClient.Properties.Resources.fanhui; this.backBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.backBtn.Controls.Add(this.backBtnLbl); this.backBtn.Location = new System.Drawing.Point(305, 497); this.backBtn.Name = "backBtn"; this.backBtn.Size = new System.Drawing.Size(121, 52); this.backBtn.TabIndex = 1; this.backBtn.Click += new System.EventHandler(this.backBtn_Click); // // 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 = "返回"; this.backBtnLbl.Click += new System.EventHandler(this.backBtn_Click); // // 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; // // 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; // // ReadCardForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247))))); this.ClientSize = new System.Drawing.Size(730, 552); this.Controls.Add(this.backBtn); this.Controls.Add(this.panel1); 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.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.backBtn.ResumeLayout(false); this.backBtn.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private WinFormControl.ULabel uLabel2; private WinFormControl.ULabel uLabel1; private System.Windows.Forms.Panel backBtn; private System.Windows.Forms.Panel ganyingPanel; private System.Windows.Forms.Panel shuakaPanel; private System.Windows.Forms.Label backBtnLbl; } }