| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530 | 
							- namespace PTMedicalInsurance.Forms
 
- {
 
-     partial class ChooseCard
 
-     {
 
-         /// <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.rbgMdtrtCertType = new Sunny.UI.UIRadioButtonGroup();
 
-             this.uiPanel1 = new Sunny.UI.UIPanel();
 
-             this.btnUpdatePassWord = new Sunny.UI.UIButton();
 
-             this.btCancle = new Sunny.UI.UIButton();
 
-             this.btOk = new Sunny.UI.UIButton();
 
-             this.uiPanel2 = new Sunny.UI.UIPanel();
 
-             this.tbName = new Sunny.UI.UITextBox();
 
-             this.uiLabel8 = new Sunny.UI.UILabel();
 
-             this.rbgOtherProv = new Sunny.UI.UIRadioButtonGroup();
 
-             this.rbgEcCertDecodeType = new Sunny.UI.UIRadioButtonGroup();
 
-             this.tbPZLP = new Sunny.UI.UITextBox();
 
-             this.uiLabel4 = new Sunny.UI.UILabel();
 
-             this.tbCardSN = new Sunny.UI.UITextBox();
 
-             this.uiLabel7 = new Sunny.UI.UILabel();
 
-             this.cbCBD = new Sunny.UI.UITextBox();
 
-             this.cbDocumentType = new Sunny.UI.UIComboBox();
 
-             this.uiLabel6 = new Sunny.UI.UILabel();
 
-             this.cbCardType = new Sunny.UI.UIComboBox();
 
-             this.uiLabel5 = new Sunny.UI.UILabel();
 
-             this.cbYMYWLX = new Sunny.UI.UIComboBox();
 
-             this.uiLabel3 = new Sunny.UI.UILabel();
 
-             this.uiLabel2 = new Sunny.UI.UILabel();
 
-             this.tbZJHM = new Sunny.UI.UITextBox();
 
-             this.uiLabel1 = new Sunny.UI.UILabel();
 
-             this.uiPanel1.SuspendLayout();
 
-             this.uiPanel2.SuspendLayout();
 
-             this.SuspendLayout();
 
-             // 
 
-             // rbgMdtrtCertType
 
-             // 
 
-             this.rbgMdtrtCertType.ColumnCount = 3;
 
-             this.rbgMdtrtCertType.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.rbgMdtrtCertType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbgMdtrtCertType.Items.AddRange(new object[] {
 
-             "电子凭证",
 
-             "身份证",
 
-             "社保卡"});
 
-             this.rbgMdtrtCertType.ItemSize = new System.Drawing.Size(180, 35);
 
-             this.rbgMdtrtCertType.Location = new System.Drawing.Point(0, 0);
 
-             this.rbgMdtrtCertType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
 
-             this.rbgMdtrtCertType.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbgMdtrtCertType.Name = "rbgMdtrtCertType";
 
-             this.rbgMdtrtCertType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbgMdtrtCertType.Size = new System.Drawing.Size(530, 69);
 
-             this.rbgMdtrtCertType.TabIndex = 0;
 
-             this.rbgMdtrtCertType.Text = "就诊凭证类型";
 
-             this.rbgMdtrtCertType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbgMdtrtCertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.rbgMdtrtCertType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgMdtrtCertType_ValueChanged);
 
-             // 
 
-             // uiPanel1
 
-             // 
 
-             this.uiPanel1.Controls.Add(this.btnUpdatePassWord);
 
-             this.uiPanel1.Controls.Add(this.btCancle);
 
-             this.uiPanel1.Controls.Add(this.btOk);
 
-             this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel1.Location = new System.Drawing.Point(0, 537);
 
-             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(530, 70);
 
-             this.uiPanel1.TabIndex = 1;
 
-             this.uiPanel1.Text = null;
 
-             this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnUpdatePassWord
 
-             // 
 
-             this.btnUpdatePassWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.btnUpdatePassWord.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnUpdatePassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnUpdatePassWord.Location = new System.Drawing.Point(10, 15);
 
-             this.btnUpdatePassWord.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnUpdatePassWord.Name = "btnUpdatePassWord";
 
-             this.btnUpdatePassWord.Size = new System.Drawing.Size(158, 41);
 
-             this.btnUpdatePassWord.TabIndex = 2;
 
-             this.btnUpdatePassWord.Text = "修改社保卡密码";
 
-             this.btnUpdatePassWord.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnUpdatePassWord.Visible = false;
 
-             this.btnUpdatePassWord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnUpdatePassWord.Click += new System.EventHandler(this.uiButton1_Click);
 
-             // 
 
-             // btCancle
 
-             // 
 
-             this.btCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btCancle.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btCancle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btCancle.Location = new System.Drawing.Point(380, 15);
 
-             this.btCancle.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btCancle.Name = "btCancle";
 
-             this.btCancle.Size = new System.Drawing.Size(109, 41);
 
-             this.btCancle.TabIndex = 1;
 
-             this.btCancle.Text = "放弃";
 
-             this.btCancle.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btCancle.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btCancle.Click += new System.EventHandler(this.btCancle_Click);
 
-             // 
 
-             // btOk
 
-             // 
 
-             this.btOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btOk.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btOk.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btOk.Location = new System.Drawing.Point(262, 15);
 
-             this.btOk.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btOk.Name = "btOk";
 
-             this.btOk.Size = new System.Drawing.Size(109, 41);
 
-             this.btOk.TabIndex = 0;
 
-             this.btOk.Text = "确定";
 
-             this.btOk.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btOk.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btOk.Click += new System.EventHandler(this.btOk_Click);
 
-             // 
 
-             // uiPanel2
 
-             // 
 
-             this.uiPanel2.Controls.Add(this.tbName);
 
-             this.uiPanel2.Controls.Add(this.uiLabel8);
 
-             this.uiPanel2.Controls.Add(this.rbgOtherProv);
 
-             this.uiPanel2.Controls.Add(this.rbgEcCertDecodeType);
 
-             this.uiPanel2.Controls.Add(this.tbPZLP);
 
-             this.uiPanel2.Controls.Add(this.uiLabel4);
 
-             this.uiPanel2.Controls.Add(this.tbCardSN);
 
-             this.uiPanel2.Controls.Add(this.uiLabel7);
 
-             this.uiPanel2.Controls.Add(this.cbCBD);
 
-             this.uiPanel2.Controls.Add(this.cbDocumentType);
 
-             this.uiPanel2.Controls.Add(this.uiLabel6);
 
-             this.uiPanel2.Controls.Add(this.cbCardType);
 
-             this.uiPanel2.Controls.Add(this.uiLabel5);
 
-             this.uiPanel2.Controls.Add(this.cbYMYWLX);
 
-             this.uiPanel2.Controls.Add(this.uiLabel3);
 
-             this.uiPanel2.Controls.Add(this.uiLabel2);
 
-             this.uiPanel2.Controls.Add(this.tbZJHM);
 
-             this.uiPanel2.Controls.Add(this.uiLabel1);
 
-             this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             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, 69);
 
