namespace PTMedicalInsurance.Forms { partial class ChooseCardNew { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.uiPanel1 = new Sunny.UI.UIPanel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.uiPanel2 = new Sunny.UI.UIPanel(); this.rbSocialCard = new Sunny.UI.UIRadioButton(); this.rbIDCard = new Sunny.UI.UIRadioButton(); this.rbECToken = new Sunny.UI.UIRadioButton(); this.rbFace = new Sunny.UI.UIRadioButton(); this.uiPanel7 = new Sunny.UI.UIPanel(); this.cbxNoCardTag = new System.Windows.Forms.CheckBox(); this.lblCertNo = new System.Windows.Forms.Label(); this.txtCertNo = new System.Windows.Forms.TextBox(); this.lblCertType = new System.Windows.Forms.Label(); this.cbCertType = new Sunny.UI.UIComboBox(); this.cbBetaFlag = new System.Windows.Forms.CheckBox(); this.uiPanel4 = new Sunny.UI.UIPanel(); this.dgvPatientInfo = new Sunny.UI.UIDataGridView(); this.uiPanel5 = new Sunny.UI.UIPanel(); this.uiLabel2 = new Sunny.UI.UILabel(); this.cbBusinessType = new Sunny.UI.UIComboBox(); this.rbMedicalInsurance = new Sunny.UI.UIRadioButton(); this.rbWorkInjury = new Sunny.UI.UIRadioButton(); this.uiPanel6 = new Sunny.UI.UIPanel(); this.btnReadCard = new Sunny.UI.UIButton(); this.btnPasswordModify = new Sunny.UI.UIButton(); this.btnCancel = new Sunny.UI.UIButton(); this.btnConfirm = new Sunny.UI.UIButton(); this.uiPanel1.SuspendLayout(); this.uiPanel2.SuspendLayout(); this.uiPanel7.SuspendLayout(); this.uiPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPatientInfo)).BeginInit(); this.uiPanel5.SuspendLayout(); this.uiPanel6.SuspendLayout(); this.SuspendLayout(); // // uiPanel1 // this.uiPanel1.Controls.Add(this.uiLabel1); this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel1.Location = new System.Drawing.Point(0, 0); this.uiPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel1.Name = "uiPanel1"; this.uiPanel1.Size = new System.Drawing.Size(1240, 55); this.uiPanel1.TabIndex = 0; this.uiPanel1.Text = null; this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiLabel1 // this.uiLabel1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel1.Location = new System.Drawing.Point(0, 0); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(1240, 55); this.uiLabel1.TabIndex = 0; this.uiLabel1.Text = "医保读卡"; this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiPanel2 // this.uiPanel2.Controls.Add(this.rbSocialCard); this.uiPanel2.Controls.Add(this.rbIDCard); this.uiPanel2.Controls.Add(this.rbECToken); this.uiPanel2.Controls.Add(this.rbFace); this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel2.Location = new System.Drawing.Point(0, 55); this.uiPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel2.Name = "uiPanel2"; this.uiPanel2.Size = new System.Drawing.Size(1240, 50); this.uiPanel2.TabIndex = 1; this.uiPanel2.Text = null; this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rbSocialCard // this.rbSocialCard.Checked = true; this.rbSocialCard.Cursor = System.Windows.Forms.Cursors.Hand; this.rbSocialCard.Font = new System.Drawing.Font("微软雅黑", 13F); this.rbSocialCard.Location = new System.Drawing.Point(55, 10); this.rbSocialCard.MinimumSize = new System.Drawing.Size(1, 1); this.rbSocialCard.Name = "rbSocialCard"; this.rbSocialCard.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.rbSocialCard.Size = new System.Drawing.Size(171, 32); this.rbSocialCard.TabIndex = 0; this.rbSocialCard.Text = "社会保障卡"; this.rbSocialCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rbIDCard // this.rbIDCard.Cursor = System.Windows.Forms.Cursors.Hand; this.rbIDCard.Font = new System.Drawing.Font("微软雅黑", 13F); this.rbIDCard.Location = new System.Drawing.Point(288, 10); this.rbIDCard.MinimumSize = new System.Drawing.Size(1, 1); this.rbIDCard.Name = "rbIDCard"; this.rbIDCard.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.rbIDCard.Size = new System.Drawing.Size(171, 32); this.rbIDCard.TabIndex = 1; this.rbIDCard.Text = "居民身份证"; this.rbIDCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rbECToken // this.rbECToken.Cursor = System.Windows.Forms.Cursors.Hand; this.rbECToken.Font = new System.Drawing.Font("微软雅黑", 13F); this.rbECToken.Location = new System.Drawing.Point(529, 10); this.rbECToken.MinimumSize = new System.Drawing.Size(1, 1); this.rbECToken.Name = "rbECToken"; this.rbECToken.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.rbECToken.Size = new System.Drawing.Size(171, 32); this.rbECToken.TabIndex = 2; this.rbECToken.Text = "医保电子凭证"; this.rbECToken.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rbFace // this.rbFace.Cursor = System.Windows.Forms.Cursors.Hand; this.rbFace.Font = new System.Drawing.Font("微软雅黑", 13F); this.rbFace.Location = new System.Drawing.Point(794, 10); this.rbFace.MinimumSize = new System.Drawing.Size(1, 1); this.rbFace.Name = "rbFace"; this.rbFace.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.rbFace.Size = new System.Drawing.Size(171, 32); this.rbFace.TabIndex = 3; this.rbFace.Text = "终端扫脸"; this.rbFace.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.rbFace.CheckedChanged += new System.EventHandler(this.rbFace_CheckedChanged); // // uiPanel7 // this.uiPanel7.Controls.Add(this.cbxNoCardTag); this.uiPanel7.Controls.Add(this.lblCertNo); this.uiPanel7.Controls.Add(this.txtCertNo); this.uiPanel7.Controls.Add(this.lblCertType); this.uiPanel7.Controls.Add(this.cbCertType); this.uiPanel7.Dock = System.Windows.Forms.DockStyle.Top; this.uiPanel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel7.Location = new System.Drawing.Point(0, 105); this.uiPanel7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel7.Name = "uiPanel7"; this.uiPanel7.Size = new System.Drawing.Size(1240, 50); this.uiPanel7.TabIndex = 6; this.uiPanel7.Text = null; this.uiPanel7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cbxNoCardTag // this.cbxNoCardTag.AutoSize = true; this.cbxNoCardTag.Cursor = System.Windows.Forms.Cursors.Hand; this.cbxNoCardTag.Font = new System.Drawing.Font("微软雅黑", 12F); this.cbxNoCardTag.Location = new System.Drawing.Point(10, 10); this.cbxNoCardTag.Name = "cbxNoCardTag"; this.cbxNoCardTag.Size = new System.Drawing.Size(93, 25); this.cbxNoCardTag.TabIndex = 0; this.cbxNoCardTag.Text = "无卡结算"; this.cbxNoCardTag.UseVisualStyleBackColor = true; this.cbxNoCardTag.CheckedChanged += new System.EventHandler(this.cbxNoCardTag_CheckedChanged); // // lblCertNo // this.lblCertNo.AutoSize = true; this.lblCertNo.Font = new System.Drawing.Font("微软雅黑", 12F); this.lblCertNo.Location = new System.Drawing.Point(120, 12); this.lblCertNo.Name = "lblCertNo"; this.lblCertNo.Size = new System.Drawing.Size(74, 21); this.lblCertNo.TabIndex = 2; this.lblCertNo.Text = "证件号:"; // // txtCertNo // this.txtCertNo.Font = new System.Drawing.Font("微软雅黑", 12F); this.txtCertNo.Location = new System.Drawing.Point(200, 10); this.txtCertNo.Name = "txtCertNo"; this.txtCertNo.Size = new System.Drawing.Size(308, 29); this.txtCertNo.TabIndex = 3; // // lblCertType // this.lblCertType.AutoSize = true; this.lblCertType.Font = new System.Drawing.Font("微软雅黑", 12F); this.lblCertType.Location = new System.Drawing.Point(530, 13); this.lblCertType.Name = "lblCertType"; this.lblCertType.Size = new System.Drawing.Size(90, 21); this.lblCertType.TabIndex = 4; this.lblCertType.Text = "证件类型:"; // // cbCertType // this.cbCertType.DataSource = null; this.cbCertType.FillColor = System.Drawing.Color.White; this.cbCertType.FilterMaxCount = 50; this.cbCertType.Font = new System.Drawing.Font("微软雅黑", 12F); this.cbCertType.Location = new System.Drawing.Point(635, 9); this.cbCertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbCertType.MinimumSize = new System.Drawing.Size(50, 0); this.cbCertType.Name = "cbCertType"; this.cbCertType.Padding = new System.Windows.Forms.Padding(0, 0, 40, 3); this.cbCertType.Size = new System.Drawing.Size(330, 33); this.cbCertType.TabIndex = 5; this.cbCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cbCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cbBetaFlag // this.cbBetaFlag.AutoSize = true; this.cbBetaFlag.Cursor = System.Windows.Forms.Cursors.Hand; this.cbBetaFlag.Font = new System.Drawing.Font("微软雅黑", 12F); this.cbBetaFlag.Location = new System.Drawing.Point(957, 15); this.cbBetaFlag.Name = "cbBetaFlag"; this.cbBetaFlag.Size = new System.Drawing.Size(93, 25); this.cbBetaFlag.TabIndex = 8; this.cbBetaFlag.Text = "测试环境"; this.cbBetaFlag.UseVisualStyleBackColor = true; // // uiPanel4 // this.uiPanel4.Controls.Add(this.dgvPatientInfo); this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel4.Location = new System.Drawing.Point(0, 155); this.uiPanel4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel4.Name = "uiPanel4"; this.uiPanel4.Size = new System.Drawing.Size(1240, 349); this.uiPanel4.TabIndex = 7; this.uiPanel4.Text = "患者信息"; this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // dgvPatientInfo // this.dgvPatientInfo.AllowUserToAddRows = false; this.dgvPatientInfo.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); this.dgvPatientInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvPatientInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); this.dgvPatientInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvPatientInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvPatientInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvPatientInfo.DefaultCellStyle = dataGridViewCellStyle3; this.dgvPatientInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvPatientInfo.EnableHeadersVisualStyles = false; this.dgvPatientInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvPatientInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255))))); this.dgvPatientInfo.Location = new System.Drawing.Point(0, 0); this.dgvPatientInfo.MultiSelect = false; this.dgvPatientInfo.Name = "dgvPatientInfo"; this.dgvPatientInfo.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvPatientInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgvPatientInfo.RowHeadersVisible = false; this.dgvPatientInfo.RowHeight = 0; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255))))); dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.dgvPatientInfo.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvPatientInfo.RowTemplate.Height = 30; this.dgvPatientInfo.SelectedIndex = -1; this.dgvPatientInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvPatientInfo.ShowGridLine = false; this.dgvPatientInfo.ShowRect = false; this.dgvPatientInfo.Size = new System.Drawing.Size(1240, 349); this.dgvPatientInfo.TabIndex = 0; this.dgvPatientInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.dgvPatientInfo.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPatientInfo_CellContentClick); this.dgvPatientInfo.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dgvPatientInfo_ColumnAdded); this.dgvPatientInfo.SelectionChanged += new System.EventHandler(this.dgvPatientInfo_SelectionChanged); // // uiPanel5 // this.uiPanel5.Controls.Add(this.cbBetaFlag); this.uiPanel5.Controls.Add(this.uiLabel2); this.uiPanel5.Controls.Add(this.cbBusinessType); this.uiPanel5.Controls.Add(this.rbMedicalInsurance); this.uiPanel5.Controls.Add(this.rbWorkInjury); this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom; this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel5.Location = new System.Drawing.Point(0, 504); this.uiPanel5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel5.Name = "uiPanel5"; this.uiPanel5.Size = new System.Drawing.Size(1240, 70); this.uiPanel5.TabIndex = 8; this.uiPanel5.Text = null; this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.uiPanel5.Click += new System.EventHandler(this.uiPanel5_Click); // // uiLabel2 // this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 13F); this.uiLabel2.Location = new System.Drawing.Point(30, 15); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(100, 30); this.uiLabel2.TabIndex = 0; this.uiLabel2.Text = "业务类型:"; this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // cbBusinessType // this.cbBusinessType.DataSource = null; this.cbBusinessType.FillColor = System.Drawing.Color.White; this.cbBusinessType.FilterMaxCount = 50; this.cbBusinessType.Font = new System.Drawing.Font("微软雅黑", 13F); this.cbBusinessType.Location = new System.Drawing.Point(130, 14); this.cbBusinessType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cbBusinessType.MinimumSize = new System.Drawing.Size(50, 0); this.cbBusinessType.Name = "cbBusinessType"; this.cbBusinessType.Padding = new System.Windows.Forms.Padding(0, 0, 40, 3); this.cbBusinessType.Size = new System.Drawing.Size(200, 33); this.cbBusinessType.TabIndex = 1; this.cbBusinessType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.cbBusinessType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rbMedicalInsurance // this.rbMedicalInsurance.Checked = true; this.rbMedicalInsurance.Cursor = System.Windows.Forms.Cursors.Hand; this.rbMedicalInsurance.Font = new System.Drawing.Font("微软雅黑", 13F); this.rbMedicalInsurance.Location = new System.Drawing.Point(730, 13); this.rbMedicalInsurance.MinimumSize = new System.Drawing.Size(1, 1); this.rbMedicalInsurance.Name = "rbMedicalInsurance"; this.rbMedicalInsurance.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.rbMedicalInsurance.Size = new System.Drawing.Size(80, 32); this.rbMedicalInsurance.TabIndex = 2; this.rbMedicalInsurance.Text = "医保"; this.rbMedicalInsurance.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // rbWorkInjury // this.rbWorkInjury.Cursor = System.Windows.Forms.Cursors.Hand; this.rbWorkInjury.Font = new System.Drawing.Font("微软雅黑", 13F); this.rbWorkInjury.Location = new System.Drawing.Point(844, 13); this.rbWorkInjury.MinimumSize = new System.Drawing.Size(1, 1); this.rbWorkInjury.Name = "rbWorkInjury"; this.rbWorkInjury.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.rbWorkInjury.Size = new System.Drawing.Size(80, 32); this.rbWorkInjury.TabIndex = 3; this.rbWorkInjury.Text = "工伤"; this.rbWorkInjury.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // uiPanel6 // this.uiPanel6.Controls.Add(this.btnReadCard); this.uiPanel6.Controls.Add(this.btnPasswordModify); this.uiPanel6.Controls.Add(this.btnCancel); this.uiPanel6.Controls.Add(this.btnConfirm); this.uiPanel6.Dock = System.Windows.Forms.DockStyle.Bottom; this.uiPanel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiPanel6.Location = new System.Drawing.Point(0, 574); this.uiPanel6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel6.Name = "uiPanel6"; this.uiPanel6.Size = new System.Drawing.Size(1240, 80); this.uiPanel6.TabIndex = 9; this.uiPanel6.Text = null; this.uiPanel6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // btnReadCard // this.btnReadCard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); this.btnReadCard.Cursor = System.Windows.Forms.Cursors.Hand; this.btnReadCard.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnReadCard.Location = new System.Drawing.Point(593, 17); this.btnReadCard.MinimumSize = new System.Drawing.Size(1, 1); this.btnReadCard.Name = "btnReadCard"; this.btnReadCard.Size = new System.Drawing.Size(130, 45); this.btnReadCard.TabIndex = 4; this.btnReadCard.Text = "读 卡"; this.btnReadCard.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnReadCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnReadCard.Click += new System.EventHandler(this.btnReadCard_Click); // // btnPasswordModify // this.btnPasswordModify.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.btnPasswordModify.Cursor = System.Windows.Forms.Cursors.Hand; this.btnPasswordModify.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPasswordModify.Location = new System.Drawing.Point(745, 17); this.btnPasswordModify.MinimumSize = new System.Drawing.Size(1, 1); this.btnPasswordModify.Name = "btnPasswordModify"; this.btnPasswordModify.Size = new System.Drawing.Size(130, 45); this.btnPasswordModify.TabIndex = 5; this.btnPasswordModify.Text = "修改密码"; this.btnPasswordModify.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPasswordModify.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 14F); this.btnCancel.Location = new System.Drawing.Point(1049, 17); this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(130, 45); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "取消"; this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnConfirm // this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); this.btnConfirm.Cursor = System.Windows.Forms.Cursors.Hand; this.btnConfirm.Font = new System.Drawing.Font("微软雅黑", 14F); this.btnConfirm.Location = new System.Drawing.Point(897, 17); this.btnConfirm.MinimumSize = new System.Drawing.Size(1, 1); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(130, 45); this.btnConfirm.TabIndex = 2; this.btnConfirm.Text = "确定"; this.btnConfirm.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnConfirm.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0); this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); // // ChooseCardNew // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1240, 654); this.Controls.Add(this.uiPanel4); this.Controls.Add(this.uiPanel7); this.Controls.Add(this.uiPanel5); this.Controls.Add(this.uiPanel6); this.Controls.Add(this.uiPanel2); this.Controls.Add(this.uiPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ChooseCardNew"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "医保读卡"; this.Load += new System.EventHandler(this.ChooseCardNew_Load); this.uiPanel1.ResumeLayout(false); this.uiPanel2.ResumeLayout(false); this.uiPanel7.ResumeLayout(false); this.uiPanel7.PerformLayout(); this.uiPanel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvPatientInfo)).EndInit(); this.uiPanel5.ResumeLayout(false); this.uiPanel5.PerformLayout(); this.uiPanel6.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIPanel uiPanel1; private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UIPanel uiPanel2; private Sunny.UI.UIRadioButton rbSocialCard; private Sunny.UI.UIRadioButton rbIDCard; private Sunny.UI.UIRadioButton rbECToken; private Sunny.UI.UIRadioButton rbFace; private Sunny.UI.UIPanel uiPanel7; private System.Windows.Forms.CheckBox cbxNoCardTag; private System.Windows.Forms.Label lblCertNo; private System.Windows.Forms.TextBox txtCertNo; private System.Windows.Forms.Label lblCertType; private Sunny.UI.UIComboBox cbCertType; private Sunny.UI.UIPanel uiPanel4; private Sunny.UI.UIDataGridView dgvPatientInfo; private Sunny.UI.UIPanel uiPanel5; private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UIComboBox cbBusinessType; private Sunny.UI.UIRadioButton rbMedicalInsurance; private Sunny.UI.UIRadioButton rbWorkInjury; private Sunny.UI.UIPanel uiPanel6; private Sunny.UI.UIButton btnConfirm; private Sunny.UI.UIButton btnCancel; private System.Windows.Forms.CheckBox cbBetaFlag; private Sunny.UI.UIButton btnReadCard; private Sunny.UI.UIButton btnPasswordModify; } }