Clearing.designer.cs 105 KB

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