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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReadCardForm)); this.roundPanel1 = 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.mainPanel.SuspendLayout(); this.roundPanel1.SuspendLayout(); this.backBtn.SuspendLayout(); this.SuspendLayout(); // // mainPanel // this.mainPanel.Controls.Add(this.backBtn); this.mainPanel.Controls.Add(this.roundPanel1); this.mainPanel.Size = new System.Drawing.Size(988, 585); // // roundPanel1 // this.roundPanel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.roundPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(200)))), ((int)(((byte)(135))))); this.roundPanel1.Controls.Add(this.ganyingPanel); this.roundPanel1.Controls.Add(this.uLabel2); this.roundPanel1.Controls.Add(this.uLabel1); this.roundPanel1.Controls.Add(this.shuakaPanel); this.roundPanel1.Location = new System.Drawing.Point(129, 3); this.roundPanel1.Margin = new System.Windows.Forms.Padding(0); this.roundPanel1.Name = "roundPanel1"; this.roundPanel1.Size = new System.Drawing.Size(730, 433); this.roundPanel1.TabIndex = 0; // // ganyingPanel // this.ganyingPanel.BackgroundImage = global::SelfHelpClient.Properties.Resources.ganying; this.ganyingPanel.Location = new System.Drawing.Point(327, 31); this.ganyingPanel.Name = "ganyingPanel"; this.ganyingPanel.Size = new System.Drawing.Size(221, 152); this.ganyingPanel.TabIndex = 5; // // uLabel2 // this.uLabel2.AutoSize = true; this.uLabel2.BackColor = System.Drawing.Color.Transparent; this.uLabel2.Font = new System.Drawing.Font("黑体", 14F, System.Drawing.FontStyle.Bold); this.uLabel2.ForeColor = System.Drawing.Color.White; this.uLabel2.Location = new System.Drawing.Point(57, 88); this.uLabel2.Name = "uLabel2"; this.uLabel2.Size = new System.Drawing.Size(93, 19); this.uLabel2.TabIndex = 3; this.uLabel2.Text = "进行操作"; // // uLabel1 // this.uLabel1.AutoSize = true; this.uLabel1.BackColor = System.Drawing.Color.Transparent; this.uLabel1.Font = new System.Drawing.Font("黑体", 14F, System.Drawing.FontStyle.Bold); this.uLabel1.ForeColor = System.Drawing.Color.White; this.uLabel1.Location = new System.Drawing.Point(57, 59); this.uLabel1.Name = "uLabel1"; this.uLabel1.Size = new System.Drawing.Size(219, 19); this.uLabel1.TabIndex = 4; this.uLabel1.Text = "请把身份证放到感应区"; // // shuakaPanel // this.shuakaPanel.BackgroundImage = global::SelfHelpClient.Properties.Resources.shuaka; this.shuakaPanel.Location = new System.Drawing.Point(451, 175); this.shuakaPanel.Name = "shuakaPanel"; this.shuakaPanel.Size = new System.Drawing.Size(279, 258); this.shuakaPanel.TabIndex = 6; // // backBtn // this.backBtn.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 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(434, 501); this.backBtn.Name = "backBtn"; this.backBtn.Size = new System.Drawing.Size(121, 52); this.backBtn.TabIndex = 4; // // backBtnLbl // this.backBtnLbl.BackColor = System.Drawing.Color.Transparent; this.backBtnLbl.Dock = System.Windows.Forms.DockStyle.Fill; this.backBtnLbl.Font = new System.Drawing.Font("黑体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.backBtnLbl.ForeColor = System.Drawing.Color.White; this.backBtnLbl.Location = new System.Drawing.Point(0, 0); this.backBtnLbl.Name = "backBtnLbl"; this.backBtnLbl.Size = new System.Drawing.Size(121, 52); this.backBtnLbl.TabIndex = 0; this.backBtnLbl.Text = "返回"; this.backBtnLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.backBtnLbl.Click += new System.EventHandler(this.backBtn_Click); // // ReadCardForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1000, 671); this.ImeMode = System.Windows.Forms.ImeMode.Disable; this.KeyPreview = true; this.Name = "ReadCardForm"; this.Text = "ReadCardForm"; this.mainPanel.ResumeLayout(false); this.roundPanel1.ResumeLayout(false); this.roundPanel1.PerformLayout(); this.backBtn.ResumeLayout(false); this.ResumeLayout(false); } #endregion //private ButcherFactory.Controls.RoundPanel roundPanel1; private System.Windows.Forms.Panel roundPanel1; private System.Windows.Forms.Panel backBtn; private System.Windows.Forms.Label backBtnLbl; private System.Windows.Forms.Panel ganyingPanel; private WinFormControl.ULabel uLabel2; private WinFormControl.ULabel uLabel1; private System.Windows.Forms.Panel shuakaPanel; } }