| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594 | 
							- namespace PTMedicalInsurance.Forms
 
- {
 
-     partial class ClearingQuery
 
-     {
 
-         /// <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 dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle55 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClearingQuery));
 
-             this.cmsCheck = new Sunny.UI.UIContextMenuStrip();
 
-             this.tsmCheck_Single = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmCheckDetail_Single = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmCheck_Batch = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmCheckDetail_Batch = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmHisRecord = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmAICheck = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.导出TXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmExport = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmCompress = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmZIPToSDec = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmUploadZIP = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsm3202 = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmDownload = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmUnCompress = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmImport = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tsmHandCheck = new System.Windows.Forms.ToolStripMenuItem();
 
-             this.tabPage10 = new System.Windows.Forms.TabPage();
 
-             this.uiPanel7 = new Sunny.UI.UIPanel();
 
-             this.uiTabControl6 = new Sunny.UI.UITabControl();
 
-             this.tabPage14 = new System.Windows.Forms.TabPage();
 
-             this.rtbOthCheckResultRecord = new Sunny.UI.UIRichTextBox();
 
-             this.uiTabControl7 = new Sunny.UI.UITabControl();
 
-             this.tabPage15 = new System.Windows.Forms.TabPage();
 
-             this.dgvOthCheck = new Sunny.UI.UIDataGridView();
 
-             this.uiPanel6 = new Sunny.UI.UIPanel();
 
-             this.uiGroupBox7 = new Sunny.UI.UIGroupBox();
 
-             this.uiTextBox1 = new Sunny.UI.UITextBox();
 
-             this.cbxValid_O = new Sunny.UI.UIComboBox();
 
-             this.uiLabel12 = new Sunny.UI.UILabel();
 
-             this.uiLabel14 = new Sunny.UI.UILabel();
 
-             this.cbxClrType_O = new Sunny.UI.UIComboBox();
 
-             this.uiLabel15 = new Sunny.UI.UILabel();
 
-             this.uiComboBox4 = new Sunny.UI.UIComboBox();
 
-             this.uiLabel16 = new Sunny.UI.UILabel();
 
-             this.uiGroupBox8 = new Sunny.UI.UIGroupBox();
 
-             this.uiButton1 = new Sunny.UI.UIButton();
 
-             this.uiButton2 = new Sunny.UI.UIButton();
 
-             this.uiButton3 = new Sunny.UI.UIButton();
 
-             this.uiGroupBox9 = new Sunny.UI.UIGroupBox();
 
-             this.uiSymbolButton1 = new Sunny.UI.UISymbolButton();
 
-             this.uiSymbolButton2 = new Sunny.UI.UISymbolButton();
 
-             this.dpED_O = new Sunny.UI.UIDatetimePicker();
 
-             this.dpST_O = new Sunny.UI.UIDatetimePicker();
 
-             this.tabPage1 = new System.Windows.Forms.TabPage();
 
-             this.uiPanel2 = new Sunny.UI.UIPanel();
 
-             this.uiTabControl3 = new Sunny.UI.UITabControl();
 
-             this.tabPage6 = new System.Windows.Forms.TabPage();
 
-             this.dgvHisSettlRec = new Sunny.UI.UIDataGridView();
 
-             this.tabPage7 = new System.Windows.Forms.TabPage();
 
-             this.dgvCenterSettlRec = new Sunny.UI.UIDataGridView();
 
-             this.tabPage8 = new System.Windows.Forms.TabPage();
 
-             this.rtbCheckDetailLog = new Sunny.UI.UIRichTextBox();
 
-             this.uiTabControl2 = new Sunny.UI.UITabControl();
 
-             this.tabPage4 = new System.Windows.Forms.TabPage();
 
-             this.dgvSettlSummary = new Sunny.UI.UIDataGridView();
 
-             this.tabPage5 = new System.Windows.Forms.TabPage();
 
-             this.rtbCheckLog = new Sunny.UI.UIRichTextBox();
 
-             this.uiPanel1 = new Sunny.UI.UIPanel();
 
-             this.tbTmp = new System.Windows.Forms.RichTextBox();
 
-             this.gbConditionSet = new Sunny.UI.UIGroupBox();
 
-             this.cbxInterface = new Sunny.UI.UIComboBox();
 
-             this.cbxClrType = new Sunny.UI.UIComboBox();
 
-             this.uiLabel3 = new Sunny.UI.UILabel();
 
-             this.cbxInsuType = new Sunny.UI.UIComboBox();
 
-             this.uiLabel2 = new Sunny.UI.UILabel();
 
-             this.uiLabel1 = new Sunny.UI.UILabel();
 
-             this.cbgGroupSet = new Sunny.UI.UICheckBoxGroup();
 
-             this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
 
-             this.uiGroupBox10 = new Sunny.UI.UIGroupBox();
 
-             this.uiButton4 = new Sunny.UI.UIButton();
 
-             this.uiButton5 = new Sunny.UI.UIButton();
 
-             this.Btn_Query = new Sunny.UI.UIButton();
 
-             this.btnQuerySettlSummary = new Sunny.UI.UIButton();
 
-             this.btnClose = new Sunny.UI.UIButton();
 
-             this.btnBatchCheck = new Sunny.UI.UIButton();
 
-             this.gbDateTime = new Sunny.UI.UIGroupBox();
 
-             this.btnReduceOndDay = new Sunny.UI.UISymbolButton();
 
-             this.btnAddOneDay = new Sunny.UI.UISymbolButton();
 
-             this.dpED = new Sunny.UI.UIDatetimePicker();
 
-             this.dpST = new Sunny.UI.UIDatetimePicker();
 
-             this.uiTabControl1 = new Sunny.UI.UITabControl();
 
-             this.cmsCheck.SuspendLayout();
 
-             this.tabPage10.SuspendLayout();
 
-             this.uiPanel7.SuspendLayout();
 
-             this.uiTabControl6.SuspendLayout();
 
-             this.tabPage14.SuspendLayout();
 
-             this.uiTabControl7.SuspendLayout();
 
-             this.tabPage15.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvOthCheck)).BeginInit();
 
-             this.uiPanel6.SuspendLayout();
 
-             this.uiGroupBox7.SuspendLayout();
 
-             this.uiGroupBox8.SuspendLayout();
 
-             this.uiGroupBox9.SuspendLayout();
 
-             this.tabPage1.SuspendLayout();
 
-             this.uiPanel2.SuspendLayout();
 
-             this.uiTabControl3.SuspendLayout();
 
-             this.tabPage6.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvHisSettlRec)).BeginInit();
 
-             this.tabPage7.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvCenterSettlRec)).BeginInit();
 
-             this.tabPage8.SuspendLayout();
 
-             this.uiTabControl2.SuspendLayout();
 
-             this.tabPage4.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvSettlSummary)).BeginInit();
 
-             this.tabPage5.SuspendLayout();
 
-             this.uiPanel1.SuspendLayout();
 
-             this.gbConditionSet.SuspendLayout();
 
-             this.uiGroupBox1.SuspendLayout();
 
-             this.uiGroupBox10.SuspendLayout();
 
-             this.gbDateTime.SuspendLayout();
 
-             this.uiTabControl1.SuspendLayout();
 
-             this.SuspendLayout();
 
-             // 
 
-             // cmsCheck
 
-             // 
 
-             this.cmsCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
 
-             this.cmsCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cmsCheck.ImageScalingSize = new System.Drawing.Size(20, 20);
 
-             this.cmsCheck.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
-             this.tsmCheck_Single,
 
-             this.tsmCheckDetail_Single,
 
-             this.tsmCheck_Batch,
 
-             this.tsmCheckDetail_Batch,
 
-             this.tsmHisRecord,
 
-             this.tsmAICheck,
 
-             this.导出TXTToolStripMenuItem});
 
-             this.cmsCheck.Name = "cmsCheck";
 
-             this.cmsCheck.Size = new System.Drawing.Size(280, 270);
 
-             this.cmsCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.cmsCheck.Opening += new System.ComponentModel.CancelEventHandler(this.cmsCheck_Opening);
 
-             // 
 
-             // tsmCheck_Single
 
-             // 
 
-             this.tsmCheck_Single.Name = "tsmCheck_Single";
 
-             this.tsmCheck_Single.Size = new System.Drawing.Size(279, 38);
 
-             this.tsmCheck_Single.Text = "单条对总账";
 
-             this.tsmCheck_Single.Click += new System.EventHandler(this.tsmCheck_Single_Click);
 
-             // 
 
-             // tsmCheckDetail_Single
 
-             // 
 
-             this.tsmCheckDetail_Single.Name = "tsmCheckDetail_Single";
 
-             this.tsmCheckDetail_Single.Size = new System.Drawing.Size(279, 38);
 
-             this.tsmCheckDetail_Single.Text = "单条对明细账";
 
