| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743 | 
							- 
 
- namespace PTMedicalInsurance.Forms
 
- {
 
-     partial class PrescriptionCirculation
 
-     {
 
-         /// <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.components = new System.ComponentModel.Container();
 
-             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();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
 
-             this.tc_Main = new Sunny.UI.UITabControl();
 
-             this.tb_PresUpload = new System.Windows.Forms.TabPage();
 
-             this.gb_HISInsuReg = new Sunny.UI.UIGroupBox();
 
-             this.dgv_HISRegInfo = new Sunny.UI.UIDataGridView();
 
-             this.gb_Prescription = new Sunny.UI.UIGroupBox();
 
-             this.dgv_PrescriptionInfo = new Sunny.UI.UIDataGridView();
 
-             this.uiPanel1 = new Sunny.UI.UIPanel();
 
-             this.uiLabel2 = new Sunny.UI.UILabel();
 
-             this.uiLabel1 = new Sunny.UI.UILabel();
 
-             this.dtED = new Sunny.UI.UIDatetimePicker();
 
-             this.dtST = new Sunny.UI.UIDatetimePicker();
 
-             this.tb_CertNo = new Sunny.UI.UITextBox();
 
-             this.btnGetInfo = new Sunny.UI.UIButton();
 
-             this.btnClose = new Sunny.UI.UIButton();
 
-             this.btnPresUpload = new Sunny.UI.UIButton();
 
-             this.tb_QueryPres = new System.Windows.Forms.TabPage();
 
-             this.uiPanel2 = new Sunny.UI.UIPanel();
 
-             this.cbx_DocInfo = new PTControl.DBLookupCombox();
 
-             this.label4 = new System.Windows.Forms.Label();
 
-             this.rtb_CancelReason = new Sunny.UI.UIRichTextBox();
 
-             this.rg_type = new Sunny.UI.UIRadioButtonGroup();
 
-             this.uiLabel3 = new Sunny.UI.UILabel();
 
-             this.uiLabel4 = new Sunny.UI.UILabel();
 
-             this.dt_Et = new Sunny.UI.UIDatetimePicker();
 
-             this.dt_St = new Sunny.UI.UIDatetimePicker();
 
-             this.tb_CertnoQuery = new Sunny.UI.UITextBox();
 
-             this.btnQuery = new Sunny.UI.UIButton();
 
-             this.uiButton3 = new Sunny.UI.UIButton();
 
-             this.btnCancel = new Sunny.UI.UIButton();
 
-             this.dgv_Master = new Sunny.UI.UIDataGridView();
 
-             this.tc_Main.SuspendLayout();
 
-             this.tb_PresUpload.SuspendLayout();
 
-             this.gb_HISInsuReg.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgv_HISRegInfo)).BeginInit();
 
-             this.gb_Prescription.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgv_PrescriptionInfo)).BeginInit();
 
-             this.uiPanel1.SuspendLayout();
 
-             this.tb_QueryPres.SuspendLayout();
 
-             this.uiPanel2.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgv_Master)).BeginInit();
 
-             this.SuspendLayout();
 
-             // 
 
-             // notifyIcon1
 
-             // 
 
-             this.notifyIcon1.Text = "notifyIcon1";
 
-             this.notifyIcon1.Visible = true;
 
-             // 
 
-             // tc_Main
 
-             // 
 
-             this.tc_Main.Controls.Add(this.tb_PresUpload);
 
-             this.tc_Main.Controls.Add(this.tb_QueryPres);
 
-             this.tc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.tc_Main.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
 
-             this.tc_Main.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tc_Main.ItemSize = new System.Drawing.Size(180, 40);
 
-             this.tc_Main.Location = new System.Drawing.Point(0, 0);
 
-             this.tc_Main.MainPage = "";
 
-             this.tc_Main.Name = "tc_Main";
 
-             this.tc_Main.SelectedIndex = 0;
 
-             this.tc_Main.Size = new System.Drawing.Size(1267, 724);
 
