| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457 | 
							- 
 
- namespace PTMedicalInsurance.Forms
 
- {
 
-     partial class OutpatientRegistration
 
-     {
 
-         /// <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()
 
-         {
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             this.panel2 = new System.Windows.Forms.Panel();
 
-             this.dgvDiagnose = new System.Windows.Forms.DataGridView();
 
-             this.diag_srt_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.maindiag_flag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 
-             this.diag_type_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.diag_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.diag_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.dise_dor_no = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.dise_dor_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.diag_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.diag_dept = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.adm_cond = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.uiPanel2 = new Sunny.UI.UIPanel();
 
-             this.btnCancel = new Sunny.UI.UIButton();
 
-             this.btnOK = new Sunny.UI.UIButton();
 
-             this.uiPanel1 = new Sunny.UI.UIPanel();
 
-             this.uiLabel3 = new Sunny.UI.UILabel();
 
-             this.uiLabel1 = new Sunny.UI.UILabel();
 
-             this.cbb_JZRQLX = new Sunny.UI.UIComboBox();
 
-             this.uiLabel10 = new Sunny.UI.UILabel();
 
-             this.chk_WSBZ = new Sunny.UI.UICheckBox();
 
-             this.chk_SJDSFBZ = new Sunny.UI.UICheckBox();
 
-             this.cbxAccountPay = new Sunny.UI.UICheckBox();
 
-             this.dblkcbxMedicalType = new PTControl.DBLookupCombox();
 
-             this.dblkcbxInsuranceType = new PTControl.DBLookupCombox();
 
-             this.panel2.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).BeginInit();
 
-             this.uiPanel2.SuspendLayout();
 
-             this.uiPanel1.SuspendLayout();
 
-             this.SuspendLayout();
 
-             // 
 
-             // panel2
 
-             // 
 
-             this.panel2.Controls.Add(this.dgvDiagnose);
 
-             this.panel2.Controls.Add(this.uiPanel2);
 
-             this.panel2.Controls.Add(this.uiPanel1);
 
-             this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.panel2.Location = new System.Drawing.Point(0, 0);
 
-             this.panel2.Name = "panel2";
 
-             this.panel2.Size = new System.Drawing.Size(1053, 425);
 
-             this.panel2.TabIndex = 13;
 
-             // 
 
-             // dgvDiagnose
 
-             // 
 
-             this.dgvDiagnose.AllowUserToAddRows = false;
 
-             this.dgvDiagnose.BorderStyle = System.Windows.Forms.BorderStyle.None;
 
-             dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.ButtonShadow;
 
-             dataGridViewCellStyle3.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
 
-             dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
 
-             dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvDiagnose.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
 
-             this.dgvDiagnose.ColumnHeadersHeight = 40;
 
-             this.dgvDiagnose.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
 
-             this.dgvDiagnose.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 
-             this.diag_srt_no,
 
-             this.maindiag_flag,
 
-             this.diag_type_name,
 
-             this.diag_code,
 
-             this.diag_name,
 
-             this.dise_dor_no,
 
-             this.dise_dor_name,
 
-             this.diag_time,
 
-             this.diag_dept,
 
-             this.adm_cond});
 
-             this.dgvDiagnose.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgvDiagnose.Location = new System.Drawing.Point(0, 127);
 
-             this.dgvDiagnose.Name = "dgvDiagnose";
 
-             this.dgvDiagnose.RowHeadersWidth = 51;
 
-             this.dgvDiagnose.RowTemplate.Height = 30;
 
-             this.dgvDiagnose.Size = new System.Drawing.Size(1053, 235);
 
-             this.dgvDiagnose.TabIndex = 24;
 
-             // 
 
-             // diag_srt_no
 
-             // 
 
-             this.diag_srt_no.DataPropertyName = "diag_srt_no";
 
-             this.diag_srt_no.FillWeight = 60F;
 
-             this.diag_srt_no.HeaderText = "序号";
 
-             this.diag_srt_no.MinimumWidth = 60;
 
-             this.diag_srt_no.Name = "diag_srt_no";
 
-             this.diag_srt_no.Width = 65;
 
-             // 
 
-             // maindiag_flag
 
-             // 
 
-             this.maindiag_flag.DataPropertyName = "maindiag_flag";
 
-             this.maindiag_flag.FillWeight = 75F;
 
-             this.maindiag_flag.HeaderText = "主诊断";
 
-             this.maindiag_flag.MinimumWidth = 75;
 
-             this.maindiag_flag.Name = "maindiag_flag";
 
-             this.maindiag_flag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.maindiag_flag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
 
-             this.maindiag_flag.Width = 80;
 
-             // 
 
-             // diag_type_name
 
-             // 
 
-             this.diag_type_name.DataPropertyName = "diag_type_name";
 
