MainForm.Designer.cs 77 KB

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