-             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(530, 468);
 
-             this.uiPanel2.TabIndex = 2;
 
-             this.uiPanel2.Text = null;
 
-             this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbName
 
-             // 
 
-             this.tbName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbName.Location = new System.Drawing.Point(189, 232);
 
-             this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbName.Name = "tbName";
 
-             this.tbName.ShowText = false;
 
-             this.tbName.Size = new System.Drawing.Size(300, 29);
 
-             this.tbName.TabIndex = 21;
 
-             this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbName.Watermark = "";
 
-             this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel8
 
-             // 
 
-             this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel8.Location = new System.Drawing.Point(32, 234);
 
-             this.uiLabel8.Name = "uiLabel8";
 
-             this.uiLabel8.Size = new System.Drawing.Size(140, 23);
 
-             this.uiLabel8.TabIndex = 20;
 
-             this.uiLabel8.Text = " 姓    名";
 
-             this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rbgOtherProv
 
-             // 
 
-             this.rbgOtherProv.ColumnCount = 3;
 
-             this.rbgOtherProv.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.rbgOtherProv.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbgOtherProv.Items.AddRange(new object[] {
 
-             "本地",
 
-             "异地"});
 
-             this.rbgOtherProv.ItemSize = new System.Drawing.Size(180, 35);
 
-             this.rbgOtherProv.Location = new System.Drawing.Point(0, 72);
 
-             this.rbgOtherProv.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
 
-             this.rbgOtherProv.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbgOtherProv.Name = "rbgOtherProv";
 
-             this.rbgOtherProv.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbgOtherProv.Size = new System.Drawing.Size(530, 69);
 