-             this.diag_type_name.FillWeight = 110F;
 
-             this.diag_type_name.HeaderText = "诊断类别";
 
-             this.diag_type_name.MinimumWidth = 110;
 
-             this.diag_type_name.Name = "diag_type_name";
 
-             this.diag_type_name.Width = 110;
 
-             // 
 
-             // diag_code
 
-             // 
 
-             this.diag_code.DataPropertyName = "diag_code";
 
-             this.diag_code.FillWeight = 120F;
 
-             this.diag_code.HeaderText = "诊断编码";
 
-             this.diag_code.MinimumWidth = 120;
 
-             this.diag_code.Name = "diag_code";
 
-             this.diag_code.Width = 120;
 
-             // 
 
-             // diag_name
 
-             // 
 
-             this.diag_name.DataPropertyName = "diag_name";
 
-             this.diag_name.FillWeight = 120F;
 
-             this.diag_name.HeaderText = "诊断名称";
 
-             this.diag_name.MinimumWidth = 120;
 
-             this.diag_name.Name = "diag_name";
 
-             this.diag_name.Width = 120;
 
-             // 
 
-             // dise_dor_no
 
-             // 
 
-             this.dise_dor_no.DataPropertyName = "dise_dor_no";
 
-             this.dise_dor_no.FillWeight = 140F;
 
-             this.dise_dor_no.HeaderText = "医保医师编号";
 
-             this.dise_dor_no.MinimumWidth = 140;
 
-             this.dise_dor_no.Name = "dise_dor_no";
 
-             this.dise_dor_no.Width = 140;
 
-             // 
 
-             // dise_dor_name
 
-             // 
 
-             this.dise_dor_name.DataPropertyName = "dise_dor_name";
 
-             this.dise_dor_name.HeaderText = "医生姓名";
 
-             this.dise_dor_name.MinimumWidth = 100;
 
-             this.dise_dor_name.Name = "dise_dor_name";
 
-             // 
 
-             // diag_time
 
-             // 
 
-             this.diag_time.DataPropertyName = "diag_time";
 
-             this.diag_time.FillWeight = 180F;
 
-             this.diag_time.HeaderText = "诊断时间";
 
-             this.diag_time.MinimumWidth = 180;
 
-             this.diag_time.Name = "diag_time";
 
-             this.diag_time.Width = 180;
 
-             // 
 
-             // diag_dept
 
-             // 
 
-             this.diag_dept.DataPropertyName = "diag_dept";
 
-             this.diag_dept.FillWeight = 120F;
 
-             this.diag_dept.HeaderText = "就诊科室";
 
-             this.diag_dept.MinimumWidth = 120;
 
-             this.diag_dept.Name = "diag_dept";
 
-             this.diag_dept.Width = 120;
 
-             // 
 
-             // adm_cond
 
-             // 
 
-             this.adm_cond.DataPropertyName = "adm_cond";
 
-             this.adm_cond.FillWeight = 120F;
 
-             this.adm_cond.HeaderText = "入院病情";
 
-             this.adm_cond.MinimumWidth = 120;
 
-             this.adm_cond.Name = "adm_cond";
 
-             this.adm_cond.Width = 120;
 
-             // 
 
-             // uiPanel2
 
-             // 
 
-             this.uiPanel2.Controls.Add(this.btnCancel);
 
-             this.uiPanel2.Controls.Add(this.btnOK);
 
-             this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             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, 362);
 
-             this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel2.Name = "uiPanel2";
 
-             this.uiPanel2.Size = new System.Drawing.Size(1053, 63);
 
-             this.uiPanel2.TabIndex = 23;
 
-             this.uiPanel2.Text = null;
 
-             this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnCancel
 
-             // 
 
-             this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnCancel.Location = new System.Drawing.Point(892, 11);
 
-             this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnCancel.Name = "btnCancel";
 
-             this.btnCancel.Size = new System.Drawing.Size(100, 41);
 
-             this.btnCancel.TabIndex = 5;
 
-             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);
 
-             // 
 
-             // btnOK
 
-             // 
 
-             this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnOK.Location = new System.Drawing.Point(774, 11);
 
-             this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnOK.Name = "btnOK";
 
-             this.btnOK.Size = new System.Drawing.Size(100, 41);
 
-             this.btnOK.TabIndex = 4;
 
-             this.btnOK.Text = "确   定";
 
-             this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
 
-             // 
 
-             // uiPanel1
 
-             // 
 
-             this.uiPanel1.Controls.Add(this.uiLabel3);
 
-             this.uiPanel1.Controls.Add(this.uiLabel1);
 
-             this.uiPanel1.Controls.Add(this.cbb_JZRQLX);
 