-             this.tsmCheckDetail_Single.Click += new System.EventHandler(this.tsmCheckDetail_Single_Click);
 
-             // 
 
-             // tsmCheck_Batch
 
-             // 
 
-             this.tsmCheck_Batch.Name = "tsmCheck_Batch";
 
-             this.tsmCheck_Batch.Size = new System.Drawing.Size(279, 38);
 
-             this.tsmCheck_Batch.Text = "批量对总账";
 
-             this.tsmCheck_Batch.Click += new System.EventHandler(this.tsmCheck_Batch_Click);
 
-             // 
 
-             // tsmCheckDetail_Batch
 
-             // 
 
-             this.tsmCheckDetail_Batch.Name = "tsmCheckDetail_Batch";
 
-             this.tsmCheckDetail_Batch.Size = new System.Drawing.Size(279, 38);
 
-             this.tsmCheckDetail_Batch.Text = "批量对明细账";
 
-             // 
 
-             // tsmHisRecord
 
-             // 
 
-             this.tsmHisRecord.Name = "tsmHisRecord";
 
-             this.tsmHisRecord.Size = new System.Drawing.Size(279, 38);
 
-             this.tsmHisRecord.Text = "查看HIS记录明细 ";
 
-             this.tsmHisRecord.Click += new System.EventHandler(this.tsmHisRecord_Click);
 
-             // 
 
-             // tsmAICheck
 
-             // 
 
-             this.tsmAICheck.Name = "tsmAICheck";
 
-             this.tsmAICheck.Size = new System.Drawing.Size(279, 38);
 
-             this.tsmAICheck.Text = "智能比对";
 
-             this.tsmAICheck.Click += new System.EventHandler(this.tsmAICheck_Click);
 
-             // 
 
-             // 导出TXTToolStripMenuItem
 
-             // 
 
-             this.导出TXTToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
-             this.tsmExport,
 
-             this.tsmCompress,
 
-             this.tsmZIPToSDec,
 
-             this.tsmUploadZIP,
 
-             this.tsm3202,
 
-             this.tsmDownload,
 
-             this.tsmUnCompress,
 
-             this.tsmImport,
 
-             this.tsmHandCheck});
 
-             this.导出TXTToolStripMenuItem.Name = "导出TXTToolStripMenuItem";
 
-             this.导出TXTToolStripMenuItem.Size = new System.Drawing.Size(279, 38);
 
-             this.导出TXTToolStripMenuItem.Text = "附属功能";
 
-             // 
 
-             // tsmExport
 
-             // 
 
-             this.tsmExport.Name = "tsmExport";
 
-             this.tsmExport.Size = new System.Drawing.Size(323, 40);
 
-             this.tsmExport.Text = "导出TXT";
 
-             this.tsmExport.Click += new System.EventHandler(this.tsmExport_Click);
 
-             // 
 
-             // tsmCompress
 
-             // 
 
-             this.tsmCompress.Name = "tsmCompress";
 
-             this.tsmCompress.Size = new System.Drawing.Size(323, 40);
 
-             this.tsmCompress.Text = "TXT压缩为ZIP";
 
-             this.tsmCompress.Click += new System.EventHandler(this.tsmCompress_Click);
 
-             // 
 
-             // tsmZIPToSDec
 
-             // 
 
-             this.tsmZIPToSDec.Name = "tsmZIPToSDec";
 
-             this.tsmZIPToSDec.Size = new System.Drawing.Size(323, 40);
 
-             this.tsmZIPToSDec.Text = "ZIP转为有符号整数";
 
-             this.tsmZIPToSDec.Click += new System.EventHandler(this.tsmZIPToSDec_Click);
 
-             // 
 
-             // tsmUploadZIP
 
-             // 
 
-             this.tsmUploadZIP.Name = "tsmUploadZIP";
 
-             this.tsmUploadZIP.Size = new System.Drawing.Size(323, 40);
 
-             this.tsmUploadZIP.Text = "上传ZIP";
 
-             this.tsmUploadZIP.Click += new System.EventHandler(this.tsmUploadZIP_Click);
 
-             // 
 
-             // tsm3202
 
-             // 
 
-             this.tsm3202.Name = "tsm3202";
 
-             this.tsm3202.Size = new System.Drawing.Size(323, 40);
 
-             this.tsm3202.Text = "明细对账(3202)";
 
-             this.tsm3202.Click += new System.EventHandler(this.tsm3202_Click);
 
-             // 
 
-             // tsmDownload
 
-             // 
 
-             this.tsmDownload.Name = "tsmDownload";
 
-             this.tsmDownload.Size = new System.Drawing.Size(323, 40);
 
-             this.tsmDownload.Text = "下载文件";
 
-             this.tsmDownload.Click += new System.EventHandler(this.tsmDownload_Click);
 
-             // 
 
-             // tsmUnCompress
 
-             // 
 
-             this.tsmUnCompress.Name = "tsmUnCompress";
 
-             this.tsmUnCompress.Size = new System.Drawing.Size(323, 40);
 
-             this.tsmUnCompress.Text = "解压文件";
 
-             this.tsmUnCompress.Click += new System.EventHandler(this.tsmUnCompress_Click);
 
-             // 
 
-             // tsmImport
 
-             // 
 
-             this.tsmImport.Name = "tsmImport";
 
-             this.tsmImport.Size = new System.Drawing.Size(323, 40);
 
-             this.tsmImport.Text = "导入文件";
 
-             this.tsmImport.Click += new System.EventHandler(this.tsmImport_Click);
 
-             // 
 
-             // tsmHandCheck
 
-             // 
 
-             this.tsmHandCheck.Name = "tsmHandCheck";
 
-             this.tsmHandCheck.Size = new System.Drawing.Size(323, 40);
 
-             this.tsmHandCheck.Text = "手工对账";
 
-             this.tsmHandCheck.Click += new System.EventHandler(this.tsmHandCheck_Click);
 
-             // 
 
-             // tabPage10
 
-             // 
 
-             this.tabPage10.Controls.Add(this.uiPanel7);
 
-             this.tabPage10.Controls.Add(this.uiPanel6);
 
-             this.tabPage10.Location = new System.Drawing.Point(0, 30);
 
-             this.tabPage10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tabPage10.Name = "tabPage10";
 
-             this.tabPage10.Size = new System.Drawing.Size(1800, 1164);
 
-             this.tabPage10.TabIndex = 3;
 
-             this.tabPage10.Text = "异地对账";
 
-             this.tabPage10.UseVisualStyleBackColor = true;
 
-             // 
 
-             // uiPanel7
 
-             // 
 
-             this.uiPanel7.Controls.Add(this.uiTabControl6);
 
-             this.uiPanel7.Controls.Add(this.uiTabControl7);
 
-             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(325, 0);
 
-             this.uiPanel7.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
 
-             this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel7.Name = "uiPanel7";
 
-             this.uiPanel7.Size = new System.Drawing.Size(1475, 1164);
 
-             this.uiPanel7.TabIndex = 4;
 
-             this.uiPanel7.Text = null;
 
-             this.uiPanel7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiTabControl6
 
-             // 
 
-             this.uiTabControl6.Controls.Add(this.tabPage14);
 
-             this.uiTabControl6.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiTabControl6.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
 
-             this.uiTabControl6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl6.ItemSize = new System.Drawing.Size(150, 25);
 
-             this.uiTabControl6.Location = new System.Drawing.Point(0, 424);
 
-             this.uiTabControl6.MainPage = "";
 
-             this.uiTabControl6.Name = "uiTabControl6";
 
-             this.uiTabControl6.SelectedIndex = 0;
 
-             this.uiTabControl6.Size = new System.Drawing.Size(1475, 740);
 
-             this.uiTabControl6.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
 
-             this.uiTabControl6.TabIndex = 1;
 
-             this.uiTabControl6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tabPage14
 
-             // 
 
-             this.tabPage14.Controls.Add(this.rtbOthCheckResultRecord);
 
-             this.tabPage14.Location = new System.Drawing.Point(0, 25);
 
-             this.tabPage14.Name = "tabPage14";
 
-             this.tabPage14.Size = new System.Drawing.Size(1475, 715);
 
-             this.tabPage14.TabIndex = 2;
 
-             this.tabPage14.Text = "对账结果记录";
 
-             this.tabPage14.UseVisualStyleBackColor = true;
 
-             // 
 
-             // rtbOthCheckResultRecord
 
-             // 
 
-             this.rtbOthCheckResultRecord.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.rtbOthCheckResultRecord.FillColor = System.Drawing.Color.White;
 
-             this.rtbOthCheckResultRecord.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rtbOthCheckResultRecord.Location = new System.Drawing.Point(0, 0);
 
