| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740 | 
							- namespace PTMedicalInsurance.Forms
 
- {
 
-     partial class HandleException
 
-     {
 
-         /// <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 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.tcReverse = new Sunny.UI.UITabControl();
 
-             this.tpSettlReverse = new System.Windows.Forms.TabPage();
 
-             this.panel2 = new System.Windows.Forms.Panel();
 
-             this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
 
-             this.uiPagination1 = new Sunny.UI.UIPagination();
 
-             this.uiPanel2 = new Sunny.UI.UIPanel();
 
-             this.uiButton4 = new Sunny.UI.UIButton();
 
-             this.gbExactLocate = new Sunny.UI.UIGroupBox();
 
-             this.tbHisNO = new Sunny.UI.UITextBox();
 
-             this.tbPatSettlID = new Sunny.UI.UITextBox();
 
-             this.tbName = new Sunny.UI.UITextBox();
 
-             this.btnQuerySettleRec = new Sunny.UI.UIButton();
 
-             this.btnReverseBySettl = new Sunny.UI.UIButton();
 
-             this.rbgBillType = new Sunny.UI.UIRadioButtonGroup();
 
-             this.rbgAdmType = new Sunny.UI.UIRadioButtonGroup();
 
-             this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
 
-             this.dpED_Settl = new Sunny.UI.UIDatetimePicker();
 
-             this.dpST_Settl = new Sunny.UI.UIDatetimePicker();
 
-             this.tpLogReverse = new System.Windows.Forms.TabPage();
 
-             this.panel1 = new System.Windows.Forms.Panel();
 
-             this.dgvLog = new Sunny.UI.UIDataGridView();
 
-             this.pgSettlRecod = new Sunny.UI.UIPagination();
 
-             this.uiPanel1 = new Sunny.UI.UIPanel();
 
-             this.uiButton3 = new Sunny.UI.UIButton();
 
-             this.gbOther = new Sunny.UI.UIGroupBox();
 
-             this.tbCBD_Log = new Sunny.UI.UITextBox();
 
-             this.uiLabel5 = new Sunny.UI.UILabel();
 
-             this.btnQueryLog = new Sunny.UI.UIButton();
 
-             this.btnReverseByLog = new Sunny.UI.UIButton();
 
-             this.gbInterface = new Sunny.UI.UIGroupBox();
 
-             this.tbPsnNO = new Sunny.UI.UITextBox();
 
-             this.uiLabel3 = new Sunny.UI.UILabel();
 
-             this.tbTransNO = new Sunny.UI.UITextBox();
 
-             this.uiLabel2 = new Sunny.UI.UILabel();
 
-             this.gbDateTime = new Sunny.UI.UIGroupBox();
 
-             this.dpED_Log = new Sunny.UI.UIDatetimePicker();
 
-             this.dpST_Log = new Sunny.UI.UIDatetimePicker();
 
-             this.tpHandReverse = new System.Windows.Forms.TabPage();
 
-             this.uiPanel5 = new Sunny.UI.UIPanel();
 
-             this.uiSplitContainer3 = new Sunny.UI.UISplitContainer();
 
-             this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
 
-             this.rtbInparam = new Sunny.UI.UIRichTextBox();
 
-             this.uiGroupBox7 = new Sunny.UI.UIGroupBox();
 
-             this.rtbOutparam = new Sunny.UI.UIRichTextBox();
 
-             this.uiPanel4 = new Sunny.UI.UIPanel();
 
-             this.gb_Other = new Sunny.UI.UIGroupBox();
 
-             this.tb_OrginalHisTradeNo = new Sunny.UI.UITextBox();
 
-             this.uiLabel6 = new Sunny.UI.UILabel();
 
-             this.uiLabel4 = new Sunny.UI.UILabel();
 
-             this.tb_HISTradeNo = new Sunny.UI.UITextBox();
 
-             this.gb_Local = new Sunny.UI.UIGroupBox();
 
-             this.tb_FeeNo = new Sunny.UI.UITextBox();
 
-             this.uiLabel9 = new Sunny.UI.UILabel();
 
-             this.uiLabel8 = new Sunny.UI.UILabel();
 
-             this.tb_TradeNo = new Sunny.UI.UITextBox();
 
-             this.rbg_Zone = new Sunny.UI.UIRadioButtonGroup();
 
-             this.uiButton2 = new Sunny.UI.UIButton();
 
-             this.btnPatInfoShow = new Sunny.UI.UIButton();
 
-             this.btPatInfo_ex = new Sunny.UI.UIButton();
 
-             this.tpCancleOutPatReg = new System.Windows.Forms.TabPage();
 
-             this.panel3 = new System.Windows.Forms.Panel();
 
-             this.uiPanel3 = new Sunny.UI.UIPanel();
 
-             this.uiPanel7 = new Sunny.UI.UIPanel();
 
-             this.dgvBalanceData = new Sunny.UI.UIDataGridView();
 
-             this.uiPanel6 = new Sunny.UI.UIPanel();
 
-             this.btnExit = new Sunny.UI.UIButton();
 
-             this.btnDo = new Sunny.UI.UIButton();
 
-             this.btnQuery = new Sunny.UI.UIButton();
 
-             this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
 
-             this.uiTitlePanel2 = new Sunny.UI.UITitlePanel();
 
-             this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
 
-             this.tb_HisNO = new Sunny.UI.UITextBox();
 
-             this.tb_PatSettlID = new Sunny.UI.UITextBox();
 
-             this.tb_Name = new Sunny.UI.UITextBox();
 
-             this.rbgBillType_Handel = new Sunny.UI.UIRadioButtonGroup();
 
-             this.rbgAdmType_Handel = new Sunny.UI.UIRadioButtonGroup();
 
-             this.gbDate = new Sunny.UI.UIGroupBox();
 
-             this.dtEnd = new Sunny.UI.UIDatetimePicker();
 
-             this.dtBegin = new Sunny.UI.UIDatetimePicker();
 
-             this.tbFeeNo = new Sunny.UI.UITextBox();
 
-             this.uiLabel7 = new Sunny.UI.UILabel();
 
-             this.tbTradeNo = new Sunny.UI.UITextBox();
 
-             this.uiLabel1 = new Sunny.UI.UILabel();
 
-             this.rbgType = new Sunny.UI.UIRadioButtonGroup();
 
-             this.tcReverse.SuspendLayout();
 
-             this.tpSettlReverse.SuspendLayout();
 
-             this.panel2.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
 
-             this.uiPanel2.SuspendLayout();
 
-             this.gbExactLocate.SuspendLayout();
 
-             this.uiGroupBox2.SuspendLayout();
 
-             this.tpLogReverse.SuspendLayout();
 
-             this.panel1.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit();
 
-             this.uiPanel1.SuspendLayout();
 
-             this.gbOther.SuspendLayout();
 
-             this.gbInterface.SuspendLayout();
 
-             this.gbDateTime.SuspendLayout();
 
-             this.tpHandReverse.SuspendLayout();
 
-             this.uiPanel5.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer3)).BeginInit();
 
-             this.uiSplitContainer3.Panel1.SuspendLayout();
 
-             this.uiSplitContainer3.Panel2.SuspendLayout();
 
-             this.uiSplitContainer3.SuspendLayout();
 
-             this.uiGroupBox6.SuspendLayout();
 
-             this.uiGroupBox7.SuspendLayout();
 
-             this.uiPanel4.SuspendLayout();
 
-             this.gb_Other.SuspendLayout();
 
-             this.gb_Local.SuspendLayout();
 
-             this.tpCancleOutPatReg.SuspendLayout();
 
-             this.panel3.SuspendLayout();
 
-             this.uiPanel3.SuspendLayout();
 
-             this.uiPanel7.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvBalanceData)).BeginInit();
 
-             this.uiPanel6.SuspendLayout();
 
-             this.uiTitlePanel1.SuspendLayout();
 
-             this.uiTitlePanel2.SuspendLayout();
 
-             this.uiGroupBox1.SuspendLayout();
 
-             this.gbDate.SuspendLayout();
 
-             this.SuspendLayout();
 
-             // 
 
-             // tcReverse
 
-             // 
 
-             this.tcReverse.Controls.Add(this.tpSettlReverse);
 
-             this.tcReverse.Controls.Add(this.tpLogReverse);
 
-             this.tcReverse.Controls.Add(this.tpHandReverse);
 
-             this.tcReverse.Controls.Add(this.tpCancleOutPatReg);
 
-             this.tcReverse.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.tcReverse.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
 
-             this.tcReverse.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tcReverse.ItemSize = new System.Drawing.Size(200, 40);
 
-             this.tcReverse.Location = new System.Drawing.Point(0, 0);
 
-             this.tcReverse.MainPage = "";
 
-             this.tcReverse.Margin = new System.Windows.Forms.Padding(2);
 
-             this.tcReverse.Name = "tcReverse";
 
-             this.tcReverse.SelectedIndex = 0;
 