-             this.rbgOtherProv.TabIndex = 19;
 
-             this.rbgOtherProv.Text = "参保区域类型";
 
-             this.rbgOtherProv.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbgOtherProv.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rbgEcCertDecodeType
 
-             // 
 
-             this.rbgEcCertDecodeType.ColumnCount = 3;
 
-             this.rbgEcCertDecodeType.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.rbgEcCertDecodeType.Enabled = false;
 
-             this.rbgEcCertDecodeType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbgEcCertDecodeType.Items.AddRange(new object[] {
 
-             "二维码",
 
-             "电子凭证",
 
-             "刷脸验证"});
 
-             this.rbgEcCertDecodeType.ItemSize = new System.Drawing.Size(180, 35);
 
-             this.rbgEcCertDecodeType.Location = new System.Drawing.Point(0, 0);
 
-             this.rbgEcCertDecodeType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
 
-             this.rbgEcCertDecodeType.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbgEcCertDecodeType.Name = "rbgEcCertDecodeType";
 
-             this.rbgEcCertDecodeType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbgEcCertDecodeType.Size = new System.Drawing.Size(530, 72);
 
-             this.rbgEcCertDecodeType.TabIndex = 18;
 
-             this.rbgEcCertDecodeType.Text = "电子凭证解码方式";
 
-             this.rbgEcCertDecodeType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbgEcCertDecodeType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbPZLP
 
-             // 
 
-             this.tbPZLP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.tbPZLP.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbPZLP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbPZLP.Location = new System.Drawing.Point(189, 271);
 
-             this.tbPZLP.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbPZLP.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbPZLP.Name = "tbPZLP";
 
-             this.tbPZLP.ShowText = false;
 
-             this.tbPZLP.Size = new System.Drawing.Size(300, 29);
 
-             this.tbPZLP.TabIndex = 16;
 
-             this.tbPZLP.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbPZLP.Watermark = "";
 
-             this.tbPZLP.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel4
 
-             // 
 
-             this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel4.Location = new System.Drawing.Point(32, 273);
 
-             this.uiLabel4.Name = "uiLabel4";
 
-             this.uiLabel4.Size = new System.Drawing.Size(140, 23);
 
-             this.uiLabel4.TabIndex = 15;
 
-             this.uiLabel4.Text = "凭证令牌";
 
-             this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbCardSN
 
-             // 
 
-             this.tbCardSN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.tbCardSN.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbCardSN.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbCardSN.Location = new System.Drawing.Point(189, 388);
 
-             this.tbCardSN.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbCardSN.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbCardSN.Name = "tbCardSN";
 
-             this.tbCardSN.ShowText = false;
 
-             this.tbCardSN.Size = new System.Drawing.Size(300, 29);
 
-             this.tbCardSN.TabIndex = 14;
 
-             this.tbCardSN.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbCardSN.Watermark = "";
 
-             this.tbCardSN.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel7
 
-             // 
 
-             this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel7.Location = new System.Drawing.Point(32, 390);
 
-             this.uiLabel7.Name = "uiLabel7";
 
-             this.uiLabel7.Size = new System.Drawing.Size(140, 23);
 
-             this.uiLabel7.TabIndex = 13;
 
-             this.uiLabel7.Text = "卡识别码";
 
-             this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbCBD
 
-             // 
 
-             this.cbCBD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.cbCBD.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.cbCBD.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbCBD.Location = new System.Drawing.Point(189, 154);
 
-             this.cbCBD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbCBD.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.cbCBD.Name = "cbCBD";
 
-             this.cbCBD.ShowText = false;
 
-             this.cbCBD.Size = new System.Drawing.Size(300, 29);
 
-             this.cbCBD.TabIndex = 12;
 
-             this.cbCBD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbCBD.Watermark = "请输入参保地名称按下Enter键进行查找";
 
-             this.cbCBD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.cbCBD.DoEnter += new System.EventHandler(this.cbCBD_DoEnter);
 
-             // 
 
-             // cbDocumentType
 
-             // 
 
-             this.cbDocumentType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.cbDocumentType.DataSource = null;
 
-             this.cbDocumentType.FillColor = System.Drawing.Color.White;
 
-             this.cbDocumentType.FilterMaxCount = 50;
 