-             this.rtbOthCheckResultRecord.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rtbOthCheckResultRecord.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rtbOthCheckResultRecord.Name = "rtbOthCheckResultRecord";
 
-             this.rtbOthCheckResultRecord.Padding = new System.Windows.Forms.Padding(2);
 
-             this.rtbOthCheckResultRecord.ShowText = false;
 
-             this.rtbOthCheckResultRecord.Size = new System.Drawing.Size(1475, 715);
 
-             this.rtbOthCheckResultRecord.Style = Sunny.UI.UIStyle.Custom;
 
-             this.rtbOthCheckResultRecord.TabIndex = 0;
 
-             this.rtbOthCheckResultRecord.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rtbOthCheckResultRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiTabControl7
 
-             // 
 
-             this.uiTabControl7.Controls.Add(this.tabPage15);
 
-             this.uiTabControl7.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.uiTabControl7.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
 
-             this.uiTabControl7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl7.ItemSize = new System.Drawing.Size(150, 25);
 
-             this.uiTabControl7.Location = new System.Drawing.Point(0, 0);
 
-             this.uiTabControl7.MainPage = "";
 
-             this.uiTabControl7.Name = "uiTabControl7";
 
-             this.uiTabControl7.SelectedIndex = 0;
 
-             this.uiTabControl7.Size = new System.Drawing.Size(1475, 424);
 
-             this.uiTabControl7.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
 
-             this.uiTabControl7.TabIndex = 0;
 
-             this.uiTabControl7.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tabPage15
 
-             // 
 
-             this.tabPage15.Controls.Add(this.dgvOthCheck);
 
-             this.tabPage15.Location = new System.Drawing.Point(0, 25);
 
-             this.tabPage15.Name = "tabPage15";
 
-             this.tabPage15.Size = new System.Drawing.Size(1475, 399);
 
-             this.tabPage15.TabIndex = 0;
 
-             this.tabPage15.Text = "结算汇总数据";
 
-             this.tabPage15.UseVisualStyleBackColor = true;
 
-             // 
 
-             // dgvOthCheck
 
-             // 
 
-             this.dgvOthCheck.AllowUserToAddRows = false;
 
-             dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvOthCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
 
-             this.dgvOthCheck.BackgroundColor = System.Drawing.Color.White;
 
-             this.dgvOthCheck.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
 
-             dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 
-             dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvOthCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
 
-             this.dgvOthCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
 
-             dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 
-             this.dgvOthCheck.DefaultCellStyle = dataGridViewCellStyle18;
 
-             this.dgvOthCheck.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgvOthCheck.EnableHeadersVisualStyles = false;
 
-             this.dgvOthCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvOthCheck.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             this.dgvOthCheck.Location = new System.Drawing.Point(0, 0);
 
-             this.dgvOthCheck.Name = "dgvOthCheck";
 
-             this.dgvOthCheck.ReadOnly = true;
 
-             dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvOthCheck.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
 
-             this.dgvOthCheck.RowHeadersWidth = 30;
 
-             this.dgvOthCheck.RowHeight = 30;
 
-             dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvOthCheck.RowsDefaultCellStyle = dataGridViewCellStyle20;
 
-             this.dgvOthCheck.RowTemplate.Height = 30;
 
-             this.dgvOthCheck.SelectedIndex = -1;
 
-             this.dgvOthCheck.Size = new System.Drawing.Size(1475, 399);
 
-             this.dgvOthCheck.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvOthCheck.TabIndex = 0;
 
-             this.dgvOthCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.dgvOthCheck.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvRowStateChanged);
 
-             // 
 
-             // uiPanel6
 
-             // 
 
-             this.uiPanel6.Controls.Add(this.uiGroupBox7);
 
-             this.uiPanel6.Controls.Add(this.uiGroupBox8);
 
-             this.uiPanel6.Controls.Add(this.uiGroupBox9);
 
-             this.uiPanel6.Dock = System.Windows.Forms.DockStyle.Left;
 
-             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(0, 0);
 
-             this.uiPanel6.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
 
-             this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel6.Name = "uiPanel6";
 
-             this.uiPanel6.Size = new System.Drawing.Size(325, 1164);
 
-             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);
 
-             // 
 
-             // uiGroupBox7
 
-             // 
 
-             this.uiGroupBox7.Controls.Add(this.uiTextBox1);
 
-             this.uiGroupBox7.Controls.Add(this.cbxValid_O);
 
-             this.uiGroupBox7.Controls.Add(this.uiLabel12);
 
-             this.uiGroupBox7.Controls.Add(this.uiLabel14);
 
-             this.uiGroupBox7.Controls.Add(this.cbxClrType_O);
 
-             this.uiGroupBox7.Controls.Add(this.uiLabel15);
 
-             this.uiGroupBox7.Controls.Add(this.uiComboBox4);
 
-             this.uiGroupBox7.Controls.Add(this.uiLabel16);
 
-             this.uiGroupBox7.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.uiGroupBox7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiGroupBox7.Location = new System.Drawing.Point(0, 112);
 
-             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, 26, 0, 0);
 
-             this.uiGroupBox7.Size = new System.Drawing.Size(325, 198);
 
-             this.uiGroupBox7.TabIndex = 24;
 
-             this.uiGroupBox7.TabStop = false;
 
-             this.uiGroupBox7.Text = "条件设置";
 
-             this.uiGroupBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox7.TitleTop = 10;
 
-             this.uiGroupBox7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiTextBox1
 
-             // 
 
-             this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
 
-             this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTextBox1.Location = new System.Drawing.Point(79, 124);
 
-             this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
 
-             this.uiTextBox1.Name = "uiTextBox1";
 
-             this.uiTextBox1.ShowText = false;
 
-             this.uiTextBox1.Size = new System.Drawing.Size(130, 25);
 
-             this.uiTextBox1.TabIndex = 10;
 
-             this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbxValid_O
 
-             // 
 
-             this.cbxValid_O.DataSource = null;
 
-             this.cbxValid_O.FillColor = System.Drawing.Color.White;
 
-             this.cbxValid_O.FilterMaxCount = 50;
 
-             this.cbxValid_O.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbxValid_O.ItemHeight = 20;
 
-             this.cbxValid_O.Items.AddRange(new object[] {
 
-             "全部",
 
-             "有效",
 
-             "无效"});
 
-             this.cbxValid_O.Location = new System.Drawing.Point(79, 157);
 
-             this.cbxValid_O.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbxValid_O.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbxValid_O.Name = "cbxValid_O";
 
-             this.cbxValid_O.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbxValid_O.Size = new System.Drawing.Size(130, 25);
 
-             this.cbxValid_O.TabIndex = 9;
 
-             this.cbxValid_O.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbxValid_O.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel12
 
-             // 
 
-             this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel12.Location = new System.Drawing.Point(9, 158);
 
-             this.uiLabel12.Name = "uiLabel12";
 
-             this.uiLabel12.Size = new System.Drawing.Size(63, 23);
 
-             this.uiLabel12.TabIndex = 8;
 
-             this.uiLabel12.Text = "有效标志";
 
-             this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel14
 
-             // 
 
-             this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel14.Location = new System.Drawing.Point(9, 125);
 
-             this.uiLabel14.Name = "uiLabel14";
 
-             this.uiLabel14.Size = new System.Drawing.Size(63, 23);
 
-             this.uiLabel14.TabIndex = 6;
 
-             this.uiLabel14.Text = "经办机构";
 
-             this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbxClrType_O
 
-             // 
 
-             this.cbxClrType_O.DataSource = null;
 
-             this.cbxClrType_O.FillColor = System.Drawing.Color.White;
 
-             this.cbxClrType_O.FilterMaxCount = 50;
 
-             this.cbxClrType_O.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbxClrType_O.ItemHeight = 20;
 
-             this.cbxClrType_O.Items.AddRange(new object[] {
 
-             "1",
 
-             "2"});
 
-             this.cbxClrType_O.Location = new System.Drawing.Point(79, 91);
 
-             this.cbxClrType_O.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbxClrType_O.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbxClrType_O.Name = "cbxClrType_O";
 
-             this.cbxClrType_O.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbxClrType_O.Size = new System.Drawing.Size(130, 25);
 
-             this.cbxClrType_O.TabIndex = 5;
 
-             this.cbxClrType_O.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbxClrType_O.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel15
 
-             // 
 
-             this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel15.Location = new System.Drawing.Point(9, 92);
 
-             this.uiLabel15.Name = "uiLabel15";
 
-             this.uiLabel15.Size = new System.Drawing.Size(63, 23);
 
-             this.uiLabel15.TabIndex = 4;
 
-             this.uiLabel15.Text = "清算类别";
 
-             this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiComboBox4
 
-             // 
 
-             this.uiComboBox4.DataSource = null;
 
-             this.uiComboBox4.FillColor = System.Drawing.Color.White;
 