-             this.uiPanel1.Controls.Add(this.uiLabel10);
 
-             this.uiPanel1.Controls.Add(this.chk_WSBZ);
 
-             this.uiPanel1.Controls.Add(this.chk_SJDSFBZ);
 
-             this.uiPanel1.Controls.Add(this.cbxAccountPay);
 
-             this.uiPanel1.Controls.Add(this.dblkcbxMedicalType);
 
-             this.uiPanel1.Controls.Add(this.dblkcbxInsuranceType);
 
-             this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
 
-             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, 0);
 
-             this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel1.Name = "uiPanel1";
 
-             this.uiPanel1.Size = new System.Drawing.Size(1053, 127);
 
-             this.uiPanel1.TabIndex = 22;
 
-             this.uiPanel1.Text = null;
 
-             this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel1.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(103, 74);
 
-             this.uiLabel3.Name = "uiLabel3";
 
-             this.uiLabel3.Size = new System.Drawing.Size(79, 29);
 
-             this.uiLabel3.TabIndex = 39;
 
-             this.uiLabel3.Text = "医疗类别";
 
-             this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel3.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(103, 24);
 
-             this.uiLabel1.Name = "uiLabel1";
 
-             this.uiLabel1.Size = new System.Drawing.Size(79, 29);
 
-             this.uiLabel1.TabIndex = 38;
 
-             this.uiLabel1.Text = "险种类型";
 
-             this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbb_JZRQLX
 
-             // 
 
-             this.cbb_JZRQLX.DataSource = null;
 
-             this.cbb_JZRQLX.FillColor = System.Drawing.Color.White;
 
-             this.cbb_JZRQLX.FilterMaxCount = 50;
 
-             this.cbb_JZRQLX.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbb_JZRQLX.Items.AddRange(new object[] {
 
-             "1.新冠肺炎患者",
 
-             "2.其他国家突发公共事件",
 
-             "3.新冠肺炎疑似患者",
 
-             "4.无症状感染者"});
 
-             this.cbb_JZRQLX.Location = new System.Drawing.Point(691, 24);
 
-             this.cbb_JZRQLX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbb_JZRQLX.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbb_JZRQLX.Name = "cbb_JZRQLX";
 
-             this.cbb_JZRQLX.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbb_JZRQLX.Size = new System.Drawing.Size(300, 29);
 
-             this.cbb_JZRQLX.TabIndex = 34;
 
-             this.cbb_JZRQLX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbb_JZRQLX.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel10
 
-             // 
 
-             this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel10.Location = new System.Drawing.Point(548, 23);
 
-             this.uiLabel10.Name = "uiLabel10";
 
-             this.uiLabel10.Size = new System.Drawing.Size(107, 29);
 
-             this.uiLabel10.TabIndex = 33;
 
-             this.uiLabel10.Text = "就诊人群类型";
 
-             this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // chk_WSBZ
 
-             // 
 
-             this.chk_WSBZ.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.chk_WSBZ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.chk_WSBZ.Location = new System.Drawing.Point(717, 74);
 
-             this.chk_WSBZ.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.chk_WSBZ.Name = "chk_WSBZ";
 
-             this.chk_WSBZ.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
 
-             this.chk_WSBZ.Size = new System.Drawing.Size(97, 29);
 
-             this.chk_WSBZ.TabIndex = 32;
 
-             this.chk_WSBZ.Text = "外伤标志";
 
-             this.chk_WSBZ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // chk_SJDSFBZ
 
-             // 
 
-             this.chk_SJDSFBZ.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.chk_SJDSFBZ.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.chk_SJDSFBZ.Location = new System.Drawing.Point(552, 74);
 
-             this.chk_SJDSFBZ.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.chk_SJDSFBZ.Name = "chk_SJDSFBZ";
 
-             this.chk_SJDSFBZ.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
 
-             this.chk_SJDSFBZ.Size = new System.Drawing.Size(139, 29);
 
-             this.chk_SJDSFBZ.TabIndex = 31;
 
-             this.chk_SJDSFBZ.Text = "涉及第三方标志";
 
-             this.chk_SJDSFBZ.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbxAccountPay
 
-             // 
 
-             this.cbxAccountPay.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.cbxAccountPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbxAccountPay.Location = new System.Drawing.Point(834, 74);
 
-             this.cbxAccountPay.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.cbxAccountPay.Name = "cbxAccountPay";
 
-             this.cbxAccountPay.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
 
-             this.cbxAccountPay.Size = new System.Drawing.Size(155, 29);
 
-             this.cbxAccountPay.TabIndex = 25;
 
-             this.cbxAccountPay.Text = "使用医保账户支付";
 
-             this.cbxAccountPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dblkcbxMedicalType
 
-             // 
 