-             this.tcReverse.Size = new System.Drawing.Size(1270, 808);
 
-             this.tcReverse.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
 
-             this.tcReverse.TabIndex = 0;
 
-             this.tcReverse.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tcReverse.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tpSettlReverse
 
-             // 
 
-             this.tpSettlReverse.Controls.Add(this.panel2);
 
-             this.tpSettlReverse.Location = new System.Drawing.Point(0, 40);
 
-             this.tpSettlReverse.Name = "tpSettlReverse";
 
-             this.tpSettlReverse.Size = new System.Drawing.Size(1270, 768);
 
-             this.tpSettlReverse.TabIndex = 2;
 
-             this.tpSettlReverse.Text = "结算冲正";
 
-             this.tpSettlReverse.UseVisualStyleBackColor = true;
 
-             // 
 
-             // panel2
 
-             // 
 
-             this.panel2.Controls.Add(this.dgvSettlRecord);
 
-             this.panel2.Controls.Add(this.uiPagination1);
 
-             this.panel2.Controls.Add(this.uiPanel2);
 
-             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(1270, 768);
 
-             this.panel2.TabIndex = 2;
 
-             // 
 
-             // dgvSettlRecord
 
-             // 
 
-             this.dgvSettlRecord.AllowUserToAddRows = false;
 
-             this.dgvSettlRecord.AllowUserToDeleteRows = false;
 
-             dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
 
-             this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
 
-             this.dgvSettlRecord.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.SystemColors.Highlight;
 
-             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
 
-             this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
 
-             dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
 
-             dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 
-             this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle3;
 
-             this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgvSettlRecord.EnableHeadersVisualStyles = false;
 
-             this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
 
-             this.dgvSettlRecord.Name = "dgvSettlRecord";
 
-             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((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.White;
 
-             dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvSettlRecord.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)));
 
-             this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle5;
 
-             this.dgvSettlRecord.RowTemplate.Height = 23;
 
-             this.dgvSettlRecord.SelectedIndex = -1;
 
-             this.dgvSettlRecord.Size = new System.Drawing.Size(1270, 609);
 
-             this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvSettlRecord.TabIndex = 3;
 
-             this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiPagination1
 
-             // 
 
-             this.uiPagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.uiPagination1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPagination1.Location = new System.Drawing.Point(0, 609);
 
-             this.uiPagination1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPagination1.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPagination1.Name = "uiPagination1";
 
-             this.uiPagination1.PagerCount = 13;
 
-             this.uiPagination1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
 
-             this.uiPagination1.ShowJumpButton = false;
 
-             this.uiPagination1.ShowText = false;
 
-             this.uiPagination1.Size = new System.Drawing.Size(1270, 31);
 
-             this.uiPagination1.TabIndex = 2;
 
-             this.uiPagination1.Text = "uiPagination1";
 
-             this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPagination1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiPanel2
 
-             // 
 
-             this.uiPanel2.Controls.Add(this.uiButton4);
 
-             this.uiPanel2.Controls.Add(this.gbExactLocate);
 
-             this.uiPanel2.Controls.Add(this.btnQuerySettleRec);
 
-             this.uiPanel2.Controls.Add(this.btnReverseBySettl);
 
-             this.uiPanel2.Controls.Add(this.rbgBillType);
 
-             this.uiPanel2.Controls.Add(this.rbgAdmType);
 
-             this.uiPanel2.Controls.Add(this.uiGroupBox2);
 
-             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, 640);
 
-             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(1270, 128);
 
-             this.uiPanel2.TabIndex = 4;
 
-             this.uiPanel2.Text = null;
 
-             this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiButton4
 
-             // 
 
-             this.uiButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiButton4.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton4.Location = new System.Drawing.Point(1151, 29);
 
-             this.uiButton4.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton4.Name = "uiButton4";
 
-             this.uiButton4.Size = new System.Drawing.Size(112, 72);
 
-             this.uiButton4.TabIndex = 28;
 
-             this.uiButton4.Text = "退    出";
 
-             this.uiButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.uiButton4.Click += new System.EventHandler(this.btnExit_Click);
 
-             // 
 
-             // gbExactLocate
 
-             // 
 
-             this.gbExactLocate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.gbExactLocate.Controls.Add(this.tbHisNO);
 
-             this.gbExactLocate.Controls.Add(this.tbPatSettlID);
 
-             this.gbExactLocate.Controls.Add(this.tbName);
 
-             this.gbExactLocate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gbExactLocate.Location = new System.Drawing.Point(455, 0);
 
-             this.gbExactLocate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gbExactLocate.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gbExactLocate.Name = "gbExactLocate";
 
-             this.gbExactLocate.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gbExactLocate.Size = new System.Drawing.Size(198, 128);
 
-             this.gbExactLocate.TabIndex = 23;
 
-             this.gbExactLocate.Text = "精确定位";
 
-             this.gbExactLocate.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gbExactLocate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbHisNO
 
-             // 
 
-             this.tbHisNO.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbHisNO.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbHisNO.Location = new System.Drawing.Point(15, 92);
 
-             this.tbHisNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbHisNO.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbHisNO.Name = "tbHisNO";
 
-             this.tbHisNO.ShowText = false;
 
-             this.tbHisNO.Size = new System.Drawing.Size(169, 24);
 
-             this.tbHisNO.TabIndex = 3;
 
-             this.tbHisNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbHisNO.Watermark = "患者卡号";
 
-             this.tbHisNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbPatSettlID
 
-             // 
 
-             this.tbPatSettlID.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbPatSettlID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbPatSettlID.Location = new System.Drawing.Point(15, 61);
 
-             this.tbPatSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbPatSettlID.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbPatSettlID.Name = "tbPatSettlID";
 
-             this.tbPatSettlID.ShowText = false;
 
-             this.tbPatSettlID.Size = new System.Drawing.Size(169, 24);
 
-             this.tbPatSettlID.TabIndex = 2;
 
-             this.tbPatSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbPatSettlID.Watermark = "结算编号";
 
-             this.tbPatSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbName
 
-             // 
 
-             this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbName.Location = new System.Drawing.Point(15, 30);
 
-             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(169, 24);
 
-             this.tbName.TabIndex = 1;
 
-             this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbName.Watermark = "姓名";
 
-             this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnQuerySettleRec
 
-             // 
 
-             this.btnQuerySettleRec.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnQuerySettleRec.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnQuerySettleRec.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnQuerySettleRec.Location = new System.Drawing.Point(832, 29);
 
-             this.btnQuerySettleRec.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnQuerySettleRec.Name = "btnQuerySettleRec";
 
-             this.btnQuerySettleRec.Size = new System.Drawing.Size(169, 72);
 
-             this.btnQuerySettleRec.TabIndex = 19;
 
-             this.btnQuerySettleRec.Text = "查询医保结算信息";
 
-             this.btnQuerySettleRec.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnQuerySettleRec.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnQuerySettleRec.Click += new System.EventHandler(this.btnQuerySettleRec_Click);
 
-             // 
 
-             // btnReverseBySettl
 
-             // 
 
-             this.btnReverseBySettl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnReverseBySettl.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnReverseBySettl.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnReverseBySettl.Location = new System.Drawing.Point(1003, 29);
 
-             this.btnReverseBySettl.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnReverseBySettl.Name = "btnReverseBySettl";
 
-             this.btnReverseBySettl.Size = new System.Drawing.Size(146, 72);
 
-             this.btnReverseBySettl.TabIndex = 18;
 
-             this.btnReverseBySettl.Text = "单边账冲正";
 
-             this.btnReverseBySettl.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnReverseBySettl.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnReverseBySettl.Click += new System.EventHandler(this.btnReverseBySettl_Click);
 
-             // 
 
-             // rbgBillType
 
-             // 
 
-             this.rbgBillType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.rbgBillType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbgBillType.Items.AddRange(new object[] {
 
-             "全部",
 
-             "正票",
 
-             "负票"});
 
-             this.rbgBillType.ItemSize = new System.Drawing.Size(150, 32);
 
-             this.rbgBillType.Location = new System.Drawing.Point(341, 0);
 
-             this.rbgBillType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rbgBillType.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbgBillType.Name = "rbgBillType";
 
-             this.rbgBillType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbgBillType.Size = new System.Drawing.Size(114, 128);
 
-             this.rbgBillType.TabIndex = 24;
 
-             this.rbgBillType.Text = "票据类型";
 
-             this.rbgBillType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbgBillType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rbgAdmType
 
-             // 
 
-             this.rbgAdmType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.rbgAdmType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbgAdmType.Items.AddRange(new object[] {
 
-             "全部",
 
-             "住院",
 
-             "门诊"});
 
-             this.rbgAdmType.ItemSize = new System.Drawing.Size(150, 32);
 
-             this.rbgAdmType.Location = new System.Drawing.Point(226, 0);
 