-             this.uiComboBox4.FilterMaxCount = 50;
 
-             this.uiComboBox4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiComboBox4.ItemHeight = 20;
 
-             this.uiComboBox4.Items.AddRange(new object[] {
 
-             "1",
 
-             "2"});
 
-             this.uiComboBox4.Location = new System.Drawing.Point(79, 58);
 
-             this.uiComboBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiComboBox4.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.uiComboBox4.Name = "uiComboBox4";
 
-             this.uiComboBox4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.uiComboBox4.Size = new System.Drawing.Size(130, 25);
 
-             this.uiComboBox4.TabIndex = 3;
 
-             this.uiComboBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiComboBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel16
 
-             // 
 
-             this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel16.Location = new System.Drawing.Point(9, 59);
 
-             this.uiLabel16.Name = "uiLabel16";
 
-             this.uiLabel16.Size = new System.Drawing.Size(63, 23);
 
-             this.uiLabel16.TabIndex = 2;
 
-             this.uiLabel16.Text = "险种类型";
 
-             this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiGroupBox8
 
-             // 
 
-             this.uiGroupBox8.Controls.Add(this.uiButton1);
 
-             this.uiGroupBox8.Controls.Add(this.uiButton2);
 
-             this.uiGroupBox8.Controls.Add(this.uiButton3);
 
-             this.uiGroupBox8.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.uiGroupBox8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiGroupBox8.Location = new System.Drawing.Point(0, 1027);
 
-             this.uiGroupBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiGroupBox8.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiGroupBox8.Name = "uiGroupBox8";
 
-             this.uiGroupBox8.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
 
-             this.uiGroupBox8.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
 
-             this.uiGroupBox8.RectSize = 2;
 
-             this.uiGroupBox8.Size = new System.Drawing.Size(325, 137);
 
-             this.uiGroupBox8.TabIndex = 22;
 
-             this.uiGroupBox8.Text = null;
 
-             this.uiGroupBox8.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiButton1
 
-             // 
 
-             this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton1.Location = new System.Drawing.Point(13, 96);
 
-             this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton1.Name = "uiButton1";
 
-             this.uiButton1.Size = new System.Drawing.Size(185, 35);
 
-             this.uiButton1.TabIndex = 2;
 
-             this.uiButton1.Text = "退出";
 
-             this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.uiButton1.Click += new System.EventHandler(this.btnClose_Click);
 
-             // 
 
-             // uiButton2
 
-             // 
 
-             this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton2.Location = new System.Drawing.Point(13, 60);
 
-             this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton2.Name = "uiButton2";
 
-             this.uiButton2.Size = new System.Drawing.Size(185, 35);
 
-             this.uiButton2.TabIndex = 1;
 
-             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.uiButton2_Click);
 
-             // 
 
-             // uiButton3
 
-             // 
 
-             this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton3.Location = new System.Drawing.Point(13, 24);
 
-             this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton3.Name = "uiButton3";
 
-             this.uiButton3.Size = new System.Drawing.Size(185, 35);
 
-             this.uiButton3.TabIndex = 0;
 
-             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.uiButton3_Click);
 
-             // 
 
-             // uiGroupBox9
 
-             // 
 
-             this.uiGroupBox9.Controls.Add(this.uiSymbolButton1);
 
-             this.uiGroupBox9.Controls.Add(this.uiSymbolButton2);
 
-             this.uiGroupBox9.Controls.Add(this.dpED_O);
 
-             this.uiGroupBox9.Controls.Add(this.dpST_O);
 
-             this.uiGroupBox9.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.uiGroupBox9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiGroupBox9.Location = new System.Drawing.Point(0, 0);
 
-             this.uiGroupBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiGroupBox9.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiGroupBox9.Name = "uiGroupBox9";
 
-             this.uiGroupBox9.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
 
-             this.uiGroupBox9.Size = new System.Drawing.Size(325, 112);
 
-             this.uiGroupBox9.TabIndex = 21;
 
-             this.uiGroupBox9.Text = "起止时间";
 
-             this.uiGroupBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiSymbolButton1
 
-             // 
 
-             this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiSymbolButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiSymbolButton1.Location = new System.Drawing.Point(160, 3);
 
-             this.uiSymbolButton1.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiSymbolButton1.Name = "uiSymbolButton1";
 
-             this.uiSymbolButton1.Size = new System.Drawing.Size(38, 23);
 
-             this.uiSymbolButton1.Symbol = 61544;
 
-             this.uiSymbolButton1.TabIndex = 3;
 
-             this.uiSymbolButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiSymbolButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiSymbolButton2
 
-             // 
 
-             this.uiSymbolButton2.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiSymbolButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiSymbolButton2.Location = new System.Drawing.Point(116, 3);
 
-             this.uiSymbolButton2.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiSymbolButton2.Name = "uiSymbolButton2";
 
-             this.uiSymbolButton2.Size = new System.Drawing.Size(38, 23);
 
-             this.uiSymbolButton2.Symbol = 61543;
 
-             this.uiSymbolButton2.TabIndex = 2;
 
-             this.uiSymbolButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiSymbolButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.uiSymbolButton2.Click += new System.EventHandler(this.uiSymbolButton2_Click);
 
-             // 
 
-             // dpED_O
 
-             // 
 
-             this.dpED_O.FillColor = System.Drawing.Color.White;
 
-             this.dpED_O.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dpED_O.Location = new System.Drawing.Point(13, 70);
 
-             this.dpED_O.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dpED_O.MaxLength = 19;
 
-             this.dpED_O.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dpED_O.Name = "dpED_O";
 
-             this.dpED_O.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dpED_O.Size = new System.Drawing.Size(200, 29);
 
-             this.dpED_O.SymbolDropDown = 61555;
 
-             this.dpED_O.SymbolNormal = 61555;
 
-             this.dpED_O.TabIndex = 1;
 
-             this.dpED_O.Text = "2022-06-01 23:59:59";
 
-             this.dpED_O.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dpED_O.Value = new System.DateTime(2022, 6, 1, 23, 59, 59, 0);
 
-             this.dpED_O.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dpST_O
 
-             // 
 
-             this.dpST_O.FillColor = System.Drawing.Color.White;
 
-             this.dpST_O.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dpST_O.Location = new System.Drawing.Point(13, 31);
 
-             this.dpST_O.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dpST_O.MaxLength = 19;
 
-             this.dpST_O.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dpST_O.Name = "dpST_O";
 
-             this.dpST_O.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dpST_O.Size = new System.Drawing.Size(200, 29);
 
-             this.dpST_O.SymbolDropDown = 61555;
 
-             this.dpST_O.SymbolNormal = 61555;
 
-             this.dpST_O.TabIndex = 0;
 
-             this.dpST_O.Text = "2022-06-01 00:00:00";
 
-             this.dpST_O.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dpST_O.Value = new System.DateTime(2022, 6, 1, 0, 0, 0, 0);
 
-             this.dpST_O.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tabPage1
 
-             // 
 
-             this.tabPage1.Controls.Add(this.uiPanel2);
 
-             this.tabPage1.Controls.Add(this.uiPanel1);
 
-             this.tabPage1.Location = new System.Drawing.Point(0, 30);
 
-             this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.tabPage1.Name = "tabPage1";
 
-             this.tabPage1.Size = new System.Drawing.Size(1800, 1164);
 
-             this.tabPage1.TabIndex = 0;
 
-             this.tabPage1.Text = "本地对账";
 
-             this.tabPage1.UseVisualStyleBackColor = true;
 
-             // 
 
-             // uiPanel2
 
-             // 
 
-             this.uiPanel2.Controls.Add(this.uiTabControl3);
 
-             this.uiPanel2.Controls.Add(this.uiTabControl2);
 
-             this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel2.Location = new System.Drawing.Point(342, 0);
 
-             this.uiPanel2.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
 
-             this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel2.Name = "uiPanel2";
 
-             this.uiPanel2.Size = new System.Drawing.Size(1458, 1164);
 
-             this.uiPanel2.TabIndex = 3;
 
-             this.uiPanel2.Text = null;
 
-             this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiTabControl3
 
-             // 
 
-             this.uiTabControl3.Controls.Add(this.tabPage6);
 
-             this.uiTabControl3.Controls.Add(this.tabPage7);
 
-             this.uiTabControl3.Controls.Add(this.tabPage8);
 
-             this.uiTabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiTabControl3.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
 
-             this.uiTabControl3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl3.ItemSize = new System.Drawing.Size(150, 25);
 
-             this.uiTabControl3.Location = new System.Drawing.Point(0, 424);
 
-             this.uiTabControl3.MainPage = "";
 
-             this.uiTabControl3.Name = "uiTabControl3";
 
-             this.uiTabControl3.SelectedIndex = 0;
 