-             this.tc_Main.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
 
-             this.tc_Main.TabIndex = 1;
 
-             this.tc_Main.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tc_Main.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_PresUpload
 
-             // 
 
-             this.tb_PresUpload.Controls.Add(this.gb_HISInsuReg);
 
-             this.tb_PresUpload.Controls.Add(this.gb_Prescription);
 
-             this.tb_PresUpload.Controls.Add(this.uiPanel1);
 
-             this.tb_PresUpload.Location = new System.Drawing.Point(0, 40);
 
-             this.tb_PresUpload.Name = "tb_PresUpload";
 
-             this.tb_PresUpload.Size = new System.Drawing.Size(1267, 684);
 
-             this.tb_PresUpload.TabIndex = 0;
 
-             this.tb_PresUpload.Text = "外配处方上传";
 
-             this.tb_PresUpload.UseVisualStyleBackColor = true;
 
-             // 
 
-             // gb_HISInsuReg
 
-             // 
 
-             this.gb_HISInsuReg.Controls.Add(this.dgv_HISRegInfo);
 
-             this.gb_HISInsuReg.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.gb_HISInsuReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gb_HISInsuReg.Location = new System.Drawing.Point(0, 0);
 
-             this.gb_HISInsuReg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gb_HISInsuReg.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gb_HISInsuReg.Name = "gb_HISInsuReg";
 
-             this.gb_HISInsuReg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gb_HISInsuReg.Size = new System.Drawing.Size(1267, 303);
 
-             this.gb_HISInsuReg.TabIndex = 9;
 
-             this.gb_HISInsuReg.Text = "HIS就诊信息(点击查看处方明细)";
 
-             this.gb_HISInsuReg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gb_HISInsuReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dgv_HISRegInfo
 
-             // 
 
-             this.dgv_HISRegInfo.AllowUserToAddRows = false;
 
-             dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.dgv_HISRegInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
 
-             this.dgv_HISRegInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.dgv_HISRegInfo.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.dgv_HISRegInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
 
-             this.dgv_HISRegInfo.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.dgv_HISRegInfo.DefaultCellStyle = dataGridViewCellStyle3;
 
-             this.dgv_HISRegInfo.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgv_HISRegInfo.EnableHeadersVisualStyles = false;
 
-             this.dgv_HISRegInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgv_HISRegInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
 
-             this.dgv_HISRegInfo.Location = new System.Drawing.Point(0, 32);
 
-             this.dgv_HISRegInfo.Name = "dgv_HISRegInfo";
 
-             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.dgv_HISRegInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
 
-             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.dgv_HISRegInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
 
-             this.dgv_HISRegInfo.RowTemplate.Height = 23;
 
-             this.dgv_HISRegInfo.SelectedIndex = -1;
 
-             this.dgv_HISRegInfo.Size = new System.Drawing.Size(1267, 271);
 
-             this.dgv_HISRegInfo.TabIndex = 4;
 
-             this.dgv_HISRegInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.dgv_HISRegInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_HISRegInfo_CellClick);
 
-             // 
 
-             // gb_Prescription
 
-             // 
 
-             this.gb_Prescription.Controls.Add(this.dgv_PrescriptionInfo);
 
-             this.gb_Prescription.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.gb_Prescription.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gb_Prescription.Location = new System.Drawing.Point(0, 303);
 
-             this.gb_Prescription.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gb_Prescription.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gb_Prescription.Name = "gb_Prescription";
 
-             this.gb_Prescription.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gb_Prescription.Size = new System.Drawing.Size(1267, 298);
 
-             this.gb_Prescription.TabIndex = 6;
 
-             this.gb_Prescription.Text = "处方信息";
 
-             this.gb_Prescription.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gb_Prescription.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dgv_PrescriptionInfo
 
-             // 
 
-             this.dgv_PrescriptionInfo.AllowUserToAddRows = false;
 
-             dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.dgv_PrescriptionInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
 