-             this.rbgAdmType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rbgAdmType.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbgAdmType.Name = "rbgAdmType";
 
-             this.rbgAdmType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbgAdmType.Size = new System.Drawing.Size(115, 128);
 
-             this.rbgAdmType.TabIndex = 21;
 
-             this.rbgAdmType.Text = "就诊类型";
 
-             this.rbgAdmType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbgAdmType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiGroupBox2
 
-             // 
 
-             this.uiGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.uiGroupBox2.Controls.Add(this.dpED_Settl);
 
-             this.uiGroupBox2.Controls.Add(this.dpST_Settl);
 
-             this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
 
-             this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiGroupBox2.Name = "uiGroupBox2";
 
-             this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.uiGroupBox2.Size = new System.Drawing.Size(226, 128);
 
-             this.uiGroupBox2.TabIndex = 20;
 
-             this.uiGroupBox2.Text = "起止时间";
 
-             this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dpED_Settl
 
-             // 
 
-             this.dpED_Settl.FillColor = System.Drawing.Color.White;
 
-             this.dpED_Settl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dpED_Settl.Location = new System.Drawing.Point(17, 75);
 
-             this.dpED_Settl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dpED_Settl.MaxLength = 19;
 
-             this.dpED_Settl.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dpED_Settl.Name = "dpED_Settl";
 
-             this.dpED_Settl.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dpED_Settl.Size = new System.Drawing.Size(193, 29);
 
-             this.dpED_Settl.SymbolDropDown = 61555;
 
-             this.dpED_Settl.SymbolNormal = 61555;
 
-             this.dpED_Settl.TabIndex = 1;
 
-             this.dpED_Settl.Text = "2022-05-22 14:03:13";
 
-             this.dpED_Settl.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dpED_Settl.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
 
-             this.dpED_Settl.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dpST_Settl
 
-             // 
 
-             this.dpST_Settl.FillColor = System.Drawing.Color.White;
 
-             this.dpST_Settl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dpST_Settl.Location = new System.Drawing.Point(17, 36);
 
-             this.dpST_Settl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dpST_Settl.MaxLength = 19;
 
-             this.dpST_Settl.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dpST_Settl.Name = "dpST_Settl";
 
-             this.dpST_Settl.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dpST_Settl.Size = new System.Drawing.Size(193, 29);
 
-             this.dpST_Settl.SymbolDropDown = 61555;
 
-             this.dpST_Settl.SymbolNormal = 61555;
 
-             this.dpST_Settl.TabIndex = 0;
 
-             this.dpST_Settl.Text = "2022-05-22 14:03:13";
 
-             this.dpST_Settl.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dpST_Settl.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
 
-             this.dpST_Settl.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tpLogReverse
 
-             // 
 
-             this.tpLogReverse.Controls.Add(this.panel1);
 
-             this.tpLogReverse.Location = new System.Drawing.Point(0, 40);
 
-             this.tpLogReverse.Margin = new System.Windows.Forms.Padding(2);
 
-             this.tpLogReverse.Name = "tpLogReverse";
 
-             this.tpLogReverse.Size = new System.Drawing.Size(1270, 768);
 
-             this.tpLogReverse.TabIndex = 0;
 
-             this.tpLogReverse.Text = "日志冲正";
 
-             this.tpLogReverse.UseVisualStyleBackColor = true;
 
-             // 
 
-             // panel1
 
-             // 
 
-             this.panel1.Controls.Add(this.dgvLog);
 
-             this.panel1.Controls.Add(this.pgSettlRecod);
 
-             this.panel1.Controls.Add(this.uiPanel1);
 
-             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.panel1.Location = new System.Drawing.Point(0, 0);
 
-             this.panel1.Name = "panel1";
 
-             this.panel1.Size = new System.Drawing.Size(1270, 768);
 
-             this.panel1.TabIndex = 2;
 
-             // 
 
-             // dgvLog
 
-             // 
 
-             this.dgvLog.AllowUserToAddRows = false;
 
-             this.dgvLog.AllowUserToDeleteRows = false;
 
-             dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvLog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
 
-             this.dgvLog.BackgroundColor = System.Drawing.Color.White;
 
-             this.dgvLog.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.SystemColors.Highlight;
 
-             dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
 
-             this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
 
-             dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
 
-             dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 
-             this.dgvLog.DefaultCellStyle = dataGridViewCellStyle8;
 
-             this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgvLog.EnableHeadersVisualStyles = false;
 
-             this.dgvLog.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvLog.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             this.dgvLog.Location = new System.Drawing.Point(0, 0);
 
-             this.dgvLog.Name = "dgvLog";
 
-             dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((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.White;
 
-             dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvLog.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)));
 
-             this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle10;
 
-             this.dgvLog.RowTemplate.Height = 23;
 
-             this.dgvLog.SelectedIndex = -1;
 
-             this.dgvLog.Size = new System.Drawing.Size(1270, 604);
 
-             this.dgvLog.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvLog.TabIndex = 3;
 
-             this.dgvLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // pgSettlRecod
 
-             // 
 
-             this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.pgSettlRecod.Location = new System.Drawing.Point(0, 604);
 
-             this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.pgSettlRecod.Name = "pgSettlRecod";
 
-             this.pgSettlRecod.PagerCount = 13;
 
-             this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
 
-             this.pgSettlRecod.ShowJumpButton = false;
 
-             this.pgSettlRecod.ShowText = false;
 
-             this.pgSettlRecod.Size = new System.Drawing.Size(1270, 31);
 
-             this.pgSettlRecod.TabIndex = 2;
 
-             this.pgSettlRecod.Text = "uiPagination1";
 
-             this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiPanel1
 
-             // 
 
-             this.uiPanel1.Controls.Add(this.uiButton3);
 
-             this.uiPanel1.Controls.Add(this.gbOther);
 
-             this.uiPanel1.Controls.Add(this.btnQueryLog);
 
-             this.uiPanel1.Controls.Add(this.btnReverseByLog);
 
-             this.uiPanel1.Controls.Add(this.gbInterface);
 
-             this.uiPanel1.Controls.Add(this.gbDateTime);
 
-             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, 635);
 
-             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(1270, 133);
 
-             this.uiPanel1.TabIndex = 4;
 
-             this.uiPanel1.Text = null;
 
-             this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel1.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("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton3.Location = new System.Drawing.Point(1149, 35);
 
-             this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton3.Name = "uiButton3";
 
-             this.uiButton3.Size = new System.Drawing.Size(113, 72);
 
-             this.uiButton3.TabIndex = 27;
 
-             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);
 
-             this.uiButton3.Click += new System.EventHandler(this.btnExit_Click);
 
-             // 
 
-             // gbOther
 
-             // 
 
-             this.gbOther.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.gbOther.Controls.Add(this.tbCBD_Log);
 
-             this.gbOther.Controls.Add(this.uiLabel5);
 
-             this.gbOther.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gbOther.Location = new System.Drawing.Point(579, 0);
 
-             this.gbOther.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gbOther.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gbOther.Name = "gbOther";
 
-             this.gbOther.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gbOther.Size = new System.Drawing.Size(258, 133);
 
-             this.gbOther.TabIndex = 25;
 
-             this.gbOther.Text = "冲正条件";
 
-             this.gbOther.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gbOther.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbCBD_Log
 
-             // 
 
-             this.tbCBD_Log.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbCBD_Log.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbCBD_Log.Location = new System.Drawing.Point(83, 37);
 
-             this.tbCBD_Log.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbCBD_Log.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbCBD_Log.Name = "tbCBD_Log";
 
-             this.tbCBD_Log.ShowText = false;
 
-             this.tbCBD_Log.Size = new System.Drawing.Size(150, 25);
 
-             this.tbCBD_Log.TabIndex = 3;
 
-             this.tbCBD_Log.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbCBD_Log.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel5
 
-             // 
 
-             this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel5.Location = new System.Drawing.Point(18, 39);
 
-             this.uiLabel5.Name = "uiLabel5";
 
-             this.uiLabel5.Size = new System.Drawing.Size(100, 23);
 
-             this.uiLabel5.TabIndex = 2;
 
-             this.uiLabel5.Text = "参保地:";
 
-             this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnQueryLog
 
-             // 
 
-             this.btnQueryLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnQueryLog.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnQueryLog.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnQueryLog.Location = new System.Drawing.Point(1015, 36);
 
-             this.btnQueryLog.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnQueryLog.Name = "btnQueryLog";
 
-             this.btnQueryLog.Size = new System.Drawing.Size(132, 35);
 
-             this.btnQueryLog.TabIndex = 24;
 
-             this.btnQueryLog.Text = "查    询";
 
-             this.btnQueryLog.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnQueryLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnQueryLog.Click += new System.EventHandler(this.btnQueryLog_Click);
 
-             // 
 
-             // btnReverseByLog
 
-             // 
 