-             this.uiTabControl3.Size = new System.Drawing.Size(1458, 740);
 
-             this.uiTabControl3.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
 
-             this.uiTabControl3.TabIndex = 1;
 
-             this.uiTabControl3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tabPage6
 
-             // 
 
-             this.tabPage6.Controls.Add(this.dgvHisSettlRec);
 
-             this.tabPage6.Location = new System.Drawing.Point(0, 25);
 
-             this.tabPage6.Name = "tabPage6";
 
-             this.tabPage6.Size = new System.Drawing.Size(1458, 715);
 
-             this.tabPage6.TabIndex = 0;
 
-             this.tabPage6.Text = "HIS结算记录";
 
-             this.tabPage6.UseVisualStyleBackColor = true;
 
-             // 
 
-             // dgvHisSettlRec
 
-             // 
 
-             this.dgvHisSettlRec.AllowUserToAddRows = false;
 
-             dataGridViewCellStyle41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvHisSettlRec.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle41;
 
-             this.dgvHisSettlRec.BackgroundColor = System.Drawing.Color.White;
 
-             this.dgvHisSettlRec.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
 
-             dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 
-             dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle42.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle42.ForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle42.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvHisSettlRec.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle42;
 
-             this.dgvHisSettlRec.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Window;
 
-             dataGridViewCellStyle43.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle43.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle43.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 
-             this.dgvHisSettlRec.DefaultCellStyle = dataGridViewCellStyle43;
 
-             this.dgvHisSettlRec.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgvHisSettlRec.EnableHeadersVisualStyles = false;
 
-             this.dgvHisSettlRec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvHisSettlRec.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             this.dgvHisSettlRec.Location = new System.Drawing.Point(0, 0);
 
-             this.dgvHisSettlRec.Name = "dgvHisSettlRec";
 
-             this.dgvHisSettlRec.ReadOnly = true;
 
-             dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle44.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle44.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle44.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvHisSettlRec.RowHeadersDefaultCellStyle = dataGridViewCellStyle44;
 
-             this.dgvHisSettlRec.RowHeadersWidth = 51;
 
-             dataGridViewCellStyle45.BackColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle45.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvHisSettlRec.RowsDefaultCellStyle = dataGridViewCellStyle45;
 
-             this.dgvHisSettlRec.RowTemplate.Height = 23;
 
-             this.dgvHisSettlRec.SelectedIndex = -1;
 
-             this.dgvHisSettlRec.Size = new System.Drawing.Size(1458, 715);
 
-             this.dgvHisSettlRec.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvHisSettlRec.TabIndex = 1;
 
-             this.dgvHisSettlRec.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.dgvHisSettlRec.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvHisSettlRec_RowStateChanged);
 
-             // 
 
-             // tabPage7
 
-             // 
 
-             this.tabPage7.Controls.Add(this.dgvCenterSettlRec);
 
-             this.tabPage7.Location = new System.Drawing.Point(0, 25);
 
-             this.tabPage7.Name = "tabPage7";
 
-             this.tabPage7.Size = new System.Drawing.Size(1458, 715);
 
-             this.tabPage7.TabIndex = 1;
 
-             this.tabPage7.Text = "中心结算记录";
 
-             this.tabPage7.UseVisualStyleBackColor = true;
 
-             // 
 
-             // dgvCenterSettlRec
 
-             // 
 
-             this.dgvCenterSettlRec.AllowUserToAddRows = false;
 
-             dataGridViewCellStyle46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvCenterSettlRec.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle46;
 
-             this.dgvCenterSettlRec.BackgroundColor = System.Drawing.Color.White;
 
-             this.dgvCenterSettlRec.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
 
-             dataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 
-             dataGridViewCellStyle47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle47.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle47.ForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle47.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle47.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle47.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvCenterSettlRec.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle47;
 
-             this.dgvCenterSettlRec.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             dataGridViewCellStyle48.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle48.BackColor = System.Drawing.SystemColors.Window;
 
-             dataGridViewCellStyle48.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle48.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle48.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle48.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle48.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 
-             this.dgvCenterSettlRec.DefaultCellStyle = dataGridViewCellStyle48;
 
-             this.dgvCenterSettlRec.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgvCenterSettlRec.EnableHeadersVisualStyles = false;
 
-             this.dgvCenterSettlRec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvCenterSettlRec.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             this.dgvCenterSettlRec.Location = new System.Drawing.Point(0, 0);
 
-             this.dgvCenterSettlRec.Name = "dgvCenterSettlRec";
 
-             dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle49.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle49.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle49.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle49.SelectionForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle49.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvCenterSettlRec.RowHeadersDefaultCellStyle = dataGridViewCellStyle49;
 
-             this.dgvCenterSettlRec.RowHeadersWidth = 51;
 
-             dataGridViewCellStyle50.BackColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle50.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvCenterSettlRec.RowsDefaultCellStyle = dataGridViewCellStyle50;
 
-             this.dgvCenterSettlRec.RowTemplate.Height = 23;
 
-             this.dgvCenterSettlRec.SelectedIndex = -1;
 
-             this.dgvCenterSettlRec.Size = new System.Drawing.Size(1458, 715);
 
-             this.dgvCenterSettlRec.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvCenterSettlRec.TabIndex = 1;
 
-             this.dgvCenterSettlRec.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tabPage8
 
-             // 
 
-             this.tabPage8.Controls.Add(this.rtbCheckDetailLog);
 
-             this.tabPage8.Location = new System.Drawing.Point(0, 25);
 
-             this.tabPage8.Name = "tabPage8";
 
-             this.tabPage8.Size = new System.Drawing.Size(1458, 715);
 
-             this.tabPage8.TabIndex = 2;
 
-             this.tabPage8.Text = "对明细账结果记录";
 
-             this.tabPage8.UseVisualStyleBackColor = true;
 
-             // 
 
-             // rtbCheckDetailLog
 
-             // 
 
-             this.rtbCheckDetailLog.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.rtbCheckDetailLog.FillColor = System.Drawing.Color.White;
 
-             this.rtbCheckDetailLog.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rtbCheckDetailLog.Location = new System.Drawing.Point(0, 0);
 
-             this.rtbCheckDetailLog.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rtbCheckDetailLog.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rtbCheckDetailLog.Name = "rtbCheckDetailLog";
 
-             this.rtbCheckDetailLog.Padding = new System.Windows.Forms.Padding(2);
 
-             this.rtbCheckDetailLog.ShowText = false;
 
-             this.rtbCheckDetailLog.Size = new System.Drawing.Size(1458, 715);
 
-             this.rtbCheckDetailLog.Style = Sunny.UI.UIStyle.Custom;
 
-             this.rtbCheckDetailLog.TabIndex = 0;
 
-             this.rtbCheckDetailLog.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rtbCheckDetailLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiTabControl2
 
-             // 
 
-             this.uiTabControl2.Controls.Add(this.tabPage4);
 
-             this.uiTabControl2.Controls.Add(this.tabPage5);
 
-             this.uiTabControl2.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.uiTabControl2.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
 
-             this.uiTabControl2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl2.ItemSize = new System.Drawing.Size(150, 25);
 
-             this.uiTabControl2.Location = new System.Drawing.Point(0, 0);
 
-             this.uiTabControl2.MainPage = "";
 
-             this.uiTabControl2.Name = "uiTabControl2";
 
-             this.uiTabControl2.SelectedIndex = 0;
 
-             this.uiTabControl2.Size = new System.Drawing.Size(1458, 424);
 
-             this.uiTabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
 
-             this.uiTabControl2.TabIndex = 0;
 
-             this.uiTabControl2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tabPage4
 
-             // 
 
-             this.tabPage4.Controls.Add(this.dgvSettlSummary);
 
-             this.tabPage4.Location = new System.Drawing.Point(0, 25);
 
-             this.tabPage4.Name = "tabPage4";
 
-             this.tabPage4.Size = new System.Drawing.Size(1458, 399);
 
-             this.tabPage4.TabIndex = 0;
 
-             this.tabPage4.Text = "结算汇总数据";
 
-             this.tabPage4.UseVisualStyleBackColor = true;
 
-             // 
 
-             // dgvSettlSummary
 
-             // 
 
-             this.dgvSettlSummary.AllowUserToAddRows = false;
 
-             dataGridViewCellStyle51.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvSettlSummary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle51;
 
-             this.dgvSettlSummary.BackgroundColor = System.Drawing.Color.White;
 
-             this.dgvSettlSummary.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
 
-             dataGridViewCellStyle52.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 
-             dataGridViewCellStyle52.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle52.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle52.ForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle52.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle52.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle52.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvSettlSummary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle52;
 
-             this.dgvSettlSummary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             this.dgvSettlSummary.ContextMenuStrip = this.cmsCheck;
 