-             this.dblkcbxMedicalType.FormattingEnabled = true;
 
-             this.dblkcbxMedicalType.Location = new System.Drawing.Point(188, 74);
 
-             this.dblkcbxMedicalType.Name = "dblkcbxMedicalType";
 
-             this.dblkcbxMedicalType.NullValue = "";
 
-             this.dblkcbxMedicalType.PopupGridAutoSize = false;
 
-             this.dblkcbxMedicalType.RowFilterVisible = false;
 
-             this.dblkcbxMedicalType.sDisplayField = "";
 
-             this.dblkcbxMedicalType.sDisplayMember = "";
 
-             this.dblkcbxMedicalType.SeparatorChar = "|";
 
-             this.dblkcbxMedicalType.Size = new System.Drawing.Size(257, 29);
 
-             this.dblkcbxMedicalType.sKeyWords = "";
 
-             this.dblkcbxMedicalType.sValueMember = "";
 
-             this.dblkcbxMedicalType.TabIndex = 24;
 
-             this.dblkcbxMedicalType.Value = "";
 
-             this.dblkcbxMedicalType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxMedicalType_AfterSelector);
 
-             // 
 
-             // dblkcbxInsuranceType
 
-             // 
 
-             this.dblkcbxInsuranceType.FormattingEnabled = true;
 
-             this.dblkcbxInsuranceType.Location = new System.Drawing.Point(188, 24);
 
-             this.dblkcbxInsuranceType.Name = "dblkcbxInsuranceType";
 
-             this.dblkcbxInsuranceType.NullValue = "";
 
-             this.dblkcbxInsuranceType.PopupGridAutoSize = false;
 
-             this.dblkcbxInsuranceType.RowFilterVisible = false;
 
-             this.dblkcbxInsuranceType.sDisplayField = "";
 
-             this.dblkcbxInsuranceType.sDisplayMember = "";
 
-             this.dblkcbxInsuranceType.SeparatorChar = "|";
 
-             this.dblkcbxInsuranceType.Size = new System.Drawing.Size(257, 29);
 
-             this.dblkcbxInsuranceType.sKeyWords = "";
 
-             this.dblkcbxInsuranceType.sValueMember = "";
 
-             this.dblkcbxInsuranceType.TabIndex = 23;
 
-             this.dblkcbxInsuranceType.Value = "";
 
-             this.dblkcbxInsuranceType.AfterSelector += new PTControl.AfterSelectorEventHandler(this.dblkcbxInsuranceType_AfterSelector);
 
-             // 
 
-             // OutpatientRegistration
 
-             // 
 
-             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
 
-             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
-             this.ClientSize = new System.Drawing.Size(1053, 425);
 
-             this.Controls.Add(this.panel2);
 
-             this.Font = new System.Drawing.Font("新宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.Margin = new System.Windows.Forms.Padding(4);
 
-             this.Name = "OutpatientRegistration";
 
-             this.Text = "医保登记";
 
-             this.Load += new System.EventHandler(this.OutpatientRegistration_Load);
 
-             this.panel2.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvDiagnose)).EndInit();
 
-             this.uiPanel2.ResumeLayout(false);
 
-             this.uiPanel1.ResumeLayout(false);
 
-             this.ResumeLayout(false);
 
-         }
 
-         #endregion
 
-         public string DiseaseTypeValue
 
-         {
 
-             get { return dtDisease.Columns[""].ToString(); }
 
-         }
 
-         private System.Windows.Forms.Panel panel2;
 
-         private System.Windows.Forms.DataGridView dgvDiagnose;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn diag_srt_no;
 
-         private System.Windows.Forms.DataGridViewCheckBoxColumn maindiag_flag;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn diag_type_name;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn diag_code;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn diag_name;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_no;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn dise_dor_name;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn diag_time;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn diag_dept;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn adm_cond;
 
-         private Sunny.UI.UIPanel uiPanel2;
 
-         private Sunny.UI.UIButton btnCancel;
 
-         private Sunny.UI.UIButton btnOK;
 
-         private Sunny.UI.UIPanel uiPanel1;
 
-         private Sunny.UI.UILabel uiLabel3;
 
-         private Sunny.UI.UILabel uiLabel1;
 
-         public Sunny.UI.UIComboBox cbb_JZRQLX;
 
-         private Sunny.UI.UILabel uiLabel10;
 
-         private Sunny.UI.UICheckBox chk_WSBZ;
 
-         private Sunny.UI.UICheckBox chk_SJDSFBZ;
 
-         private Sunny.UI.UICheckBox cbxAccountPay;
 
-         public PTControl.DBLookupCombox dblkcbxMedicalType;
 
-         public PTControl.DBLookupCombox dblkcbxInsuranceType;
 
-     }
 
- }
 
 
  |