ClearingQuery.designer.cs 103 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class ClearingQuery
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle();
  47. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle55 = new System.Windows.Forms.DataGridViewCellStyle();
  48. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClearingQuery));
  49. this.cmsCheck = new Sunny.UI.UIContextMenuStrip();
  50. this.tsmCheck_Single = new System.Windows.Forms.ToolStripMenuItem();
  51. this.tsmCheckDetail_Single = new System.Windows.Forms.ToolStripMenuItem();
  52. this.tsmCheck_Batch = new System.Windows.Forms.ToolStripMenuItem();
  53. this.tsmCheckDetail_Batch = new System.Windows.Forms.ToolStripMenuItem();
  54. this.tsmHisRecord = new System.Windows.Forms.ToolStripMenuItem();
  55. this.tsmAICheck = new System.Windows.Forms.ToolStripMenuItem();
  56. this.导出TXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  57. this.tsmExport = new System.Windows.Forms.ToolStripMenuItem();
  58. this.tsmCompress = new System.Windows.Forms.ToolStripMenuItem();
  59. this.tsmZIPToSDec = new System.Windows.Forms.ToolStripMenuItem();
  60. this.tsmUploadZIP = new System.Windows.Forms.ToolStripMenuItem();
  61. this.tsm3202 = new System.Windows.Forms.ToolStripMenuItem();
  62. this.tsmDownload = new System.Windows.Forms.ToolStripMenuItem();
  63. this.tsmUnCompress = new System.Windows.Forms.ToolStripMenuItem();
  64. this.tsmImport = new System.Windows.Forms.ToolStripMenuItem();
  65. this.tsmHandCheck = new System.Windows.Forms.ToolStripMenuItem();
  66. this.tabPage10 = new System.Windows.Forms.TabPage();
  67. this.uiPanel7 = new Sunny.UI.UIPanel();
  68. this.uiTabControl6 = new Sunny.UI.UITabControl();
  69. this.tabPage14 = new System.Windows.Forms.TabPage();
  70. this.rtbOthCheckResultRecord = new Sunny.UI.UIRichTextBox();
  71. this.uiTabControl7 = new Sunny.UI.UITabControl();
  72. this.tabPage15 = new System.Windows.Forms.TabPage();
  73. this.dgvOthCheck = new Sunny.UI.UIDataGridView();
  74. this.uiPanel6 = new Sunny.UI.UIPanel();
  75. this.uiGroupBox7 = new Sunny.UI.UIGroupBox();
  76. this.uiTextBox1 = new Sunny.UI.UITextBox();
  77. this.cbxValid_O = new Sunny.UI.UIComboBox();
  78. this.uiLabel12 = new Sunny.UI.UILabel();
  79. this.uiLabel14 = new Sunny.UI.UILabel();
  80. this.cbxClrType_O = new Sunny.UI.UIComboBox();
  81. this.uiLabel15 = new Sunny.UI.UILabel();
  82. this.uiComboBox4 = new Sunny.UI.UIComboBox();
  83. this.uiLabel16 = new Sunny.UI.UILabel();
  84. this.uiGroupBox8 = new Sunny.UI.UIGroupBox();
  85. this.uiButton1 = new Sunny.UI.UIButton();
  86. this.uiButton2 = new Sunny.UI.UIButton();
  87. this.uiButton3 = new Sunny.UI.UIButton();
  88. this.uiGroupBox9 = new Sunny.UI.UIGroupBox();
  89. this.uiSymbolButton1 = new Sunny.UI.UISymbolButton();
  90. this.uiSymbolButton2 = new Sunny.UI.UISymbolButton();
  91. this.dpED_O = new Sunny.UI.UIDatetimePicker();
  92. this.dpST_O = new Sunny.UI.UIDatetimePicker();
  93. this.tabPage1 = new System.Windows.Forms.TabPage();
  94. this.uiPanel2 = new Sunny.UI.UIPanel();
  95. this.uiTabControl3 = new Sunny.UI.UITabControl();
  96. this.tabPage6 = new System.Windows.Forms.TabPage();
  97. this.dgvHisSettlRec = new Sunny.UI.UIDataGridView();
  98. this.tabPage7 = new System.Windows.Forms.TabPage();
  99. this.dgvCenterSettlRec = new Sunny.UI.UIDataGridView();
  100. this.tabPage8 = new System.Windows.Forms.TabPage();
  101. this.rtbCheckDetailLog = new Sunny.UI.UIRichTextBox();
  102. this.uiTabControl2 = new Sunny.UI.UITabControl();
  103. this.tabPage4 = new System.Windows.Forms.TabPage();
  104. this.dgvSettlSummary = new Sunny.UI.UIDataGridView();
  105. this.tabPage5 = new System.Windows.Forms.TabPage();
  106. this.rtbCheckLog = new Sunny.UI.UIRichTextBox();
  107. this.uiPanel1 = new Sunny.UI.UIPanel();
  108. this.tbTmp = new System.Windows.Forms.RichTextBox();
  109. this.gbConditionSet = new Sunny.UI.UIGroupBox();
  110. this.cbxInterface = new Sunny.UI.UIComboBox();
  111. this.cbxClrType = new Sunny.UI.UIComboBox();
  112. this.uiLabel3 = new Sunny.UI.UILabel();
  113. this.cbxInsuType = new Sunny.UI.UIComboBox();
  114. this.uiLabel2 = new Sunny.UI.UILabel();
  115. this.uiLabel1 = new Sunny.UI.UILabel();
  116. this.cbgGroupSet = new Sunny.UI.UICheckBoxGroup();
  117. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  118. this.uiGroupBox10 = new Sunny.UI.UIGroupBox();
  119. this.uiButton4 = new Sunny.UI.UIButton();
  120. this.uiButton5 = new Sunny.UI.UIButton();
  121. this.Btn_Query = new Sunny.UI.UIButton();
  122. this.btnQuerySettlSummary = new Sunny.UI.UIButton();
  123. this.btnClose = new Sunny.UI.UIButton();
  124. this.btnBatchCheck = new Sunny.UI.UIButton();
  125. this.gbDateTime = new Sunny.UI.UIGroupBox();
  126. this.btnReduceOndDay = new Sunny.UI.UISymbolButton();
  127. this.btnAddOneDay = new Sunny.UI.UISymbolButton();
  128. this.dpED = new Sunny.UI.UIDatetimePicker();
  129. this.dpST = new Sunny.UI.UIDatetimePicker();
  130. this.uiTabControl1 = new Sunny.UI.UITabControl();
  131. this.cmsCheck.SuspendLayout();
  132. this.tabPage10.SuspendLayout();
  133. this.uiPanel7.SuspendLayout();
  134. this.uiTabControl6.SuspendLayout();
  135. this.tabPage14.SuspendLayout();
  136. this.uiTabControl7.SuspendLayout();
  137. this.tabPage15.SuspendLayout();
  138. ((System.ComponentModel.ISupportInitialize)(this.dgvOthCheck)).BeginInit();
  139. this.uiPanel6.SuspendLayout();
  140. this.uiGroupBox7.SuspendLayout();
  141. this.uiGroupBox8.SuspendLayout();
  142. this.uiGroupBox9.SuspendLayout();
  143. this.tabPage1.SuspendLayout();
  144. this.uiPanel2.SuspendLayout();
  145. this.uiTabControl3.SuspendLayout();
  146. this.tabPage6.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.dgvHisSettlRec)).BeginInit();
  148. this.tabPage7.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterSettlRec)).BeginInit();
  150. this.tabPage8.SuspendLayout();
  151. this.uiTabControl2.SuspendLayout();
  152. this.tabPage4.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlSummary)).BeginInit();
  154. this.tabPage5.SuspendLayout();
  155. this.uiPanel1.SuspendLayout();
  156. this.gbConditionSet.SuspendLayout();
  157. this.uiGroupBox1.SuspendLayout();
  158. this.uiGroupBox10.SuspendLayout();
  159. this.gbDateTime.SuspendLayout();
  160. this.uiTabControl1.SuspendLayout();
  161. this.SuspendLayout();
  162. //
  163. // cmsCheck
  164. //
  165. this.cmsCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  166. this.cmsCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.cmsCheck.ImageScalingSize = new System.Drawing.Size(20, 20);
  168. this.cmsCheck.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  169. this.tsmCheck_Single,
  170. this.tsmCheckDetail_Single,
  171. this.tsmCheck_Batch,
  172. this.tsmCheckDetail_Batch,
  173. this.tsmHisRecord,
  174. this.tsmAICheck,
  175. this.导出TXTToolStripMenuItem});
  176. this.cmsCheck.Name = "cmsCheck";
  177. this.cmsCheck.Size = new System.Drawing.Size(280, 270);
  178. this.cmsCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  179. this.cmsCheck.Opening += new System.ComponentModel.CancelEventHandler(this.cmsCheck_Opening);
  180. //
  181. // tsmCheck_Single
  182. //
  183. this.tsmCheck_Single.Name = "tsmCheck_Single";
  184. this.tsmCheck_Single.Size = new System.Drawing.Size(279, 38);
  185. this.tsmCheck_Single.Text = "单条对总账";
  186. this.tsmCheck_Single.Click += new System.EventHandler(this.tsmCheck_Single_Click);
  187. //
  188. // tsmCheckDetail_Single
  189. //
  190. this.tsmCheckDetail_Single.Name = "tsmCheckDetail_Single";
  191. this.tsmCheckDetail_Single.Size = new System.Drawing.Size(279, 38);
  192. this.tsmCheckDetail_Single.Text = "单条对明细账";
  193. this.tsmCheckDetail_Single.Click += new System.EventHandler(this.tsmCheckDetail_Single_Click);
  194. //
  195. // tsmCheck_Batch
  196. //
  197. this.tsmCheck_Batch.Name = "tsmCheck_Batch";
  198. this.tsmCheck_Batch.Size = new System.Drawing.Size(279, 38);
  199. this.tsmCheck_Batch.Text = "批量对总账";
  200. this.tsmCheck_Batch.Click += new System.EventHandler(this.tsmCheck_Batch_Click);
  201. //
  202. // tsmCheckDetail_Batch
  203. //
  204. this.tsmCheckDetail_Batch.Name = "tsmCheckDetail_Batch";
  205. this.tsmCheckDetail_Batch.Size = new System.Drawing.Size(279, 38);
  206. this.tsmCheckDetail_Batch.Text = "批量对明细账";
  207. //
  208. // tsmHisRecord
  209. //
  210. this.tsmHisRecord.Name = "tsmHisRecord";
  211. this.tsmHisRecord.Size = new System.Drawing.Size(279, 38);
  212. this.tsmHisRecord.Text = "查看HIS记录明细 ";
  213. this.tsmHisRecord.Click += new System.EventHandler(this.tsmHisRecord_Click);
  214. //
  215. // tsmAICheck
  216. //
  217. this.tsmAICheck.Name = "tsmAICheck";
  218. this.tsmAICheck.Size = new System.Drawing.Size(279, 38);
  219. this.tsmAICheck.Text = "智能比对";
  220. this.tsmAICheck.Click += new System.EventHandler(this.tsmAICheck_Click);
  221. //
  222. // 导出TXTToolStripMenuItem
  223. //
  224. this.导出TXTToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  225. this.tsmExport,
  226. this.tsmCompress,
  227. this.tsmZIPToSDec,
  228. this.tsmUploadZIP,
  229. this.tsm3202,
  230. this.tsmDownload,
  231. this.tsmUnCompress,
  232. this.tsmImport,
  233. this.tsmHandCheck});
  234. this.导出TXTToolStripMenuItem.Name = "导出TXTToolStripMenuItem";
  235. this.导出TXTToolStripMenuItem.Size = new System.Drawing.Size(279, 38);
  236. this.导出TXTToolStripMenuItem.Text = "附属功能";
  237. //
  238. // tsmExport
  239. //
  240. this.tsmExport.Name = "tsmExport";
  241. this.tsmExport.Size = new System.Drawing.Size(323, 40);
  242. this.tsmExport.Text = "导出TXT";
  243. this.tsmExport.Click += new System.EventHandler(this.tsmExport_Click);
  244. //
  245. // tsmCompress
  246. //
  247. this.tsmCompress.Name = "tsmCompress";
  248. this.tsmCompress.Size = new System.Drawing.Size(323, 40);
  249. this.tsmCompress.Text = "TXT压缩为ZIP";
  250. this.tsmCompress.Click += new System.EventHandler(this.tsmCompress_Click);
  251. //
  252. // tsmZIPToSDec
  253. //
  254. this.tsmZIPToSDec.Name = "tsmZIPToSDec";
  255. this.tsmZIPToSDec.Size = new System.Drawing.Size(323, 40);
  256. this.tsmZIPToSDec.Text = "ZIP转为有符号整数";
  257. this.tsmZIPToSDec.Click += new System.EventHandler(this.tsmZIPToSDec_Click);
  258. //
  259. // tsmUploadZIP
  260. //
  261. this.tsmUploadZIP.Name = "tsmUploadZIP";
  262. this.tsmUploadZIP.Size = new System.Drawing.Size(323, 40);
  263. this.tsmUploadZIP.Text = "上传ZIP";
  264. this.tsmUploadZIP.Click += new System.EventHandler(this.tsmUploadZIP_Click);
  265. //
  266. // tsm3202
  267. //
  268. this.tsm3202.Name = "tsm3202";
  269. this.tsm3202.Size = new System.Drawing.Size(323, 40);
  270. this.tsm3202.Text = "明细对账(3202)";
  271. this.tsm3202.Click += new System.EventHandler(this.tsm3202_Click);
  272. //
  273. // tsmDownload
  274. //
  275. this.tsmDownload.Name = "tsmDownload";
  276. this.tsmDownload.Size = new System.Drawing.Size(323, 40);
  277. this.tsmDownload.Text = "下载文件";
  278. this.tsmDownload.Click += new System.EventHandler(this.tsmDownload_Click);
  279. //
  280. // tsmUnCompress
  281. //
  282. this.tsmUnCompress.Name = "tsmUnCompress";
  283. this.tsmUnCompress.Size = new System.Drawing.Size(323, 40);
  284. this.tsmUnCompress.Text = "解压文件";
  285. this.tsmUnCompress.Click += new System.EventHandler(this.tsmUnCompress_Click);
  286. //
  287. // tsmImport
  288. //
  289. this.tsmImport.Name = "tsmImport";
  290. this.tsmImport.Size = new System.Drawing.Size(323, 40);
  291. this.tsmImport.Text = "导入文件";
  292. this.tsmImport.Click += new System.EventHandler(this.tsmImport_Click);
  293. //
  294. // tsmHandCheck
  295. //
  296. this.tsmHandCheck.Name = "tsmHandCheck";
  297. this.tsmHandCheck.Size = new System.Drawing.Size(323, 40);
  298. this.tsmHandCheck.Text = "手工对账";
  299. this.tsmHandCheck.Click += new System.EventHandler(this.tsmHandCheck_Click);
  300. //
  301. // tabPage10
  302. //
  303. this.tabPage10.Controls.Add(this.uiPanel7);
  304. this.tabPage10.Controls.Add(this.uiPanel6);
  305. this.tabPage10.Location = new System.Drawing.Point(0, 30);
  306. this.tabPage10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  307. this.tabPage10.Name = "tabPage10";
  308. this.tabPage10.Size = new System.Drawing.Size(1800, 1164);
  309. this.tabPage10.TabIndex = 3;
  310. this.tabPage10.Text = "异地对账";
  311. this.tabPage10.UseVisualStyleBackColor = true;
  312. //
  313. // uiPanel7
  314. //
  315. this.uiPanel7.Controls.Add(this.uiTabControl6);
  316. this.uiPanel7.Controls.Add(this.uiTabControl7);
  317. this.uiPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
  318. this.uiPanel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.uiPanel7.Location = new System.Drawing.Point(325, 0);
  320. this.uiPanel7.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  321. this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1);
  322. this.uiPanel7.Name = "uiPanel7";
  323. this.uiPanel7.Size = new System.Drawing.Size(1475, 1164);
  324. this.uiPanel7.TabIndex = 4;
  325. this.uiPanel7.Text = null;
  326. this.uiPanel7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  327. this.uiPanel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  328. //
  329. // uiTabControl6
  330. //
  331. this.uiTabControl6.Controls.Add(this.tabPage14);
  332. this.uiTabControl6.Dock = System.Windows.Forms.DockStyle.Fill;
  333. this.uiTabControl6.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  334. this.uiTabControl6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.uiTabControl6.ItemSize = new System.Drawing.Size(150, 25);
  336. this.uiTabControl6.Location = new System.Drawing.Point(0, 424);
  337. this.uiTabControl6.MainPage = "";
  338. this.uiTabControl6.Name = "uiTabControl6";
  339. this.uiTabControl6.SelectedIndex = 0;
  340. this.uiTabControl6.Size = new System.Drawing.Size(1475, 740);
  341. this.uiTabControl6.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  342. this.uiTabControl6.TabIndex = 1;
  343. this.uiTabControl6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.uiTabControl6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  345. //
  346. // tabPage14
  347. //
  348. this.tabPage14.Controls.Add(this.rtbOthCheckResultRecord);
  349. this.tabPage14.Location = new System.Drawing.Point(0, 25);
  350. this.tabPage14.Name = "tabPage14";
  351. this.tabPage14.Size = new System.Drawing.Size(1475, 715);
  352. this.tabPage14.TabIndex = 2;
  353. this.tabPage14.Text = "对账结果记录";
  354. this.tabPage14.UseVisualStyleBackColor = true;
  355. //
  356. // rtbOthCheckResultRecord
  357. //
  358. this.rtbOthCheckResultRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  359. this.rtbOthCheckResultRecord.FillColor = System.Drawing.Color.White;
  360. this.rtbOthCheckResultRecord.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.rtbOthCheckResultRecord.Location = new System.Drawing.Point(0, 0);
  362. this.rtbOthCheckResultRecord.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  363. this.rtbOthCheckResultRecord.MinimumSize = new System.Drawing.Size(1, 1);
  364. this.rtbOthCheckResultRecord.Name = "rtbOthCheckResultRecord";
  365. this.rtbOthCheckResultRecord.Padding = new System.Windows.Forms.Padding(2);
  366. this.rtbOthCheckResultRecord.ShowText = false;
  367. this.rtbOthCheckResultRecord.Size = new System.Drawing.Size(1475, 715);
  368. this.rtbOthCheckResultRecord.Style = Sunny.UI.UIStyle.Custom;
  369. this.rtbOthCheckResultRecord.TabIndex = 0;
  370. this.rtbOthCheckResultRecord.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  371. this.rtbOthCheckResultRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  372. //
  373. // uiTabControl7
  374. //
  375. this.uiTabControl7.Controls.Add(this.tabPage15);
  376. this.uiTabControl7.Dock = System.Windows.Forms.DockStyle.Top;
  377. this.uiTabControl7.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  378. this.uiTabControl7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.uiTabControl7.ItemSize = new System.Drawing.Size(150, 25);
  380. this.uiTabControl7.Location = new System.Drawing.Point(0, 0);
  381. this.uiTabControl7.MainPage = "";
  382. this.uiTabControl7.Name = "uiTabControl7";
  383. this.uiTabControl7.SelectedIndex = 0;
  384. this.uiTabControl7.Size = new System.Drawing.Size(1475, 424);
  385. this.uiTabControl7.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  386. this.uiTabControl7.TabIndex = 0;
  387. this.uiTabControl7.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.uiTabControl7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  389. //
  390. // tabPage15
  391. //
  392. this.tabPage15.Controls.Add(this.dgvOthCheck);
  393. this.tabPage15.Location = new System.Drawing.Point(0, 25);
  394. this.tabPage15.Name = "tabPage15";
  395. this.tabPage15.Size = new System.Drawing.Size(1475, 399);
  396. this.tabPage15.TabIndex = 0;
  397. this.tabPage15.Text = "结算汇总数据";
  398. this.tabPage15.UseVisualStyleBackColor = true;
  399. //
  400. // dgvOthCheck
  401. //
  402. this.dgvOthCheck.AllowUserToAddRows = false;
  403. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  404. this.dgvOthCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  405. this.dgvOthCheck.BackgroundColor = System.Drawing.Color.White;
  406. this.dgvOthCheck.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  407. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  408. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  409. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  411. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  412. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  413. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  414. this.dgvOthCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  415. this.dgvOthCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  416. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  417. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
  418. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  420. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  421. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  422. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  423. this.dgvOthCheck.DefaultCellStyle = dataGridViewCellStyle18;
  424. this.dgvOthCheck.Dock = System.Windows.Forms.DockStyle.Fill;
  425. this.dgvOthCheck.EnableHeadersVisualStyles = false;
  426. this.dgvOthCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.dgvOthCheck.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  428. this.dgvOthCheck.Location = new System.Drawing.Point(0, 0);
  429. this.dgvOthCheck.Name = "dgvOthCheck";
  430. this.dgvOthCheck.ReadOnly = true;
  431. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  432. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  433. 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)));
  434. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  435. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  436. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
  437. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  438. this.dgvOthCheck.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  439. this.dgvOthCheck.RowHeadersWidth = 30;
  440. this.dgvOthCheck.RowHeight = 30;
  441. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  442. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.dgvOthCheck.RowsDefaultCellStyle = dataGridViewCellStyle20;
  444. this.dgvOthCheck.RowTemplate.Height = 30;
  445. this.dgvOthCheck.SelectedIndex = -1;
  446. this.dgvOthCheck.Size = new System.Drawing.Size(1475, 399);
  447. this.dgvOthCheck.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  448. this.dgvOthCheck.TabIndex = 0;
  449. this.dgvOthCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  450. this.dgvOthCheck.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvRowStateChanged);
  451. //
  452. // uiPanel6
  453. //
  454. this.uiPanel6.Controls.Add(this.uiGroupBox7);
  455. this.uiPanel6.Controls.Add(this.uiGroupBox8);
  456. this.uiPanel6.Controls.Add(this.uiGroupBox9);
  457. this.uiPanel6.Dock = System.Windows.Forms.DockStyle.Left;
  458. this.uiPanel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.uiPanel6.Location = new System.Drawing.Point(0, 0);
  460. this.uiPanel6.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  461. this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1);
  462. this.uiPanel6.Name = "uiPanel6";
  463. this.uiPanel6.Size = new System.Drawing.Size(325, 1164);
  464. this.uiPanel6.TabIndex = 3;
  465. this.uiPanel6.Text = null;
  466. this.uiPanel6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  467. this.uiPanel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  468. //
  469. // uiGroupBox7
  470. //
  471. this.uiGroupBox7.Controls.Add(this.uiTextBox1);
  472. this.uiGroupBox7.Controls.Add(this.cbxValid_O);
  473. this.uiGroupBox7.Controls.Add(this.uiLabel12);
  474. this.uiGroupBox7.Controls.Add(this.uiLabel14);
  475. this.uiGroupBox7.Controls.Add(this.cbxClrType_O);
  476. this.uiGroupBox7.Controls.Add(this.uiLabel15);
  477. this.uiGroupBox7.Controls.Add(this.uiComboBox4);
  478. this.uiGroupBox7.Controls.Add(this.uiLabel16);
  479. this.uiGroupBox7.Dock = System.Windows.Forms.DockStyle.Top;
  480. this.uiGroupBox7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.uiGroupBox7.Location = new System.Drawing.Point(0, 112);
  482. this.uiGroupBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  483. this.uiGroupBox7.MinimumSize = new System.Drawing.Size(1, 1);
  484. this.uiGroupBox7.Name = "uiGroupBox7";
  485. this.uiGroupBox7.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  486. this.uiGroupBox7.Size = new System.Drawing.Size(325, 198);
  487. this.uiGroupBox7.TabIndex = 24;
  488. this.uiGroupBox7.TabStop = false;
  489. this.uiGroupBox7.Text = "条件设置";
  490. this.uiGroupBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  491. this.uiGroupBox7.TitleTop = 10;
  492. this.uiGroupBox7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  493. //
  494. // uiTextBox1
  495. //
  496. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  497. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.uiTextBox1.Location = new System.Drawing.Point(79, 124);
  499. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  500. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  501. this.uiTextBox1.Name = "uiTextBox1";
  502. this.uiTextBox1.ShowText = false;
  503. this.uiTextBox1.Size = new System.Drawing.Size(130, 25);
  504. this.uiTextBox1.TabIndex = 10;
  505. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  506. this.uiTextBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  507. //
  508. // cbxValid_O
  509. //
  510. this.cbxValid_O.DataSource = null;
  511. this.cbxValid_O.FillColor = System.Drawing.Color.White;
  512. this.cbxValid_O.FilterMaxCount = 50;
  513. this.cbxValid_O.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.cbxValid_O.ItemHeight = 20;
  515. this.cbxValid_O.Items.AddRange(new object[] {
  516. "全部",
  517. "有效",
  518. "无效"});
  519. this.cbxValid_O.Location = new System.Drawing.Point(79, 157);
  520. this.cbxValid_O.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  521. this.cbxValid_O.MinimumSize = new System.Drawing.Size(63, 0);
  522. this.cbxValid_O.Name = "cbxValid_O";
  523. this.cbxValid_O.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  524. this.cbxValid_O.Size = new System.Drawing.Size(130, 25);
  525. this.cbxValid_O.TabIndex = 9;
  526. this.cbxValid_O.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  527. this.cbxValid_O.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  528. //
  529. // uiLabel12
  530. //
  531. this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.uiLabel12.Location = new System.Drawing.Point(9, 158);
  533. this.uiLabel12.Name = "uiLabel12";
  534. this.uiLabel12.Size = new System.Drawing.Size(63, 23);
  535. this.uiLabel12.TabIndex = 8;
  536. this.uiLabel12.Text = "有效标志";
  537. this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  538. this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  539. //
  540. // uiLabel14
  541. //
  542. this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  543. this.uiLabel14.Location = new System.Drawing.Point(9, 125);
  544. this.uiLabel14.Name = "uiLabel14";
  545. this.uiLabel14.Size = new System.Drawing.Size(63, 23);
  546. this.uiLabel14.TabIndex = 6;
  547. this.uiLabel14.Text = "经办机构";
  548. this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  549. this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  550. //
  551. // cbxClrType_O
  552. //
  553. this.cbxClrType_O.DataSource = null;
  554. this.cbxClrType_O.FillColor = System.Drawing.Color.White;
  555. this.cbxClrType_O.FilterMaxCount = 50;
  556. this.cbxClrType_O.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.cbxClrType_O.ItemHeight = 20;
  558. this.cbxClrType_O.Items.AddRange(new object[] {
  559. "1",
  560. "2"});
  561. this.cbxClrType_O.Location = new System.Drawing.Point(79, 91);
  562. this.cbxClrType_O.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  563. this.cbxClrType_O.MinimumSize = new System.Drawing.Size(63, 0);
  564. this.cbxClrType_O.Name = "cbxClrType_O";
  565. this.cbxClrType_O.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  566. this.cbxClrType_O.Size = new System.Drawing.Size(130, 25);
  567. this.cbxClrType_O.TabIndex = 5;
  568. this.cbxClrType_O.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  569. this.cbxClrType_O.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  570. //
  571. // uiLabel15
  572. //
  573. this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  574. this.uiLabel15.Location = new System.Drawing.Point(9, 92);
  575. this.uiLabel15.Name = "uiLabel15";
  576. this.uiLabel15.Size = new System.Drawing.Size(63, 23);
  577. this.uiLabel15.TabIndex = 4;
  578. this.uiLabel15.Text = "清算类别";
  579. this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  580. this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  581. //
  582. // uiComboBox4
  583. //
  584. this.uiComboBox4.DataSource = null;
  585. this.uiComboBox4.FillColor = System.Drawing.Color.White;
  586. this.uiComboBox4.FilterMaxCount = 50;
  587. this.uiComboBox4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.uiComboBox4.ItemHeight = 20;
  589. this.uiComboBox4.Items.AddRange(new object[] {
  590. "1",
  591. "2"});
  592. this.uiComboBox4.Location = new System.Drawing.Point(79, 58);
  593. this.uiComboBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  594. this.uiComboBox4.MinimumSize = new System.Drawing.Size(63, 0);
  595. this.uiComboBox4.Name = "uiComboBox4";
  596. this.uiComboBox4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  597. this.uiComboBox4.Size = new System.Drawing.Size(130, 25);
  598. this.uiComboBox4.TabIndex = 3;
  599. this.uiComboBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  600. this.uiComboBox4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  601. //
  602. // uiLabel16
  603. //
  604. this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  605. this.uiLabel16.Location = new System.Drawing.Point(9, 59);
  606. this.uiLabel16.Name = "uiLabel16";
  607. this.uiLabel16.Size = new System.Drawing.Size(63, 23);
  608. this.uiLabel16.TabIndex = 2;
  609. this.uiLabel16.Text = "险种类型";
  610. this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  611. this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  612. //
  613. // uiGroupBox8
  614. //
  615. this.uiGroupBox8.Controls.Add(this.uiButton1);
  616. this.uiGroupBox8.Controls.Add(this.uiButton2);
  617. this.uiGroupBox8.Controls.Add(this.uiButton3);
  618. this.uiGroupBox8.Dock = System.Windows.Forms.DockStyle.Bottom;
  619. this.uiGroupBox8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.uiGroupBox8.Location = new System.Drawing.Point(0, 1027);
  621. this.uiGroupBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  622. this.uiGroupBox8.MinimumSize = new System.Drawing.Size(1, 1);
  623. this.uiGroupBox8.Name = "uiGroupBox8";
  624. this.uiGroupBox8.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  625. this.uiGroupBox8.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  626. this.uiGroupBox8.RectSize = 2;
  627. this.uiGroupBox8.Size = new System.Drawing.Size(325, 137);
  628. this.uiGroupBox8.TabIndex = 22;
  629. this.uiGroupBox8.Text = null;
  630. this.uiGroupBox8.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  631. this.uiGroupBox8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  632. //
  633. // uiButton1
  634. //
  635. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  636. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  637. this.uiButton1.Location = new System.Drawing.Point(13, 96);
  638. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  639. this.uiButton1.Name = "uiButton1";
  640. this.uiButton1.Size = new System.Drawing.Size(185, 35);
  641. this.uiButton1.TabIndex = 2;
  642. this.uiButton1.Text = "退出";
  643. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  644. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  645. this.uiButton1.Click += new System.EventHandler(this.btnClose_Click);
  646. //
  647. // uiButton2
  648. //
  649. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  650. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.uiButton2.Location = new System.Drawing.Point(13, 60);
  652. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  653. this.uiButton2.Name = "uiButton2";
  654. this.uiButton2.Size = new System.Drawing.Size(185, 35);
  655. this.uiButton2.TabIndex = 1;
  656. this.uiButton2.Text = "批量对账";
  657. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  658. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  659. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  660. //
  661. // uiButton3
  662. //
  663. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  664. this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. this.uiButton3.Location = new System.Drawing.Point(13, 24);
  666. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  667. this.uiButton3.Name = "uiButton3";
  668. this.uiButton3.Size = new System.Drawing.Size(185, 35);
  669. this.uiButton3.TabIndex = 0;
  670. this.uiButton3.Text = "查询结算数据";
  671. this.uiButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  672. this.uiButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  673. this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
  674. //
  675. // uiGroupBox9
  676. //
  677. this.uiGroupBox9.Controls.Add(this.uiSymbolButton1);
  678. this.uiGroupBox9.Controls.Add(this.uiSymbolButton2);
  679. this.uiGroupBox9.Controls.Add(this.dpED_O);
  680. this.uiGroupBox9.Controls.Add(this.dpST_O);
  681. this.uiGroupBox9.Dock = System.Windows.Forms.DockStyle.Top;
  682. this.uiGroupBox9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  683. this.uiGroupBox9.Location = new System.Drawing.Point(0, 0);
  684. this.uiGroupBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  685. this.uiGroupBox9.MinimumSize = new System.Drawing.Size(1, 1);
  686. this.uiGroupBox9.Name = "uiGroupBox9";
  687. this.uiGroupBox9.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  688. this.uiGroupBox9.Size = new System.Drawing.Size(325, 112);
  689. this.uiGroupBox9.TabIndex = 21;
  690. this.uiGroupBox9.Text = "起止时间";
  691. this.uiGroupBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  692. this.uiGroupBox9.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  693. //
  694. // uiSymbolButton1
  695. //
  696. this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  697. this.uiSymbolButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  698. this.uiSymbolButton1.Location = new System.Drawing.Point(160, 3);
  699. this.uiSymbolButton1.MinimumSize = new System.Drawing.Size(1, 1);
  700. this.uiSymbolButton1.Name = "uiSymbolButton1";
  701. this.uiSymbolButton1.Size = new System.Drawing.Size(38, 23);
  702. this.uiSymbolButton1.Symbol = 61544;
  703. this.uiSymbolButton1.TabIndex = 3;
  704. this.uiSymbolButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  705. this.uiSymbolButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  706. //
  707. // uiSymbolButton2
  708. //
  709. this.uiSymbolButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  710. this.uiSymbolButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  711. this.uiSymbolButton2.Location = new System.Drawing.Point(116, 3);
  712. this.uiSymbolButton2.MinimumSize = new System.Drawing.Size(1, 1);
  713. this.uiSymbolButton2.Name = "uiSymbolButton2";
  714. this.uiSymbolButton2.Size = new System.Drawing.Size(38, 23);
  715. this.uiSymbolButton2.Symbol = 61543;
  716. this.uiSymbolButton2.TabIndex = 2;
  717. this.uiSymbolButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  718. this.uiSymbolButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  719. this.uiSymbolButton2.Click += new System.EventHandler(this.uiSymbolButton2_Click);
  720. //
  721. // dpED_O
  722. //
  723. this.dpED_O.FillColor = System.Drawing.Color.White;
  724. this.dpED_O.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  725. this.dpED_O.Location = new System.Drawing.Point(13, 70);
  726. this.dpED_O.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  727. this.dpED_O.MaxLength = 19;
  728. this.dpED_O.MinimumSize = new System.Drawing.Size(63, 0);
  729. this.dpED_O.Name = "dpED_O";
  730. this.dpED_O.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  731. this.dpED_O.Size = new System.Drawing.Size(200, 29);
  732. this.dpED_O.SymbolDropDown = 61555;
  733. this.dpED_O.SymbolNormal = 61555;
  734. this.dpED_O.TabIndex = 1;
  735. this.dpED_O.Text = "2022-06-01 23:59:59";
  736. this.dpED_O.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  737. this.dpED_O.Value = new System.DateTime(2022, 6, 1, 23, 59, 59, 0);
  738. this.dpED_O.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  739. //
  740. // dpST_O
  741. //
  742. this.dpST_O.FillColor = System.Drawing.Color.White;
  743. this.dpST_O.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.dpST_O.Location = new System.Drawing.Point(13, 31);
  745. this.dpST_O.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  746. this.dpST_O.MaxLength = 19;
  747. this.dpST_O.MinimumSize = new System.Drawing.Size(63, 0);
  748. this.dpST_O.Name = "dpST_O";
  749. this.dpST_O.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  750. this.dpST_O.Size = new System.Drawing.Size(200, 29);
  751. this.dpST_O.SymbolDropDown = 61555;
  752. this.dpST_O.SymbolNormal = 61555;
  753. this.dpST_O.TabIndex = 0;
  754. this.dpST_O.Text = "2022-06-01 00:00:00";
  755. this.dpST_O.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  756. this.dpST_O.Value = new System.DateTime(2022, 6, 1, 0, 0, 0, 0);
  757. this.dpST_O.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  758. //
  759. // tabPage1
  760. //
  761. this.tabPage1.Controls.Add(this.uiPanel2);
  762. this.tabPage1.Controls.Add(this.uiPanel1);
  763. this.tabPage1.Location = new System.Drawing.Point(0, 30);
  764. this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  765. this.tabPage1.Name = "tabPage1";
  766. this.tabPage1.Size = new System.Drawing.Size(1800, 1164);
  767. this.tabPage1.TabIndex = 0;
  768. this.tabPage1.Text = "本地对账";
  769. this.tabPage1.UseVisualStyleBackColor = true;
  770. //
  771. // uiPanel2
  772. //
  773. this.uiPanel2.Controls.Add(this.uiTabControl3);
  774. this.uiPanel2.Controls.Add(this.uiTabControl2);
  775. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  776. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  777. this.uiPanel2.Location = new System.Drawing.Point(342, 0);
  778. this.uiPanel2.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  779. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  780. this.uiPanel2.Name = "uiPanel2";
  781. this.uiPanel2.Size = new System.Drawing.Size(1458, 1164);
  782. this.uiPanel2.TabIndex = 3;
  783. this.uiPanel2.Text = null;
  784. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  785. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  786. //
  787. // uiTabControl3
  788. //
  789. this.uiTabControl3.Controls.Add(this.tabPage6);
  790. this.uiTabControl3.Controls.Add(this.tabPage7);
  791. this.uiTabControl3.Controls.Add(this.tabPage8);
  792. this.uiTabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
  793. this.uiTabControl3.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  794. this.uiTabControl3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  795. this.uiTabControl3.ItemSize = new System.Drawing.Size(150, 25);
  796. this.uiTabControl3.Location = new System.Drawing.Point(0, 424);
  797. this.uiTabControl3.MainPage = "";
  798. this.uiTabControl3.Name = "uiTabControl3";
  799. this.uiTabControl3.SelectedIndex = 0;
  800. this.uiTabControl3.Size = new System.Drawing.Size(1458, 740);
  801. this.uiTabControl3.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  802. this.uiTabControl3.TabIndex = 1;
  803. this.uiTabControl3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  804. this.uiTabControl3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  805. //
  806. // tabPage6
  807. //
  808. this.tabPage6.Controls.Add(this.dgvHisSettlRec);
  809. this.tabPage6.Location = new System.Drawing.Point(0, 25);
  810. this.tabPage6.Name = "tabPage6";
  811. this.tabPage6.Size = new System.Drawing.Size(1458, 715);
  812. this.tabPage6.TabIndex = 0;
  813. this.tabPage6.Text = "HIS结算记录";
  814. this.tabPage6.UseVisualStyleBackColor = true;
  815. //
  816. // dgvHisSettlRec
  817. //
  818. this.dgvHisSettlRec.AllowUserToAddRows = false;
  819. dataGridViewCellStyle41.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  820. this.dgvHisSettlRec.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle41;
  821. this.dgvHisSettlRec.BackgroundColor = System.Drawing.Color.White;
  822. this.dgvHisSettlRec.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  823. dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  824. dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  825. dataGridViewCellStyle42.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  826. dataGridViewCellStyle42.ForeColor = System.Drawing.Color.White;
  827. dataGridViewCellStyle42.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  828. dataGridViewCellStyle42.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  829. dataGridViewCellStyle42.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  830. this.dgvHisSettlRec.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle42;
  831. this.dgvHisSettlRec.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  832. dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  833. dataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Window;
  834. dataGridViewCellStyle43.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  835. dataGridViewCellStyle43.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  836. dataGridViewCellStyle43.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  837. dataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  838. dataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  839. this.dgvHisSettlRec.DefaultCellStyle = dataGridViewCellStyle43;
  840. this.dgvHisSettlRec.Dock = System.Windows.Forms.DockStyle.Fill;
  841. this.dgvHisSettlRec.EnableHeadersVisualStyles = false;
  842. this.dgvHisSettlRec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  843. this.dgvHisSettlRec.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  844. this.dgvHisSettlRec.Location = new System.Drawing.Point(0, 0);
  845. this.dgvHisSettlRec.Name = "dgvHisSettlRec";
  846. this.dgvHisSettlRec.ReadOnly = true;
  847. dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  848. dataGridViewCellStyle44.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  849. dataGridViewCellStyle44.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  850. dataGridViewCellStyle44.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  851. dataGridViewCellStyle44.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  852. dataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.White;
  853. dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  854. this.dgvHisSettlRec.RowHeadersDefaultCellStyle = dataGridViewCellStyle44;
  855. this.dgvHisSettlRec.RowHeadersWidth = 51;
  856. dataGridViewCellStyle45.BackColor = System.Drawing.Color.White;
  857. dataGridViewCellStyle45.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  858. this.dgvHisSettlRec.RowsDefaultCellStyle = dataGridViewCellStyle45;
  859. this.dgvHisSettlRec.RowTemplate.Height = 23;
  860. this.dgvHisSettlRec.SelectedIndex = -1;
  861. this.dgvHisSettlRec.Size = new System.Drawing.Size(1458, 715);
  862. this.dgvHisSettlRec.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  863. this.dgvHisSettlRec.TabIndex = 1;
  864. this.dgvHisSettlRec.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  865. this.dgvHisSettlRec.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvHisSettlRec_RowStateChanged);
  866. //
  867. // tabPage7
  868. //
  869. this.tabPage7.Controls.Add(this.dgvCenterSettlRec);
  870. this.tabPage7.Location = new System.Drawing.Point(0, 25);
  871. this.tabPage7.Name = "tabPage7";
  872. this.tabPage7.Size = new System.Drawing.Size(1458, 715);
  873. this.tabPage7.TabIndex = 1;
  874. this.tabPage7.Text = "中心结算记录";
  875. this.tabPage7.UseVisualStyleBackColor = true;
  876. //
  877. // dgvCenterSettlRec
  878. //
  879. this.dgvCenterSettlRec.AllowUserToAddRows = false;
  880. dataGridViewCellStyle46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  881. this.dgvCenterSettlRec.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle46;
  882. this.dgvCenterSettlRec.BackgroundColor = System.Drawing.Color.White;
  883. this.dgvCenterSettlRec.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  884. dataGridViewCellStyle47.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  885. dataGridViewCellStyle47.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  886. dataGridViewCellStyle47.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  887. dataGridViewCellStyle47.ForeColor = System.Drawing.Color.White;
  888. dataGridViewCellStyle47.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  889. dataGridViewCellStyle47.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  890. dataGridViewCellStyle47.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  891. this.dgvCenterSettlRec.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle47;
  892. this.dgvCenterSettlRec.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  893. dataGridViewCellStyle48.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  894. dataGridViewCellStyle48.BackColor = System.Drawing.SystemColors.Window;
  895. dataGridViewCellStyle48.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  896. dataGridViewCellStyle48.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  897. dataGridViewCellStyle48.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  898. dataGridViewCellStyle48.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  899. dataGridViewCellStyle48.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  900. this.dgvCenterSettlRec.DefaultCellStyle = dataGridViewCellStyle48;
  901. this.dgvCenterSettlRec.Dock = System.Windows.Forms.DockStyle.Fill;
  902. this.dgvCenterSettlRec.EnableHeadersVisualStyles = false;
  903. this.dgvCenterSettlRec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  904. this.dgvCenterSettlRec.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  905. this.dgvCenterSettlRec.Location = new System.Drawing.Point(0, 0);
  906. this.dgvCenterSettlRec.Name = "dgvCenterSettlRec";
  907. dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  908. dataGridViewCellStyle49.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  909. dataGridViewCellStyle49.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  910. dataGridViewCellStyle49.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  911. dataGridViewCellStyle49.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  912. dataGridViewCellStyle49.SelectionForeColor = System.Drawing.Color.White;
  913. dataGridViewCellStyle49.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  914. this.dgvCenterSettlRec.RowHeadersDefaultCellStyle = dataGridViewCellStyle49;
  915. this.dgvCenterSettlRec.RowHeadersWidth = 51;
  916. dataGridViewCellStyle50.BackColor = System.Drawing.Color.White;
  917. dataGridViewCellStyle50.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  918. this.dgvCenterSettlRec.RowsDefaultCellStyle = dataGridViewCellStyle50;
  919. this.dgvCenterSettlRec.RowTemplate.Height = 23;
  920. this.dgvCenterSettlRec.SelectedIndex = -1;
  921. this.dgvCenterSettlRec.Size = new System.Drawing.Size(1458, 715);
  922. this.dgvCenterSettlRec.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  923. this.dgvCenterSettlRec.TabIndex = 1;
  924. this.dgvCenterSettlRec.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  925. //
  926. // tabPage8
  927. //
  928. this.tabPage8.Controls.Add(this.rtbCheckDetailLog);
  929. this.tabPage8.Location = new System.Drawing.Point(0, 25);
  930. this.tabPage8.Name = "tabPage8";
  931. this.tabPage8.Size = new System.Drawing.Size(1458, 715);
  932. this.tabPage8.TabIndex = 2;
  933. this.tabPage8.Text = "对明细账结果记录";
  934. this.tabPage8.UseVisualStyleBackColor = true;
  935. //
  936. // rtbCheckDetailLog
  937. //
  938. this.rtbCheckDetailLog.Dock = System.Windows.Forms.DockStyle.Fill;
  939. this.rtbCheckDetailLog.FillColor = System.Drawing.Color.White;
  940. this.rtbCheckDetailLog.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  941. this.rtbCheckDetailLog.Location = new System.Drawing.Point(0, 0);
  942. this.rtbCheckDetailLog.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  943. this.rtbCheckDetailLog.MinimumSize = new System.Drawing.Size(1, 1);
  944. this.rtbCheckDetailLog.Name = "rtbCheckDetailLog";
  945. this.rtbCheckDetailLog.Padding = new System.Windows.Forms.Padding(2);
  946. this.rtbCheckDetailLog.ShowText = false;
  947. this.rtbCheckDetailLog.Size = new System.Drawing.Size(1458, 715);
  948. this.rtbCheckDetailLog.Style = Sunny.UI.UIStyle.Custom;
  949. this.rtbCheckDetailLog.TabIndex = 0;
  950. this.rtbCheckDetailLog.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  951. this.rtbCheckDetailLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  952. //
  953. // uiTabControl2
  954. //
  955. this.uiTabControl2.Controls.Add(this.tabPage4);
  956. this.uiTabControl2.Controls.Add(this.tabPage5);
  957. this.uiTabControl2.Dock = System.Windows.Forms.DockStyle.Top;
  958. this.uiTabControl2.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  959. this.uiTabControl2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  960. this.uiTabControl2.ItemSize = new System.Drawing.Size(150, 25);
  961. this.uiTabControl2.Location = new System.Drawing.Point(0, 0);
  962. this.uiTabControl2.MainPage = "";
  963. this.uiTabControl2.Name = "uiTabControl2";
  964. this.uiTabControl2.SelectedIndex = 0;
  965. this.uiTabControl2.Size = new System.Drawing.Size(1458, 424);
  966. this.uiTabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  967. this.uiTabControl2.TabIndex = 0;
  968. this.uiTabControl2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  969. this.uiTabControl2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  970. //
  971. // tabPage4
  972. //
  973. this.tabPage4.Controls.Add(this.dgvSettlSummary);
  974. this.tabPage4.Location = new System.Drawing.Point(0, 25);
  975. this.tabPage4.Name = "tabPage4";
  976. this.tabPage4.Size = new System.Drawing.Size(1458, 399);
  977. this.tabPage4.TabIndex = 0;
  978. this.tabPage4.Text = "结算汇总数据";
  979. this.tabPage4.UseVisualStyleBackColor = true;
  980. //
  981. // dgvSettlSummary
  982. //
  983. this.dgvSettlSummary.AllowUserToAddRows = false;
  984. dataGridViewCellStyle51.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  985. this.dgvSettlSummary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle51;
  986. this.dgvSettlSummary.BackgroundColor = System.Drawing.Color.White;
  987. this.dgvSettlSummary.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  988. dataGridViewCellStyle52.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  989. dataGridViewCellStyle52.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  990. dataGridViewCellStyle52.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  991. dataGridViewCellStyle52.ForeColor = System.Drawing.Color.White;
  992. dataGridViewCellStyle52.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  993. dataGridViewCellStyle52.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  994. dataGridViewCellStyle52.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  995. this.dgvSettlSummary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle52;
  996. this.dgvSettlSummary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  997. this.dgvSettlSummary.ContextMenuStrip = this.cmsCheck;
  998. dataGridViewCellStyle53.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  999. dataGridViewCellStyle53.BackColor = System.Drawing.SystemColors.Window;
  1000. dataGridViewCellStyle53.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1001. dataGridViewCellStyle53.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1002. dataGridViewCellStyle53.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1003. dataGridViewCellStyle53.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1004. dataGridViewCellStyle53.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1005. this.dgvSettlSummary.DefaultCellStyle = dataGridViewCellStyle53;
  1006. this.dgvSettlSummary.Dock = System.Windows.Forms.DockStyle.Fill;
  1007. this.dgvSettlSummary.EnableHeadersVisualStyles = false;
  1008. this.dgvSettlSummary.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1009. this.dgvSettlSummary.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1010. this.dgvSettlSummary.Location = new System.Drawing.Point(0, 0);
  1011. this.dgvSettlSummary.Name = "dgvSettlSummary";
  1012. this.dgvSettlSummary.ReadOnly = true;
  1013. dataGridViewCellStyle54.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1014. dataGridViewCellStyle54.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1015. 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)));
  1016. dataGridViewCellStyle54.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1017. dataGridViewCellStyle54.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1018. dataGridViewCellStyle54.SelectionForeColor = System.Drawing.Color.White;
  1019. dataGridViewCellStyle54.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1020. this.dgvSettlSummary.RowHeadersDefaultCellStyle = dataGridViewCellStyle54;
  1021. this.dgvSettlSummary.RowHeadersWidth = 30;
  1022. this.dgvSettlSummary.RowHeight = 30;
  1023. dataGridViewCellStyle55.BackColor = System.Drawing.Color.White;
  1024. dataGridViewCellStyle55.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1025. this.dgvSettlSummary.RowsDefaultCellStyle = dataGridViewCellStyle55;
  1026. this.dgvSettlSummary.RowTemplate.Height = 30;
  1027. this.dgvSettlSummary.SelectedIndex = -1;
  1028. this.dgvSettlSummary.Size = new System.Drawing.Size(1458, 399);
  1029. this.dgvSettlSummary.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1030. this.dgvSettlSummary.TabIndex = 0;
  1031. this.dgvSettlSummary.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1032. this.dgvSettlSummary.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvSettlSummary_RowStateChanged);
  1033. //
  1034. // tabPage5
  1035. //
  1036. this.tabPage5.Controls.Add(this.rtbCheckLog);
  1037. this.tabPage5.Location = new System.Drawing.Point(0, 25);
  1038. this.tabPage5.Name = "tabPage5";
  1039. this.tabPage5.Size = new System.Drawing.Size(1458, 399);
  1040. this.tabPage5.TabIndex = 1;
  1041. this.tabPage5.Text = "对总账结果记录";
  1042. this.tabPage5.UseVisualStyleBackColor = true;
  1043. //
  1044. // rtbCheckLog
  1045. //
  1046. this.rtbCheckLog.Dock = System.Windows.Forms.DockStyle.Fill;
  1047. this.rtbCheckLog.FillColor = System.Drawing.Color.White;
  1048. this.rtbCheckLog.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1049. this.rtbCheckLog.Location = new System.Drawing.Point(0, 0);
  1050. this.rtbCheckLog.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1051. this.rtbCheckLog.MinimumSize = new System.Drawing.Size(1, 1);
  1052. this.rtbCheckLog.Name = "rtbCheckLog";
  1053. this.rtbCheckLog.Padding = new System.Windows.Forms.Padding(2);
  1054. this.rtbCheckLog.ShowText = false;
  1055. this.rtbCheckLog.Size = new System.Drawing.Size(1458, 399);
  1056. this.rtbCheckLog.Style = Sunny.UI.UIStyle.Custom;
  1057. this.rtbCheckLog.TabIndex = 1;
  1058. this.rtbCheckLog.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1059. this.rtbCheckLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1060. //
  1061. // uiPanel1
  1062. //
  1063. this.uiPanel1.Controls.Add(this.gbConditionSet);
  1064. this.uiPanel1.Controls.Add(this.cbgGroupSet);
  1065. this.uiPanel1.Controls.Add(this.uiGroupBox1);
  1066. this.uiPanel1.Controls.Add(this.gbDateTime);
  1067. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Left;
  1068. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1069. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  1070. this.uiPanel1.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  1071. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  1072. this.uiPanel1.Name = "uiPanel1";
  1073. this.uiPanel1.Size = new System.Drawing.Size(342, 1164);
  1074. this.uiPanel1.TabIndex = 2;
  1075. this.uiPanel1.Text = null;
  1076. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1077. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1078. //
  1079. // tbTmp
  1080. //
  1081. this.tbTmp.Location = new System.Drawing.Point(0, 384);
  1082. this.tbTmp.Name = "tbTmp";
  1083. this.tbTmp.Size = new System.Drawing.Size(342, 92);
  1084. this.tbTmp.TabIndex = 31;
  1085. this.tbTmp.Text = "";
  1086. //
  1087. // gbConditionSet
  1088. //
  1089. this.gbConditionSet.Controls.Add(this.cbxInterface);
  1090. this.gbConditionSet.Controls.Add(this.cbxClrType);
  1091. this.gbConditionSet.Controls.Add(this.uiLabel3);
  1092. this.gbConditionSet.Controls.Add(this.cbxInsuType);
  1093. this.gbConditionSet.Controls.Add(this.uiLabel2);
  1094. this.gbConditionSet.Controls.Add(this.uiLabel1);
  1095. this.gbConditionSet.Dock = System.Windows.Forms.DockStyle.Top;
  1096. this.gbConditionSet.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1097. this.gbConditionSet.Location = new System.Drawing.Point(0, 220);
  1098. this.gbConditionSet.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1099. this.gbConditionSet.MinimumSize = new System.Drawing.Size(1, 1);
  1100. this.gbConditionSet.Name = "gbConditionSet";
  1101. this.gbConditionSet.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  1102. this.gbConditionSet.Size = new System.Drawing.Size(342, 268);
  1103. this.gbConditionSet.TabIndex = 24;
  1104. this.gbConditionSet.TabStop = false;
  1105. this.gbConditionSet.Text = "条件设置";
  1106. this.gbConditionSet.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1107. this.gbConditionSet.TitleTop = 10;
  1108. this.gbConditionSet.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1109. //
  1110. // cbxInterface
  1111. //
  1112. this.cbxInterface.DataSource = null;
  1113. this.cbxInterface.FillColor = System.Drawing.Color.White;
  1114. this.cbxInterface.FilterMaxCount = 50;
  1115. this.cbxInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1116. this.cbxInterface.ItemHeight = 20;
  1117. this.cbxInterface.Items.AddRange(new object[] {
  1118. "1",
  1119. "2"});
  1120. this.cbxInterface.Location = new System.Drawing.Point(67, 30);
  1121. this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1122. this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
  1123. this.cbxInterface.Name = "cbxInterface";
  1124. this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1125. this.cbxInterface.Size = new System.Drawing.Size(153, 25);
  1126. this.cbxInterface.TabIndex = 11;
  1127. this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1128. this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1129. //
  1130. // cbxClrType
  1131. //
  1132. this.cbxClrType.DataSource = null;
  1133. this.cbxClrType.FillColor = System.Drawing.Color.White;
  1134. this.cbxClrType.FilterMaxCount = 50;
  1135. this.cbxClrType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1136. this.cbxClrType.ItemHeight = 20;
  1137. this.cbxClrType.Items.AddRange(new object[] {
  1138. "1",
  1139. "2"});
  1140. this.cbxClrType.Location = new System.Drawing.Point(67, 106);
  1141. this.cbxClrType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1142. this.cbxClrType.MinimumSize = new System.Drawing.Size(63, 0);
  1143. this.cbxClrType.Name = "cbxClrType";
  1144. this.cbxClrType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1145. this.cbxClrType.Size = new System.Drawing.Size(153, 25);
  1146. this.cbxClrType.TabIndex = 5;
  1147. this.cbxClrType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1148. this.cbxClrType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1149. //
  1150. // uiLabel3
  1151. //
  1152. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1153. this.uiLabel3.Location = new System.Drawing.Point(4, 109);
  1154. this.uiLabel3.Name = "uiLabel3";
  1155. this.uiLabel3.Size = new System.Drawing.Size(78, 23);
  1156. this.uiLabel3.TabIndex = 4;
  1157. this.uiLabel3.Text = "统筹类别";
  1158. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1159. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1160. //
  1161. // cbxInsuType
  1162. //
  1163. this.cbxInsuType.DataSource = null;
  1164. this.cbxInsuType.FillColor = System.Drawing.Color.White;
  1165. this.cbxInsuType.FilterMaxCount = 50;
  1166. this.cbxInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1167. this.cbxInsuType.ItemHeight = 20;
  1168. this.cbxInsuType.Items.AddRange(new object[] {
  1169. "1",
  1170. "2"});
  1171. this.cbxInsuType.Location = new System.Drawing.Point(67, 68);
  1172. this.cbxInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1173. this.cbxInsuType.MinimumSize = new System.Drawing.Size(63, 0);
  1174. this.cbxInsuType.Name = "cbxInsuType";
  1175. this.cbxInsuType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1176. this.cbxInsuType.Size = new System.Drawing.Size(153, 25);
  1177. this.cbxInsuType.TabIndex = 3;
  1178. this.cbxInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1179. this.cbxInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1180. //
  1181. // uiLabel2
  1182. //
  1183. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1184. this.uiLabel2.Location = new System.Drawing.Point(4, 71);
  1185. this.uiLabel2.Name = "uiLabel2";
  1186. this.uiLabel2.Size = new System.Drawing.Size(78, 23);
  1187. this.uiLabel2.TabIndex = 2;
  1188. this.uiLabel2.Text = "险种类型";
  1189. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1190. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1191. //
  1192. // uiLabel1
  1193. //
  1194. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1195. this.uiLabel1.Location = new System.Drawing.Point(4, 33);
  1196. this.uiLabel1.Name = "uiLabel1";
  1197. this.uiLabel1.Size = new System.Drawing.Size(78, 23);
  1198. this.uiLabel1.TabIndex = 0;
  1199. this.uiLabel1.Text = "接口目录";
  1200. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1201. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1202. //
  1203. // cbgGroupSet
  1204. //
  1205. this.cbgGroupSet.Dock = System.Windows.Forms.DockStyle.Top;
  1206. this.cbgGroupSet.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1207. this.cbgGroupSet.Items.AddRange(new object[] {
  1208. "接口",
  1209. "险种类型",
  1210. "统筹类别"});
  1211. this.cbgGroupSet.ItemSize = new System.Drawing.Size(150, 25);
  1212. this.cbgGroupSet.Location = new System.Drawing.Point(0, 112);
  1213. this.cbgGroupSet.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1214. this.cbgGroupSet.MinimumSize = new System.Drawing.Size(1, 1);
  1215. this.cbgGroupSet.Name = "cbgGroupSet";
  1216. this.cbgGroupSet.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  1217. this.cbgGroupSet.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Top;
  1218. this.cbgGroupSet.SelectedIndexes = ((System.Collections.Generic.List<int>)(resources.GetObject("cbgGroupSet.SelectedIndexes")));
  1219. this.cbgGroupSet.Size = new System.Drawing.Size(342, 108);
  1220. this.cbgGroupSet.TabIndex = 25;
  1221. this.cbgGroupSet.Text = "分组设置";
  1222. this.cbgGroupSet.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1223. this.cbgGroupSet.TitleTop = 10;
  1224. this.cbgGroupSet.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1225. //
  1226. // uiGroupBox1
  1227. //
  1228. this.uiGroupBox1.Controls.Add(this.tbTmp);
  1229. this.uiGroupBox1.Controls.Add(this.uiGroupBox10);
  1230. this.uiGroupBox1.Controls.Add(this.btnQuerySettlSummary);
  1231. this.uiGroupBox1.Controls.Add(this.btnClose);
  1232. this.uiGroupBox1.Controls.Add(this.btnBatchCheck);
  1233. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  1234. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1235. this.uiGroupBox1.Location = new System.Drawing.Point(0, 112);
  1236. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1237. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  1238. this.uiGroupBox1.Name = "uiGroupBox1";
  1239. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  1240. this.uiGroupBox1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  1241. this.uiGroupBox1.RectSize = 2;
  1242. this.uiGroupBox1.Size = new System.Drawing.Size(342, 1052);
  1243. this.uiGroupBox1.TabIndex = 22;
  1244. this.uiGroupBox1.Text = null;
  1245. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1246. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1247. //
  1248. // uiGroupBox10
  1249. //
  1250. this.uiGroupBox10.Controls.Add(this.uiButton4);
  1251. this.uiGroupBox10.Controls.Add(this.uiButton5);
  1252. this.uiGroupBox10.Controls.Add(this.Btn_Query);
  1253. this.uiGroupBox10.Dock = System.Windows.Forms.DockStyle.Bottom;
  1254. this.uiGroupBox10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1255. this.uiGroupBox10.Location = new System.Drawing.Point(0, 939);
  1256. this.uiGroupBox10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1257. this.uiGroupBox10.MinimumSize = new System.Drawing.Size(1, 1);
  1258. this.uiGroupBox10.Name = "uiGroupBox10";
  1259. this.uiGroupBox10.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  1260. this.uiGroupBox10.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  1261. this.uiGroupBox10.RectSize = 2;
  1262. this.uiGroupBox10.Size = new System.Drawing.Size(342, 113);
  1263. this.uiGroupBox10.TabIndex = 34;
  1264. this.uiGroupBox10.Text = null;
  1265. this.uiGroupBox10.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1266. this.uiGroupBox10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1267. //
  1268. // uiButton4
  1269. //
  1270. this.uiButton4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  1271. | System.Windows.Forms.AnchorStyles.Right)));
  1272. this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand;
  1273. this.uiButton4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1274. this.uiButton4.Location = new System.Drawing.Point(23, 73);
  1275. this.uiButton4.MinimumSize = new System.Drawing.Size(1, 1);
  1276. this.uiButton4.Name = "uiButton4";
  1277. this.uiButton4.Size = new System.Drawing.Size(299, 35);
  1278. this.uiButton4.TabIndex = 2;
  1279. this.uiButton4.Text = "退出";
  1280. this.uiButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1281. this.uiButton4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1282. this.uiButton4.Click += new System.EventHandler(this.btnClose_Click);
  1283. //
  1284. // uiButton5
  1285. //
  1286. this.uiButton5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  1287. | System.Windows.Forms.AnchorStyles.Right)));
  1288. this.uiButton5.Cursor = System.Windows.Forms.Cursors.Hand;
  1289. this.uiButton5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1290. this.uiButton5.Location = new System.Drawing.Point(23, 37);
  1291. this.uiButton5.MinimumSize = new System.Drawing.Size(1, 1);
  1292. this.uiButton5.Name = "uiButton5";
  1293. this.uiButton5.Size = new System.Drawing.Size(299, 35);
  1294. this.uiButton5.TabIndex = 1;
  1295. this.uiButton5.Text = "批量对总账";
  1296. this.uiButton5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1297. this.uiButton5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1298. //
  1299. // Btn_Query
  1300. //
  1301. this.Btn_Query.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  1302. | System.Windows.Forms.AnchorStyles.Right)));
  1303. this.Btn_Query.Cursor = System.Windows.Forms.Cursors.Hand;
  1304. this.Btn_Query.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1305. this.Btn_Query.Location = new System.Drawing.Point(23, 1);
  1306. this.Btn_Query.MinimumSize = new System.Drawing.Size(1, 1);
  1307. this.Btn_Query.Name = "Btn_Query";
  1308. this.Btn_Query.Size = new System.Drawing.Size(299, 35);
  1309. this.Btn_Query.TabIndex = 0;
  1310. this.Btn_Query.Text = "查询汇总数据";
  1311. this.Btn_Query.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1312. this.Btn_Query.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1313. this.Btn_Query.Click += new System.EventHandler(this.Btn_Query_Click);
  1314. //
  1315. // btnQuerySettlSummary
  1316. //
  1317. this.btnQuerySettlSummary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1318. this.btnQuerySettlSummary.Cursor = System.Windows.Forms.Cursors.Hand;
  1319. this.btnQuerySettlSummary.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1320. this.btnQuerySettlSummary.Location = new System.Drawing.Point(34, 1117);
  1321. this.btnQuerySettlSummary.MinimumSize = new System.Drawing.Size(1, 1);
  1322. this.btnQuerySettlSummary.Name = "btnQuerySettlSummary";
  1323. this.btnQuerySettlSummary.Size = new System.Drawing.Size(168, 27);
  1324. this.btnQuerySettlSummary.TabIndex = 33;
  1325. this.btnQuerySettlSummary.Text = "查询汇总数据";
  1326. this.btnQuerySettlSummary.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1327. this.btnQuerySettlSummary.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1328. //
  1329. // btnClose
  1330. //
  1331. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1332. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  1333. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1334. this.btnClose.Location = new System.Drawing.Point(34, 1226);
  1335. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  1336. this.btnClose.Name = "btnClose";
  1337. this.btnClose.Size = new System.Drawing.Size(168, 27);
  1338. this.btnClose.TabIndex = 2;
  1339. this.btnClose.Text = "退 出";
  1340. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1341. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1342. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  1343. //
  1344. // btnBatchCheck
  1345. //
  1346. this.btnBatchCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  1347. this.btnBatchCheck.Cursor = System.Windows.Forms.Cursors.Hand;
  1348. this.btnBatchCheck.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1349. this.btnBatchCheck.Location = new System.Drawing.Point(34, 1177);
  1350. this.btnBatchCheck.MinimumSize = new System.Drawing.Size(1, 1);
  1351. this.btnBatchCheck.Name = "btnBatchCheck";
  1352. this.btnBatchCheck.Size = new System.Drawing.Size(168, 27);
  1353. this.btnBatchCheck.TabIndex = 1;
  1354. this.btnBatchCheck.Text = "批量对总账";
  1355. this.btnBatchCheck.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1356. this.btnBatchCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1357. this.btnBatchCheck.Click += new System.EventHandler(this.btnBatchCheck_Click);
  1358. //
  1359. // gbDateTime
  1360. //
  1361. this.gbDateTime.Controls.Add(this.btnReduceOndDay);
  1362. this.gbDateTime.Controls.Add(this.btnAddOneDay);
  1363. this.gbDateTime.Controls.Add(this.dpED);
  1364. this.gbDateTime.Controls.Add(this.dpST);
  1365. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Top;
  1366. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1367. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  1368. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1369. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  1370. this.gbDateTime.Name = "gbDateTime";
  1371. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1372. this.gbDateTime.Size = new System.Drawing.Size(342, 112);
  1373. this.gbDateTime.TabIndex = 21;
  1374. this.gbDateTime.Text = "起止时间";
  1375. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1376. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1377. //
  1378. // btnReduceOndDay
  1379. //
  1380. this.btnReduceOndDay.Cursor = System.Windows.Forms.Cursors.Hand;
  1381. this.btnReduceOndDay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1382. this.btnReduceOndDay.Location = new System.Drawing.Point(160, 3);
  1383. this.btnReduceOndDay.MinimumSize = new System.Drawing.Size(1, 1);
  1384. this.btnReduceOndDay.Name = "btnReduceOndDay";
  1385. this.btnReduceOndDay.Size = new System.Drawing.Size(38, 23);
  1386. this.btnReduceOndDay.Symbol = 61544;
  1387. this.btnReduceOndDay.TabIndex = 3;
  1388. this.btnReduceOndDay.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1389. this.btnReduceOndDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1390. this.btnReduceOndDay.Click += new System.EventHandler(this.btnReduceOndDay_Click);
  1391. //
  1392. // btnAddOneDay
  1393. //
  1394. this.btnAddOneDay.Cursor = System.Windows.Forms.Cursors.Hand;
  1395. this.btnAddOneDay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1396. this.btnAddOneDay.Location = new System.Drawing.Point(116, 3);
  1397. this.btnAddOneDay.MinimumSize = new System.Drawing.Size(1, 1);
  1398. this.btnAddOneDay.Name = "btnAddOneDay";
  1399. this.btnAddOneDay.Size = new System.Drawing.Size(38, 23);
  1400. this.btnAddOneDay.Symbol = 61543;
  1401. this.btnAddOneDay.TabIndex = 2;
  1402. this.btnAddOneDay.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1403. this.btnAddOneDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1404. this.btnAddOneDay.Click += new System.EventHandler(this.btnAddOneDay_Click);
  1405. //
  1406. // dpED
  1407. //
  1408. this.dpED.FillColor = System.Drawing.Color.White;
  1409. this.dpED.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1410. this.dpED.Location = new System.Drawing.Point(17, 70);
  1411. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1412. this.dpED.MaxLength = 19;
  1413. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  1414. this.dpED.Name = "dpED";
  1415. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1416. this.dpED.Size = new System.Drawing.Size(185, 29);
  1417. this.dpED.SymbolDropDown = 61555;
  1418. this.dpED.SymbolNormal = 61555;
  1419. this.dpED.TabIndex = 1;
  1420. this.dpED.Text = "2022-11-01 23:59:59";
  1421. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1422. this.dpED.Value = new System.DateTime(2022, 11, 1, 23, 59, 59, 0);
  1423. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1424. //
  1425. // dpST
  1426. //
  1427. this.dpST.FillColor = System.Drawing.Color.White;
  1428. this.dpST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1429. this.dpST.Location = new System.Drawing.Point(17, 31);
  1430. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1431. this.dpST.MaxLength = 19;
  1432. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  1433. this.dpST.Name = "dpST";
  1434. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1435. this.dpST.Size = new System.Drawing.Size(185, 29);
  1436. this.dpST.SymbolDropDown = 61555;
  1437. this.dpST.SymbolNormal = 61555;
  1438. this.dpST.TabIndex = 0;
  1439. this.dpST.Text = "2022-06-01 00:00:00";
  1440. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1441. this.dpST.Value = new System.DateTime(2022, 6, 1, 0, 0, 0, 0);
  1442. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1443. //
  1444. // uiTabControl1
  1445. //
  1446. this.uiTabControl1.Controls.Add(this.tabPage1);
  1447. this.uiTabControl1.Controls.Add(this.tabPage10);
  1448. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1449. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  1450. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1451. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 30);
  1452. this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
  1453. this.uiTabControl1.MainPage = "";
  1454. this.uiTabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1455. this.uiTabControl1.Name = "uiTabControl1";
  1456. this.uiTabControl1.SelectedIndex = 0;
  1457. this.uiTabControl1.Size = new System.Drawing.Size(1800, 1194);
  1458. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  1459. this.uiTabControl1.TabIndex = 0;
  1460. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1461. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1462. //
  1463. // ClearingQuery
  1464. //
  1465. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  1466. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1467. this.ClientSize = new System.Drawing.Size(1800, 1194);
  1468. this.Controls.Add(this.uiTabControl1);
  1469. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1470. this.Name = "ClearingQuery";
  1471. this.Text = "对账与清算";
  1472. this.Load += new System.EventHandler(this.Clearing_Load);
  1473. this.cmsCheck.ResumeLayout(false);
  1474. this.tabPage10.ResumeLayout(false);
  1475. this.uiPanel7.ResumeLayout(false);
  1476. this.uiTabControl6.ResumeLayout(false);
  1477. this.tabPage14.ResumeLayout(false);
  1478. this.uiTabControl7.ResumeLayout(false);
  1479. this.tabPage15.ResumeLayout(false);
  1480. ((System.ComponentModel.ISupportInitialize)(this.dgvOthCheck)).EndInit();
  1481. this.uiPanel6.ResumeLayout(false);
  1482. this.uiGroupBox7.ResumeLayout(false);
  1483. this.uiGroupBox8.ResumeLayout(false);
  1484. this.uiGroupBox9.ResumeLayout(false);
  1485. this.tabPage1.ResumeLayout(false);
  1486. this.uiPanel2.ResumeLayout(false);
  1487. this.uiTabControl3.ResumeLayout(false);
  1488. this.tabPage6.ResumeLayout(false);
  1489. ((System.ComponentModel.ISupportInitialize)(this.dgvHisSettlRec)).EndInit();
  1490. this.tabPage7.ResumeLayout(false);
  1491. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterSettlRec)).EndInit();
  1492. this.tabPage8.ResumeLayout(false);
  1493. this.uiTabControl2.ResumeLayout(false);
  1494. this.tabPage4.ResumeLayout(false);
  1495. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlSummary)).EndInit();
  1496. this.tabPage5.ResumeLayout(false);
  1497. this.uiPanel1.ResumeLayout(false);
  1498. this.gbConditionSet.ResumeLayout(false);
  1499. this.uiGroupBox1.ResumeLayout(false);
  1500. this.uiGroupBox10.ResumeLayout(false);
  1501. this.gbDateTime.ResumeLayout(false);
  1502. this.uiTabControl1.ResumeLayout(false);
  1503. this.ResumeLayout(false);
  1504. }
  1505. #endregion
  1506. private Sunny.UI.UIContextMenuStrip cmsCheck;
  1507. private System.Windows.Forms.ToolStripMenuItem tsmCheck_Single;
  1508. private System.Windows.Forms.ToolStripMenuItem tsmCheckDetail_Single;
  1509. private System.Windows.Forms.ToolStripMenuItem tsmCheck_Batch;
  1510. private System.Windows.Forms.ToolStripMenuItem tsmCheckDetail_Batch;
  1511. private System.Windows.Forms.ToolStripMenuItem tsmHisRecord;
  1512. private System.Windows.Forms.ToolStripMenuItem tsmAICheck;
  1513. private System.Windows.Forms.ToolStripMenuItem 导出TXTToolStripMenuItem;
  1514. private System.Windows.Forms.ToolStripMenuItem tsmExport;
  1515. private System.Windows.Forms.ToolStripMenuItem tsmCompress;
  1516. private System.Windows.Forms.ToolStripMenuItem tsmUploadZIP;
  1517. private System.Windows.Forms.ToolStripMenuItem tsm3202;
  1518. private System.Windows.Forms.ToolStripMenuItem tsmDownload;
  1519. private System.Windows.Forms.ToolStripMenuItem tsmUnCompress;
  1520. private System.Windows.Forms.ToolStripMenuItem tsmImport;
  1521. private System.Windows.Forms.ToolStripMenuItem tsmZIPToSDec;
  1522. private System.Windows.Forms.ToolStripMenuItem tsmHandCheck;
  1523. private System.Windows.Forms.TabPage tabPage10;
  1524. private Sunny.UI.UIPanel uiPanel7;
  1525. private Sunny.UI.UITabControl uiTabControl6;
  1526. private System.Windows.Forms.TabPage tabPage14;
  1527. private Sunny.UI.UIRichTextBox rtbOthCheckResultRecord;
  1528. private Sunny.UI.UITabControl uiTabControl7;
  1529. private System.Windows.Forms.TabPage tabPage15;
  1530. private Sunny.UI.UIDataGridView dgvOthCheck;
  1531. private Sunny.UI.UIPanel uiPanel6;
  1532. private Sunny.UI.UIGroupBox uiGroupBox7;
  1533. private Sunny.UI.UITextBox uiTextBox1;
  1534. private Sunny.UI.UIComboBox cbxValid_O;
  1535. private Sunny.UI.UILabel uiLabel12;
  1536. private Sunny.UI.UILabel uiLabel14;
  1537. private Sunny.UI.UIComboBox cbxClrType_O;
  1538. private Sunny.UI.UILabel uiLabel15;
  1539. private Sunny.UI.UIComboBox uiComboBox4;
  1540. private Sunny.UI.UILabel uiLabel16;
  1541. private Sunny.UI.UIGroupBox uiGroupBox8;
  1542. private Sunny.UI.UIButton uiButton1;
  1543. private Sunny.UI.UIButton uiButton2;
  1544. private Sunny.UI.UIButton uiButton3;
  1545. private Sunny.UI.UIGroupBox uiGroupBox9;
  1546. private Sunny.UI.UISymbolButton uiSymbolButton1;
  1547. private Sunny.UI.UISymbolButton uiSymbolButton2;
  1548. private Sunny.UI.UIDatetimePicker dpED_O;
  1549. private Sunny.UI.UIDatetimePicker dpST_O;
  1550. private System.Windows.Forms.TabPage tabPage1;
  1551. private Sunny.UI.UIPanel uiPanel2;
  1552. private Sunny.UI.UITabControl uiTabControl3;
  1553. private System.Windows.Forms.TabPage tabPage6;
  1554. private Sunny.UI.UIDataGridView dgvHisSettlRec;
  1555. private System.Windows.Forms.TabPage tabPage7;
  1556. private Sunny.UI.UIDataGridView dgvCenterSettlRec;
  1557. private System.Windows.Forms.TabPage tabPage8;
  1558. private Sunny.UI.UIRichTextBox rtbCheckDetailLog;
  1559. private Sunny.UI.UITabControl uiTabControl2;
  1560. private System.Windows.Forms.TabPage tabPage4;
  1561. private Sunny.UI.UIDataGridView dgvSettlSummary;
  1562. private System.Windows.Forms.TabPage tabPage5;
  1563. private Sunny.UI.UIRichTextBox rtbCheckLog;
  1564. private Sunny.UI.UIPanel uiPanel1;
  1565. private System.Windows.Forms.RichTextBox tbTmp;
  1566. private Sunny.UI.UIGroupBox gbConditionSet;
  1567. private Sunny.UI.UIComboBox cbxInterface;
  1568. private Sunny.UI.UIComboBox cbxClrType;
  1569. private Sunny.UI.UILabel uiLabel3;
  1570. private Sunny.UI.UIComboBox cbxInsuType;
  1571. private Sunny.UI.UILabel uiLabel2;
  1572. private Sunny.UI.UILabel uiLabel1;
  1573. private Sunny.UI.UICheckBoxGroup cbgGroupSet;
  1574. private Sunny.UI.UIGroupBox uiGroupBox1;
  1575. private Sunny.UI.UIGroupBox uiGroupBox10;
  1576. private Sunny.UI.UIButton uiButton4;
  1577. private Sunny.UI.UIButton uiButton5;
  1578. private Sunny.UI.UIButton Btn_Query;
  1579. private Sunny.UI.UIButton btnQuerySettlSummary;
  1580. private Sunny.UI.UIButton btnClose;
  1581. private Sunny.UI.UIButton btnBatchCheck;
  1582. private Sunny.UI.UIGroupBox gbDateTime;
  1583. private Sunny.UI.UISymbolButton btnReduceOndDay;
  1584. private Sunny.UI.UISymbolButton btnAddOneDay;
  1585. private Sunny.UI.UIDatetimePicker dpED;
  1586. private Sunny.UI.UIDatetimePicker dpST;
  1587. private Sunny.UI.UITabControl uiTabControl1;
  1588. }
  1589. }