-             this.btnReverseByLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnReverseByLog.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnReverseByLog.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnReverseByLog.Location = new System.Drawing.Point(1015, 72);
 
-             this.btnReverseByLog.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnReverseByLog.Name = "btnReverseByLog";
 
-             this.btnReverseByLog.Size = new System.Drawing.Size(132, 35);
 
-             this.btnReverseByLog.TabIndex = 23;
 
-             this.btnReverseByLog.Text = "冲    正";
 
-             this.btnReverseByLog.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnReverseByLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnReverseByLog.Click += new System.EventHandler(this.btnReverseByLog_Click);
 
-             // 
 
-             // gbInterface
 
-             // 
 
-             this.gbInterface.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.gbInterface.Controls.Add(this.tbPsnNO);
 
-             this.gbInterface.Controls.Add(this.uiLabel3);
 
-             this.gbInterface.Controls.Add(this.tbTransNO);
 
-             this.gbInterface.Controls.Add(this.uiLabel2);
 
-             this.gbInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gbInterface.Location = new System.Drawing.Point(226, 0);
 
-             this.gbInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gbInterface.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gbInterface.Name = "gbInterface";
 
-             this.gbInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gbInterface.Size = new System.Drawing.Size(353, 133);
 
-             this.gbInterface.TabIndex = 22;
 
-             this.gbInterface.Text = "筛选条件";
 
-             this.gbInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gbInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbPsnNO
 
-             // 
 
-             this.tbPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbPsnNO.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbPsnNO.Location = new System.Drawing.Point(137, 73);
 
-             this.tbPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbPsnNO.Name = "tbPsnNO";
 
-             this.tbPsnNO.ShowText = false;
 
-             this.tbPsnNO.Size = new System.Drawing.Size(150, 25);
 
-             this.tbPsnNO.TabIndex = 5;
 
-             this.tbPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel3
 
-             // 
 
-             this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel3.Location = new System.Drawing.Point(26, 73);
 
-             this.uiLabel3.Name = "uiLabel3";
 
-             this.uiLabel3.Size = new System.Drawing.Size(100, 23);
 
-             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);
 
-             // 
 
-             // tbTransNO
 
-             // 
 
-             this.tbTransNO.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbTransNO.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbTransNO.Location = new System.Drawing.Point(137, 37);
 
-             this.tbTransNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbTransNO.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbTransNO.Name = "tbTransNO";
 
-             this.tbTransNO.ShowText = false;
 
-             this.tbTransNO.Size = new System.Drawing.Size(150, 25);
 
-             this.tbTransNO.TabIndex = 3;
 
-             this.tbTransNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbTransNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel2
 
-             // 
 
-             this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel2.Location = new System.Drawing.Point(26, 37);
 
-             this.uiLabel2.Name = "uiLabel2";
 
-             this.uiLabel2.Size = new System.Drawing.Size(100, 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);
 
-             // 
 
-             // gbDateTime
 
-             // 
 
-             this.gbDateTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.gbDateTime.Controls.Add(this.dpED_Log);
 
-             this.gbDateTime.Controls.Add(this.dpST_Log);
 
-             this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gbDateTime.Location = new System.Drawing.Point(0, 0);
 
-             this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gbDateTime.Name = "gbDateTime";
 
-             this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gbDateTime.Size = new System.Drawing.Size(226, 133);
 
-             this.gbDateTime.TabIndex = 20;
 
-             this.gbDateTime.Text = "起止时间";
 
-             this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dpED_Log
 
-             // 
 
-             this.dpED_Log.FillColor = System.Drawing.Color.White;
 
-             this.dpED_Log.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dpED_Log.Location = new System.Drawing.Point(13, 70);
 
-             this.dpED_Log.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dpED_Log.MaxLength = 19;
 
-             this.dpED_Log.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dpED_Log.Name = "dpED_Log";
 
-             this.dpED_Log.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dpED_Log.Size = new System.Drawing.Size(200, 29);
 
-             this.dpED_Log.SymbolDropDown = 61555;
 
-             this.dpED_Log.SymbolNormal = 61555;
 
-             this.dpED_Log.TabIndex = 1;
 
-             this.dpED_Log.Text = "2022-05-22 14:03:13";
 
-             this.dpED_Log.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dpED_Log.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
 
-             this.dpED_Log.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dpST_Log
 
-             // 
 
-             this.dpST_Log.FillColor = System.Drawing.Color.White;
 
-             this.dpST_Log.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dpST_Log.Location = new System.Drawing.Point(13, 31);
 
-             this.dpST_Log.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dpST_Log.MaxLength = 19;
 
-             this.dpST_Log.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dpST_Log.Name = "dpST_Log";
 
-             this.dpST_Log.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dpST_Log.Size = new System.Drawing.Size(200, 29);
 
-             this.dpST_Log.SymbolDropDown = 61555;
 
-             this.dpST_Log.SymbolNormal = 61555;
 
-             this.dpST_Log.TabIndex = 0;
 
-             this.dpST_Log.Text = "2022-05-22 14:03:13";
 
-             this.dpST_Log.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dpST_Log.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
 
-             this.dpST_Log.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tpHandReverse
 
-             // 
 
-             this.tpHandReverse.Controls.Add(this.uiPanel5);
 
-             this.tpHandReverse.Controls.Add(this.uiPanel4);
 
-             this.tpHandReverse.Location = new System.Drawing.Point(0, 40);
 
-             this.tpHandReverse.Margin = new System.Windows.Forms.Padding(2);
 
-             this.tpHandReverse.Name = "tpHandReverse";
 
-             this.tpHandReverse.Size = new System.Drawing.Size(1270, 768);
 
-             this.tpHandReverse.TabIndex = 1;
 
-             this.tpHandReverse.Text = "自定义交易";
 
-             this.tpHandReverse.UseVisualStyleBackColor = true;
 
-             // 
 
-             // uiPanel5
 
-             // 
 
-             this.uiPanel5.Controls.Add(this.uiSplitContainer3);
 
-             this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel5.Location = new System.Drawing.Point(0, 0);
 
-             this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel5.Name = "uiPanel5";
 
-             this.uiPanel5.Size = new System.Drawing.Size(1270, 640);
 
-             this.uiPanel5.TabIndex = 5;
 
-             this.uiPanel5.Text = null;
 
-             this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiSplitContainer3
 
-             // 
 
-             this.uiSplitContainer3.Cursor = System.Windows.Forms.Cursors.Default;
 
-             this.uiSplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiSplitContainer3.Location = new System.Drawing.Point(0, 0);
 
-             this.uiSplitContainer3.MinimumSize = new System.Drawing.Size(20, 20);
 
-             this.uiSplitContainer3.Name = "uiSplitContainer3";
 
-             // 
 
-             // uiSplitContainer3.Panel1
 
-             // 
 
-             this.uiSplitContainer3.Panel1.Controls.Add(this.uiGroupBox6);
 
-             // 
 
-             // uiSplitContainer3.Panel2
 
-             // 
 
-             this.uiSplitContainer3.Panel2.Controls.Add(this.uiGroupBox7);
 
-             this.uiSplitContainer3.Size = new System.Drawing.Size(1270, 640);
 
-             this.uiSplitContainer3.SplitterDistance = 611;
 
-             this.uiSplitContainer3.SplitterWidth = 11;
 
-             this.uiSplitContainer3.TabIndex = 0;
 
-             this.uiSplitContainer3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiGroupBox6
 
-             // 
 
-             this.uiGroupBox6.Controls.Add(this.rtbInparam);
 
-             this.uiGroupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiGroupBox6.Location = new System.Drawing.Point(0, 0);
 
-             this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiGroupBox6.Name = "uiGroupBox6";
 
-             this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.uiGroupBox6.Size = new System.Drawing.Size(611, 640);
 
-             this.uiGroupBox6.TabIndex = 0;
 
-             this.uiGroupBox6.Text = "入参";
 
-             this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rtbInparam
 
-             // 
 
-             this.rtbInparam.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.rtbInparam.FillColor = System.Drawing.Color.White;
 
-             this.rtbInparam.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rtbInparam.Location = new System.Drawing.Point(0, 32);
 
-             this.rtbInparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rtbInparam.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rtbInparam.Name = "rtbInparam";
 
-             this.rtbInparam.Padding = new System.Windows.Forms.Padding(2);
 
-             this.rtbInparam.ShowText = false;
 
-             this.rtbInparam.Size = new System.Drawing.Size(611, 608);
 
-             this.rtbInparam.TabIndex = 0;
 
-             this.rtbInparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rtbInparam.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiGroupBox7
 
-             // 
 
-             this.uiGroupBox7.Controls.Add(this.rtbOutparam);
 
-             this.uiGroupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiGroupBox7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiGroupBox7.Location = new System.Drawing.Point(0, 0);
 
-             this.uiGroupBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiGroupBox7.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiGroupBox7.Name = "uiGroupBox7";
 