-             this.dgv_PrescriptionInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.dgv_PrescriptionInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
 
-             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 
-             dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgv_PrescriptionInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
 
-             this.dgv_PrescriptionInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 
-             this.dgv_PrescriptionInfo.DefaultCellStyle = dataGridViewCellStyle8;
 
-             this.dgv_PrescriptionInfo.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgv_PrescriptionInfo.EnableHeadersVisualStyles = false;
 
-             this.dgv_PrescriptionInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgv_PrescriptionInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
 
-             this.dgv_PrescriptionInfo.Location = new System.Drawing.Point(0, 32);
 
-             this.dgv_PrescriptionInfo.Name = "dgv_PrescriptionInfo";
 
-             dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgv_PrescriptionInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
 
-             dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             this.dgv_PrescriptionInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
 
-             this.dgv_PrescriptionInfo.RowTemplate.Height = 23;
 
-             this.dgv_PrescriptionInfo.SelectedIndex = -1;
 
-             this.dgv_PrescriptionInfo.Size = new System.Drawing.Size(1267, 266);
 
-             this.dgv_PrescriptionInfo.TabIndex = 5;
 
-             this.dgv_PrescriptionInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiPanel1
 
-             // 
 
-             this.uiPanel1.Controls.Add(this.uiLabel2);
 
-             this.uiPanel1.Controls.Add(this.uiLabel1);
 
-             this.uiPanel1.Controls.Add(this.dtED);
 
-             this.uiPanel1.Controls.Add(this.dtST);
 
-             this.uiPanel1.Controls.Add(this.tb_CertNo);
 
-             this.uiPanel1.Controls.Add(this.btnGetInfo);
 
-             this.uiPanel1.Controls.Add(this.btnClose);
 
-             this.uiPanel1.Controls.Add(this.btnPresUpload);
 
-             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, 601);
 
-             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(1267, 83);
 
-             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);
 
-             // 
 
-             // uiLabel2
 
-             // 
 
-             this.uiLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             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(309, 11);
 
-             this.uiLabel2.Name = "uiLabel2";
 
-             this.uiLabel2.Size = new System.Drawing.Size(90, 23);
 
-             this.uiLabel2.TabIndex = 39;
 
-             this.uiLabel2.Text = "身份证号:";
 
-             this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel1
 
-             // 
 
-             this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             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(16, 11);
 
-             this.uiLabel1.Name = "uiLabel1";
 
-             this.uiLabel1.Size = new System.Drawing.Size(90, 23);
 
-             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);
 
-             // 
 
-             // dtED
 
-             // 
 
-             this.dtED.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.dtED.FillColor = System.Drawing.Color.White;
 
-             this.dtED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dtED.Location = new System.Drawing.Point(109, 44);
 
-             this.dtED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dtED.MaxLength = 19;
 
-             this.dtED.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dtED.Name = "dtED";
 
-             this.dtED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dtED.Size = new System.Drawing.Size(183, 29);
 
-             this.dtED.SymbolDropDown = 61555;
 
-             this.dtED.SymbolNormal = 61555;
 
-             this.dtED.TabIndex = 37;
 
-             this.dtED.Text = "2023-06-15 00:00:00";
 
-             this.dtED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dtED.Value = new System.DateTime(2023, 6, 15, 0, 0, 0, 0);
 
-             this.dtED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dtST
 
-             // 
 
-             this.dtST.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.dtST.FillColor = System.Drawing.Color.White;
 
-             this.dtST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dtST.Location = new System.Drawing.Point(109, 9);
 
-             this.dtST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dtST.MaxLength = 19;
 
-             this.dtST.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dtST.Name = "dtST";
 
-             this.dtST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dtST.Size = new System.Drawing.Size(183, 29);
 
-             this.dtST.SymbolDropDown = 61555;
 
-             this.dtST.SymbolNormal = 61555;
 
-             this.dtST.TabIndex = 36;
 
-             this.dtST.Text = "2023-06-14 00:00:00";
 
