123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- 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.rbgCardType = new Sunny.UI.UIRadioButtonGroup();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.btCancle = new Sunny.UI.UIButton();
- this.btOk = new Sunny.UI.UIButton();
- this.uiPanel2 = new Sunny.UI.UIPanel();
- this.dblkcbxPsnCertType = new PTControl.DBLookupCombox();
- this.label4 = new System.Windows.Forms.Label();
- this.tbName = new Sunny.UI.UITextBox();
- this.uiLabel7 = new Sunny.UI.UILabel();
- this.cbCBD = new Sunny.UI.UITextBox();
- this.cbCardLevel = new Sunny.UI.UIComboBox();
- this.uiLabel6 = new Sunny.UI.UILabel();
- this.cbCardType = new Sunny.UI.UIComboBox();
- this.uiLabel5 = new Sunny.UI.UILabel();
- this.tbPassword = new Sunny.UI.UITextBox();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.cbBusinessType = new Sunny.UI.UIComboBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.tbID = new Sunny.UI.UITextBox();
- this.lblNo = new Sunny.UI.UILabel();
- this.uiPanel1.SuspendLayout();
- this.uiPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // rbgCardType
- //
- this.rbgCardType.ColumnCount = 4;
- this.rbgCardType.Dock = System.Windows.Forms.DockStyle.Top;
- this.rbgCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rbgCardType.Items.AddRange(new object[] {
- "电子凭证",
- "身份证",
- "社保卡",
- "非大陆居民"});
- this.rbgCardType.ItemSize = new System.Drawing.Size(180, 35);
- this.rbgCardType.Location = new System.Drawing.Point(0, 0);
- this.rbgCardType.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.rbgCardType.MinimumSize = new System.Drawing.Size(1, 1);
- this.rbgCardType.Name = "rbgCardType";
- this.rbgCardType.Padding = new System.Windows.Forms.Padding(0, 48, 0, 0);
- this.rbgCardType.Size = new System.Drawing.Size(766, 75);
- this.rbgCardType.TabIndex = 0;
- this.rbgCardType.Text = "就诊凭证类型";
- this.rbgCardType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.rbgCardType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.rbgCardType.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbgCardType_ValueChanged);
- //
- // uiPanel1
- //
- 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, 489);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(766, 82);
- 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);
- //
- // 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(614, 20);
- 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(433, 20);
- 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.dblkcbxPsnCertType);
- this.uiPanel2.Controls.Add(this.label4);
- this.uiPanel2.Controls.Add(this.tbName);
- this.uiPanel2.Controls.Add(this.uiLabel7);
- this.uiPanel2.Controls.Add(this.cbCBD);
- this.uiPanel2.Controls.Add(this.cbCardLevel);
- this.uiPanel2.Controls.Add(this.uiLabel6);
- this.uiPanel2.Controls.Add(this.cbCardType);
- this.uiPanel2.Controls.Add(this.uiLabel5);
- this.uiPanel2.Controls.Add(this.tbPassword);
- this.uiPanel2.Controls.Add(this.uiLabel4);
- this.uiPanel2.Controls.Add(this.cbBusinessType);
- this.uiPanel2.Controls.Add(this.uiLabel3);
- this.uiPanel2.Controls.Add(this.uiLabel2);
- this.uiPanel2.Controls.Add(this.tbID);
- this.uiPanel2.Controls.Add(this.lblNo);
- this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel2.Location = new System.Drawing.Point(0, 87);
- this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
- this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel2.Name = "uiPanel2";
- this.uiPanel2.Size = new System.Drawing.Size(766, 402);
- 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);
- //
- // dblkcbxPsnCertType
- //
- this.dblkcbxPsnCertType.FormattingEnabled = true;
- this.dblkcbxPsnCertType.Location = new System.Drawing.Point(166, 37);
- this.dblkcbxPsnCertType.Name = "dblkcbxPsnCertType";
- this.dblkcbxPsnCertType.NullValue = "";
- this.dblkcbxPsnCertType.PopupGridAutoSize = false;
- this.dblkcbxPsnCertType.RowFilterVisible = false;
- this.dblkcbxPsnCertType.sDisplayField = "";
- this.dblkcbxPsnCertType.sDisplayMember = "";
- this.dblkcbxPsnCertType.SeparatorChar = "|";
- this.dblkcbxPsnCertType.Size = new System.Drawing.Size(532, 28);
- this.dblkcbxPsnCertType.sKeyWords = "";
- this.dblkcbxPsnCertType.sValueMember = "";
- this.dblkcbxPsnCertType.TabIndex = 21;
- this.dblkcbxPsnCertType.Value = "";
- this.dblkcbxPsnCertType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxPsnCertType_AfterSelector);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
- this.label4.Location = new System.Drawing.Point(32, 40);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(93, 20);
- this.label4.TabIndex = 20;
- this.label4.Text = "人员证件类型";
- //
- // tbName
- //
- 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(167, 355);
- 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(531, 33);
- this.tbName.TabIndex = 14;
- this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbName.Watermark = "就诊凭证类型选择身份证时必填";
- this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel7
- //
- this.uiLabel7.BackColor = System.Drawing.Color.Transparent;
- this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel7.Location = new System.Drawing.Point(32, 353);
- this.uiLabel7.Name = "uiLabel7";
- this.uiLabel7.Size = new System.Drawing.Size(140, 31);
- 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.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(167, 85);
- 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(531, 37);
- 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);
- //
- // cbCardLevel
- //
- this.cbCardLevel.DataSource = null;
- this.cbCardLevel.FillColor = System.Drawing.Color.White;
- this.cbCardLevel.FilterMaxCount = 50;
- this.cbCardLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbCardLevel.Items.AddRange(new object[] {
- "一代卡",
- "二代卡",
- "三代卡"});
- this.cbCardLevel.Location = new System.Drawing.Point(167, 267);
- this.cbCardLevel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbCardLevel.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbCardLevel.Name = "cbCardLevel";
- this.cbCardLevel.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbCardLevel.Size = new System.Drawing.Size(531, 34);
- this.cbCardLevel.TabIndex = 11;
- this.cbCardLevel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbCardLevel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel6
- //
- this.uiLabel6.BackColor = System.Drawing.Color.Transparent;
- this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel6.Location = new System.Drawing.Point(32, 267);
- this.uiLabel6.Name = "uiLabel6";
- this.uiLabel6.Size = new System.Drawing.Size(140, 36);
- 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.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(167, 221);
- 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(531, 36);
- 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.BackColor = System.Drawing.Color.Transparent;
- this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel5.Location = new System.Drawing.Point(32, 223);
- this.uiLabel5.Name = "uiLabel5";
- this.uiLabel5.Size = new System.Drawing.Size(140, 36);
- 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);
- //
- // tbPassword
- //
- this.tbPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbPassword.DoubleValue = 860228D;
- this.tbPassword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPassword.IntValue = 860228;
- this.tbPassword.Location = new System.Drawing.Point(167, 311);
- this.tbPassword.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbPassword.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbPassword.Name = "tbPassword";
- this.tbPassword.PasswordChar = '*';
- this.tbPassword.ShowText = false;
- this.tbPassword.Size = new System.Drawing.Size(531, 37);
- this.tbPassword.TabIndex = 7;
- this.tbPassword.Text = "860228";
- this.tbPassword.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbPassword.Watermark = "手工输入";
- this.tbPassword.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel4
- //
- this.uiLabel4.BackColor = System.Drawing.Color.Transparent;
- this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel4.Location = new System.Drawing.Point(32, 311);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(140, 35);
- this.uiLabel4.TabIndex = 6;
- this.uiLabel4.Text = "密码";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbBusinessType
- //
- this.cbBusinessType.DataSource = null;
- this.cbBusinessType.Enabled = false;
- this.cbBusinessType.FillColor = System.Drawing.Color.White;
- this.cbBusinessType.FilterMaxCount = 50;
- this.cbBusinessType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbBusinessType.Items.AddRange(new object[] {
- "101 挂号 ",
- "102 住院建档 ",
- "103 入院登记 ",
- "104 缴纳预缴金 ",
- "201 问诊 ",
- "202 预约检查",
- "203 检查 ",
- "204 治疗 ",
- "301 结算 ",
- "302 取药 ",
- "303 取报告",
- "304 打印票据和清单",
- "305 病历材料复印"});
- this.cbBusinessType.Location = new System.Drawing.Point(167, 176);
- this.cbBusinessType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbBusinessType.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbBusinessType.Name = "cbBusinessType";
- this.cbBusinessType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbBusinessType.Size = new System.Drawing.Size(531, 35);
- this.cbBusinessType.TabIndex = 5;
- this.cbBusinessType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbBusinessType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel3
- //
- this.uiLabel3.BackColor = System.Drawing.Color.Transparent;
- this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel3.Location = new System.Drawing.Point(32, 169);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(140, 36);
- this.uiLabel3.TabIndex = 4;
- this.uiLabel3.Text = "业务类型";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.BackColor = System.Drawing.Color.Transparent;
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.Location = new System.Drawing.Point(32, 91);
- 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);
- //
- // tbID
- //
- this.tbID.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tbID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbID.Location = new System.Drawing.Point(167, 132);
- this.tbID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tbID.MinimumSize = new System.Drawing.Size(1, 16);
- this.tbID.Name = "tbID";
- this.tbID.ShowText = false;
- this.tbID.Size = new System.Drawing.Size(531, 34);
- this.tbID.TabIndex = 1;
- this.tbID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tbID.Watermark = "手工输入";
- this.tbID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // lblNo
- //
- this.lblNo.BackColor = System.Drawing.Color.Transparent;
- this.lblNo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblNo.Location = new System.Drawing.Point(32, 132);
- this.lblNo.Name = "lblNo";
- this.lblNo.Size = new System.Drawing.Size(140, 29);
- this.lblNo.TabIndex = 0;
- this.lblNo.Text = "身份证号";
- this.lblNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.lblNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // ChooseCard
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(766, 571);
- this.Controls.Add(this.uiPanel2);
- this.Controls.Add(this.uiPanel1);
- this.Controls.Add(this.rbgCardType);
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "ChooseCard";
- this.Text = "医保读卡";
- this.Load += new System.EventHandler(this.ChooseCard_Load);
- this.uiPanel1.ResumeLayout(false);
- this.uiPanel2.ResumeLayout(false);
- this.uiPanel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UIRadioButtonGroup rbgCardType;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UILabel uiLabel2;
- public Sunny.UI.UITextBox tbID;
- private Sunny.UI.UILabel lblNo;
- private Sunny.UI.UIButton btCancle;
- private Sunny.UI.UIButton btOk;
- private Sunny.UI.UIComboBox cbBusinessType;
- private Sunny.UI.UILabel uiLabel3;
- public Sunny.UI.UITextBox tbPassword;
- private Sunny.UI.UILabel uiLabel4;
- public Sunny.UI.UIComboBox cbCardType;
- private Sunny.UI.UILabel uiLabel5;
- public Sunny.UI.UIComboBox cbCardLevel;
- private Sunny.UI.UILabel uiLabel6;
- private Sunny.UI.UITextBox cbCBD;
- private Sunny.UI.UITextBox tbName;
- private Sunny.UI.UILabel uiLabel7;
- public PTControl.DBLookupCombox dblkcbxPsnCertType;
- private System.Windows.Forms.Label label4;
- }
- }
|