-             this.cbDocumentType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbDocumentType.Items.AddRange(new object[] {
 
-             "01           居民身份证(户口簿)",
 
-             "02           中国人民解放军军官证",
 
-             "03           中国人民武装警察警官证",
 
-             "04           香港特区护照/港澳居民来往内地通行证",
 
-             "05           澳门特区护照/港澳居民来往内地通行证",
 
-             "06           台湾居民来往大陆通行证",
 
-             "07           外国人永久居留证",
 
-             "08           外国人护照",
 
-             "09           残疾人证",
 
-             "10           军烈属证明",
 
-             "11           外国人就业证",
 
-             "12           外国专家证",
 
-             "13           外国人常驻记者证",
 
-             "14           台港澳人员就业证",
 
-             "15           回国(来华)定居专家证",
 
-             "16           中国护照",
 
-             "17           港澳台居民居住证",
 
-             "90           社会保障卡",
 
-             "99           其他身份证件",
 
-             "9901       暂住证",
 
-             "990102    扶贫人口编码",
 
-             "9902       保密人员证件",
 
-             "990201   医学出生证明"});
 
-             this.cbDocumentType.Location = new System.Drawing.Point(189, 310);
 
-             this.cbDocumentType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbDocumentType.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbDocumentType.Name = "cbDocumentType";
 
-             this.cbDocumentType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbDocumentType.Size = new System.Drawing.Size(300, 29);
 
-             this.cbDocumentType.TabIndex = 11;
 
-             this.cbDocumentType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbDocumentType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel6
 
-             // 
 
-             this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel6.Location = new System.Drawing.Point(32, 312);
 
-             this.uiLabel6.Name = "uiLabel6";
 
-             this.uiLabel6.Size = new System.Drawing.Size(140, 23);
 
-             this.uiLabel6.TabIndex = 10;
 
-             this.uiLabel6.Text = "证件类型";
 
-             this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbCardType
 
-             // 
 
-             this.cbCardType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.cbCardType.DataSource = null;
 
-             this.cbCardType.FillColor = System.Drawing.Color.White;
 
-             this.cbCardType.FilterMaxCount = 50;
 
-             this.cbCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbCardType.Items.AddRange(new object[] {
 
-             "1-接触式操作卡;",
 
-             "2-非接触式操作卡;",
 
-             "3-自动寻卡,接触式操作卡优先;",
 
-             "4-自动寻卡,非接触式操作卡优先"});
 
-             this.cbCardType.Location = new System.Drawing.Point(189, 193);
 
-             this.cbCardType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbCardType.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbCardType.Name = "cbCardType";
 
-             this.cbCardType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbCardType.Size = new System.Drawing.Size(300, 29);
 
-             this.cbCardType.TabIndex = 9;
 
-             this.cbCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel5
 
-             // 
 
-             this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel5.Location = new System.Drawing.Point(32, 195);
 
-             this.uiLabel5.Name = "uiLabel5";
 
-             this.uiLabel5.Size = new System.Drawing.Size(140, 23);
 
-             this.uiLabel5.TabIndex = 8;
 
-             this.uiLabel5.Text = "卡类型";
 
-             this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbYMYWLX
 
-             // 
 
-             this.cbYMYWLX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.cbYMYWLX.DataSource = null;
 
-             this.cbYMYWLX.Enabled = false;
 
-             this.cbYMYWLX.FillColor = System.Drawing.Color.White;
 
-             this.cbYMYWLX.FilterMaxCount = 50;
 
-             this.cbYMYWLX.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbYMYWLX.Items.AddRange(new object[] {
 
-             "101 挂号 ",
 
-             "102 住院建档 ",
 
-             "103 入院登记 ",
 
-             "104 缴纳预缴金 ",
 
-             "201 问诊 ",
 
-             "202 预约检查",
 
-             "203 检查 ",
 
-             "204 治疗 ",
 
-             "301 结算 ",
 
-             "302 取药 ",
 
-             "303 取报告",
 
-             "304 打印票据和清单",
 
-             "305 病历材料复印"});
 
-             this.cbYMYWLX.Location = new System.Drawing.Point(189, 427);
 
-             this.cbYMYWLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbYMYWLX.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbYMYWLX.Name = "cbYMYWLX";
 
-             this.cbYMYWLX.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbYMYWLX.Size = new System.Drawing.Size(300, 29);
 
-             this.cbYMYWLX.TabIndex = 5;
 