-             this.dtST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dtST.Value = new System.DateTime(2023, 6, 14, 0, 0, 0, 0);
 
-             this.dtST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_CertNo
 
-             // 
 
-             this.tb_CertNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.tb_CertNo.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_CertNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_CertNo.Location = new System.Drawing.Point(307, 44);
 
-             this.tb_CertNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_CertNo.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_CertNo.Name = "tb_CertNo";
 
-             this.tb_CertNo.ShowText = false;
 
-             this.tb_CertNo.Size = new System.Drawing.Size(175, 29);
 
-             this.tb_CertNo.TabIndex = 30;
 
-             this.tb_CertNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_CertNo.Watermark = "请输入身份证号";
 
-             this.tb_CertNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnGetInfo
 
-             // 
 
-             this.btnGetInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnGetInfo.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnGetInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnGetInfo.Location = new System.Drawing.Point(916, 11);
 
-             this.btnGetInfo.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnGetInfo.Name = "btnGetInfo";
 
-             this.btnGetInfo.Size = new System.Drawing.Size(120, 62);
 
-             this.btnGetInfo.TabIndex = 29;
 
-             this.btnGetInfo.Text = "1.查  询";
 
-             this.btnGetInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnGetInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnGetInfo.Click += new System.EventHandler(this.btnGetInfo_Click);
 
-             // 
 
-             // btnClose
 
-             // 
 
-             this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnClose.Location = new System.Drawing.Point(1168, 11);
 
-             this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnClose.Name = "btnClose";
 
-             this.btnClose.Size = new System.Drawing.Size(95, 62);
 
-             this.btnClose.TabIndex = 1;
 
-             this.btnClose.Text = "退    出";
 
-             this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
 
-             // 
 
-             // btnPresUpload
 
-             // 
 
-             this.btnPresUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnPresUpload.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnPresUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnPresUpload.Location = new System.Drawing.Point(1042, 11);
 
-             this.btnPresUpload.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnPresUpload.Name = "btnPresUpload";
 
-             this.btnPresUpload.Size = new System.Drawing.Size(120, 62);
 
-             this.btnPresUpload.TabIndex = 0;
 
-             this.btnPresUpload.Text = "2.确认上传";
 
-             this.btnPresUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnPresUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnPresUpload.Click += new System.EventHandler(this.btnPresUpload_Click);
 
-             // 
 
-             // tb_QueryPres
 
-             // 
 
-             this.tb_QueryPres.Controls.Add(this.uiPanel2);
 
-             this.tb_QueryPres.Controls.Add(this.dgv_Master);
 
-             this.tb_QueryPres.Location = new System.Drawing.Point(0, 40);
 
-             this.tb_QueryPres.Name = "tb_QueryPres";
 
-             this.tb_QueryPres.Size = new System.Drawing.Size(1267, 684);
 
-             this.tb_QueryPres.TabIndex = 1;
 
-             this.tb_QueryPres.Text = "外配处方上传查询";
 
-             this.tb_QueryPres.UseVisualStyleBackColor = true;
 
-             // 
 
-             // uiPanel2
 
-             // 
 
-             this.uiPanel2.Controls.Add(this.cbx_DocInfo);
 
-             this.uiPanel2.Controls.Add(this.label4);
 
-             this.uiPanel2.Controls.Add(this.rtb_CancelReason);
 
-             this.uiPanel2.Controls.Add(this.rg_type);
 
-             this.uiPanel2.Controls.Add(this.uiLabel3);
 
-             this.uiPanel2.Controls.Add(this.uiLabel4);
 
-             this.uiPanel2.Controls.Add(this.dt_Et);
 
-             this.uiPanel2.Controls.Add(this.dt_St);
 
-             this.uiPanel2.Controls.Add(this.tb_CertnoQuery);
 
-             this.uiPanel2.Controls.Add(this.btnQuery);
 
-             this.uiPanel2.Controls.Add(this.uiButton3);
 