-             this.uiGroupBox7.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.uiGroupBox7.Size = new System.Drawing.Size(648, 640);
 
-             this.uiGroupBox7.TabIndex = 1;
 
-             this.uiGroupBox7.Text = "出参";
 
-             this.uiGroupBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rtbOutparam
 
-             // 
 
-             this.rtbOutparam.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.rtbOutparam.FillColor = System.Drawing.Color.White;
 
-             this.rtbOutparam.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rtbOutparam.Location = new System.Drawing.Point(0, 32);
 
-             this.rtbOutparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rtbOutparam.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rtbOutparam.Name = "rtbOutparam";
 
-             this.rtbOutparam.Padding = new System.Windows.Forms.Padding(2);
 
-             this.rtbOutparam.ShowText = false;
 
-             this.rtbOutparam.Size = new System.Drawing.Size(648, 608);
 
-             this.rtbOutparam.TabIndex = 1;
 
-             this.rtbOutparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rtbOutparam.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiPanel4
 
-             // 
 
-             this.uiPanel4.Controls.Add(this.gb_Other);
 
-             this.uiPanel4.Controls.Add(this.gb_Local);
 
-             this.uiPanel4.Controls.Add(this.rbg_Zone);
 
-             this.uiPanel4.Controls.Add(this.uiButton2);
 
-             this.uiPanel4.Controls.Add(this.btnPatInfoShow);
 
-             this.uiPanel4.Controls.Add(this.btPatInfo_ex);
 
-             this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel4.Location = new System.Drawing.Point(0, 640);
 
-             this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel4.Name = "uiPanel4";
 
-             this.uiPanel4.Size = new System.Drawing.Size(1270, 128);
 
-             this.uiPanel4.TabIndex = 4;
 
-             this.uiPanel4.Text = null;
 
-             this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // gb_Other
 
-             // 
 
-             this.gb_Other.Controls.Add(this.tb_OrginalHisTradeNo);
 
-             this.gb_Other.Controls.Add(this.uiLabel6);
 
-             this.gb_Other.Controls.Add(this.uiLabel4);
 
-             this.gb_Other.Controls.Add(this.tb_HISTradeNo);
 
-             this.gb_Other.Dock = System.Windows.Forms.DockStyle.Left;
 
-             this.gb_Other.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gb_Other.Location = new System.Drawing.Point(503, 0);
 
-             this.gb_Other.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gb_Other.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gb_Other.Name = "gb_Other";
 
-             this.gb_Other.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gb_Other.Size = new System.Drawing.Size(411, 128);
 
-             this.gb_Other.TabIndex = 29;
 
-             this.gb_Other.Text = "异地医保退费入参";
 
-             this.gb_Other.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gb_Other.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_OrginalHisTradeNo
 
-             // 
 
-             this.tb_OrginalHisTradeNo.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_OrginalHisTradeNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_OrginalHisTradeNo.Location = new System.Drawing.Point(184, 77);
 
-             this.tb_OrginalHisTradeNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_OrginalHisTradeNo.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_OrginalHisTradeNo.Name = "tb_OrginalHisTradeNo";
 
-             this.tb_OrginalHisTradeNo.ShowText = false;
 
-             this.tb_OrginalHisTradeNo.Size = new System.Drawing.Size(212, 29);
 
-             this.tb_OrginalHisTradeNo.TabIndex = 3;
 
-             this.tb_OrginalHisTradeNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_OrginalHisTradeNo.Watermark = "输入HIS系统:RecordID";
 
-             this.tb_OrginalHisTradeNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel6
 
-             // 
 
-             this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel6.Location = new System.Drawing.Point(7, 77);
 
-             this.uiLabel6.Name = "uiLabel6";
 
-             this.uiLabel6.Size = new System.Drawing.Size(175, 23);
 
-             this.uiLabel6.TabIndex = 2;
 
-             this.uiLabel6.Text = "OriginalHisTradeNo:";
 
-             this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel4
 
-             // 
 
-             this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel4.Location = new System.Drawing.Point(7, 35);
 
-             this.uiLabel4.Name = "uiLabel4";
 
-             this.uiLabel4.Size = new System.Drawing.Size(118, 23);
 
-             this.uiLabel4.TabIndex = 1;
 
-             this.uiLabel4.Text = "HISTradeNo:";
 
-             this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_HISTradeNo
 
-             // 
 
-             this.tb_HISTradeNo.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_HISTradeNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_HISTradeNo.Location = new System.Drawing.Point(128, 33);
 
-             this.tb_HISTradeNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_HISTradeNo.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_HISTradeNo.Name = "tb_HISTradeNo";
 
-             this.tb_HISTradeNo.ShowText = false;
 
-             this.tb_HISTradeNo.Size = new System.Drawing.Size(268, 29);
 
-             this.tb_HISTradeNo.TabIndex = 0;
 
-             this.tb_HISTradeNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_HISTradeNo.Watermark = "输入自定义流水号:\"tradeNo-1\"";
 
-             this.tb_HISTradeNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // gb_Local
 
-             // 
 
-             this.gb_Local.Controls.Add(this.tb_FeeNo);
 
-             this.gb_Local.Controls.Add(this.uiLabel9);
 
-             this.gb_Local.Controls.Add(this.uiLabel8);
 
-             this.gb_Local.Controls.Add(this.tb_TradeNo);
 
-             this.gb_Local.Dock = System.Windows.Forms.DockStyle.Left;
 
-             this.gb_Local.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gb_Local.Location = new System.Drawing.Point(120, 0);
 
-             this.gb_Local.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gb_Local.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gb_Local.Name = "gb_Local";
 
-             this.gb_Local.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gb_Local.Size = new System.Drawing.Size(383, 128);
 
-             this.gb_Local.TabIndex = 28;
 
-             this.gb_Local.Text = "本地医保退费入参";
 
-             this.gb_Local.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gb_Local.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_FeeNo
 
-             // 
 
-             this.tb_FeeNo.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_FeeNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_FeeNo.Location = new System.Drawing.Point(105, 77);
 
-             this.tb_FeeNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_FeeNo.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_FeeNo.Name = "tb_FeeNo";
 
-             this.tb_FeeNo.ShowText = false;
 
-             this.tb_FeeNo.Size = new System.Drawing.Size(265, 29);
 
-             this.tb_FeeNo.TabIndex = 5;
 
-             this.tb_FeeNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_FeeNo.Watermark = "输入HIS系统:RecordID";
 
-             this.tb_FeeNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel9
 
-             // 
 
-             this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel9.Location = new System.Drawing.Point(12, 77);
 
-             this.uiLabel9.Name = "uiLabel9";
 
-             this.uiLabel9.Size = new System.Drawing.Size(70, 23);
 
-             this.uiLabel9.TabIndex = 4;
 
-             this.uiLabel9.Text = "feeno:";
 
-             this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel8
 
-             // 
 
-             this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel8.Location = new System.Drawing.Point(12, 35);
 
-             this.uiLabel8.Name = "uiLabel8";
 
-             this.uiLabel8.Size = new System.Drawing.Size(92, 23);
 
-             this.uiLabel8.TabIndex = 2;
 
-             this.uiLabel8.Text = "TradeNo:";
 
-             this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_TradeNo
 
-             // 
 
-             this.tb_TradeNo.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_TradeNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_TradeNo.Location = new System.Drawing.Point(105, 33);
 
-             this.tb_TradeNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_TradeNo.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_TradeNo.Name = "tb_TradeNo";
 
-             this.tb_TradeNo.ShowText = false;
 
-             this.tb_TradeNo.Size = new System.Drawing.Size(265, 29);
 
-             this.tb_TradeNo.TabIndex = 0;
 
-             this.tb_TradeNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_TradeNo.Watermark = "医保结算返回交易流水号TradeNo";
 
-             this.tb_TradeNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rbg_Zone
 
-             // 
 
-             this.rbg_Zone.Dock = System.Windows.Forms.DockStyle.Left;
 
-             this.rbg_Zone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbg_Zone.Items.AddRange(new object[] {
 
-             " 本  地",
 
-             " 异  地"});
 
-             this.rbg_Zone.ItemSize = new System.Drawing.Size(150, 40);
 
-             this.rbg_Zone.Location = new System.Drawing.Point(0, 0);
 
-             this.rbg_Zone.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rbg_Zone.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbg_Zone.Name = "rbg_Zone";
 
-             this.rbg_Zone.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbg_Zone.Size = new System.Drawing.Size(120, 128);
 
-             this.rbg_Zone.TabIndex = 27;
 
-             this.rbg_Zone.Text = "退费区域类型";
 
-             this.rbg_Zone.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbg_Zone.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.rbg_Zone.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.rbg_Zone_ValueChanged);
 
-             // 
 
-             // uiButton2
 
-             // 
 
-             this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton2.Location = new System.Drawing.Point(1149, 37);
 
-             this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton2.Name = "uiButton2";
 