-             this.cbYMYWLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbYMYWLX.Visible = false;
 
-             this.cbYMYWLX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel3
 
-             // 
 
-             this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel3.Location = new System.Drawing.Point(32, 429);
 
-             this.uiLabel3.Name = "uiLabel3";
 
-             this.uiLabel3.Size = new System.Drawing.Size(140, 23);
 
-             this.uiLabel3.TabIndex = 4;
 
-             this.uiLabel3.Text = "用码业务类型";
 
-             this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel3.Visible = false;
 
-             this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel2
 
-             // 
 
-             this.uiLabel2.BackColor = System.Drawing.SystemColors.Control;
 
-             this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel2.Location = new System.Drawing.Point(32, 156);
 
-             this.uiLabel2.Name = "uiLabel2";
 
-             this.uiLabel2.Size = new System.Drawing.Size(140, 23);
 
-             this.uiLabel2.TabIndex = 2;
 
-             this.uiLabel2.Text = "参保地";
 
-             this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbZJHM
 
-             // 
 
-             this.tbZJHM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.tbZJHM.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbZJHM.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbZJHM.Location = new System.Drawing.Point(189, 349);
 
-             this.tbZJHM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbZJHM.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbZJHM.Name = "tbZJHM";
 
-             this.tbZJHM.ShowText = false;
 
-             this.tbZJHM.Size = new System.Drawing.Size(300, 29);
 
-             this.tbZJHM.TabIndex = 1;
 
-             this.tbZJHM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbZJHM.Watermark = "手工输入";
 
-             this.tbZJHM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel1
 
-             // 
 
-             this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel1.Location = new System.Drawing.Point(32, 351);
 
-             this.uiLabel1.Name = "uiLabel1";
 
-             this.uiLabel1.Size = new System.Drawing.Size(140, 23);
 
-             this.uiLabel1.TabIndex = 0;
 
-             this.uiLabel1.Text = "证件号码";
 
-             this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // ChooseCard
 
-             // 
 
-             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 
-             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
-             this.ClientSize = new System.Drawing.Size(530, 607);
 
-             this.Controls.Add(this.uiPanel2);
 
-             this.Controls.Add(this.uiPanel1);
 
-             this.Controls.Add(this.rbgMdtrtCertType);
 
-             this.Margin = new System.Windows.Forms.Padding(2);
 
-             this.Name = "ChooseCard";
 
-             this.Text = "医保读卡";
 
-             this.Load += new System.EventHandler(this.ChooseCard_Load);
 
-             this.uiPanel1.ResumeLayout(false);
 
-             this.uiPanel2.ResumeLayout(false);
 
-             this.ResumeLayout(false);
 
-         }
 
-         #endregion
 
-         private Sunny.UI.UIRadioButtonGroup rbgMdtrtCertType;
 
-         private Sunny.UI.UIPanel uiPanel1;
 
-         private Sunny.UI.UIPanel uiPanel2;
 
-         private Sunny.UI.UILabel uiLabel2;
 
-         private Sunny.UI.UITextBox tbZJHM;
 
-         private Sunny.UI.UILabel uiLabel1;
 
-         private Sunny.UI.UIButton btCancle;
 
-         private Sunny.UI.UIButton btOk;
 
-         private Sunny.UI.UIComboBox cbYMYWLX;
 
-         private Sunny.UI.UILabel uiLabel3;
 
-         public Sunny.UI.UIComboBox cbCardType;
 
-         private Sunny.UI.UILabel uiLabel5;
 
-         public Sunny.UI.UIComboBox cbDocumentType;
 
-         private Sunny.UI.UILabel uiLabel6;
 
-         private Sunny.UI.UIButton btnUpdatePassWord;
 
-         private Sunny.UI.UITextBox cbCBD;
 
-         private Sunny.UI.UITextBox tbCardSN;
 
-         private Sunny.UI.UILabel uiLabel7;
 
-         private Sunny.UI.UITextBox tbPZLP;
 
-         private Sunny.UI.UILabel uiLabel4;
 
-         private Sunny.UI.UIRadioButtonGroup rbgOtherProv;
 
-         private Sunny.UI.UIRadioButtonGroup rbgEcCertDecodeType;
 
-         private Sunny.UI.UITextBox tbName;
 
-         private Sunny.UI.UILabel uiLabel8;
 
-     }
 
- }
 
 
  |