-             this.uiPanel2.Controls.Add(this.btnCancel);
 
-             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, 583);
 
-             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(1267, 101);
 
-             this.uiPanel2.TabIndex = 7;
 
-             this.uiPanel2.Text = null;
 
-             this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbx_DocInfo
 
-             // 
 
-             this.cbx_DocInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.cbx_DocInfo.FormattingEnabled = true;
 
-             this.cbx_DocInfo.Location = new System.Drawing.Point(649, 7);
 
-             this.cbx_DocInfo.Name = "cbx_DocInfo";
 
-             this.cbx_DocInfo.NullValue = "";
 
-             this.cbx_DocInfo.PopupGridAutoSize = false;
 
-             this.cbx_DocInfo.RowFilterVisible = false;
 
-             this.cbx_DocInfo.sDisplayField = "";
 
-             this.cbx_DocInfo.sDisplayMember = "";
 
-             this.cbx_DocInfo.SeparatorChar = "|";
 
-             this.cbx_DocInfo.Size = new System.Drawing.Size(230, 29);
 
-             this.cbx_DocInfo.sKeyWords = "";
 
-             this.cbx_DocInfo.sValueMember = "";
 
-             this.cbx_DocInfo.TabIndex = 43;
 
-             this.cbx_DocInfo.Value = "";
 
-             // 
 
-             // label4
 
-             // 
 
-             this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.label4.AutoSize = true;
 
-             this.label4.ForeColor = System.Drawing.SystemColors.InfoText;
 
-             this.label4.Location = new System.Drawing.Point(552, 11);
 
-             this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
 
-             this.label4.Name = "label4";
 
-             this.label4.Size = new System.Drawing.Size(90, 21);
 
-             this.label4.TabIndex = 42;
 
-             this.label4.Text = "撤销医师:";
 
-             // 
 
-             // rtb_CancelReason
 
-             // 
 
-             this.rtb_CancelReason.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.rtb_CancelReason.FillColor = System.Drawing.Color.White;
 
-             this.rtb_CancelReason.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rtb_CancelReason.Location = new System.Drawing.Point(552, 37);
 
-             this.rtb_CancelReason.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rtb_CancelReason.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rtb_CancelReason.Name = "rtb_CancelReason";
 
-             this.rtb_CancelReason.Padding = new System.Windows.Forms.Padding(2);
 
-             this.rtb_CancelReason.ShowText = false;
 
-             this.rtb_CancelReason.Size = new System.Drawing.Size(328, 58);
 
-             this.rtb_CancelReason.TabIndex = 41;
 
-             this.rtb_CancelReason.Text = "请输入撤销原因";
 
-             this.rtb_CancelReason.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rtb_CancelReason.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rg_type
 
-             // 
 
-             this.rg_type.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
 
-             | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.rg_type.ColumnCount = 2;
 
-             this.rg_type.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rg_type.Items.AddRange(new object[] {
 
-             "全部",
 
-             "已上传",
 
-             "已撤销"});
 
-             this.rg_type.ItemSize = new System.Drawing.Size(100, 35);
 
-             this.rg_type.Location = new System.Drawing.Point(321, 1);
 
-             this.rg_type.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rg_type.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rg_type.Name = "rg_type";
 
-             this.rg_type.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rg_type.Size = new System.Drawing.Size(222, 95);
 
-             this.rg_type.TabIndex = 40;
 
-             this.rg_type.Text = "上传状态";
 
-             this.rg_type.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rg_type.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel3
 
-             // 
 
-             this.uiLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             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(17, 70);
 
-             this.uiLabel3.Name = "uiLabel3";
 
-             this.uiLabel3.Size = new System.Drawing.Size(90, 23);
 
-             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);
 
-             // 
 
-             // uiLabel4
 
-             // 
 
-             this.uiLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             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(17, 10);
 
-             this.uiLabel4.Name = "uiLabel4";
 
-             this.uiLabel4.Size = new System.Drawing.Size(90, 23);
 
-             this.uiLabel4.TabIndex = 38;
 