-             this.uiButton2.Size = new System.Drawing.Size(117, 65);
 
-             this.uiButton2.TabIndex = 26;
 
-             this.uiButton2.Text = "退    出";
 
-             this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.uiButton2.Click += new System.EventHandler(this.btnExit_Click);
 
-             // 
 
-             // btnPatInfoShow
 
-             // 
 
-             this.btnPatInfoShow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnPatInfoShow.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnPatInfoShow.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnPatInfoShow.Location = new System.Drawing.Point(1036, 37);
 
-             this.btnPatInfoShow.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnPatInfoShow.Name = "btnPatInfoShow";
 
-             this.btnPatInfoShow.Size = new System.Drawing.Size(111, 65);
 
-             this.btnPatInfoShow.TabIndex = 1;
 
-             this.btnPatInfoShow.Text = "调  用";
 
-             this.btnPatInfoShow.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnPatInfoShow.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnPatInfoShow.Click += new System.EventHandler(this.btnPatInfoShow_Click);
 
-             // 
 
-             // btPatInfo_ex
 
-             // 
 
-             this.btPatInfo_ex.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btPatInfo_ex.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btPatInfo_ex.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btPatInfo_ex.Location = new System.Drawing.Point(923, 37);
 
-             this.btPatInfo_ex.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btPatInfo_ex.Name = "btPatInfo_ex";
 
-             this.btPatInfo_ex.Size = new System.Drawing.Size(111, 65);
 
-             this.btPatInfo_ex.TabIndex = 0;
 
-             this.btPatInfo_ex.Text = "生成入参";
 
-             this.btPatInfo_ex.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btPatInfo_ex.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btPatInfo_ex.Click += new System.EventHandler(this.btPatInfo_ex_Click);
 
-             // 
 
-             // tpCancleOutPatReg
 
-             // 
 
-             this.tpCancleOutPatReg.Controls.Add(this.panel3);
 
-             this.tpCancleOutPatReg.Location = new System.Drawing.Point(0, 40);
 
-             this.tpCancleOutPatReg.Margin = new System.Windows.Forms.Padding(2);
 
-             this.tpCancleOutPatReg.Name = "tpCancleOutPatReg";
 
-             this.tpCancleOutPatReg.Size = new System.Drawing.Size(1270, 768);
 
-             this.tpCancleOutPatReg.TabIndex = 3;
 
-             this.tpCancleOutPatReg.Text = "首信医保异常处理";
 
-             this.tpCancleOutPatReg.UseVisualStyleBackColor = true;
 
-             // 
 
-             // panel3
 
-             // 
 
-             this.panel3.Controls.Add(this.uiPanel3);
 
-             this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.panel3.Location = new System.Drawing.Point(0, 0);
 
-             this.panel3.Name = "panel3";
 
-             this.panel3.Size = new System.Drawing.Size(1270, 768);
 
-             this.panel3.TabIndex = 3;
 
-             // 
 
-             // uiPanel3
 
-             // 
 
-             this.uiPanel3.Controls.Add(this.uiPanel7);
 
-             this.uiPanel3.Controls.Add(this.uiPanel6);
 
-             this.uiPanel3.Controls.Add(this.uiTitlePanel1);
 
-             this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel3.Location = new System.Drawing.Point(0, 0);
 
-             this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel3.Name = "uiPanel3";
 
-             this.uiPanel3.Size = new System.Drawing.Size(1270, 768);
 
-             this.uiPanel3.TabIndex = 4;
 
-             this.uiPanel3.Text = null;
 
-             this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiPanel7
 
-             // 
 
-             this.uiPanel7.Controls.Add(this.dgvBalanceData);
 
-             this.uiPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiPanel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel7.Location = new System.Drawing.Point(385, 0);
 
-             this.uiPanel7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel7.Name = "uiPanel7";
 
-             this.uiPanel7.Size = new System.Drawing.Size(885, 688);
 
-             this.uiPanel7.TabIndex = 4;
 
-             this.uiPanel7.Text = "uiPanel7";
 
-             this.uiPanel7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dgvBalanceData
 
-             // 
 
-             dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.dgvBalanceData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
 
-             this.dgvBalanceData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.dgvBalanceData.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.dgvBalanceData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
 
-             this.dgvBalanceData.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.dgvBalanceData.DefaultCellStyle = dataGridViewCellStyle13;
 
-             this.dgvBalanceData.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgvBalanceData.EnableHeadersVisualStyles = false;
 
-             this.dgvBalanceData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvBalanceData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
 
-             this.dgvBalanceData.Location = new System.Drawing.Point(0, 0);
 
-             this.dgvBalanceData.Name = "dgvBalanceData";
 
-             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.dgvBalanceData.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.dgvBalanceData.RowsDefaultCellStyle = dataGridViewCellStyle15;
 
-             this.dgvBalanceData.RowTemplate.Height = 23;
 
-             this.dgvBalanceData.SelectedIndex = -1;
 
-             this.dgvBalanceData.Size = new System.Drawing.Size(885, 688);
 
-             this.dgvBalanceData.TabIndex = 0;
 
-             this.dgvBalanceData.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiPanel6
 
-             // 
 
-             this.uiPanel6.Controls.Add(this.btnExit);
 
-             this.uiPanel6.Controls.Add(this.btnDo);
 
-             this.uiPanel6.Controls.Add(this.btnQuery);
 
-             this.uiPanel6.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.uiPanel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel6.Location = new System.Drawing.Point(385, 688);
 
-             this.uiPanel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel6.Name = "uiPanel6";
 
-             this.uiPanel6.Size = new System.Drawing.Size(885, 80);
 
-             this.uiPanel6.TabIndex = 3;
 
-             this.uiPanel6.Text = null;
 
-             this.uiPanel6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnExit
 
-             // 
 
-             this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnExit.Location = new System.Drawing.Point(782, 16);
 
-             this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnExit.Name = "btnExit";
 
-             this.btnExit.Size = new System.Drawing.Size(100, 50);
 
-             this.btnExit.TabIndex = 2;
 
-             this.btnExit.Text = "退  出";
 
-             this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnExit.Click += new System.EventHandler(this.btnExit_Click_1);
 
-             // 
 
-             // btnDo
 
-             // 
 
-             this.btnDo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnDo.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnDo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnDo.Location = new System.Drawing.Point(680, 16);
 
-             this.btnDo.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnDo.Name = "btnDo";
 
-             this.btnDo.Size = new System.Drawing.Size(100, 50);
 
-             this.btnDo.TabIndex = 1;
 
-             this.btnDo.Text = "调  用";
 
-             this.btnDo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnDo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnDo.Click += new System.EventHandler(this.btnDo_Click);
 
-             // 
 
-             // 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(536, 16);
 
-             this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnQuery.Name = "btnQuery";
 
-             this.btnQuery.Size = new System.Drawing.Size(142, 50);
 
-             this.btnQuery.TabIndex = 0;
 
-             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);
 
-             this.btnQuery.Click += new System.EventHandler(this.uiButton1_Click);
 
-             // 
 
-             // uiTitlePanel1
 
-             // 
 
-             this.uiTitlePanel1.Controls.Add(this.uiTitlePanel2);
 
-             this.uiTitlePanel1.Controls.Add(this.tbFeeNo);
 
-             this.uiTitlePanel1.Controls.Add(this.uiLabel7);
 
-             this.uiTitlePanel1.Controls.Add(this.tbTradeNo);
 
-             this.uiTitlePanel1.Controls.Add(this.uiLabel1);
 
-             this.uiTitlePanel1.Controls.Add(this.rbgType);
 
-             this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Left;
 
-             this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
 
-             this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiTitlePanel1.Name = "uiTitlePanel1";
 
-             this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
 
-             this.uiTitlePanel1.ShowText = false;
 
-             this.uiTitlePanel1.Size = new System.Drawing.Size(385, 768);
 
-             this.uiTitlePanel1.TabIndex = 1;
 
-             this.uiTitlePanel1.Text = "处理类型及其它条件";
 
-             this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiTitlePanel2
 
-             // 
 
-             this.uiTitlePanel2.Controls.Add(this.uiGroupBox1);
 
-             this.uiTitlePanel2.Controls.Add(this.rbgBillType_Handel);
 
-             this.uiTitlePanel2.Controls.Add(this.rbgAdmType_Handel);
 
-             this.uiTitlePanel2.Controls.Add(this.gbDate);
 
-             this.uiTitlePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiTitlePanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTitlePanel2.Location = new System.Drawing.Point(0, 385);
 
-             this.uiTitlePanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiTitlePanel2.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiTitlePanel2.Name = "uiTitlePanel2";
 
-             this.uiTitlePanel2.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
 
-             this.uiTitlePanel2.ShowText = false;
 
-             this.uiTitlePanel2.Size = new System.Drawing.Size(385, 383);
 
-             this.uiTitlePanel2.TabIndex = 17;
 
-             this.uiTitlePanel2.Text = "结算信息查询条件";
 
