MainForm.Designer.cs 78 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222
  1. namespace PTMedicalInsurance.Forms.Clearings
  2. {
  3. partial class MainForm
  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(MainForm));
  44. this.uiTabControl1 = new Sunny.UI.UITabControl();
  45. this.tpLocalCheck = new System.Windows.Forms.TabPage();
  46. this.uiPanel2 = new Sunny.UI.UIPanel();
  47. this.uiTabControl3 = new Sunny.UI.UITabControl();
  48. this.tabPage6 = new System.Windows.Forms.TabPage();
  49. this.dgvHisSettlRec = new Sunny.UI.UIDataGridView();
  50. this.tabPage7 = new System.Windows.Forms.TabPage();
  51. this.dgvCenterSettlRec = new Sunny.UI.UIDataGridView();
  52. this.tabPage8 = new System.Windows.Forms.TabPage();
  53. this.rtbCheckDetailLog = new Sunny.UI.UIRichTextBox();
  54. this.uiTabControl2 = new Sunny.UI.UITabControl();
  55. this.tabPage4 = new System.Windows.Forms.TabPage();
  56. this.dgvSettlSummary = new Sunny.UI.UIDataGridView();
  57. this.cmsCheck = new Sunny.UI.UIContextMenuStrip();
  58. this.tsmCheck_Single = new System.Windows.Forms.ToolStripMenuItem();
  59. this.tsmCheckDetail_Single = new System.Windows.Forms.ToolStripMenuItem();
  60. this.tsmCheck_Batch = new System.Windows.Forms.ToolStripMenuItem();
  61. this.tsmCheckDetail_Batch = new System.Windows.Forms.ToolStripMenuItem();
  62. this.tsmHisRecord = new System.Windows.Forms.ToolStripMenuItem();
  63. this.tsmAICheck = new System.Windows.Forms.ToolStripMenuItem();
  64. this.导出TXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  65. this.tsmExport = new System.Windows.Forms.ToolStripMenuItem();
  66. this.tsmCompress = new System.Windows.Forms.ToolStripMenuItem();
  67. this.tsmZIPToSDec = new System.Windows.Forms.ToolStripMenuItem();
  68. this.tsmUploadZIP = new System.Windows.Forms.ToolStripMenuItem();
  69. this.tsm3202 = new System.Windows.Forms.ToolStripMenuItem();
  70. this.tsmDownload = new System.Windows.Forms.ToolStripMenuItem();
  71. this.tsmUnCompress = new System.Windows.Forms.ToolStripMenuItem();
  72. this.tsmImport = new System.Windows.Forms.ToolStripMenuItem();
  73. this.tsmHandCheck = new System.Windows.Forms.ToolStripMenuItem();
  74. this.tabPage5 = new System.Windows.Forms.TabPage();
  75. this.rtbCheckLog = new Sunny.UI.UIRichTextBox();
  76. this.uiPanel1 = new Sunny.UI.UIPanel();
  77. this.gbConditionSet = new Sunny.UI.UIGroupBox();
  78. this.cbReservelFlag = new Sunny.UI.UIComboBox();
  79. this.uiLabel21 = new Sunny.UI.UILabel();
  80. this.cbConfirmFlag = new Sunny.UI.UIComboBox();
  81. this.uiLabel20 = new Sunny.UI.UILabel();
  82. this.cbxInterface = new Sunny.UI.UIComboBox();
  83. this.tbSettlOption = new Sunny.UI.UITextBox();
  84. this.cbxValid = new Sunny.UI.UIComboBox();
  85. this.uiLabel5 = new Sunny.UI.UILabel();
  86. this.uiLabel4 = new Sunny.UI.UILabel();
  87. this.cbxClrType = new Sunny.UI.UIComboBox();
  88. this.uiLabel3 = new Sunny.UI.UILabel();
  89. this.cbxInsuType = new Sunny.UI.UIComboBox();
  90. this.uiLabel2 = new Sunny.UI.UILabel();
  91. this.uiLabel1 = new Sunny.UI.UILabel();
  92. this.cbgGroupSet = new Sunny.UI.UICheckBoxGroup();
  93. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  94. this.uiGroupBox10 = new Sunny.UI.UIGroupBox();
  95. this.btClose = new Sunny.UI.UIButton();
  96. this.btBatchCheck = new Sunny.UI.UIButton();
  97. this.Btn_Query = new Sunny.UI.UIButton();
  98. this.btnQuerySettlSummary = new Sunny.UI.UIButton();
  99. this.btnClose = new Sunny.UI.UIButton();
  100. this.btnBatchCheck = new Sunny.UI.UIButton();
  101. this.gbDateTime = new Sunny.UI.UIGroupBox();
  102. this.btnReduceOndDay = new Sunny.UI.UISymbolButton();
  103. this.btnAddOneDay = new Sunny.UI.UISymbolButton();
  104. this.dpED = new Sunny.UI.UIDatetimePicker();
  105. this.dpST = new Sunny.UI.UIDatetimePicker();
  106. this.tpOutOfAreaClearing = new System.Windows.Forms.TabPage();
  107. this.tabPage2 = new System.Windows.Forms.TabPage();
  108. this.tabPage3 = new System.Windows.Forms.TabPage();
  109. this.uiTabControl1.SuspendLayout();
  110. this.tpLocalCheck.SuspendLayout();
  111. this.uiPanel2.SuspendLayout();
  112. this.uiTabControl3.SuspendLayout();
  113. this.tabPage6.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.dgvHisSettlRec)).BeginInit();
  115. this.tabPage7.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterSettlRec)).BeginInit();
  117. this.tabPage8.SuspendLayout();
  118. this.uiTabControl2.SuspendLayout();
  119. this.tabPage4.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlSummary)).BeginInit();
  121. this.cmsCheck.SuspendLayout();
  122. this.tabPage5.SuspendLayout();
  123. this.uiPanel1.SuspendLayout();
  124. this.gbConditionSet.SuspendLayout();
  125. this.uiGroupBox1.SuspendLayout();
  126. this.uiGroupBox10.SuspendLayout();
  127. this.gbDateTime.SuspendLayout();
  128. this.SuspendLayout();
  129. //
  130. // uiTabControl1
  131. //
  132. this.uiTabControl1.Controls.Add(this.tpLocalCheck);
  133. this.uiTabControl1.Controls.Add(this.tpOutOfAreaClearing);
  134. this.uiTabControl1.Controls.Add(this.tabPage2);
  135. this.uiTabControl1.Controls.Add(this.tabPage3);
  136. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  138. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 30);
  140. this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
  141. this.uiTabControl1.MainPage = "";
  142. this.uiTabControl1.Name = "uiTabControl1";
  143. this.uiTabControl1.SelectedIndex = 0;
  144. this.uiTabControl1.Size = new System.Drawing.Size(1388, 759);
  145. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  146. this.uiTabControl1.TabIndex = 0;
  147. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  149. //
  150. // tpLocalCheck
  151. //
  152. this.tpLocalCheck.Controls.Add(this.uiPanel2);
  153. this.tpLocalCheck.Controls.Add(this.uiPanel1);
  154. this.tpLocalCheck.Location = new System.Drawing.Point(0, 30);
  155. this.tpLocalCheck.Name = "tpLocalCheck";
  156. this.tpLocalCheck.Size = new System.Drawing.Size(1388, 729);
  157. this.tpLocalCheck.TabIndex = 0;
  158. this.tpLocalCheck.Text = "本地对账";
  159. this.tpLocalCheck.UseVisualStyleBackColor = true;
  160. //
  161. // uiPanel2
  162. //
  163. this.uiPanel2.Controls.Add(this.uiTabControl3);
  164. this.uiPanel2.Controls.Add(this.uiTabControl2);
  165. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.uiPanel2.Location = new System.Drawing.Point(228, 0);
  168. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  169. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  170. this.uiPanel2.Name = "uiPanel2";
  171. this.uiPanel2.Size = new System.Drawing.Size(1160, 729);
  172. this.uiPanel2.TabIndex = 3;
  173. this.uiPanel2.Text = null;
  174. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  175. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  176. //
  177. // uiTabControl3
  178. //
  179. this.uiTabControl3.Controls.Add(this.tabPage6);
  180. this.uiTabControl3.Controls.Add(this.tabPage7);
  181. this.uiTabControl3.Controls.Add(this.tabPage8);
  182. this.uiTabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.uiTabControl3.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  184. this.uiTabControl3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.uiTabControl3.ItemSize = new System.Drawing.Size(150, 25);
  186. this.uiTabControl3.Location = new System.Drawing.Point(0, 424);
  187. this.uiTabControl3.MainPage = "";
  188. this.uiTabControl3.Name = "uiTabControl3";
  189. this.uiTabControl3.SelectedIndex = 0;
  190. this.uiTabControl3.Size = new System.Drawing.Size(1160, 305);
  191. this.uiTabControl3.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  192. this.uiTabControl3.TabIndex = 1;
  193. this.uiTabControl3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.uiTabControl3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  195. //
  196. // tabPage6
  197. //
  198. this.tabPage6.Controls.Add(this.dgvHisSettlRec);
  199. this.tabPage6.Location = new System.Drawing.Point(0, 25);
  200. this.tabPage6.Name = "tabPage6";
  201. this.tabPage6.Size = new System.Drawing.Size(1160, 280);
  202. this.tabPage6.TabIndex = 0;
  203. this.tabPage6.Text = "HIS结算记录";
  204. this.tabPage6.UseVisualStyleBackColor = true;
  205. //
  206. // dgvHisSettlRec
  207. //
  208. this.dgvHisSettlRec.AllowUserToAddRows = false;
  209. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  210. this.dgvHisSettlRec.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  211. this.dgvHisSettlRec.BackgroundColor = System.Drawing.Color.White;
  212. this.dgvHisSettlRec.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  213. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  214. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  215. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  217. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  218. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  219. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  220. this.dgvHisSettlRec.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  221. this.dgvHisSettlRec.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  222. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  223. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  224. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  226. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  227. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  228. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  229. this.dgvHisSettlRec.DefaultCellStyle = dataGridViewCellStyle3;
  230. this.dgvHisSettlRec.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.dgvHisSettlRec.EnableHeadersVisualStyles = false;
  232. this.dgvHisSettlRec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.dgvHisSettlRec.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  234. this.dgvHisSettlRec.Location = new System.Drawing.Point(0, 0);
  235. this.dgvHisSettlRec.Name = "dgvHisSettlRec";
  236. this.dgvHisSettlRec.ReadOnly = true;
  237. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  238. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  239. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  241. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  242. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  243. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  244. this.dgvHisSettlRec.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  245. this.dgvHisSettlRec.RowHeadersWidth = 51;
  246. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  247. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.dgvHisSettlRec.RowsDefaultCellStyle = dataGridViewCellStyle5;
  249. this.dgvHisSettlRec.RowTemplate.Height = 23;
  250. this.dgvHisSettlRec.SelectedIndex = -1;
  251. this.dgvHisSettlRec.Size = new System.Drawing.Size(1160, 280);
  252. this.dgvHisSettlRec.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  253. this.dgvHisSettlRec.TabIndex = 1;
  254. this.dgvHisSettlRec.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  255. this.dgvHisSettlRec.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvHisSettlRec_RowPostPaint);
  256. //
  257. // tabPage7
  258. //
  259. this.tabPage7.Controls.Add(this.dgvCenterSettlRec);
  260. this.tabPage7.Location = new System.Drawing.Point(0, 25);
  261. this.tabPage7.Name = "tabPage7";
  262. this.tabPage7.Size = new System.Drawing.Size(1160, 280);
  263. this.tabPage7.TabIndex = 1;
  264. this.tabPage7.Text = "中心结算记录";
  265. this.tabPage7.UseVisualStyleBackColor = true;
  266. //
  267. // dgvCenterSettlRec
  268. //
  269. this.dgvCenterSettlRec.AllowUserToAddRows = false;
  270. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  271. this.dgvCenterSettlRec.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  272. this.dgvCenterSettlRec.BackgroundColor = System.Drawing.Color.White;
  273. this.dgvCenterSettlRec.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  274. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  275. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  276. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  278. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  279. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  280. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  281. this.dgvCenterSettlRec.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  282. this.dgvCenterSettlRec.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  283. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  284. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  285. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  287. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  288. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  289. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  290. this.dgvCenterSettlRec.DefaultCellStyle = dataGridViewCellStyle8;
  291. this.dgvCenterSettlRec.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.dgvCenterSettlRec.EnableHeadersVisualStyles = false;
  293. this.dgvCenterSettlRec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.dgvCenterSettlRec.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  295. this.dgvCenterSettlRec.Location = new System.Drawing.Point(0, 0);
  296. this.dgvCenterSettlRec.Name = "dgvCenterSettlRec";
  297. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  298. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  299. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  301. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  302. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  303. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  304. this.dgvCenterSettlRec.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  305. this.dgvCenterSettlRec.RowHeadersWidth = 51;
  306. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  307. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.dgvCenterSettlRec.RowsDefaultCellStyle = dataGridViewCellStyle10;
  309. this.dgvCenterSettlRec.RowTemplate.Height = 23;
  310. this.dgvCenterSettlRec.SelectedIndex = -1;
  311. this.dgvCenterSettlRec.Size = new System.Drawing.Size(1160, 280);
  312. this.dgvCenterSettlRec.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  313. this.dgvCenterSettlRec.TabIndex = 1;
  314. this.dgvCenterSettlRec.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  315. this.dgvCenterSettlRec.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvCenterSettlRec_RowPostPaint);
  316. //
  317. // tabPage8
  318. //
  319. this.tabPage8.Controls.Add(this.rtbCheckDetailLog);
  320. this.tabPage8.Location = new System.Drawing.Point(0, 25);
  321. this.tabPage8.Name = "tabPage8";
  322. this.tabPage8.Size = new System.Drawing.Size(1160, 280);
  323. this.tabPage8.TabIndex = 2;
  324. this.tabPage8.Text = "对明细账结果记录";
  325. this.tabPage8.UseVisualStyleBackColor = true;
  326. //
  327. // rtbCheckDetailLog
  328. //
  329. this.rtbCheckDetailLog.Dock = System.Windows.Forms.DockStyle.Fill;
  330. this.rtbCheckDetailLog.FillColor = System.Drawing.Color.White;
  331. this.rtbCheckDetailLog.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.rtbCheckDetailLog.Location = new System.Drawing.Point(0, 0);
  333. this.rtbCheckDetailLog.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  334. this.rtbCheckDetailLog.MinimumSize = new System.Drawing.Size(1, 1);
  335. this.rtbCheckDetailLog.Name = "rtbCheckDetailLog";
  336. this.rtbCheckDetailLog.Padding = new System.Windows.Forms.Padding(2);
  337. this.rtbCheckDetailLog.ShowText = false;
  338. this.rtbCheckDetailLog.Size = new System.Drawing.Size(1160, 280);
  339. this.rtbCheckDetailLog.Style = Sunny.UI.UIStyle.Custom;
  340. this.rtbCheckDetailLog.TabIndex = 0;
  341. this.rtbCheckDetailLog.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  342. this.rtbCheckDetailLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  343. //
  344. // uiTabControl2
  345. //
  346. this.uiTabControl2.Controls.Add(this.tabPage4);
  347. this.uiTabControl2.Controls.Add(this.tabPage5);
  348. this.uiTabControl2.Dock = System.Windows.Forms.DockStyle.Top;
  349. this.uiTabControl2.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  350. this.uiTabControl2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.uiTabControl2.ItemSize = new System.Drawing.Size(150, 25);
  352. this.uiTabControl2.Location = new System.Drawing.Point(0, 0);
  353. this.uiTabControl2.MainPage = "";
  354. this.uiTabControl2.Name = "uiTabControl2";
  355. this.uiTabControl2.SelectedIndex = 0;
  356. this.uiTabControl2.Size = new System.Drawing.Size(1160, 424);
  357. this.uiTabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  358. this.uiTabControl2.TabIndex = 0;
  359. this.uiTabControl2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.uiTabControl2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  361. //
  362. // tabPage4
  363. //
  364. this.tabPage4.Controls.Add(this.dgvSettlSummary);
  365. this.tabPage4.Location = new System.Drawing.Point(0, 25);
  366. this.tabPage4.Name = "tabPage4";
  367. this.tabPage4.Size = new System.Drawing.Size(1160, 399);
  368. this.tabPage4.TabIndex = 0;
  369. this.tabPage4.Text = "结算汇总数据";
  370. this.tabPage4.UseVisualStyleBackColor = true;
  371. //
  372. // dgvSettlSummary
  373. //
  374. this.dgvSettlSummary.AllowUserToAddRows = false;
  375. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  376. this.dgvSettlSummary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  377. this.dgvSettlSummary.BackgroundColor = System.Drawing.Color.White;
  378. this.dgvSettlSummary.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  379. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  380. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  381. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  383. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  384. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  385. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  386. this.dgvSettlSummary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  387. this.dgvSettlSummary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  388. this.dgvSettlSummary.ContextMenuStrip = this.cmsCheck;
  389. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  390. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  391. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  393. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  394. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  395. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  396. this.dgvSettlSummary.DefaultCellStyle = dataGridViewCellStyle13;
  397. this.dgvSettlSummary.Dock = System.Windows.Forms.DockStyle.Fill;
  398. this.dgvSettlSummary.EnableHeadersVisualStyles = false;
  399. this.dgvSettlSummary.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.dgvSettlSummary.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  401. this.dgvSettlSummary.Location = new System.Drawing.Point(0, 0);
  402. this.dgvSettlSummary.Name = "dgvSettlSummary";
  403. this.dgvSettlSummary.ReadOnly = true;
  404. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  405. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  406. 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)));
  407. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  408. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  409. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
  410. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  411. this.dgvSettlSummary.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  412. this.dgvSettlSummary.RowHeadersWidth = 30;
  413. this.dgvSettlSummary.RowHeight = 30;
  414. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  415. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.dgvSettlSummary.RowsDefaultCellStyle = dataGridViewCellStyle15;
  417. this.dgvSettlSummary.RowTemplate.Height = 30;
  418. this.dgvSettlSummary.SelectedIndex = -1;
  419. this.dgvSettlSummary.Size = new System.Drawing.Size(1160, 399);
  420. this.dgvSettlSummary.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  421. this.dgvSettlSummary.TabIndex = 0;
  422. this.dgvSettlSummary.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  423. //
  424. // cmsCheck
  425. //
  426. this.cmsCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  427. this.cmsCheck.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.cmsCheck.ImageScalingSize = new System.Drawing.Size(20, 20);
  429. this.cmsCheck.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  430. this.tsmCheck_Single,
  431. this.tsmCheckDetail_Single,
  432. this.tsmCheck_Batch,
  433. this.tsmCheckDetail_Batch,
  434. this.tsmHisRecord,
  435. this.tsmAICheck,
  436. this.导出TXTToolStripMenuItem});
  437. this.cmsCheck.Name = "cmsCheck";
  438. this.cmsCheck.Size = new System.Drawing.Size(208, 186);
  439. this.cmsCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  440. //
  441. // tsmCheck_Single
  442. //
  443. this.tsmCheck_Single.Name = "tsmCheck_Single";
  444. this.tsmCheck_Single.Size = new System.Drawing.Size(207, 26);
  445. this.tsmCheck_Single.Text = "单条对总账";
  446. this.tsmCheck_Single.Click += new System.EventHandler(this.tsmCheck_Single_Click);
  447. //
  448. // tsmCheckDetail_Single
  449. //
  450. this.tsmCheckDetail_Single.Name = "tsmCheckDetail_Single";
  451. this.tsmCheckDetail_Single.Size = new System.Drawing.Size(207, 26);
  452. this.tsmCheckDetail_Single.Text = "单条对明细账";
  453. this.tsmCheckDetail_Single.Click += new System.EventHandler(this.tsmCheckDetail_Single_Click);
  454. //
  455. // tsmCheck_Batch
  456. //
  457. this.tsmCheck_Batch.Name = "tsmCheck_Batch";
  458. this.tsmCheck_Batch.Size = new System.Drawing.Size(207, 26);
  459. this.tsmCheck_Batch.Text = "批量对总账";
  460. this.tsmCheck_Batch.Click += new System.EventHandler(this.tsmCheck_Batch_Click);
  461. //
  462. // tsmCheckDetail_Batch
  463. //
  464. this.tsmCheckDetail_Batch.Name = "tsmCheckDetail_Batch";
  465. this.tsmCheckDetail_Batch.Size = new System.Drawing.Size(207, 26);
  466. this.tsmCheckDetail_Batch.Text = "批量对明细账";
  467. this.tsmCheckDetail_Batch.Click += new System.EventHandler(this.tsmCheckDetail_Batch_Click);
  468. //
  469. // tsmHisRecord
  470. //
  471. this.tsmHisRecord.Name = "tsmHisRecord";
  472. this.tsmHisRecord.Size = new System.Drawing.Size(207, 26);
  473. this.tsmHisRecord.Text = "查看HIS记录明细 ";
  474. this.tsmHisRecord.Click += new System.EventHandler(this.tsmHisRecord_Click);
  475. //
  476. // tsmAICheck
  477. //
  478. this.tsmAICheck.Name = "tsmAICheck";
  479. this.tsmAICheck.Size = new System.Drawing.Size(207, 26);
  480. this.tsmAICheck.Text = "智能比对";
  481. this.tsmAICheck.Click += new System.EventHandler(this.tsmAICheck_Click);
  482. //
  483. // 导出TXTToolStripMenuItem
  484. //
  485. this.导出TXTToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  486. this.tsmExport,
  487. this.tsmCompress,
  488. this.tsmZIPToSDec,
  489. this.tsmUploadZIP,
  490. this.tsm3202,
  491. this.tsmDownload,
  492. this.tsmUnCompress,
  493. this.tsmImport,
  494. this.tsmHandCheck});
  495. this.导出TXTToolStripMenuItem.Name = "导出TXTToolStripMenuItem";
  496. this.导出TXTToolStripMenuItem.Size = new System.Drawing.Size(207, 26);
  497. this.导出TXTToolStripMenuItem.Text = "附属功能";
  498. //
  499. // tsmExport
  500. //
  501. this.tsmExport.Name = "tsmExport";
  502. this.tsmExport.Size = new System.Drawing.Size(217, 26);
  503. this.tsmExport.Text = "导出TXT";
  504. this.tsmExport.Click += new System.EventHandler(this.tsmExport_Click);
  505. //
  506. // tsmCompress
  507. //
  508. this.tsmCompress.Name = "tsmCompress";
  509. this.tsmCompress.Size = new System.Drawing.Size(217, 26);
  510. this.tsmCompress.Text = "TXT压缩为ZIP";
  511. this.tsmCompress.Click += new System.EventHandler(this.tsmCompress_Click);
  512. //
  513. // tsmZIPToSDec
  514. //
  515. this.tsmZIPToSDec.Name = "tsmZIPToSDec";
  516. this.tsmZIPToSDec.Size = new System.Drawing.Size(217, 26);
  517. this.tsmZIPToSDec.Text = "ZIP转为有符号整数";
  518. this.tsmZIPToSDec.Click += new System.EventHandler(this.tsmZIPToSDec_Click);
  519. //
  520. // tsmUploadZIP
  521. //
  522. this.tsmUploadZIP.Name = "tsmUploadZIP";
  523. this.tsmUploadZIP.Size = new System.Drawing.Size(217, 26);
  524. this.tsmUploadZIP.Text = "上传ZIP";
  525. this.tsmUploadZIP.Click += new System.EventHandler(this.tsmUploadZIP_Click);
  526. //
  527. // tsm3202
  528. //
  529. this.tsm3202.Name = "tsm3202";
  530. this.tsm3202.Size = new System.Drawing.Size(217, 26);
  531. this.tsm3202.Text = "明细对账(3202)";
  532. this.tsm3202.Click += new System.EventHandler(this.tsm3202_Click);
  533. //
  534. // tsmDownload
  535. //
  536. this.tsmDownload.Name = "tsmDownload";
  537. this.tsmDownload.Size = new System.Drawing.Size(217, 26);
  538. this.tsmDownload.Text = "下载文件";
  539. this.tsmDownload.Click += new System.EventHandler(this.tsmDownload_Click);
  540. //
  541. // tsmUnCompress
  542. //
  543. this.tsmUnCompress.Name = "tsmUnCompress";
  544. this.tsmUnCompress.Size = new System.Drawing.Size(217, 26);
  545. this.tsmUnCompress.Text = "解压文件";
  546. this.tsmUnCompress.Click += new System.EventHandler(this.tsmUnCompress_Click);
  547. //
  548. // tsmImport
  549. //
  550. this.tsmImport.Name = "tsmImport";
  551. this.tsmImport.Size = new System.Drawing.Size(217, 26);
  552. this.tsmImport.Text = "导入文件";
  553. this.tsmImport.Click += new System.EventHandler(this.tsmImport_Click);
  554. //
  555. // tsmHandCheck
  556. //
  557. this.tsmHandCheck.Name = "tsmHandCheck";
  558. this.tsmHandCheck.Size = new System.Drawing.Size(217, 26);
  559. this.tsmHandCheck.Text = "手工对账";
  560. this.tsmHandCheck.Click += new System.EventHandler(this.tsmHandCheck_Click);
  561. //
  562. // tabPage5
  563. //
  564. this.tabPage5.Controls.Add(this.rtbCheckLog);
  565. this.tabPage5.Location = new System.Drawing.Point(0, 25);
  566. this.tabPage5.Name = "tabPage5";
  567. this.tabPage5.Size = new System.Drawing.Size(1160, 399);
  568. this.tabPage5.TabIndex = 1;
  569. this.tabPage5.Text = "对总账结果记录";
  570. this.tabPage5.UseVisualStyleBackColor = true;
  571. //
  572. // rtbCheckLog
  573. //
  574. this.rtbCheckLog.Dock = System.Windows.Forms.DockStyle.Fill;
  575. this.rtbCheckLog.FillColor = System.Drawing.Color.White;
  576. this.rtbCheckLog.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.rtbCheckLog.Location = new System.Drawing.Point(0, 0);
  578. this.rtbCheckLog.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  579. this.rtbCheckLog.MinimumSize = new System.Drawing.Size(1, 1);
  580. this.rtbCheckLog.Name = "rtbCheckLog";
  581. this.rtbCheckLog.Padding = new System.Windows.Forms.Padding(2);
  582. this.rtbCheckLog.ShowText = false;
  583. this.rtbCheckLog.Size = new System.Drawing.Size(1160, 399);
  584. this.rtbCheckLog.Style = Sunny.UI.UIStyle.Custom;
  585. this.rtbCheckLog.TabIndex = 1;
  586. this.rtbCheckLog.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  587. this.rtbCheckLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  588. //
  589. // uiPanel1
  590. //
  591. this.uiPanel1.Controls.Add(this.gbConditionSet);
  592. this.uiPanel1.Controls.Add(this.cbgGroupSet);
  593. this.uiPanel1.Controls.Add(this.uiGroupBox1);
  594. this.uiPanel1.Controls.Add(this.gbDateTime);
  595. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Left;
  596. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  598. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  599. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  600. this.uiPanel1.Name = "uiPanel1";
  601. this.uiPanel1.Size = new System.Drawing.Size(228, 729);
  602. this.uiPanel1.TabIndex = 2;
  603. this.uiPanel1.Text = null;
  604. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  605. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  606. //
  607. // gbConditionSet
  608. //
  609. this.gbConditionSet.Controls.Add(this.cbReservelFlag);
  610. this.gbConditionSet.Controls.Add(this.uiLabel21);
  611. this.gbConditionSet.Controls.Add(this.cbConfirmFlag);
  612. this.gbConditionSet.Controls.Add(this.uiLabel20);
  613. this.gbConditionSet.Controls.Add(this.cbxInterface);
  614. this.gbConditionSet.Controls.Add(this.tbSettlOption);
  615. this.gbConditionSet.Controls.Add(this.cbxValid);
  616. this.gbConditionSet.Controls.Add(this.uiLabel5);
  617. this.gbConditionSet.Controls.Add(this.uiLabel4);
  618. this.gbConditionSet.Controls.Add(this.cbxClrType);
  619. this.gbConditionSet.Controls.Add(this.uiLabel3);
  620. this.gbConditionSet.Controls.Add(this.cbxInsuType);
  621. this.gbConditionSet.Controls.Add(this.uiLabel2);
  622. this.gbConditionSet.Controls.Add(this.uiLabel1);
  623. this.gbConditionSet.Dock = System.Windows.Forms.DockStyle.Top;
  624. this.gbConditionSet.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.gbConditionSet.Location = new System.Drawing.Point(0, 267);
  626. this.gbConditionSet.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  627. this.gbConditionSet.MinimumSize = new System.Drawing.Size(1, 1);
  628. this.gbConditionSet.Name = "gbConditionSet";
  629. this.gbConditionSet.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  630. this.gbConditionSet.Size = new System.Drawing.Size(228, 308);
  631. this.gbConditionSet.TabIndex = 24;
  632. this.gbConditionSet.TabStop = false;
  633. this.gbConditionSet.Text = "条件设置";
  634. this.gbConditionSet.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  635. this.gbConditionSet.TitleTop = 10;
  636. this.gbConditionSet.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  637. //
  638. // cbReservelFlag
  639. //
  640. this.cbReservelFlag.DataSource = null;
  641. this.cbReservelFlag.FillColor = System.Drawing.Color.White;
  642. this.cbReservelFlag.FilterMaxCount = 50;
  643. this.cbReservelFlag.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  644. this.cbReservelFlag.ItemHeight = 20;
  645. this.cbReservelFlag.Items.AddRange(new object[] {
  646. "全部",
  647. "已冲正",
  648. "未冲正"});
  649. this.cbReservelFlag.Location = new System.Drawing.Point(67, 236);
  650. this.cbReservelFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  651. this.cbReservelFlag.MinimumSize = new System.Drawing.Size(63, 0);
  652. this.cbReservelFlag.Name = "cbReservelFlag";
  653. this.cbReservelFlag.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  654. this.cbReservelFlag.Size = new System.Drawing.Size(153, 25);
  655. this.cbReservelFlag.TabIndex = 16;
  656. this.cbReservelFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  657. this.cbReservelFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  658. //
  659. // uiLabel21
  660. //
  661. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.uiLabel21.Location = new System.Drawing.Point(4, 239);
  663. this.uiLabel21.Name = "uiLabel21";
  664. this.uiLabel21.Size = new System.Drawing.Size(78, 23);
  665. this.uiLabel21.TabIndex = 15;
  666. this.uiLabel21.Text = "冲正标志";
  667. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  668. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  669. //
  670. // cbConfirmFlag
  671. //
  672. this.cbConfirmFlag.DataSource = null;
  673. this.cbConfirmFlag.FillColor = System.Drawing.Color.White;
  674. this.cbConfirmFlag.FilterMaxCount = 50;
  675. this.cbConfirmFlag.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  676. this.cbConfirmFlag.ItemHeight = 20;
  677. this.cbConfirmFlag.Items.AddRange(new object[] {
  678. "全部",
  679. "包含已确认",
  680. "所有未确认"});
  681. this.cbConfirmFlag.Location = new System.Drawing.Point(67, 201);
  682. this.cbConfirmFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  683. this.cbConfirmFlag.MinimumSize = new System.Drawing.Size(63, 0);
  684. this.cbConfirmFlag.Name = "cbConfirmFlag";
  685. this.cbConfirmFlag.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  686. this.cbConfirmFlag.Size = new System.Drawing.Size(153, 25);
  687. this.cbConfirmFlag.TabIndex = 14;
  688. this.cbConfirmFlag.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  689. this.cbConfirmFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  690. //
  691. // uiLabel20
  692. //
  693. this.uiLabel20.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  694. this.uiLabel20.Location = new System.Drawing.Point(4, 204);
  695. this.uiLabel20.Name = "uiLabel20";
  696. this.uiLabel20.Size = new System.Drawing.Size(78, 23);
  697. this.uiLabel20.TabIndex = 13;
  698. this.uiLabel20.Text = "确认标志";
  699. this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  700. this.uiLabel20.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  701. //
  702. // cbxInterface
  703. //
  704. this.cbxInterface.DataSource = null;
  705. this.cbxInterface.FillColor = System.Drawing.Color.White;
  706. this.cbxInterface.FilterMaxCount = 50;
  707. this.cbxInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.cbxInterface.ItemHeight = 20;
  709. this.cbxInterface.Items.AddRange(new object[] {
  710. "1",
  711. "2"});
  712. this.cbxInterface.Location = new System.Drawing.Point(67, 30);
  713. this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  714. this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
  715. this.cbxInterface.Name = "cbxInterface";
  716. this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  717. this.cbxInterface.Size = new System.Drawing.Size(153, 25);
  718. this.cbxInterface.TabIndex = 11;
  719. this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  720. this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  721. //
  722. // tbSettlOption
  723. //
  724. this.tbSettlOption.Cursor = System.Windows.Forms.Cursors.IBeam;
  725. this.tbSettlOption.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. this.tbSettlOption.Location = new System.Drawing.Point(67, 135);
  727. this.tbSettlOption.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  728. this.tbSettlOption.MinimumSize = new System.Drawing.Size(1, 16);
  729. this.tbSettlOption.Name = "tbSettlOption";
  730. this.tbSettlOption.ShowText = false;
  731. this.tbSettlOption.Size = new System.Drawing.Size(153, 25);
  732. this.tbSettlOption.TabIndex = 10;
  733. this.tbSettlOption.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  734. this.tbSettlOption.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  735. //
  736. // cbxValid
  737. //
  738. this.cbxValid.DataSource = null;
  739. this.cbxValid.FillColor = System.Drawing.Color.White;
  740. this.cbxValid.FilterMaxCount = 50;
  741. this.cbxValid.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  742. this.cbxValid.ItemHeight = 20;
  743. this.cbxValid.Items.AddRange(new object[] {
  744. "全部",
  745. "有效",
  746. "无效"});
  747. this.cbxValid.Location = new System.Drawing.Point(67, 170);
  748. this.cbxValid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  749. this.cbxValid.MinimumSize = new System.Drawing.Size(63, 0);
  750. this.cbxValid.Name = "cbxValid";
  751. this.cbxValid.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  752. this.cbxValid.Size = new System.Drawing.Size(153, 25);
  753. this.cbxValid.TabIndex = 9;
  754. this.cbxValid.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  755. this.cbxValid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  756. //
  757. // uiLabel5
  758. //
  759. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  760. this.uiLabel5.Location = new System.Drawing.Point(4, 173);
  761. this.uiLabel5.Name = "uiLabel5";
  762. this.uiLabel5.Size = new System.Drawing.Size(78, 23);
  763. this.uiLabel5.TabIndex = 8;
  764. this.uiLabel5.Text = "有效标志";
  765. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  766. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  767. //
  768. // uiLabel4
  769. //
  770. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  771. this.uiLabel4.Location = new System.Drawing.Point(4, 138);
  772. this.uiLabel4.Name = "uiLabel4";
  773. this.uiLabel4.Size = new System.Drawing.Size(78, 23);
  774. this.uiLabel4.TabIndex = 6;
  775. this.uiLabel4.Text = "经办机构";
  776. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  777. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  778. //
  779. // cbxClrType
  780. //
  781. this.cbxClrType.DataSource = null;
  782. this.cbxClrType.FillColor = System.Drawing.Color.White;
  783. this.cbxClrType.FilterMaxCount = 50;
  784. this.cbxClrType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  785. this.cbxClrType.ItemHeight = 20;
  786. this.cbxClrType.Items.AddRange(new object[] {
  787. "1",
  788. "2"});
  789. this.cbxClrType.Location = new System.Drawing.Point(67, 100);
  790. this.cbxClrType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  791. this.cbxClrType.MinimumSize = new System.Drawing.Size(63, 0);
  792. this.cbxClrType.Name = "cbxClrType";
  793. this.cbxClrType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  794. this.cbxClrType.Size = new System.Drawing.Size(153, 25);
  795. this.cbxClrType.TabIndex = 5;
  796. this.cbxClrType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  797. this.cbxClrType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  798. //
  799. // uiLabel3
  800. //
  801. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  802. this.uiLabel3.Location = new System.Drawing.Point(4, 103);
  803. this.uiLabel3.Name = "uiLabel3";
  804. this.uiLabel3.Size = new System.Drawing.Size(78, 23);
  805. this.uiLabel3.TabIndex = 4;
  806. this.uiLabel3.Text = "清算类别";
  807. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  808. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  809. //
  810. // cbxInsuType
  811. //
  812. this.cbxInsuType.DataSource = null;
  813. this.cbxInsuType.FillColor = System.Drawing.Color.White;
  814. this.cbxInsuType.FilterMaxCount = 50;
  815. this.cbxInsuType.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  816. this.cbxInsuType.ItemHeight = 20;
  817. this.cbxInsuType.Items.AddRange(new object[] {
  818. "1",
  819. "2"});
  820. this.cbxInsuType.Location = new System.Drawing.Point(67, 65);
  821. this.cbxInsuType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  822. this.cbxInsuType.MinimumSize = new System.Drawing.Size(63, 0);
  823. this.cbxInsuType.Name = "cbxInsuType";
  824. this.cbxInsuType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  825. this.cbxInsuType.Size = new System.Drawing.Size(153, 25);
  826. this.cbxInsuType.TabIndex = 3;
  827. this.cbxInsuType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  828. this.cbxInsuType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  829. //
  830. // uiLabel2
  831. //
  832. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  833. this.uiLabel2.Location = new System.Drawing.Point(4, 68);
  834. this.uiLabel2.Name = "uiLabel2";
  835. this.uiLabel2.Size = new System.Drawing.Size(78, 23);
  836. this.uiLabel2.TabIndex = 2;
  837. this.uiLabel2.Text = "险种类型";
  838. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  839. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  840. //
  841. // uiLabel1
  842. //
  843. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  844. this.uiLabel1.Location = new System.Drawing.Point(4, 33);
  845. this.uiLabel1.Name = "uiLabel1";
  846. this.uiLabel1.Size = new System.Drawing.Size(78, 23);
  847. this.uiLabel1.TabIndex = 0;
  848. this.uiLabel1.Text = "接口目录";
  849. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  850. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  851. //
  852. // cbgGroupSet
  853. //
  854. this.cbgGroupSet.Dock = System.Windows.Forms.DockStyle.Top;
  855. this.cbgGroupSet.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  856. this.cbgGroupSet.Items.AddRange(new object[] {
  857. "接 口",
  858. "险 种 类 型",
  859. "清 算 类 别",
  860. "经 办 机 构",
  861. "单 据 类 型"});
  862. this.cbgGroupSet.ItemSize = new System.Drawing.Size(150, 25);
  863. this.cbgGroupSet.Location = new System.Drawing.Point(0, 112);
  864. this.cbgGroupSet.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  865. this.cbgGroupSet.MinimumSize = new System.Drawing.Size(1, 1);
  866. this.cbgGroupSet.Name = "cbgGroupSet";
  867. this.cbgGroupSet.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  868. this.cbgGroupSet.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Top;
  869. this.cbgGroupSet.SelectedIndexes = ((System.Collections.Generic.List<int>)(resources.GetObject("cbgGroupSet.SelectedIndexes")));
  870. this.cbgGroupSet.Size = new System.Drawing.Size(228, 155);
  871. this.cbgGroupSet.TabIndex = 25;
  872. this.cbgGroupSet.Text = "分组设置";
  873. this.cbgGroupSet.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  874. this.cbgGroupSet.TitleTop = 10;
  875. this.cbgGroupSet.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  876. //
  877. // uiGroupBox1
  878. //
  879. this.uiGroupBox1.Controls.Add(this.uiGroupBox10);
  880. this.uiGroupBox1.Controls.Add(this.btnQuerySettlSummary);
  881. this.uiGroupBox1.Controls.Add(this.btnClose);
  882. this.uiGroupBox1.Controls.Add(this.btnBatchCheck);
  883. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  884. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  885. this.uiGroupBox1.Location = new System.Drawing.Point(0, 112);
  886. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  887. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  888. this.uiGroupBox1.Name = "uiGroupBox1";
  889. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  890. this.uiGroupBox1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  891. this.uiGroupBox1.RectSize = 2;
  892. this.uiGroupBox1.Size = new System.Drawing.Size(228, 617);
  893. this.uiGroupBox1.TabIndex = 22;
  894. this.uiGroupBox1.Text = null;
  895. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  896. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  897. //
  898. // uiGroupBox10
  899. //
  900. this.uiGroupBox10.Controls.Add(this.btClose);
  901. this.uiGroupBox10.Controls.Add(this.btBatchCheck);
  902. this.uiGroupBox10.Controls.Add(this.Btn_Query);
  903. this.uiGroupBox10.Dock = System.Windows.Forms.DockStyle.Bottom;
  904. this.uiGroupBox10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  905. this.uiGroupBox10.Location = new System.Drawing.Point(0, 504);
  906. this.uiGroupBox10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  907. this.uiGroupBox10.MinimumSize = new System.Drawing.Size(1, 1);
  908. this.uiGroupBox10.Name = "uiGroupBox10";
  909. this.uiGroupBox10.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
  910. this.uiGroupBox10.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  911. this.uiGroupBox10.RectSize = 2;
  912. this.uiGroupBox10.Size = new System.Drawing.Size(228, 113);
  913. this.uiGroupBox10.TabIndex = 34;
  914. this.uiGroupBox10.Text = null;
  915. this.uiGroupBox10.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  916. this.uiGroupBox10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  917. //
  918. // btClose
  919. //
  920. this.btClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  921. | System.Windows.Forms.AnchorStyles.Right)));
  922. this.btClose.Cursor = System.Windows.Forms.Cursors.Hand;
  923. this.btClose.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  924. this.btClose.Location = new System.Drawing.Point(23, 73);
  925. this.btClose.MinimumSize = new System.Drawing.Size(1, 1);
  926. this.btClose.Name = "btClose";
  927. this.btClose.Size = new System.Drawing.Size(185, 35);
  928. this.btClose.TabIndex = 2;
  929. this.btClose.Text = "退出";
  930. this.btClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  931. this.btClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  932. this.btClose.Click += new System.EventHandler(this.btClose_Click);
  933. //
  934. // btBatchCheck
  935. //
  936. this.btBatchCheck.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  937. | System.Windows.Forms.AnchorStyles.Right)));
  938. this.btBatchCheck.Cursor = System.Windows.Forms.Cursors.Hand;
  939. this.btBatchCheck.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  940. this.btBatchCheck.Location = new System.Drawing.Point(23, 37);
  941. this.btBatchCheck.MinimumSize = new System.Drawing.Size(1, 1);
  942. this.btBatchCheck.Name = "btBatchCheck";
  943. this.btBatchCheck.Size = new System.Drawing.Size(185, 35);
  944. this.btBatchCheck.TabIndex = 1;
  945. this.btBatchCheck.Text = "批量对总账";
  946. this.btBatchCheck.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  947. this.btBatchCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  948. this.btBatchCheck.Click += new System.EventHandler(this.btBatchCheck_Click);
  949. //
  950. // Btn_Query
  951. //
  952. this.Btn_Query.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  953. | System.Windows.Forms.AnchorStyles.Right)));
  954. this.Btn_Query.Cursor = System.Windows.Forms.Cursors.Hand;
  955. this.Btn_Query.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  956. this.Btn_Query.Location = new System.Drawing.Point(23, 1);
  957. this.Btn_Query.MinimumSize = new System.Drawing.Size(1, 1);
  958. this.Btn_Query.Name = "Btn_Query";
  959. this.Btn_Query.Size = new System.Drawing.Size(185, 35);
  960. this.Btn_Query.TabIndex = 0;
  961. this.Btn_Query.Text = "查询汇总数据";
  962. this.Btn_Query.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  963. this.Btn_Query.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  964. this.Btn_Query.Click += new System.EventHandler(this.Btn_Query_Click);
  965. //
  966. // btnQuerySettlSummary
  967. //
  968. this.btnQuerySettlSummary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  969. this.btnQuerySettlSummary.Cursor = System.Windows.Forms.Cursors.Hand;
  970. this.btnQuerySettlSummary.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  971. this.btnQuerySettlSummary.Location = new System.Drawing.Point(34, 682);
  972. this.btnQuerySettlSummary.MinimumSize = new System.Drawing.Size(1, 1);
  973. this.btnQuerySettlSummary.Name = "btnQuerySettlSummary";
  974. this.btnQuerySettlSummary.Size = new System.Drawing.Size(168, 27);
  975. this.btnQuerySettlSummary.TabIndex = 33;
  976. this.btnQuerySettlSummary.Text = "查询汇总数据";
  977. this.btnQuerySettlSummary.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  978. this.btnQuerySettlSummary.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  979. //
  980. // btnClose
  981. //
  982. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  983. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  984. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  985. this.btnClose.Location = new System.Drawing.Point(34, 791);
  986. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  987. this.btnClose.Name = "btnClose";
  988. this.btnClose.Size = new System.Drawing.Size(168, 27);
  989. this.btnClose.TabIndex = 2;
  990. this.btnClose.Text = "退 出";
  991. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  992. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  993. //
  994. // btnBatchCheck
  995. //
  996. this.btnBatchCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  997. this.btnBatchCheck.Cursor = System.Windows.Forms.Cursors.Hand;
  998. this.btnBatchCheck.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  999. this.btnBatchCheck.Location = new System.Drawing.Point(34, 742);
  1000. this.btnBatchCheck.MinimumSize = new System.Drawing.Size(1, 1);
  1001. this.btnBatchCheck.Name = "btnBatchCheck";
  1002. this.btnBatchCheck.Size = new System.Drawing.Size(168, 27);
  1003. this.btnBatchCheck.TabIndex = 1;
  1004. this.btnBatchCheck.Text = "批量对总账";
  1005. this.btnBatchCheck.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1006. this.btnBatchCheck.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1007. //
  1008. // gbDateTime
  1009. //
  1010. this.gbDateTime.Controls.Add(this.btnReduceOndDay);
  1011. this.gbDateTime.Controls.Add(this.btnAddOneDay);
  1012. this.gbDateTime.Controls.Add(this.dpED);
  1013. this.gbDateTime.Controls.Add(this.dpST);
  1014. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Top;
  1015. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1016. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  1017. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1018. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  1019. this.gbDateTime.Name = "gbDateTime";
  1020. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1021. this.gbDateTime.Size = new System.Drawing.Size(228, 112);
  1022. this.gbDateTime.TabIndex = 21;
  1023. this.gbDateTime.Text = "起止时间";
  1024. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1025. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1026. //
  1027. // btnReduceOndDay
  1028. //
  1029. this.btnReduceOndDay.Cursor = System.Windows.Forms.Cursors.Hand;
  1030. this.btnReduceOndDay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1031. this.btnReduceOndDay.Location = new System.Drawing.Point(160, 3);
  1032. this.btnReduceOndDay.MinimumSize = new System.Drawing.Size(1, 1);
  1033. this.btnReduceOndDay.Name = "btnReduceOndDay";
  1034. this.btnReduceOndDay.Size = new System.Drawing.Size(38, 23);
  1035. this.btnReduceOndDay.Symbol = 61544;
  1036. this.btnReduceOndDay.TabIndex = 3;
  1037. this.btnReduceOndDay.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1038. this.btnReduceOndDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1039. //
  1040. // btnAddOneDay
  1041. //
  1042. this.btnAddOneDay.Cursor = System.Windows.Forms.Cursors.Hand;
  1043. this.btnAddOneDay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1044. this.btnAddOneDay.Location = new System.Drawing.Point(116, 3);
  1045. this.btnAddOneDay.MinimumSize = new System.Drawing.Size(1, 1);
  1046. this.btnAddOneDay.Name = "btnAddOneDay";
  1047. this.btnAddOneDay.Size = new System.Drawing.Size(38, 23);
  1048. this.btnAddOneDay.Symbol = 61543;
  1049. this.btnAddOneDay.TabIndex = 2;
  1050. this.btnAddOneDay.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1051. this.btnAddOneDay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1052. //
  1053. // dpED
  1054. //
  1055. this.dpED.DateFormat = "yyyy-MM-dd";
  1056. this.dpED.FillColor = System.Drawing.Color.White;
  1057. this.dpED.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1058. this.dpED.Location = new System.Drawing.Point(17, 70);
  1059. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1060. this.dpED.MaxLength = 10;
  1061. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  1062. this.dpED.Name = "dpED";
  1063. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1064. this.dpED.Size = new System.Drawing.Size(185, 29);
  1065. this.dpED.SymbolDropDown = 61555;
  1066. this.dpED.SymbolNormal = 61555;
  1067. this.dpED.TabIndex = 1;
  1068. this.dpED.Text = "2022-11-01";
  1069. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1070. this.dpED.Value = new System.DateTime(2022, 11, 1, 23, 59, 59, 0);
  1071. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1072. //
  1073. // dpST
  1074. //
  1075. this.dpST.DateFormat = "yyyy-MM-dd";
  1076. this.dpST.FillColor = System.Drawing.Color.White;
  1077. this.dpST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1078. this.dpST.Location = new System.Drawing.Point(17, 31);
  1079. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1080. this.dpST.MaxLength = 10;
  1081. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  1082. this.dpST.Name = "dpST";
  1083. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1084. this.dpST.Size = new System.Drawing.Size(185, 29);
  1085. this.dpST.SymbolDropDown = 61555;
  1086. this.dpST.SymbolNormal = 61555;
  1087. this.dpST.TabIndex = 0;
  1088. this.dpST.Text = "2022-06-01";
  1089. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1090. this.dpST.Value = new System.DateTime(2022, 6, 1, 0, 0, 0, 0);
  1091. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1092. //
  1093. // tpOutOfAreaClearing
  1094. //
  1095. this.tpOutOfAreaClearing.Location = new System.Drawing.Point(0, 30);
  1096. this.tpOutOfAreaClearing.Name = "tpOutOfAreaClearing";
  1097. this.tpOutOfAreaClearing.Size = new System.Drawing.Size(1388, 729);
  1098. this.tpOutOfAreaClearing.TabIndex = 3;
  1099. this.tpOutOfAreaClearing.Text = "异地清分";
  1100. this.tpOutOfAreaClearing.UseVisualStyleBackColor = true;
  1101. //
  1102. // tabPage2
  1103. //
  1104. this.tabPage2.Location = new System.Drawing.Point(0, 30);
  1105. this.tabPage2.Name = "tabPage2";
  1106. this.tabPage2.Size = new System.Drawing.Size(1388, 729);
  1107. this.tabPage2.TabIndex = 1;
  1108. this.tabPage2.Text = "清算汇总";
  1109. this.tabPage2.UseVisualStyleBackColor = true;
  1110. //
  1111. // tabPage3
  1112. //
  1113. this.tabPage3.Location = new System.Drawing.Point(0, 30);
  1114. this.tabPage3.Name = "tabPage3";
  1115. this.tabPage3.Size = new System.Drawing.Size(1388, 729);
  1116. this.tabPage3.TabIndex = 2;
  1117. this.tabPage3.Text = "清算撤销";
  1118. this.tabPage3.UseVisualStyleBackColor = true;
  1119. //
  1120. // MainForm
  1121. //
  1122. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1123. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1124. this.ClientSize = new System.Drawing.Size(1388, 759);
  1125. this.Controls.Add(this.uiTabControl1);
  1126. this.Name = "MainForm";
  1127. this.Text = "对账与清算";
  1128. this.uiTabControl1.ResumeLayout(false);
  1129. this.tpLocalCheck.ResumeLayout(false);
  1130. this.uiPanel2.ResumeLayout(false);
  1131. this.uiTabControl3.ResumeLayout(false);
  1132. this.tabPage6.ResumeLayout(false);
  1133. ((System.ComponentModel.ISupportInitialize)(this.dgvHisSettlRec)).EndInit();
  1134. this.tabPage7.ResumeLayout(false);
  1135. ((System.ComponentModel.ISupportInitialize)(this.dgvCenterSettlRec)).EndInit();
  1136. this.tabPage8.ResumeLayout(false);
  1137. this.uiTabControl2.ResumeLayout(false);
  1138. this.tabPage4.ResumeLayout(false);
  1139. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlSummary)).EndInit();
  1140. this.cmsCheck.ResumeLayout(false);
  1141. this.tabPage5.ResumeLayout(false);
  1142. this.uiPanel1.ResumeLayout(false);
  1143. this.gbConditionSet.ResumeLayout(false);
  1144. this.uiGroupBox1.ResumeLayout(false);
  1145. this.uiGroupBox10.ResumeLayout(false);
  1146. this.gbDateTime.ResumeLayout(false);
  1147. this.ResumeLayout(false);
  1148. }
  1149. #endregion
  1150. private Sunny.UI.UITabControl uiTabControl1;
  1151. private System.Windows.Forms.TabPage tpLocalCheck;
  1152. private Sunny.UI.UIPanel uiPanel2;
  1153. private Sunny.UI.UIPanel uiPanel1;
  1154. private System.Windows.Forms.TabPage tabPage3;
  1155. private Sunny.UI.UITabControl uiTabControl3;
  1156. private System.Windows.Forms.TabPage tabPage6;
  1157. private System.Windows.Forms.TabPage tabPage7;
  1158. private System.Windows.Forms.TabPage tabPage8;
  1159. private Sunny.UI.UITabControl uiTabControl2;
  1160. private System.Windows.Forms.TabPage tabPage4;
  1161. private System.Windows.Forms.TabPage tabPage5;
  1162. private Sunny.UI.UIGroupBox uiGroupBox1;
  1163. private Sunny.UI.UIButton btnClose;
  1164. private Sunny.UI.UIButton btnBatchCheck;
  1165. private Sunny.UI.UIGroupBox gbDateTime;
  1166. private Sunny.UI.UIDatetimePicker dpED;
  1167. private Sunny.UI.UIDatetimePicker dpST;
  1168. private Sunny.UI.UIGroupBox gbConditionSet;
  1169. private Sunny.UI.UICheckBoxGroup cbgGroupSet;
  1170. private Sunny.UI.UILabel uiLabel1;
  1171. private Sunny.UI.UIComboBox cbxValid;
  1172. private Sunny.UI.UILabel uiLabel5;
  1173. private Sunny.UI.UILabel uiLabel4;
  1174. private Sunny.UI.UIComboBox cbxClrType;
  1175. private Sunny.UI.UILabel uiLabel3;
  1176. private Sunny.UI.UIComboBox cbxInsuType;
  1177. private Sunny.UI.UILabel uiLabel2;
  1178. private Sunny.UI.UIDataGridView dgvHisSettlRec;
  1179. private Sunny.UI.UIDataGridView dgvCenterSettlRec;
  1180. private Sunny.UI.UIDataGridView dgvSettlSummary;
  1181. private Sunny.UI.UIRichTextBox rtbCheckDetailLog;
  1182. private Sunny.UI.UIRichTextBox rtbCheckLog;
  1183. private Sunny.UI.UITextBox tbSettlOption;
  1184. private Sunny.UI.UIComboBox cbxInterface;
  1185. private Sunny.UI.UISymbolButton btnReduceOndDay;
  1186. private Sunny.UI.UISymbolButton btnAddOneDay;
  1187. private System.Windows.Forms.TabPage tabPage2;
  1188. private System.Windows.Forms.TabPage tpOutOfAreaClearing;
  1189. private Sunny.UI.UIButton btnQuerySettlSummary;
  1190. private Sunny.UI.UIGroupBox uiGroupBox10;
  1191. private Sunny.UI.UIButton btClose;
  1192. private Sunny.UI.UIButton btBatchCheck;
  1193. private Sunny.UI.UIButton Btn_Query;
  1194. private Sunny.UI.UIComboBox cbConfirmFlag;
  1195. private Sunny.UI.UILabel uiLabel20;
  1196. private Sunny.UI.UIComboBox cbReservelFlag;
  1197. private Sunny.UI.UILabel uiLabel21;
  1198. private Sunny.UI.UIContextMenuStrip cmsCheck;
  1199. private System.Windows.Forms.ToolStripMenuItem tsmCheck_Single;
  1200. private System.Windows.Forms.ToolStripMenuItem tsmCheckDetail_Single;
  1201. private System.Windows.Forms.ToolStripMenuItem tsmCheck_Batch;
  1202. private System.Windows.Forms.ToolStripMenuItem tsmCheckDetail_Batch;
  1203. private System.Windows.Forms.ToolStripMenuItem tsmHisRecord;
  1204. private System.Windows.Forms.ToolStripMenuItem tsmAICheck;
  1205. private System.Windows.Forms.ToolStripMenuItem 导出TXTToolStripMenuItem;
  1206. private System.Windows.Forms.ToolStripMenuItem tsmExport;
  1207. private System.Windows.Forms.ToolStripMenuItem tsmCompress;
  1208. private System.Windows.Forms.ToolStripMenuItem tsmZIPToSDec;
  1209. private System.Windows.Forms.ToolStripMenuItem tsmUploadZIP;
  1210. private System.Windows.Forms.ToolStripMenuItem tsm3202;
  1211. private System.Windows.Forms.ToolStripMenuItem tsmDownload;
  1212. private System.Windows.Forms.ToolStripMenuItem tsmUnCompress;
  1213. private System.Windows.Forms.ToolStripMenuItem tsmImport;
  1214. private System.Windows.Forms.ToolStripMenuItem tsmHandCheck;
  1215. }
  1216. }