-             this.uiLabel4.Text = "查询时间:";
 
-             this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dt_Et
 
-             // 
 
-             this.dt_Et.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.dt_Et.FillColor = System.Drawing.Color.White;
 
-             this.dt_Et.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dt_Et.Location = new System.Drawing.Point(113, 37);
 
-             this.dt_Et.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dt_Et.MaxLength = 19;
 
-             this.dt_Et.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dt_Et.Name = "dt_Et";
 
-             this.dt_Et.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dt_Et.Size = new System.Drawing.Size(198, 29);
 
-             this.dt_Et.SymbolDropDown = 61555;
 
-             this.dt_Et.SymbolNormal = 61555;
 
-             this.dt_Et.TabIndex = 37;
 
-             this.dt_Et.Text = "2023-06-15 00:00:00";
 
-             this.dt_Et.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dt_Et.Value = new System.DateTime(2023, 6, 15, 0, 0, 0, 0);
 
-             this.dt_Et.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dt_St
 
-             // 
 
-             this.dt_St.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.dt_St.FillColor = System.Drawing.Color.White;
 
-             this.dt_St.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dt_St.Location = new System.Drawing.Point(113, 7);
 
-             this.dt_St.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dt_St.MaxLength = 19;
 
-             this.dt_St.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dt_St.Name = "dt_St";
 
-             this.dt_St.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dt_St.Size = new System.Drawing.Size(198, 29);
 
-             this.dt_St.SymbolDropDown = 61555;
 
-             this.dt_St.SymbolNormal = 61555;
 
-             this.dt_St.TabIndex = 36;
 
-             this.dt_St.Text = "2023-06-14 00:00:00";
 
-             this.dt_St.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dt_St.Value = new System.DateTime(2023, 6, 14, 0, 0, 0, 0);
 
-             this.dt_St.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_CertnoQuery
 
-             // 
 
-             this.tb_CertnoQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.tb_CertnoQuery.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_CertnoQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_CertnoQuery.Location = new System.Drawing.Point(113, 67);
 
-             this.tb_CertnoQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_CertnoQuery.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_CertnoQuery.Name = "tb_CertnoQuery";
 
-             this.tb_CertnoQuery.ShowText = false;
 
-             this.tb_CertnoQuery.Size = new System.Drawing.Size(198, 29);
 
-             this.tb_CertnoQuery.TabIndex = 30;
 
-             this.tb_CertnoQuery.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_CertnoQuery.Watermark = "请输入身份证号";
 
-             this.tb_CertnoQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnQuery
 
-             // 
 
-             this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnQuery.Location = new System.Drawing.Point(926, 13);
 
-             this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnQuery.Name = "btnQuery";
 
-             this.btnQuery.Size = new System.Drawing.Size(114, 75);
 
-             this.btnQuery.TabIndex = 29;
 
-             this.btnQuery.Text = "查  询";
 
-             this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiButton3
 
-             // 
 
-             this.uiButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton3.Location = new System.Drawing.Point(1156, 13);
 
-             this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton3.Name = "uiButton3";
 
-             this.uiButton3.Size = new System.Drawing.Size(106, 75);
 
-             this.uiButton3.TabIndex = 1;
 
-             this.uiButton3.Text = "退    出";
 
-             this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton3.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(1041, 13);
 
-             this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnCancel.Name = "btnCancel";
 
-             this.btnCancel.Size = new System.Drawing.Size(114, 75);
 
-             this.btnCancel.TabIndex = 0;
 
-             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);
 
-             // 
 
-             // dgv_Master
 
-             // 
 
-             this.dgv_Master.AllowUserToAddRows = false;
 
-             dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.dgv_Master.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
 
-             this.dgv_Master.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.dgv_Master.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
 
-             dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 
-             dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgv_Master.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
 
-             this.dgv_Master.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 
-             this.dgv_Master.DefaultCellStyle = dataGridViewCellStyle13;
 