-             this.uiTitlePanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiTitlePanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiGroupBox1
 
-             // 
 
-             this.uiGroupBox1.Controls.Add(this.tb_HisNO);
 
-             this.uiGroupBox1.Controls.Add(this.tb_PatSettlID);
 
-             this.uiGroupBox1.Controls.Add(this.tb_Name);
 
-             this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiGroupBox1.Location = new System.Drawing.Point(0, 265);
 
-             this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiGroupBox1.Name = "uiGroupBox1";
 
-             this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.uiGroupBox1.Size = new System.Drawing.Size(385, 128);
 
-             this.uiGroupBox1.TabIndex = 26;
 
-             this.uiGroupBox1.Text = "精确定位";
 
-             this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_HisNO
 
-             // 
 
-             this.tb_HisNO.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_HisNO.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_HisNO.Location = new System.Drawing.Point(15, 92);
 
-             this.tb_HisNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_HisNO.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_HisNO.Name = "tb_HisNO";
 
-             this.tb_HisNO.ShowText = false;
 
-             this.tb_HisNO.Size = new System.Drawing.Size(263, 24);
 
-             this.tb_HisNO.TabIndex = 3;
 
-             this.tb_HisNO.Text = "患者卡号";
 
-             this.tb_HisNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_HisNO.Watermark = "患者卡号";
 
-             this.tb_HisNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_PatSettlID
 
-             // 
 
-             this.tb_PatSettlID.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_PatSettlID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_PatSettlID.Location = new System.Drawing.Point(15, 61);
 
-             this.tb_PatSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_PatSettlID.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_PatSettlID.Name = "tb_PatSettlID";
 
-             this.tb_PatSettlID.ShowText = false;
 
-             this.tb_PatSettlID.Size = new System.Drawing.Size(263, 24);
 
-             this.tb_PatSettlID.TabIndex = 2;
 
-             this.tb_PatSettlID.Text = "结算编号";
 
-             this.tb_PatSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_PatSettlID.Watermark = "结算编号";
 
-             this.tb_PatSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tb_Name
 
-             // 
 
-             this.tb_Name.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tb_Name.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_Name.Location = new System.Drawing.Point(15, 30);
 
-             this.tb_Name.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tb_Name.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tb_Name.Name = "tb_Name";
 
-             this.tb_Name.ShowText = false;
 
-             this.tb_Name.Size = new System.Drawing.Size(263, 24);
 
-             this.tb_Name.TabIndex = 1;
 
-             this.tb_Name.Text = "姓名";
 
-             this.tb_Name.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tb_Name.Watermark = "姓名";
 
-             this.tb_Name.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rbgBillType_Handel
 
-             // 
 
-             this.rbgBillType_Handel.ColumnCount = 3;
 
-             this.rbgBillType_Handel.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.rbgBillType_Handel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbgBillType_Handel.Items.AddRange(new object[] {
 
-             "全部",
 
-             "正票",
 
-             "负票"});
 
-             this.rbgBillType_Handel.ItemSize = new System.Drawing.Size(100, 32);
 
-             this.rbgBillType_Handel.Location = new System.Drawing.Point(0, 199);
 
-             this.rbgBillType_Handel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rbgBillType_Handel.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbgBillType_Handel.Name = "rbgBillType_Handel";
 
-             this.rbgBillType_Handel.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbgBillType_Handel.Size = new System.Drawing.Size(385, 66);
 
-             this.rbgBillType_Handel.TabIndex = 25;
 
-             this.rbgBillType_Handel.Text = "票据类型";
 
-             this.rbgBillType_Handel.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbgBillType_Handel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rbgAdmType_Handel
 
-             // 
 
-             this.rbgAdmType_Handel.ColumnCount = 3;
 
-             this.rbgAdmType_Handel.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.rbgAdmType_Handel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbgAdmType_Handel.Items.AddRange(new object[] {
 
-             "全部",
 
-             "住院",
 
-             "门诊"});
 
-             this.rbgAdmType_Handel.ItemSize = new System.Drawing.Size(100, 32);
 
-             this.rbgAdmType_Handel.Location = new System.Drawing.Point(0, 136);
 
-             this.rbgAdmType_Handel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rbgAdmType_Handel.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbgAdmType_Handel.Name = "rbgAdmType_Handel";
 
-             this.rbgAdmType_Handel.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbgAdmType_Handel.Size = new System.Drawing.Size(385, 63);
 
-             this.rbgAdmType_Handel.TabIndex = 22;
 
-             this.rbgAdmType_Handel.Text = "就诊类型";
 
-             this.rbgAdmType_Handel.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbgAdmType_Handel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // gbDate
 
-             // 
 
-             this.gbDate.Controls.Add(this.dtEnd);
 
-             this.gbDate.Controls.Add(this.dtBegin);
 
-             this.gbDate.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.gbDate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gbDate.Location = new System.Drawing.Point(0, 35);
 
-             this.gbDate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gbDate.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gbDate.Name = "gbDate";
 
-             this.gbDate.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.gbDate.Size = new System.Drawing.Size(385, 101);
 
-             this.gbDate.TabIndex = 21;
 
-             this.gbDate.Text = "起止时间";
 
-             this.gbDate.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gbDate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dtEnd
 
-             // 
 
-             this.dtEnd.FillColor = System.Drawing.Color.White;
 
-             this.dtEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dtEnd.Location = new System.Drawing.Point(15, 65);
 
-             this.dtEnd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dtEnd.MaxLength = 19;
 
-             this.dtEnd.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dtEnd.Name = "dtEnd";
 
-             this.dtEnd.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dtEnd.Size = new System.Drawing.Size(263, 29);
 
-             this.dtEnd.SymbolDropDown = 61555;
 
-             this.dtEnd.SymbolNormal = 61555;
 
-             this.dtEnd.TabIndex = 1;
 
-             this.dtEnd.Text = "2022-05-22 14:03:13";
 
-             this.dtEnd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dtEnd.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
 
-             this.dtEnd.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dtBegin
 
-             // 
 
-             this.dtBegin.FillColor = System.Drawing.Color.White;
 
-             this.dtBegin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dtBegin.Location = new System.Drawing.Point(15, 26);
 
-             this.dtBegin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dtBegin.MaxLength = 19;
 
-             this.dtBegin.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dtBegin.Name = "dtBegin";
 
-             this.dtBegin.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dtBegin.Size = new System.Drawing.Size(263, 29);
 
-             this.dtBegin.SymbolDropDown = 61555;
 
-             this.dtBegin.SymbolNormal = 61555;
 
-             this.dtBegin.TabIndex = 0;
 
-             this.dtBegin.Text = "2022-05-22 14:03:13";
 
-             this.dtBegin.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dtBegin.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
 
-             this.dtBegin.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbFeeNo
 
-             // 
 
-             this.tbFeeNo.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbFeeNo.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.tbFeeNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbFeeNo.Location = new System.Drawing.Point(0, 356);
 
-             this.tbFeeNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbFeeNo.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbFeeNo.Name = "tbFeeNo";
 
-             this.tbFeeNo.ShowText = false;
 
-             this.tbFeeNo.Size = new System.Drawing.Size(385, 29);
 
-             this.tbFeeNo.TabIndex = 16;
 
-             this.tbFeeNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbFeeNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel7
 
-             // 
 
-             this.uiLabel7.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel7.Location = new System.Drawing.Point(0, 329);
 
-             this.uiLabel7.Name = "uiLabel7";
 
-             this.uiLabel7.Size = new System.Drawing.Size(385, 27);
 
-             this.uiLabel7.TabIndex = 15;
 
-             this.uiLabel7.Text = "医保收费单据号(FeeNo):";
 
-             this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbTradeNo
 
-             // 
 
-             this.tbTradeNo.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.tbTradeNo.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.tbTradeNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tbTradeNo.Location = new System.Drawing.Point(0, 300);
 
-             this.tbTradeNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tbTradeNo.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.tbTradeNo.Name = "tbTradeNo";
 
-             this.tbTradeNo.ShowText = false;
 
-             this.tbTradeNo.Size = new System.Drawing.Size(385, 29);
 
-             this.tbTradeNo.TabIndex = 14;
 
-             this.tbTradeNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.tbTradeNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel1
 
-             // 
 
-             this.uiLabel1.Dock = System.Windows.Forms.DockStyle.Top;
 
-             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(0, 272);
 
-             this.uiLabel1.Name = "uiLabel1";
 
-             this.uiLabel1.Size = new System.Drawing.Size(385, 28);
 
-             this.uiLabel1.TabIndex = 13;
 
-             this.uiLabel1.Text = "收费交易流水号(TradeNo):";
 
-             this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // rbgType
 
-             // 
 