-             dataGridViewCellStyle53.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle53.BackColor = System.Drawing.SystemColors.Window;
 
-             dataGridViewCellStyle53.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle53.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle53.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 
-             dataGridViewCellStyle53.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 
-             dataGridViewCellStyle53.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 
-             this.dgvSettlSummary.DefaultCellStyle = dataGridViewCellStyle53;
 
-             this.dgvSettlSummary.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.dgvSettlSummary.EnableHeadersVisualStyles = false;
 
-             this.dgvSettlSummary.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvSettlSummary.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             this.dgvSettlSummary.Location = new System.Drawing.Point(0, 0);
 
-             this.dgvSettlSummary.Name = "dgvSettlSummary";
 
-             this.dgvSettlSummary.ReadOnly = true;
 
-             dataGridViewCellStyle54.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 
-             dataGridViewCellStyle54.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle54.Font = new System.Drawing.Font("微软雅黑", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             dataGridViewCellStyle54.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
 
-             dataGridViewCellStyle54.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
 
-             dataGridViewCellStyle54.SelectionForeColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle54.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 
-             this.dgvSettlSummary.RowHeadersDefaultCellStyle = dataGridViewCellStyle54;
 
-             this.dgvSettlSummary.RowHeadersWidth = 30;
 
-             this.dgvSettlSummary.RowHeight = 30;
 
-             dataGridViewCellStyle55.BackColor = System.Drawing.Color.White;
 
-             dataGridViewCellStyle55.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dgvSettlSummary.RowsDefaultCellStyle = dataGridViewCellStyle55;
 
-             this.dgvSettlSummary.RowTemplate.Height = 30;
 
-             this.dgvSettlSummary.SelectedIndex = -1;
 
-             this.dgvSettlSummary.Size = new System.Drawing.Size(1458, 399);
 
-             this.dgvSettlSummary.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
 
-             this.dgvSettlSummary.TabIndex = 0;
 
-             this.dgvSettlSummary.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.dgvSettlSummary.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvSettlSummary_RowStateChanged);
 
-             // 
 
-             // tabPage5
 
-             // 
 
-             this.tabPage5.Controls.Add(this.rtbCheckLog);
 
-             this.tabPage5.Location = new System.Drawing.Point(0, 25);
 
-             this.tabPage5.Name = "tabPage5";
 
-             this.tabPage5.Size = new System.Drawing.Size(1458, 399);
 
-             this.tabPage5.TabIndex = 1;
 
-             this.tabPage5.Text = "对总账结果记录";
 
-             this.tabPage5.UseVisualStyleBackColor = true;
 
-             // 
 
-             // rtbCheckLog
 
-             // 
 
-             this.rtbCheckLog.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.rtbCheckLog.FillColor = System.Drawing.Color.White;
 
-             this.rtbCheckLog.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.rtbCheckLog.Location = new System.Drawing.Point(0, 0);
 
-             this.rtbCheckLog.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.rtbCheckLog.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.rtbCheckLog.Name = "rtbCheckLog";
 
-             this.rtbCheckLog.Padding = new System.Windows.Forms.Padding(2);
 
-             this.rtbCheckLog.ShowText = false;
 
-             this.rtbCheckLog.Size = new System.Drawing.Size(1458, 399);
 
-             this.rtbCheckLog.Style = Sunny.UI.UIStyle.Custom;
 
-             this.rtbCheckLog.TabIndex = 1;
 
-             this.rtbCheckLog.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.rtbCheckLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiPanel1
 
-             // 
 
-             this.uiPanel1.Controls.Add(this.gbConditionSet);
 
-             this.uiPanel1.Controls.Add(this.cbgGroupSet);
 
-             this.uiPanel1.Controls.Add(this.uiGroupBox1);
 
-             this.uiPanel1.Controls.Add(this.gbDateTime);
 
-             this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Left;
 
-             this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel1.Location = new System.Drawing.Point(0, 0);
 
-             this.uiPanel1.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
 
-             this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel1.Name = "uiPanel1";
 
-             this.uiPanel1.Size = new System.Drawing.Size(342, 1164);
 
-             this.uiPanel1.TabIndex = 2;
 
-             this.uiPanel1.Text = null;
 
-             this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // tbTmp
 
-             // 
 
-             this.tbTmp.Location = new System.Drawing.Point(0, 384);
 
-             this.tbTmp.Name = "tbTmp";
 
-             this.tbTmp.Size = new System.Drawing.Size(342, 92);
 
-             this.tbTmp.TabIndex = 31;
 
-             this.tbTmp.Text = "";
 
-             // 
 
-             // gbConditionSet
 
-             // 
 
-             this.gbConditionSet.Controls.Add(this.cbxInterface);
 
-             this.gbConditionSet.Controls.Add(this.cbxClrType);
 
-             this.gbConditionSet.Controls.Add(this.uiLabel3);
 
-             this.gbConditionSet.Controls.Add(this.cbxInsuType);
 
-             this.gbConditionSet.Controls.Add(this.uiLabel2);
 
-             this.gbConditionSet.Controls.Add(this.uiLabel1);
 
-             this.gbConditionSet.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.gbConditionSet.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.gbConditionSet.Location = new System.Drawing.Point(0, 220);
 
-             this.gbConditionSet.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.gbConditionSet.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.gbConditionSet.Name = "gbConditionSet";
 
-             this.gbConditionSet.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
 
-             this.gbConditionSet.Size = new System.Drawing.Size(342, 268);
 
-             this.gbConditionSet.TabIndex = 24;
 
-             this.gbConditionSet.TabStop = false;
 
-             this.gbConditionSet.Text = "条件设置";
 
-             this.gbConditionSet.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gbConditionSet.TitleTop = 10;
 
-             this.gbConditionSet.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbxInterface
 
-             // 
 
-             this.cbxInterface.DataSource = null;
 
-             this.cbxInterface.FillColor = System.Drawing.Color.White;
 
-             this.cbxInterface.FilterMaxCount = 50;
 
-             this.cbxInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbxInterface.ItemHeight = 20;
 
-             this.cbxInterface.Items.AddRange(new object[] {
 
-             "1",
 
-             "2"});
 
-             this.cbxInterface.Location = new System.Drawing.Point(67, 30);
 
-             this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbxInterface.Name = "cbxInterface";
 
-             this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbxInterface.Size = new System.Drawing.Size(153, 25);
 
-             this.cbxInterface.TabIndex = 11;
 
-             this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbxClrType
 
-             // 
 
-             this.cbxClrType.DataSource = null;
 
-             this.cbxClrType.FillColor = System.Drawing.Color.White;
 
-             this.cbxClrType.FilterMaxCount = 50;
 
-             this.cbxClrType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbxClrType.ItemHeight = 20;
 
-             this.cbxClrType.Items.AddRange(new object[] {
 
-             "1",
 
-             "2"});
 
-             this.cbxClrType.Location = new System.Drawing.Point(67, 106);
 
-             this.cbxClrType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbxClrType.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbxClrType.Name = "cbxClrType";
 
-             this.cbxClrType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbxClrType.Size = new System.Drawing.Size(153, 25);
 
-             this.cbxClrType.TabIndex = 5;
 
-             this.cbxClrType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbxClrType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel3
 
-             // 
 
-             this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel3.Location = new System.Drawing.Point(4, 109);
 
-             this.uiLabel3.Name = "uiLabel3";
 
-             this.uiLabel3.Size = new System.Drawing.Size(78, 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);
 
-             // 
 
-             // cbxInsuType
 
-             // 
 
-             this.cbxInsuType.DataSource = null;
 
-             this.cbxInsuType.FillColor = System.Drawing.Color.White;
 
-             this.cbxInsuType.FilterMaxCount = 50;
 
-             this.cbxInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbxInsuType.ItemHeight = 20;
 
-             this.cbxInsuType.Items.AddRange(new object[] {
 
-             "1",
 
-             "2"});
 
-             this.cbxInsuType.Location = new System.Drawing.Point(67, 68);
 
-             this.cbxInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbxInsuType.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.cbxInsuType.Name = "cbxInsuType";
 
-             this.cbxInsuType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.cbxInsuType.Size = new System.Drawing.Size(153, 25);
 
-             this.cbxInsuType.TabIndex = 3;
 
-             this.cbxInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.cbxInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiLabel2
 
-             // 
 
-             this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel2.Location = new System.Drawing.Point(4, 71);
 
-             this.uiLabel2.Name = "uiLabel2";
 
-             this.uiLabel2.Size = new System.Drawing.Size(78, 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);
 
-             // 
 
-             // uiLabel1
 
-             // 
 
-             this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiLabel1.Location = new System.Drawing.Point(4, 33);
 
-             this.uiLabel1.Name = "uiLabel1";
 
-             this.uiLabel1.Size = new System.Drawing.Size(78, 23);
 