-             this.dgv_Master.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgv_Master.EnableHeadersVisualStyles = false;
 
-             this.dgv_Master.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgv_Master.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
 
-             this.dgv_Master.Location = new System.Drawing.Point(0, 0);
 
-             this.dgv_Master.Name = "dgv_Master";
 
-             dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgv_Master.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
 
-             dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             this.dgv_Master.RowsDefaultCellStyle = dataGridViewCellStyle15;
 
-             this.dgv_Master.RowTemplate.Height = 23;
 
-             this.dgv_Master.SelectedIndex = -1;
 
-             this.dgv_Master.Size = new System.Drawing.Size(1267, 684);
 
-             this.dgv_Master.TabIndex = 6;
 
-             this.dgv_Master.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // PrescriptionCirculation
 
-             // 
 
-             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 
-             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
-             this.ClientSize = new System.Drawing.Size(1267, 724);
 
-             this.Controls.Add(this.tc_Main);
 
-             this.Name = "PrescriptionCirculation";
 
-             this.Text = "医保外配处方";
 
-             this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Other_FormClosed);
 
-             this.Load += new System.EventHandler(this.Other_Load);
 
-             this.tc_Main.ResumeLayout(false);
 
-             this.tb_PresUpload.ResumeLayout(false);
 
-             this.gb_HISInsuReg.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgv_HISRegInfo)).EndInit();
 
-             this.gb_Prescription.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgv_PrescriptionInfo)).EndInit();
 
-             this.uiPanel1.ResumeLayout(false);
 
-             this.tb_QueryPres.ResumeLayout(false);
 
-             this.uiPanel2.ResumeLayout(false);
 
-             this.uiPanel2.PerformLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgv_Master)).EndInit();
 
-             this.ResumeLayout(false);
 
-         }
 
-         #endregion
 
-         private System.Windows.Forms.NotifyIcon notifyIcon1;
 
-         private Sunny.UI.UITabControl tc_Main;
 
-         private System.Windows.Forms.TabPage tb_PresUpload;
 
-         private Sunny.UI.UIGroupBox gb_HISInsuReg;
 
-         private Sunny.UI.UIDataGridView dgv_HISRegInfo;
 
-         private Sunny.UI.UIGroupBox gb_Prescription;
 
-         private Sunny.UI.UIDataGridView dgv_PrescriptionInfo;
 
-         private Sunny.UI.UIPanel uiPanel1;
 
-         private Sunny.UI.UILabel uiLabel2;
 
-         private Sunny.UI.UILabel uiLabel1;
 
-         private Sunny.UI.UIDatetimePicker dtED;
 
-         private Sunny.UI.UIDatetimePicker dtST;
 
-         private Sunny.UI.UITextBox tb_CertNo;
 
-         private Sunny.UI.UIButton btnGetInfo;
 
-         private Sunny.UI.UIButton btnClose;
 
-         private Sunny.UI.UIButton btnPresUpload;
 
-         private System.Windows.Forms.TabPage tb_QueryPres;
 
-         private Sunny.UI.UIPanel uiPanel2;
 
-         public PTControl.DBLookupCombox cbx_DocInfo;
 
-         private System.Windows.Forms.Label label4;
 
-         private Sunny.UI.UIRichTextBox rtb_CancelReason;
 
-         private Sunny.UI.UIRadioButtonGroup rg_type;
 
-         private Sunny.UI.UILabel uiLabel3;
 
-         private Sunny.UI.UILabel uiLabel4;
 
-         private Sunny.UI.UIDatetimePicker dt_Et;
 
-         private Sunny.UI.UIDatetimePicker dt_St;
 
-         private Sunny.UI.UITextBox tb_CertnoQuery;
 
-         private Sunny.UI.UIButton btnQuery;
 
-         private Sunny.UI.UIButton uiButton3;
 
-         private Sunny.UI.UIButton btnCancel;
 
-         private Sunny.UI.UIDataGridView dgv_Master;
 
-     }
 
- }
 
 
  |