-             this.rbgType.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.rbgType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rbgType.Items.AddRange(new object[] {
 
-             "收费回退TradeRollBack",
 
-             "退费回退TradeRollBack",
 
-             "交易完成通知HISFinishedNotice",
 
-             "挂起回退(本地/异地)CommitTradeStateNation",
 
-             "门诊退费(异地)RefundmentTradeAllNation",
 
-             "门诊收费实时对账(异地)TradeCheckNation"});
 
-             this.rbgType.ItemSize = new System.Drawing.Size(400, 35);
 
-             this.rbgType.Location = new System.Drawing.Point(0, 35);
 
-             this.rbgType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rbgType.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rbgType.Name = "rbgType";
 
-             this.rbgType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.rbgType.Size = new System.Drawing.Size(385, 237);
 
-             this.rbgType.TabIndex = 0;
 
-             this.rbgType.Text = "处理类型";
 
-             this.rbgType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rbgType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // HandleException
 
-             // 
 
-             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 
-             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
-             this.ClientSize = new System.Drawing.Size(1270, 808);
 
-             this.Controls.Add(this.tcReverse);
 
-             this.Margin = new System.Windows.Forms.Padding(2);
 
-             this.Name = "HandleException";
 
-             this.Text = "异常处理";
 
-             this.Load += new System.EventHandler(this.HandleException_Load);
 
-             this.tcReverse.ResumeLayout(false);
 
-             this.tpSettlReverse.ResumeLayout(false);
 
-             this.panel2.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
 
-             this.uiPanel2.ResumeLayout(false);
 
-             this.gbExactLocate.ResumeLayout(false);
 
-             this.uiGroupBox2.ResumeLayout(false);
 
-             this.tpLogReverse.ResumeLayout(false);
 
-             this.panel1.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
 
-             this.uiPanel1.ResumeLayout(false);
 
-             this.gbOther.ResumeLayout(false);
 
-             this.gbInterface.ResumeLayout(false);
 
-             this.gbDateTime.ResumeLayout(false);
 
-             this.tpHandReverse.ResumeLayout(false);
 
-             this.uiPanel5.ResumeLayout(false);
 
-             this.uiSplitContainer3.Panel1.ResumeLayout(false);
 
-             this.uiSplitContainer3.Panel2.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer3)).EndInit();
 
-             this.uiSplitContainer3.ResumeLayout(false);
 
-             this.uiGroupBox6.ResumeLayout(false);
 
-             this.uiGroupBox7.ResumeLayout(false);
 
-             this.uiPanel4.ResumeLayout(false);
 
-             this.gb_Other.ResumeLayout(false);
 
-             this.gb_Local.ResumeLayout(false);
 
-             this.tpCancleOutPatReg.ResumeLayout(false);
 
-             this.panel3.ResumeLayout(false);
 
-             this.uiPanel3.ResumeLayout(false);
 
-             this.uiPanel7.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvBalanceData)).EndInit();
 
-             this.uiPanel6.ResumeLayout(false);
 
-             this.uiTitlePanel1.ResumeLayout(false);
 
-             this.uiTitlePanel2.ResumeLayout(false);
 
-             this.uiGroupBox1.ResumeLayout(false);
 
-             this.gbDate.ResumeLayout(false);
 
-             this.ResumeLayout(false);
 
-         }
 
-         #endregion
 
-         private Sunny.UI.UITabControl tcReverse;
 
-         private System.Windows.Forms.TabPage tpLogReverse;
 
-         private System.Windows.Forms.Panel panel1;
 
-         private Sunny.UI.UIDataGridView dgvLog;
 
-         private Sunny.UI.UIPagination pgSettlRecod;
 
-         private Sunny.UI.UIPanel uiPanel1;
 
-         private Sunny.UI.UIGroupBox gbInterface;
 
-         private Sunny.UI.UIGroupBox gbDateTime;
 
-         private Sunny.UI.UIDatetimePicker dpED_Log;
 
-         private Sunny.UI.UIDatetimePicker dpST_Log;
 
-         private System.Windows.Forms.TabPage tpHandReverse;
 
-         private System.Windows.Forms.TabPage tpSettlReverse;
 
-         private Sunny.UI.UIButton btnQueryLog;
 
-         private Sunny.UI.UIButton btnReverseByLog;
 
-         private System.Windows.Forms.Panel panel2;
 
-         private Sunny.UI.UIDataGridView dgvSettlRecord;
 
-         private Sunny.UI.UIPagination uiPagination1;
 
-         private Sunny.UI.UIPanel uiPanel2;
 
-         private Sunny.UI.UIGroupBox gbExactLocate;
 
-         private Sunny.UI.UITextBox tbHisNO;
 
-         private Sunny.UI.UITextBox tbPatSettlID;
 
-         private Sunny.UI.UITextBox tbName;
 
-         private Sunny.UI.UIButton btnQuerySettleRec;
 
-         private Sunny.UI.UIButton btnReverseBySettl;
 
-         private Sunny.UI.UIRadioButtonGroup rbgBillType;
 
-         private Sunny.UI.UIRadioButtonGroup rbgAdmType;
 
-         private Sunny.UI.UIGroupBox uiGroupBox2;
 
-         private Sunny.UI.UIDatetimePicker dpED_Settl;
 
-         private Sunny.UI.UIDatetimePicker dpST_Settl;
 
-         private System.Windows.Forms.TabPage tpCancleOutPatReg;
 
-         private System.Windows.Forms.Panel panel3;
 
-         private Sunny.UI.UIPanel uiPanel3;
 
-         private Sunny.UI.UIPanel uiPanel4;
 
-         private Sunny.UI.UIButton btnPatInfoShow;
 
-         private Sunny.UI.UIButton btPatInfo_ex;
 
-         private Sunny.UI.UIPanel uiPanel5;
 
-         private Sunny.UI.UISplitContainer uiSplitContainer3;
 
-         private Sunny.UI.UIGroupBox uiGroupBox6;
 
-         private Sunny.UI.UIRichTextBox rtbInparam;
 
-         private Sunny.UI.UIGroupBox uiGroupBox7;
 
-         private Sunny.UI.UIRichTextBox rtbOutparam;
 
-         private Sunny.UI.UITextBox tbPsnNO;
 
-         private Sunny.UI.UILabel uiLabel3;
 
-         private Sunny.UI.UITextBox tbTransNO;
 
-         private Sunny.UI.UILabel uiLabel2;
 
-         private Sunny.UI.UIGroupBox gbOther;
 
-         private Sunny.UI.UITextBox tbCBD_Log;
 
-         private Sunny.UI.UILabel uiLabel5;
 
-         private Sunny.UI.UIButton uiButton4;
 
-         private Sunny.UI.UIButton uiButton3;
 
-         private Sunny.UI.UIButton uiButton2;
 
-         private Sunny.UI.UIPanel uiPanel7;
 
-         private Sunny.UI.UIPanel uiPanel6;
 
-         private Sunny.UI.UITitlePanel uiTitlePanel1;
 
-         private Sunny.UI.UIRadioButtonGroup rbgType;
 
-         private Sunny.UI.UIButton btnExit;
 
-         private Sunny.UI.UIButton btnDo;
 
-         private Sunny.UI.UIButton btnQuery;
 
-         private Sunny.UI.UIDataGridView dgvBalanceData;
 
-         private Sunny.UI.UITitlePanel uiTitlePanel2;
 
-         private Sunny.UI.UIGroupBox uiGroupBox1;
 
-         private Sunny.UI.UITextBox tb_HisNO;
 
-         private Sunny.UI.UITextBox tb_PatSettlID;
 
-         private Sunny.UI.UITextBox tb_Name;
 
-         private Sunny.UI.UIRadioButtonGroup rbgBillType_Handel;
 
-         private Sunny.UI.UIRadioButtonGroup rbgAdmType_Handel;
 
-         private Sunny.UI.UIGroupBox gbDate;
 
-         private Sunny.UI.UIDatetimePicker dtEnd;
 
-         private Sunny.UI.UIDatetimePicker dtBegin;
 
-         private Sunny.UI.UITextBox tbFeeNo;
 
-         private Sunny.UI.UILabel uiLabel7;
 
-         private Sunny.UI.UITextBox tbTradeNo;
 
-         private Sunny.UI.UILabel uiLabel1;
 
-         private Sunny.UI.UIRadioButtonGroup rbg_Zone;
 
-         private Sunny.UI.UIGroupBox gb_Local;
 
-         private Sunny.UI.UITextBox tb_TradeNo;
 
-         private Sunny.UI.UIGroupBox gb_Other;
 
-         private Sunny.UI.UITextBox tb_OrginalHisTradeNo;
 
-         private Sunny.UI.UILabel uiLabel6;
 
-         private Sunny.UI.UILabel uiLabel4;
 
-         private Sunny.UI.UITextBox tb_HISTradeNo;
 
-         private Sunny.UI.UILabel uiLabel8;
 
-         private Sunny.UI.UITextBox tb_FeeNo;
 
-         private Sunny.UI.UILabel uiLabel9;
 
-     }
 
- }
 
 
  |