-             this.uiLabel1.TabIndex = 0;
 
-             this.uiLabel1.Text = "接口目录";
 
-             this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // cbgGroupSet
 
-             // 
 
-             this.cbgGroupSet.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.cbgGroupSet.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.cbgGroupSet.Items.AddRange(new object[] {
 
-             "接口",
 
-             "险种类型",
 
-             "统筹类别"});
 
-             this.cbgGroupSet.ItemSize = new System.Drawing.Size(150, 25);
 
-             this.cbgGroupSet.Location = new System.Drawing.Point(0, 112);
 
-             this.cbgGroupSet.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.cbgGroupSet.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.cbgGroupSet.Name = "cbgGroupSet";
 
-             this.cbgGroupSet.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
 
-             this.cbgGroupSet.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Top;
 
-             this.cbgGroupSet.SelectedIndexes = ((System.Collections.Generic.List<int>)(resources.GetObject("cbgGroupSet.SelectedIndexes")));
 
-             this.cbgGroupSet.Size = new System.Drawing.Size(342, 108);
 
-             this.cbgGroupSet.TabIndex = 25;
 
-             this.cbgGroupSet.Text = "分组设置";
 
-             this.cbgGroupSet.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.cbgGroupSet.TitleTop = 10;
 
-             this.cbgGroupSet.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiGroupBox1
 
-             // 
 
-             this.uiGroupBox1.Controls.Add(this.tbTmp);
 
-             this.uiGroupBox1.Controls.Add(this.uiGroupBox10);
 
-             this.uiGroupBox1.Controls.Add(this.btnQuerySettlSummary);
 
-             this.uiGroupBox1.Controls.Add(this.btnClose);
 
-             this.uiGroupBox1.Controls.Add(this.btnBatchCheck);
 
-             this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             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, 112);
 
-             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, 10, 0, 0);
 
-             this.uiGroupBox1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
 
-             this.uiGroupBox1.RectSize = 2;
 
-             this.uiGroupBox1.Size = new System.Drawing.Size(342, 1052);
 
-             this.uiGroupBox1.TabIndex = 22;
 
-             this.uiGroupBox1.Text = null;
 
-             this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiGroupBox10
 
-             // 
 
-             this.uiGroupBox10.Controls.Add(this.uiButton4);
 
-             this.uiGroupBox10.Controls.Add(this.uiButton5);
 
-             this.uiGroupBox10.Controls.Add(this.Btn_Query);
 
-             this.uiGroupBox10.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.uiGroupBox10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiGroupBox10.Location = new System.Drawing.Point(0, 939);
 
-             this.uiGroupBox10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiGroupBox10.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiGroupBox10.Name = "uiGroupBox10";
 
-             this.uiGroupBox10.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
 
-             this.uiGroupBox10.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
 
-             this.uiGroupBox10.RectSize = 2;
 
-             this.uiGroupBox10.Size = new System.Drawing.Size(342, 113);
 
-             this.uiGroupBox10.TabIndex = 34;
 
-             this.uiGroupBox10.Text = null;
 
-             this.uiGroupBox10.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiGroupBox10.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.Left) 
 
-             | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiButton4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton4.Location = new System.Drawing.Point(23, 73);
 
-             this.uiButton4.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton4.Name = "uiButton4";
 
-             this.uiButton4.Size = new System.Drawing.Size(299, 35);
 
-             this.uiButton4.TabIndex = 2;
 
-             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.btnClose_Click);
 
-             // 
 
-             // uiButton5
 
-             // 
 
-             this.uiButton5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
 
-             | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.uiButton5.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.uiButton5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton5.Location = new System.Drawing.Point(23, 37);
 
-             this.uiButton5.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiButton5.Name = "uiButton5";
 
-             this.uiButton5.Size = new System.Drawing.Size(299, 35);
 
-             this.uiButton5.TabIndex = 1;
 
-             this.uiButton5.Text = "批量对总账";
 
-             this.uiButton5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiButton5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // Btn_Query
 
-             // 
 
-             this.Btn_Query.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
 
-             | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.Btn_Query.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.Btn_Query.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.Btn_Query.Location = new System.Drawing.Point(23, 1);
 
-             this.Btn_Query.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.Btn_Query.Name = "Btn_Query";
 
-             this.Btn_Query.Size = new System.Drawing.Size(299, 35);
 
-             this.Btn_Query.TabIndex = 0;
 
-             this.Btn_Query.Text = "查询汇总数据";
 
-             this.Btn_Query.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.Btn_Query.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.Btn_Query.Click += new System.EventHandler(this.Btn_Query_Click);
 
-             // 
 
-             // btnQuerySettlSummary
 
-             // 
 
-             this.btnQuerySettlSummary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.btnQuerySettlSummary.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnQuerySettlSummary.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnQuerySettlSummary.Location = new System.Drawing.Point(34, 1117);
 
-             this.btnQuerySettlSummary.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnQuerySettlSummary.Name = "btnQuerySettlSummary";
 
-             this.btnQuerySettlSummary.Size = new System.Drawing.Size(168, 27);
 
-             this.btnQuerySettlSummary.TabIndex = 33;
 
-             this.btnQuerySettlSummary.Text = "查询汇总数据";
 
-             this.btnQuerySettlSummary.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnQuerySettlSummary.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnClose
 
-             // 
 
-             this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnClose.Location = new System.Drawing.Point(34, 1226);
 
-             this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnClose.Name = "btnClose";
 
-             this.btnClose.Size = new System.Drawing.Size(168, 27);
 
-             this.btnClose.TabIndex = 2;
 
-             this.btnClose.Text = "退    出";
 
-             this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
 
-             // 
 
-             // btnBatchCheck
 
-             // 
 
-             this.btnBatchCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
 
-             this.btnBatchCheck.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnBatchCheck.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnBatchCheck.Location = new System.Drawing.Point(34, 1177);
 
-             this.btnBatchCheck.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnBatchCheck.Name = "btnBatchCheck";
 
-             this.btnBatchCheck.Size = new System.Drawing.Size(168, 27);
 
-             this.btnBatchCheck.TabIndex = 1;
 
-             this.btnBatchCheck.Text = "批量对总账";
 
-             this.btnBatchCheck.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnBatchCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnBatchCheck.Click += new System.EventHandler(this.btnBatchCheck_Click);
 
-             // 
 
-             // gbDateTime
 
-             // 
 
-             this.gbDateTime.Controls.Add(this.btnReduceOndDay);
 
-             this.gbDateTime.Controls.Add(this.btnAddOneDay);
 
-             this.gbDateTime.Controls.Add(this.dpED);
 
-             this.gbDateTime.Controls.Add(this.dpST);
 
-             this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Top;
 
-             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(342, 112);
 
-             this.gbDateTime.TabIndex = 21;
 
-             this.gbDateTime.Text = "起止时间";
 
-             this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnReduceOndDay
 
-             // 
 
-             this.btnReduceOndDay.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnReduceOndDay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnReduceOndDay.Location = new System.Drawing.Point(160, 3);
 
-             this.btnReduceOndDay.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnReduceOndDay.Name = "btnReduceOndDay";
 
-             this.btnReduceOndDay.Size = new System.Drawing.Size(38, 23);
 
-             this.btnReduceOndDay.Symbol = 61544;
 
-             this.btnReduceOndDay.TabIndex = 3;
 
-             this.btnReduceOndDay.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnReduceOndDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnReduceOndDay.Click += new System.EventHandler(this.btnReduceOndDay_Click);
 
-             // 
 
-             // btnAddOneDay
 
-             // 
 
-             this.btnAddOneDay.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnAddOneDay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnAddOneDay.Location = new System.Drawing.Point(116, 3);
 
-             this.btnAddOneDay.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnAddOneDay.Name = "btnAddOneDay";
 
-             this.btnAddOneDay.Size = new System.Drawing.Size(38, 23);
 
-             this.btnAddOneDay.Symbol = 61543;
 
-             this.btnAddOneDay.TabIndex = 2;
 
-             this.btnAddOneDay.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnAddOneDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnAddOneDay.Click += new System.EventHandler(this.btnAddOneDay_Click);
 
-             // 
 
-             // dpED
 
-             // 
 
-             this.dpED.FillColor = System.Drawing.Color.White;
 
-             this.dpED.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dpED.Location = new System.Drawing.Point(17, 70);
 
-             this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dpED.MaxLength = 19;
 
-             this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dpED.Name = "dpED";
 
-             this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dpED.Size = new System.Drawing.Size(185, 29);
 
-             this.dpED.SymbolDropDown = 61555;
 
-             this.dpED.SymbolNormal = 61555;
 
-             this.dpED.TabIndex = 1;
 
-             this.dpED.Text = "2022-11-01 23:59:59";
 
-             this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dpED.Value = new System.DateTime(2022, 11, 1, 23, 59, 59, 0);
 
-             this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // dpST
 
-             // 
 
-             this.dpST.FillColor = System.Drawing.Color.White;
 
-             this.dpST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.dpST.Location = new System.Drawing.Point(17, 31);
 
-             this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.dpST.MaxLength = 19;
 
-             this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
 
-             this.dpST.Name = "dpST";
 
-             this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
 
-             this.dpST.Size = new System.Drawing.Size(185, 29);
 
-             this.dpST.SymbolDropDown = 61555;
 
-             this.dpST.SymbolNormal = 61555;
 
-             this.dpST.TabIndex = 0;
 
-             this.dpST.Text = "2022-06-01 00:00:00";
 
-             this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
 
-             this.dpST.Value = new System.DateTime(2022, 6, 1, 0, 0, 0, 0);
 
-             this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // uiTabControl1
 
-             // 
 
-             this.uiTabControl1.Controls.Add(this.tabPage1);
 
-             this.uiTabControl1.Controls.Add(this.tabPage10);
 
-             this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
 
-             this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 30);
 
-             this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
 
-             this.uiTabControl1.MainPage = "";
 
-             this.uiTabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiTabControl1.Name = "uiTabControl1";
 
-             this.uiTabControl1.SelectedIndex = 0;
 
-             this.uiTabControl1.Size = new System.Drawing.Size(1800, 1194);
 
-             this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
 
-             this.uiTabControl1.TabIndex = 0;
 
-             this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // ClearingQuery
 
-             // 
 
-             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
 
-             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
-             this.ClientSize = new System.Drawing.Size(1800, 1194);
 
-             this.Controls.Add(this.uiTabControl1);
 
-             this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.Name = "ClearingQuery";
 
-             this.Text = "对账与清算";
 
-             this.Load += new System.EventHandler(this.Clearing_Load);
 
-             this.cmsCheck.ResumeLayout(false);
 
-             this.tabPage10.ResumeLayout(false);
 
-             this.uiPanel7.ResumeLayout(false);
 
-             this.uiTabControl6.ResumeLayout(false);
 
-             this.tabPage14.ResumeLayout(false);
 
-             this.uiTabControl7.ResumeLayout(false);
 
-             this.tabPage15.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvOthCheck)).EndInit();
 
-             this.uiPanel6.ResumeLayout(false);
 
-             this.uiGroupBox7.ResumeLayout(false);
 
-             this.uiGroupBox8.ResumeLayout(false);
 
-             this.uiGroupBox9.ResumeLayout(false);
 
-             this.tabPage1.ResumeLayout(false);
 
-             this.uiPanel2.ResumeLayout(false);
 
-             this.uiTabControl3.ResumeLayout(false);
 
-             this.tabPage6.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvHisSettlRec)).EndInit();
 
-             this.tabPage7.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvCenterSettlRec)).EndInit();
 
-             this.tabPage8.ResumeLayout(false);
 
-             this.uiTabControl2.ResumeLayout(false);
 
-             this.tabPage4.ResumeLayout(false);
 
-             ((System.ComponentModel.ISupportInitialize)(this.dgvSettlSummary)).EndInit();
 
-             this.tabPage5.ResumeLayout(false);
 
-             this.uiPanel1.ResumeLayout(false);
 
-             this.gbConditionSet.ResumeLayout(false);
 
-             this.uiGroupBox1.ResumeLayout(false);
 
-             this.uiGroupBox10.ResumeLayout(false);
 
-             this.gbDateTime.ResumeLayout(false);
 
-             this.uiTabControl1.ResumeLayout(false);
 
-             this.ResumeLayout(false);
 
-         }
 
-         #endregion
 
-         private Sunny.UI.UIContextMenuStrip cmsCheck;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmCheck_Single;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmCheckDetail_Single;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmCheck_Batch;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmCheckDetail_Batch;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmHisRecord;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmAICheck;
 
-         private System.Windows.Forms.ToolStripMenuItem 导出TXTToolStripMenuItem;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmExport;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmCompress;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmUploadZIP;
 
-         private System.Windows.Forms.ToolStripMenuItem tsm3202;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmDownload;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmUnCompress;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmImport;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmZIPToSDec;
 
-         private System.Windows.Forms.ToolStripMenuItem tsmHandCheck;
 
-         private System.Windows.Forms.TabPage tabPage10;
 
-         private Sunny.UI.UIPanel uiPanel7;
 
-         private Sunny.UI.UITabControl uiTabControl6;
 
-         private System.Windows.Forms.TabPage tabPage14;
 
-         private Sunny.UI.UIRichTextBox rtbOthCheckResultRecord;
 
-         private Sunny.UI.UITabControl uiTabControl7;
 
-         private System.Windows.Forms.TabPage tabPage15;
 
-         private Sunny.UI.UIDataGridView dgvOthCheck;
 
-         private Sunny.UI.UIPanel uiPanel6;
 
-         private Sunny.UI.UIGroupBox uiGroupBox7;
 
-         private Sunny.UI.UITextBox uiTextBox1;
 
-         private Sunny.UI.UIComboBox cbxValid_O;
 
-         private Sunny.UI.UILabel uiLabel12;
 
-         private Sunny.UI.UILabel uiLabel14;
 
-         private Sunny.UI.UIComboBox cbxClrType_O;
 
-         private Sunny.UI.UILabel uiLabel15;
 
-         private Sunny.UI.UIComboBox uiComboBox4;
 
-         private Sunny.UI.UILabel uiLabel16;
 
-         private Sunny.UI.UIGroupBox uiGroupBox8;
 
-         private Sunny.UI.UIButton uiButton1;
 
-         private Sunny.UI.UIButton uiButton2;
 
-         private Sunny.UI.UIButton uiButton3;
 
-         private Sunny.UI.UIGroupBox uiGroupBox9;
 
-         private Sunny.UI.UISymbolButton uiSymbolButton1;
 
-         private Sunny.UI.UISymbolButton uiSymbolButton2;
 
-         private Sunny.UI.UIDatetimePicker dpED_O;
 
-         private Sunny.UI.UIDatetimePicker dpST_O;
 
-         private System.Windows.Forms.TabPage tabPage1;
 
-         private Sunny.UI.UIPanel uiPanel2;
 
-         private Sunny.UI.UITabControl uiTabControl3;
 
-         private System.Windows.Forms.TabPage tabPage6;
 
-         private Sunny.UI.UIDataGridView dgvHisSettlRec;
 
-         private System.Windows.Forms.TabPage tabPage7;
 
-         private Sunny.UI.UIDataGridView dgvCenterSettlRec;
 
-         private System.Windows.Forms.TabPage tabPage8;
 
-         private Sunny.UI.UIRichTextBox rtbCheckDetailLog;
 
-         private Sunny.UI.UITabControl uiTabControl2;
 
-         private System.Windows.Forms.TabPage tabPage4;
 
-         private Sunny.UI.UIDataGridView dgvSettlSummary;
 
-         private System.Windows.Forms.TabPage tabPage5;
 
-         private Sunny.UI.UIRichTextBox rtbCheckLog;
 
-         private Sunny.UI.UIPanel uiPanel1;
 
-         private System.Windows.Forms.RichTextBox tbTmp;
 
-         private Sunny.UI.UIGroupBox gbConditionSet;
 
-         private Sunny.UI.UIComboBox cbxInterface;
 
-         private Sunny.UI.UIComboBox cbxClrType;
 
-         private Sunny.UI.UILabel uiLabel3;
 
-         private Sunny.UI.UIComboBox cbxInsuType;
 
-         private Sunny.UI.UILabel uiLabel2;
 
-         private Sunny.UI.UILabel uiLabel1;
 
-         private Sunny.UI.UICheckBoxGroup cbgGroupSet;
 
-         private Sunny.UI.UIGroupBox uiGroupBox1;
 
-         private Sunny.UI.UIGroupBox uiGroupBox10;
 
-         private Sunny.UI.UIButton uiButton4;
 
-         private Sunny.UI.UIButton uiButton5;
 
-         private Sunny.UI.UIButton Btn_Query;
 
-         private Sunny.UI.UIButton btnQuerySettlSummary;
 
-         private Sunny.UI.UIButton btnClose;
 
-         private Sunny.UI.UIButton btnBatchCheck;
 
-         private Sunny.UI.UIGroupBox gbDateTime;
 
-         private Sunny.UI.UISymbolButton btnReduceOndDay;
 
-         private Sunny.UI.UISymbolButton btnAddOneDay;
 
-         private Sunny.UI.UIDatetimePicker dpED;
 
-         private Sunny.UI.UIDatetimePicker dpST;
 
-         private Sunny.UI.UITabControl uiTabControl1;
 
-     }
 
- }
 
 
  |