MutualAid.Designer.cs 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class MutualAid
  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. this.pnlClient = new Sunny.UI.UIPanel();
  44. this.tb_AccountMutualAidPay = new Sunny.UI.UITabControl();
  45. this.tabPage1 = new System.Windows.Forms.TabPage();
  46. this.pnlBottom = new Sunny.UI.UIPanel();
  47. this.uiLabel1 = new Sunny.UI.UILabel();
  48. this.btQuerySettlInfo = new Sunny.UI.UIButton();
  49. this.tbMainSettlID = new Sunny.UI.UITextBox();
  50. this.btMutualAid = new Sunny.UI.UIButton();
  51. this.btCancleMutualAid = new Sunny.UI.UIButton();
  52. this.btNO = new Sunny.UI.UIButton();
  53. this.btYes = new Sunny.UI.UIButton();
  54. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  55. this.dgvSettlInfo = new Sunny.UI.UIDataGridView();
  56. this.gbSummatInfo = new Sunny.UI.UIGroupBox();
  57. this.dgvSumamt = new Sunny.UI.UIDataGridView();
  58. this.tabPage2 = new System.Windows.Forms.TabPage();
  59. this.uiGroupBox7 = new Sunny.UI.UIGroupBox();
  60. this.rtbOutparam = new Sunny.UI.UIRichTextBox();
  61. this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
  62. this.rtbInparam = new Sunny.UI.UIRichTextBox();
  63. this.uiPanel4 = new Sunny.UI.UIPanel();
  64. this.tbCBD_Hand = new Sunny.UI.UITextBox();
  65. this.uiLabel3 = new Sunny.UI.UILabel();
  66. this.tb_UserSetID = new Sunny.UI.UITextBox();
  67. this.uiLabel2 = new Sunny.UI.UILabel();
  68. this.btnExit = new Sunny.UI.UIButton();
  69. this.tb_UserMdtrtID = new Sunny.UI.UITextBox();
  70. this.uiLabel4 = new Sunny.UI.UILabel();
  71. this.btnRectification = new Sunny.UI.UIButton();
  72. this.btnInputDemo = new Sunny.UI.UIButton();
  73. this.tabPage3 = new System.Windows.Forms.TabPage();
  74. this.uiGroupBox11 = new Sunny.UI.UIGroupBox();
  75. this.rtb_InParam = new Sunny.UI.UIRichTextBox();
  76. this.btnReadCard = new Sunny.UI.UIButton();
  77. this.uiButton2 = new Sunny.UI.UIButton();
  78. this.btnQuery = new Sunny.UI.UIButton();
  79. this.uiGroupBox13 = new Sunny.UI.UIGroupBox();
  80. this.tb_CertNO_SYR = new Sunny.UI.UITextBox();
  81. this.tb_UserNO = new Sunny.UI.UITextBox();
  82. this.uiLabel22 = new Sunny.UI.UILabel();
  83. this.uiLabel21 = new Sunny.UI.UILabel();
  84. this.uiGroupBox12 = new Sunny.UI.UIGroupBox();
  85. this.uiLabel25 = new Sunny.UI.UILabel();
  86. this.uiLabel24 = new Sunny.UI.UILabel();
  87. this.uiSymbolButton3 = new Sunny.UI.UISymbolButton();
  88. this.uiSymbolButton4 = new Sunny.UI.UISymbolButton();
  89. this.dt_ET = new Sunny.UI.UIDatetimePicker();
  90. this.dt_ST = new Sunny.UI.UIDatetimePicker();
  91. this.dgv_MutualAidQuery = new Sunny.UI.UIDataGridView();
  92. this.pnlClient.SuspendLayout();
  93. this.tb_AccountMutualAidPay.SuspendLayout();
  94. this.tabPage1.SuspendLayout();
  95. this.pnlBottom.SuspendLayout();
  96. this.uiGroupBox1.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlInfo)).BeginInit();
  98. this.gbSummatInfo.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.dgvSumamt)).BeginInit();
  100. this.tabPage2.SuspendLayout();
  101. this.uiGroupBox7.SuspendLayout();
  102. this.uiGroupBox6.SuspendLayout();
  103. this.uiPanel4.SuspendLayout();
  104. this.tabPage3.SuspendLayout();
  105. this.uiGroupBox11.SuspendLayout();
  106. this.uiGroupBox13.SuspendLayout();
  107. this.uiGroupBox12.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.dgv_MutualAidQuery)).BeginInit();
  109. this.SuspendLayout();
  110. //
  111. // pnlClient
  112. //
  113. this.pnlClient.Controls.Add(this.tb_AccountMutualAidPay);
  114. this.pnlClient.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.pnlClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.pnlClient.Location = new System.Drawing.Point(0, 0);
  117. this.pnlClient.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  118. this.pnlClient.MinimumSize = new System.Drawing.Size(1, 1);
  119. this.pnlClient.Name = "pnlClient";
  120. this.pnlClient.Size = new System.Drawing.Size(1404, 724);
  121. this.pnlClient.TabIndex = 1;
  122. this.pnlClient.Text = null;
  123. this.pnlClient.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  124. this.pnlClient.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  125. //
  126. // tb_AccountMutualAidPay
  127. //
  128. this.tb_AccountMutualAidPay.Controls.Add(this.tabPage1);
  129. this.tb_AccountMutualAidPay.Controls.Add(this.tabPage2);
  130. this.tb_AccountMutualAidPay.Controls.Add(this.tabPage3);
  131. this.tb_AccountMutualAidPay.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.tb_AccountMutualAidPay.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  133. this.tb_AccountMutualAidPay.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.tb_AccountMutualAidPay.ItemSize = new System.Drawing.Size(200, 50);
  135. this.tb_AccountMutualAidPay.Location = new System.Drawing.Point(0, 0);
  136. this.tb_AccountMutualAidPay.MainPage = "";
  137. this.tb_AccountMutualAidPay.Name = "tb_AccountMutualAidPay";
  138. this.tb_AccountMutualAidPay.SelectedIndex = 0;
  139. this.tb_AccountMutualAidPay.Size = new System.Drawing.Size(1404, 724);
  140. this.tb_AccountMutualAidPay.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  141. this.tb_AccountMutualAidPay.TabIndex = 0;
  142. this.tb_AccountMutualAidPay.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.tb_AccountMutualAidPay.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  144. //
  145. // tabPage1
  146. //
  147. this.tabPage1.Controls.Add(this.pnlBottom);
  148. this.tabPage1.Controls.Add(this.uiGroupBox1);
  149. this.tabPage1.Controls.Add(this.gbSummatInfo);
  150. this.tabPage1.Location = new System.Drawing.Point(0, 50);
  151. this.tabPage1.Name = "tabPage1";
  152. this.tabPage1.Size = new System.Drawing.Size(1404, 674);
  153. this.tabPage1.TabIndex = 0;
  154. this.tabPage1.Text = "医保账户代支结算/撤销";
  155. this.tabPage1.UseVisualStyleBackColor = true;
  156. //
  157. // pnlBottom
  158. //
  159. this.pnlBottom.Controls.Add(this.uiLabel1);
  160. this.pnlBottom.Controls.Add(this.btQuerySettlInfo);
  161. this.pnlBottom.Controls.Add(this.tbMainSettlID);
  162. this.pnlBottom.Controls.Add(this.btMutualAid);
  163. this.pnlBottom.Controls.Add(this.btCancleMutualAid);
  164. this.pnlBottom.Controls.Add(this.btNO);
  165. this.pnlBottom.Controls.Add(this.btYes);
  166. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  167. this.pnlBottom.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.pnlBottom.Location = new System.Drawing.Point(0, 589);
  169. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  170. this.pnlBottom.MinimumSize = new System.Drawing.Size(1, 1);
  171. this.pnlBottom.Name = "pnlBottom";
  172. this.pnlBottom.Size = new System.Drawing.Size(1404, 85);
  173. this.pnlBottom.TabIndex = 2;
  174. this.pnlBottom.Text = null;
  175. this.pnlBottom.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  176. this.pnlBottom.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  177. //
  178. // uiLabel1
  179. //
  180. this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  181. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.uiLabel1.Location = new System.Drawing.Point(19, 32);
  183. this.uiLabel1.Name = "uiLabel1";
  184. this.uiLabel1.Size = new System.Drawing.Size(123, 23);
  185. this.uiLabel1.TabIndex = 8;
  186. this.uiLabel1.Text = "主医保结算ID:";
  187. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  188. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  189. //
  190. // btQuerySettlInfo
  191. //
  192. this.btQuerySettlInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  193. this.btQuerySettlInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  194. this.btQuerySettlInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.btQuerySettlInfo.Location = new System.Drawing.Point(424, 13);
  196. this.btQuerySettlInfo.MinimumSize = new System.Drawing.Size(1, 1);
  197. this.btQuerySettlInfo.Name = "btQuerySettlInfo";
  198. this.btQuerySettlInfo.Size = new System.Drawing.Size(135, 56);
  199. this.btQuerySettlInfo.TabIndex = 7;
  200. this.btQuerySettlInfo.Text = "查询结算信息";
  201. this.btQuerySettlInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.btQuerySettlInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  203. this.btQuerySettlInfo.Click += new System.EventHandler(this.btQuerySettlInfo_Click);
  204. //
  205. // tbMainSettlID
  206. //
  207. this.tbMainSettlID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  208. this.tbMainSettlID.Cursor = System.Windows.Forms.Cursors.HSplit;
  209. this.tbMainSettlID.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.tbMainSettlID.Location = new System.Drawing.Point(144, 30);
  211. this.tbMainSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  212. this.tbMainSettlID.MinimumSize = new System.Drawing.Size(1, 16);
  213. this.tbMainSettlID.Name = "tbMainSettlID";
  214. this.tbMainSettlID.ShowText = false;
  215. this.tbMainSettlID.Size = new System.Drawing.Size(262, 29);
  216. this.tbMainSettlID.TabIndex = 6;
  217. this.tbMainSettlID.Text = "510100CD000173260263";
  218. this.tbMainSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  219. this.tbMainSettlID.Watermark = "主结算ID";
  220. this.tbMainSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  221. //
  222. // btMutualAid
  223. //
  224. this.btMutualAid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  225. this.btMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
  226. this.btMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.btMutualAid.Location = new System.Drawing.Point(880, 13);
  228. this.btMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
  229. this.btMutualAid.Name = "btMutualAid";
  230. this.btMutualAid.Size = new System.Drawing.Size(127, 56);
  231. this.btMutualAid.TabIndex = 5;
  232. this.btMutualAid.Text = "1.账户代支结算";
  233. this.btMutualAid.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.btMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  235. this.btMutualAid.Click += new System.EventHandler(this.btMutualAid_Click);
  236. //
  237. // btCancleMutualAid
  238. //
  239. this.btCancleMutualAid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  240. this.btCancleMutualAid.Cursor = System.Windows.Forms.Cursors.Hand;
  241. this.btCancleMutualAid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.btCancleMutualAid.Location = new System.Drawing.Point(1010, 13);
  243. this.btCancleMutualAid.MinimumSize = new System.Drawing.Size(1, 1);
  244. this.btCancleMutualAid.Name = "btCancleMutualAid";
  245. this.btCancleMutualAid.Size = new System.Drawing.Size(154, 56);
  246. this.btCancleMutualAid.TabIndex = 4;
  247. this.btCancleMutualAid.Text = "1.撤销账户代支结算";
  248. this.btCancleMutualAid.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.btCancleMutualAid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  250. this.btCancleMutualAid.Click += new System.EventHandler(this.btCancleMutualAid_Click);
  251. //
  252. // btNO
  253. //
  254. this.btNO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  255. this.btNO.Cursor = System.Windows.Forms.Cursors.Hand;
  256. this.btNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.btNO.Location = new System.Drawing.Point(1283, 13);
  258. this.btNO.MinimumSize = new System.Drawing.Size(1, 1);
  259. this.btNO.Name = "btNO";
  260. this.btNO.Size = new System.Drawing.Size(113, 56);
  261. this.btNO.TabIndex = 3;
  262. this.btNO.Text = "放 弃";
  263. this.btNO.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.btNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  265. this.btNO.Click += new System.EventHandler(this.btNO_Click);
  266. //
  267. // btYes
  268. //
  269. this.btYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  270. this.btYes.Cursor = System.Windows.Forms.Cursors.Hand;
  271. this.btYes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.btYes.Location = new System.Drawing.Point(1167, 13);
  273. this.btYes.MinimumSize = new System.Drawing.Size(1, 1);
  274. this.btYes.Name = "btYes";
  275. this.btYes.Size = new System.Drawing.Size(99, 56);
  276. this.btYes.TabIndex = 2;
  277. this.btYes.Text = "2.确认完成";
  278. this.btYes.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.btYes.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  280. this.btYes.Click += new System.EventHandler(this.btYes_Click);
  281. //
  282. // uiGroupBox1
  283. //
  284. this.uiGroupBox1.Controls.Add(this.dgvSettlInfo);
  285. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  286. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.uiGroupBox1.Location = new System.Drawing.Point(0, 223);
  288. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  289. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  290. this.uiGroupBox1.Name = "uiGroupBox1";
  291. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  292. this.uiGroupBox1.Size = new System.Drawing.Size(1404, 451);
  293. this.uiGroupBox1.TabIndex = 4;
  294. this.uiGroupBox1.Text = "结算详细信息(含本次主结算信息及多次医保账户代支结算信息)";
  295. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  296. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  297. //
  298. // dgvSettlInfo
  299. //
  300. this.dgvSettlInfo.AllowUserToAddRows = false;
  301. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  302. this.dgvSettlInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  303. this.dgvSettlInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  304. this.dgvSettlInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  305. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  306. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  307. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  309. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  310. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  311. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  312. this.dgvSettlInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  313. this.dgvSettlInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  314. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  315. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  316. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  318. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  319. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  320. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  321. this.dgvSettlInfo.DefaultCellStyle = dataGridViewCellStyle3;
  322. this.dgvSettlInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  323. this.dgvSettlInfo.EnableHeadersVisualStyles = false;
  324. this.dgvSettlInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.dgvSettlInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  326. this.dgvSettlInfo.Location = new System.Drawing.Point(0, 32);
  327. this.dgvSettlInfo.Name = "dgvSettlInfo";
  328. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  329. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  330. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  332. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  333. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  334. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  335. this.dgvSettlInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  336. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  337. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  339. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  340. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  341. this.dgvSettlInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
  342. this.dgvSettlInfo.RowTemplate.Height = 23;
  343. this.dgvSettlInfo.SelectedIndex = -1;
  344. this.dgvSettlInfo.Size = new System.Drawing.Size(1404, 419);
  345. this.dgvSettlInfo.TabIndex = 1;
  346. this.dgvSettlInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  347. //
  348. // gbSummatInfo
  349. //
  350. this.gbSummatInfo.Controls.Add(this.dgvSumamt);
  351. this.gbSummatInfo.Dock = System.Windows.Forms.DockStyle.Top;
  352. this.gbSummatInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.gbSummatInfo.Location = new System.Drawing.Point(0, 0);
  354. this.gbSummatInfo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  355. this.gbSummatInfo.MinimumSize = new System.Drawing.Size(1, 1);
  356. this.gbSummatInfo.Name = "gbSummatInfo";
  357. this.gbSummatInfo.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  358. this.gbSummatInfo.Size = new System.Drawing.Size(1404, 223);
  359. this.gbSummatInfo.TabIndex = 3;
  360. this.gbSummatInfo.Text = "结算汇总信息";
  361. this.gbSummatInfo.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  362. this.gbSummatInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  363. //
  364. // dgvSumamt
  365. //
  366. this.dgvSumamt.AllowUserToAddRows = false;
  367. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  368. this.dgvSumamt.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  369. this.dgvSumamt.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  370. this.dgvSumamt.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  371. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  372. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  373. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  375. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  376. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  377. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  378. this.dgvSumamt.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  379. this.dgvSumamt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  380. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  381. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  382. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  384. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  385. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  386. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  387. this.dgvSumamt.DefaultCellStyle = dataGridViewCellStyle8;
  388. this.dgvSumamt.Dock = System.Windows.Forms.DockStyle.Fill;
  389. this.dgvSumamt.EnableHeadersVisualStyles = false;
  390. this.dgvSumamt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.dgvSumamt.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  392. this.dgvSumamt.Location = new System.Drawing.Point(0, 32);
  393. this.dgvSumamt.Name = "dgvSumamt";
  394. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  395. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  396. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  398. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  399. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  400. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  401. this.dgvSumamt.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  402. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  403. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  405. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  406. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  407. this.dgvSumamt.RowsDefaultCellStyle = dataGridViewCellStyle10;
  408. this.dgvSumamt.RowTemplate.Height = 23;
  409. this.dgvSumamt.SelectedIndex = -1;
  410. this.dgvSumamt.Size = new System.Drawing.Size(1404, 191);
  411. this.dgvSumamt.TabIndex = 0;
  412. this.dgvSumamt.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  413. //
  414. // tabPage2
  415. //
  416. this.tabPage2.Controls.Add(this.uiGroupBox7);
  417. this.tabPage2.Controls.Add(this.uiGroupBox6);
  418. this.tabPage2.Controls.Add(this.uiPanel4);
  419. this.tabPage2.Location = new System.Drawing.Point(0, 50);
  420. this.tabPage2.Name = "tabPage2";
  421. this.tabPage2.Size = new System.Drawing.Size(1404, 674);
  422. this.tabPage2.TabIndex = 1;
  423. this.tabPage2.Text = "医保账户代支结算冲正";
  424. this.tabPage2.UseVisualStyleBackColor = true;
  425. //
  426. // uiGroupBox7
  427. //
  428. this.uiGroupBox7.Controls.Add(this.rtbOutparam);
  429. this.uiGroupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
  430. this.uiGroupBox7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.uiGroupBox7.Location = new System.Drawing.Point(673, 0);
  432. this.uiGroupBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  433. this.uiGroupBox7.MinimumSize = new System.Drawing.Size(1, 1);
  434. this.uiGroupBox7.Name = "uiGroupBox7";
  435. this.uiGroupBox7.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  436. this.uiGroupBox7.Size = new System.Drawing.Size(731, 585);
  437. this.uiGroupBox7.TabIndex = 10;
  438. this.uiGroupBox7.Text = "出参";
  439. this.uiGroupBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  440. this.uiGroupBox7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  441. //
  442. // rtbOutparam
  443. //
  444. this.rtbOutparam.Dock = System.Windows.Forms.DockStyle.Fill;
  445. this.rtbOutparam.FillColor = System.Drawing.Color.White;
  446. this.rtbOutparam.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.rtbOutparam.Location = new System.Drawing.Point(0, 32);
  448. this.rtbOutparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  449. this.rtbOutparam.MinimumSize = new System.Drawing.Size(1, 1);
  450. this.rtbOutparam.Name = "rtbOutparam";
  451. this.rtbOutparam.Padding = new System.Windows.Forms.Padding(2);
  452. this.rtbOutparam.ShowText = false;
  453. this.rtbOutparam.Size = new System.Drawing.Size(731, 553);
  454. this.rtbOutparam.TabIndex = 1;
  455. this.rtbOutparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  456. this.rtbOutparam.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  457. //
  458. // uiGroupBox6
  459. //
  460. this.uiGroupBox6.Controls.Add(this.rtbInparam);
  461. this.uiGroupBox6.Dock = System.Windows.Forms.DockStyle.Left;
  462. this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. this.uiGroupBox6.Location = new System.Drawing.Point(0, 0);
  464. this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  465. this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
  466. this.uiGroupBox6.Name = "uiGroupBox6";
  467. this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  468. this.uiGroupBox6.Size = new System.Drawing.Size(673, 585);
  469. this.uiGroupBox6.TabIndex = 8;
  470. this.uiGroupBox6.Text = "入参";
  471. this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  472. this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  473. //
  474. // rtbInparam
  475. //
  476. this.rtbInparam.Dock = System.Windows.Forms.DockStyle.Fill;
  477. this.rtbInparam.FillColor = System.Drawing.Color.White;
  478. this.rtbInparam.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.rtbInparam.Location = new System.Drawing.Point(0, 32);
  480. this.rtbInparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  481. this.rtbInparam.MinimumSize = new System.Drawing.Size(1, 1);
  482. this.rtbInparam.Name = "rtbInparam";
  483. this.rtbInparam.Padding = new System.Windows.Forms.Padding(2);
  484. this.rtbInparam.ShowText = false;
  485. this.rtbInparam.Size = new System.Drawing.Size(673, 553);
  486. this.rtbInparam.TabIndex = 0;
  487. this.rtbInparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  488. this.rtbInparam.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  489. //
  490. // uiPanel4
  491. //
  492. this.uiPanel4.Controls.Add(this.tbCBD_Hand);
  493. this.uiPanel4.Controls.Add(this.uiLabel3);
  494. this.uiPanel4.Controls.Add(this.tb_UserSetID);
  495. this.uiPanel4.Controls.Add(this.uiLabel2);
  496. this.uiPanel4.Controls.Add(this.btnExit);
  497. this.uiPanel4.Controls.Add(this.tb_UserMdtrtID);
  498. this.uiPanel4.Controls.Add(this.uiLabel4);
  499. this.uiPanel4.Controls.Add(this.btnRectification);
  500. this.uiPanel4.Controls.Add(this.btnInputDemo);
  501. this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Bottom;
  502. this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.uiPanel4.Location = new System.Drawing.Point(0, 585);
  504. this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  505. this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
  506. this.uiPanel4.Name = "uiPanel4";
  507. this.uiPanel4.Size = new System.Drawing.Size(1404, 89);
  508. this.uiPanel4.TabIndex = 7;
  509. this.uiPanel4.Text = null;
  510. this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  511. this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  512. //
  513. // tbCBD_Hand
  514. //
  515. this.tbCBD_Hand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  516. this.tbCBD_Hand.Cursor = System.Windows.Forms.Cursors.IBeam;
  517. this.tbCBD_Hand.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.tbCBD_Hand.Location = new System.Drawing.Point(752, 34);
  519. this.tbCBD_Hand.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  520. this.tbCBD_Hand.MinimumSize = new System.Drawing.Size(1, 16);
  521. this.tbCBD_Hand.Name = "tbCBD_Hand";
  522. this.tbCBD_Hand.ShowText = false;
  523. this.tbCBD_Hand.Size = new System.Drawing.Size(100, 25);
  524. this.tbCBD_Hand.TabIndex = 30;
  525. this.tbCBD_Hand.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  526. this.tbCBD_Hand.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  527. //
  528. // uiLabel3
  529. //
  530. this.uiLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  531. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.uiLabel3.Location = new System.Drawing.Point(681, 34);
  533. this.uiLabel3.Name = "uiLabel3";
  534. this.uiLabel3.Size = new System.Drawing.Size(74, 23);
  535. this.uiLabel3.TabIndex = 29;
  536. this.uiLabel3.Text = "参保地:";
  537. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  538. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  539. //
  540. // tb_UserSetID
  541. //
  542. this.tb_UserSetID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  543. this.tb_UserSetID.Cursor = System.Windows.Forms.Cursors.IBeam;
  544. this.tb_UserSetID.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  545. this.tb_UserSetID.Location = new System.Drawing.Point(441, 34);
  546. this.tb_UserSetID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  547. this.tb_UserSetID.MinimumSize = new System.Drawing.Size(1, 16);
  548. this.tb_UserSetID.Name = "tb_UserSetID";
  549. this.tb_UserSetID.ShowText = false;
  550. this.tb_UserSetID.Size = new System.Drawing.Size(232, 25);
  551. this.tb_UserSetID.TabIndex = 28;
  552. this.tb_UserSetID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  553. this.tb_UserSetID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  554. //
  555. // uiLabel2
  556. //
  557. this.uiLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  558. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.uiLabel2.Location = new System.Drawing.Point(321, 34);
  560. this.uiLabel2.Name = "uiLabel2";
  561. this.uiLabel2.Size = new System.Drawing.Size(123, 23);
  562. this.uiLabel2.TabIndex = 27;
  563. this.uiLabel2.Text = "使用人结算ID:";
  564. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  565. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  566. //
  567. // btnExit
  568. //
  569. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  570. this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
  571. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.btnExit.Location = new System.Drawing.Point(1295, 27);
  573. this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
  574. this.btnExit.Name = "btnExit";
  575. this.btnExit.Size = new System.Drawing.Size(101, 41);
  576. this.btnExit.TabIndex = 26;
  577. this.btnExit.Text = "退 出";
  578. this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  580. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  581. //
  582. // tb_UserMdtrtID
  583. //
  584. this.tb_UserMdtrtID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  585. this.tb_UserMdtrtID.Cursor = System.Windows.Forms.Cursors.IBeam;
  586. this.tb_UserMdtrtID.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.tb_UserMdtrtID.Location = new System.Drawing.Point(132, 34);
  588. this.tb_UserMdtrtID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  589. this.tb_UserMdtrtID.MinimumSize = new System.Drawing.Size(1, 16);
  590. this.tb_UserMdtrtID.Name = "tb_UserMdtrtID";
  591. this.tb_UserMdtrtID.ShowText = false;
  592. this.tb_UserMdtrtID.Size = new System.Drawing.Size(179, 25);
  593. this.tb_UserMdtrtID.TabIndex = 5;
  594. this.tb_UserMdtrtID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  595. this.tb_UserMdtrtID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  596. //
  597. // uiLabel4
  598. //
  599. this.uiLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  600. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.uiLabel4.Location = new System.Drawing.Point(12, 34);
  602. this.uiLabel4.Name = "uiLabel4";
  603. this.uiLabel4.Size = new System.Drawing.Size(123, 23);
  604. this.uiLabel4.TabIndex = 4;
  605. this.uiLabel4.Text = "使用人就诊ID:";
  606. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  607. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  608. //
  609. // btnRectification
  610. //
  611. this.btnRectification.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  612. this.btnRectification.Cursor = System.Windows.Forms.Cursors.Hand;
  613. this.btnRectification.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  614. this.btnRectification.Location = new System.Drawing.Point(1067, 27);
  615. this.btnRectification.MinimumSize = new System.Drawing.Size(1, 1);
  616. this.btnRectification.Name = "btnRectification";
  617. this.btnRectification.Size = new System.Drawing.Size(200, 41);
  618. this.btnRectification.TabIndex = 1;
  619. this.btnRectification.Text = "医保账户代支结算冲正";
  620. this.btnRectification.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  621. this.btnRectification.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  622. this.btnRectification.Click += new System.EventHandler(this.btnRectification_Click);
  623. //
  624. // btnInputDemo
  625. //
  626. this.btnInputDemo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  627. this.btnInputDemo.Cursor = System.Windows.Forms.Cursors.Hand;
  628. this.btnInputDemo.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.btnInputDemo.Location = new System.Drawing.Point(960, 27);
  630. this.btnInputDemo.MinimumSize = new System.Drawing.Size(1, 1);
  631. this.btnInputDemo.Name = "btnInputDemo";
  632. this.btnInputDemo.Size = new System.Drawing.Size(101, 41);
  633. this.btnInputDemo.TabIndex = 0;
  634. this.btnInputDemo.Text = "入参示例";
  635. this.btnInputDemo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  636. this.btnInputDemo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  637. this.btnInputDemo.Click += new System.EventHandler(this.btnInputDemo_Click);
  638. //
  639. // tabPage3
  640. //
  641. this.tabPage3.Controls.Add(this.uiGroupBox11);
  642. this.tabPage3.Controls.Add(this.dgv_MutualAidQuery);
  643. this.tabPage3.Location = new System.Drawing.Point(0, 50);
  644. this.tabPage3.Name = "tabPage3";
  645. this.tabPage3.Size = new System.Drawing.Size(1404, 674);
  646. this.tabPage3.TabIndex = 2;
  647. this.tabPage3.Text = "【2589】个账共济查询";
  648. this.tabPage3.UseVisualStyleBackColor = true;
  649. //
  650. // uiGroupBox11
  651. //
  652. this.uiGroupBox11.Controls.Add(this.rtb_InParam);
  653. this.uiGroupBox11.Controls.Add(this.btnReadCard);
  654. this.uiGroupBox11.Controls.Add(this.uiButton2);
  655. this.uiGroupBox11.Controls.Add(this.btnQuery);
  656. this.uiGroupBox11.Controls.Add(this.uiGroupBox13);
  657. this.uiGroupBox11.Controls.Add(this.uiGroupBox12);
  658. this.uiGroupBox11.Dock = System.Windows.Forms.DockStyle.Left;
  659. this.uiGroupBox11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  660. this.uiGroupBox11.Location = new System.Drawing.Point(0, 0);
  661. this.uiGroupBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  662. this.uiGroupBox11.MinimumSize = new System.Drawing.Size(1, 1);
  663. this.uiGroupBox11.Name = "uiGroupBox11";
  664. this.uiGroupBox11.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  665. this.uiGroupBox11.Size = new System.Drawing.Size(295, 674);
  666. this.uiGroupBox11.TabIndex = 2;
  667. this.uiGroupBox11.Text = "查 询 条 件";
  668. this.uiGroupBox11.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  669. this.uiGroupBox11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  670. //
  671. // rtb_InParam
  672. //
  673. this.rtb_InParam.Dock = System.Windows.Forms.DockStyle.Top;
  674. this.rtb_InParam.FillColor = System.Drawing.Color.White;
  675. this.rtb_InParam.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  676. this.rtb_InParam.Location = new System.Drawing.Point(0, 313);
  677. this.rtb_InParam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  678. this.rtb_InParam.MinimumSize = new System.Drawing.Size(1, 1);
  679. this.rtb_InParam.Name = "rtb_InParam";
  680. this.rtb_InParam.Padding = new System.Windows.Forms.Padding(2);
  681. this.rtb_InParam.ShowText = false;
  682. this.rtb_InParam.Size = new System.Drawing.Size(295, 218);
  683. this.rtb_InParam.TabIndex = 29;
  684. this.rtb_InParam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  685. this.rtb_InParam.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  686. //
  687. // btnReadCard
  688. //
  689. this.btnReadCard.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  690. this.btnReadCard.Cursor = System.Windows.Forms.Cursors.Hand;
  691. this.btnReadCard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.btnReadCard.Location = new System.Drawing.Point(63, 539);
  693. this.btnReadCard.MinimumSize = new System.Drawing.Size(1, 1);
  694. this.btnReadCard.Name = "btnReadCard";
  695. this.btnReadCard.Size = new System.Drawing.Size(173, 35);
  696. this.btnReadCard.TabIndex = 28;
  697. this.btnReadCard.Text = "读 卡";
  698. this.btnReadCard.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  699. this.btnReadCard.Visible = false;
  700. this.btnReadCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  701. this.btnReadCard.Click += new System.EventHandler(this.btnReadCard_Click);
  702. //
  703. // uiButton2
  704. //
  705. this.uiButton2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  706. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  707. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.uiButton2.Location = new System.Drawing.Point(63, 627);
  709. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  710. this.uiButton2.Name = "uiButton2";
  711. this.uiButton2.Size = new System.Drawing.Size(173, 35);
  712. this.uiButton2.TabIndex = 27;
  713. this.uiButton2.Text = "退 出";
  714. this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  716. this.uiButton2.Click += new System.EventHandler(this.btnExit_Click);
  717. //
  718. // btnQuery
  719. //
  720. this.btnQuery.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  721. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  722. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.btnQuery.Location = new System.Drawing.Point(63, 583);
  724. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  725. this.btnQuery.Name = "btnQuery";
  726. this.btnQuery.Size = new System.Drawing.Size(173, 35);
  727. this.btnQuery.TabIndex = 26;
  728. this.btnQuery.Text = "查 询";
  729. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  731. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  732. //
  733. // uiGroupBox13
  734. //
  735. this.uiGroupBox13.Controls.Add(this.tb_CertNO_SYR);
  736. this.uiGroupBox13.Controls.Add(this.tb_UserNO);
  737. this.uiGroupBox13.Controls.Add(this.uiLabel22);
  738. this.uiGroupBox13.Controls.Add(this.uiLabel21);
  739. this.uiGroupBox13.Dock = System.Windows.Forms.DockStyle.Top;
  740. this.uiGroupBox13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.uiGroupBox13.Location = new System.Drawing.Point(0, 156);
  742. this.uiGroupBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  743. this.uiGroupBox13.MinimumSize = new System.Drawing.Size(1, 1);
  744. this.uiGroupBox13.Name = "uiGroupBox13";
  745. this.uiGroupBox13.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  746. this.uiGroupBox13.Size = new System.Drawing.Size(295, 157);
  747. this.uiGroupBox13.TabIndex = 23;
  748. this.uiGroupBox13.Text = "条件设置";
  749. this.uiGroupBox13.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  750. this.uiGroupBox13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  751. //
  752. // tb_CertNO_SYR
  753. //
  754. this.tb_CertNO_SYR.Cursor = System.Windows.Forms.Cursors.IBeam;
  755. this.tb_CertNO_SYR.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  756. this.tb_CertNO_SYR.Location = new System.Drawing.Point(10, 57);
  757. this.tb_CertNO_SYR.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  758. this.tb_CertNO_SYR.MinimumSize = new System.Drawing.Size(1, 16);
  759. this.tb_CertNO_SYR.Name = "tb_CertNO_SYR";
  760. this.tb_CertNO_SYR.ShowText = false;
  761. this.tb_CertNO_SYR.Size = new System.Drawing.Size(274, 29);
  762. this.tb_CertNO_SYR.TabIndex = 6;
  763. this.tb_CertNO_SYR.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  764. this.tb_CertNO_SYR.Watermark = "请输入身份证号再查询";
  765. this.tb_CertNO_SYR.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  766. //
  767. // tb_UserNO
  768. //
  769. this.tb_UserNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  770. this.tb_UserNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  771. this.tb_UserNO.Location = new System.Drawing.Point(10, 118);
  772. this.tb_UserNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  773. this.tb_UserNO.MinimumSize = new System.Drawing.Size(1, 16);
  774. this.tb_UserNO.Name = "tb_UserNO";
  775. this.tb_UserNO.ShowText = false;
  776. this.tb_UserNO.Size = new System.Drawing.Size(274, 29);
  777. this.tb_UserNO.TabIndex = 6;
  778. this.tb_UserNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  779. this.tb_UserNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  780. //
  781. // uiLabel22
  782. //
  783. this.uiLabel22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  784. this.uiLabel22.Location = new System.Drawing.Point(10, 30);
  785. this.uiLabel22.Name = "uiLabel22";
  786. this.uiLabel22.Size = new System.Drawing.Size(144, 23);
  787. this.uiLabel22.TabIndex = 3;
  788. this.uiLabel22.Text = "使用人证件号码:";
  789. this.uiLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  790. this.uiLabel22.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  791. //
  792. // uiLabel21
  793. //
  794. this.uiLabel21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  795. this.uiLabel21.Location = new System.Drawing.Point(10, 91);
  796. this.uiLabel21.Name = "uiLabel21";
  797. this.uiLabel21.Size = new System.Drawing.Size(144, 23);
  798. this.uiLabel21.TabIndex = 2;
  799. this.uiLabel21.Text = "使用人医保编号:";
  800. this.uiLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  801. this.uiLabel21.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  802. //
  803. // uiGroupBox12
  804. //
  805. this.uiGroupBox12.Controls.Add(this.uiLabel25);
  806. this.uiGroupBox12.Controls.Add(this.uiLabel24);
  807. this.uiGroupBox12.Controls.Add(this.uiSymbolButton3);
  808. this.uiGroupBox12.Controls.Add(this.uiSymbolButton4);
  809. this.uiGroupBox12.Controls.Add(this.dt_ET);
  810. this.uiGroupBox12.Controls.Add(this.dt_ST);
  811. this.uiGroupBox12.Dock = System.Windows.Forms.DockStyle.Top;
  812. this.uiGroupBox12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  813. this.uiGroupBox12.Location = new System.Drawing.Point(0, 32);
  814. this.uiGroupBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  815. this.uiGroupBox12.MinimumSize = new System.Drawing.Size(1, 1);
  816. this.uiGroupBox12.Name = "uiGroupBox12";
  817. this.uiGroupBox12.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  818. this.uiGroupBox12.Size = new System.Drawing.Size(295, 124);
  819. this.uiGroupBox12.TabIndex = 22;
  820. this.uiGroupBox12.Text = null;
  821. this.uiGroupBox12.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  822. this.uiGroupBox12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  823. //
  824. // uiLabel25
  825. //
  826. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  827. this.uiLabel25.Location = new System.Drawing.Point(10, 82);
  828. this.uiLabel25.Name = "uiLabel25";
  829. this.uiLabel25.Size = new System.Drawing.Size(77, 23);
  830. this.uiLabel25.TabIndex = 5;
  831. this.uiLabel25.Text = "截止时间";
  832. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  833. this.uiLabel25.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  834. //
  835. // uiLabel24
  836. //
  837. this.uiLabel24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  838. this.uiLabel24.Location = new System.Drawing.Point(10, 41);
  839. this.uiLabel24.Name = "uiLabel24";
  840. this.uiLabel24.Size = new System.Drawing.Size(77, 23);
  841. this.uiLabel24.TabIndex = 4;
  842. this.uiLabel24.Text = "起始时间";
  843. this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  844. this.uiLabel24.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  845. //
  846. // uiSymbolButton3
  847. //
  848. this.uiSymbolButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  849. this.uiSymbolButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  850. this.uiSymbolButton3.Location = new System.Drawing.Point(160, 3);
  851. this.uiSymbolButton3.MinimumSize = new System.Drawing.Size(1, 1);
  852. this.uiSymbolButton3.Name = "uiSymbolButton3";
  853. this.uiSymbolButton3.Size = new System.Drawing.Size(38, 23);
  854. this.uiSymbolButton3.Symbol = 61544;
  855. this.uiSymbolButton3.TabIndex = 3;
  856. this.uiSymbolButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  857. this.uiSymbolButton3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  858. //
  859. // uiSymbolButton4
  860. //
  861. this.uiSymbolButton4.Cursor = System.Windows.Forms.Cursors.Hand;
  862. this.uiSymbolButton4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  863. this.uiSymbolButton4.Location = new System.Drawing.Point(116, 3);
  864. this.uiSymbolButton4.MinimumSize = new System.Drawing.Size(1, 1);
  865. this.uiSymbolButton4.Name = "uiSymbolButton4";
  866. this.uiSymbolButton4.Size = new System.Drawing.Size(38, 23);
  867. this.uiSymbolButton4.Symbol = 61543;
  868. this.uiSymbolButton4.TabIndex = 2;
  869. this.uiSymbolButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  870. this.uiSymbolButton4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  871. //
  872. // dt_ET
  873. //
  874. this.dt_ET.FillColor = System.Drawing.Color.White;
  875. this.dt_ET.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  876. this.dt_ET.Location = new System.Drawing.Point(89, 80);
  877. this.dt_ET.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  878. this.dt_ET.MaxLength = 19;
  879. this.dt_ET.MinimumSize = new System.Drawing.Size(63, 0);
  880. this.dt_ET.Name = "dt_ET";
  881. this.dt_ET.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  882. this.dt_ET.Size = new System.Drawing.Size(195, 29);
  883. this.dt_ET.SymbolDropDown = 61555;
  884. this.dt_ET.SymbolNormal = 61555;
  885. this.dt_ET.TabIndex = 1;
  886. this.dt_ET.Text = "2023-11-01 23:59:59";
  887. this.dt_ET.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  888. this.dt_ET.Value = new System.DateTime(2023, 11, 1, 23, 59, 59, 0);
  889. this.dt_ET.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  890. //
  891. // dt_ST
  892. //
  893. this.dt_ST.FillColor = System.Drawing.Color.White;
  894. this.dt_ST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  895. this.dt_ST.Location = new System.Drawing.Point(89, 37);
  896. this.dt_ST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  897. this.dt_ST.MaxLength = 19;
  898. this.dt_ST.MinimumSize = new System.Drawing.Size(63, 0);
  899. this.dt_ST.Name = "dt_ST";
  900. this.dt_ST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  901. this.dt_ST.Size = new System.Drawing.Size(195, 29);
  902. this.dt_ST.SymbolDropDown = 61555;
  903. this.dt_ST.SymbolNormal = 61555;
  904. this.dt_ST.TabIndex = 0;
  905. this.dt_ST.Text = "2023-01-01 00:00:00";
  906. this.dt_ST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  907. this.dt_ST.Value = new System.DateTime(2023, 1, 1, 0, 0, 0, 0);
  908. this.dt_ST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  909. //
  910. // dgv_MutualAidQuery
  911. //
  912. this.dgv_MutualAidQuery.AllowUserToAddRows = false;
  913. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  914. this.dgv_MutualAidQuery.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  915. this.dgv_MutualAidQuery.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  916. this.dgv_MutualAidQuery.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  917. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  918. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  919. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  920. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  921. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  922. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  923. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  924. this.dgv_MutualAidQuery.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  925. this.dgv_MutualAidQuery.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  926. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  927. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  928. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  929. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  930. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  931. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  932. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  933. this.dgv_MutualAidQuery.DefaultCellStyle = dataGridViewCellStyle13;
  934. this.dgv_MutualAidQuery.Dock = System.Windows.Forms.DockStyle.Fill;
  935. this.dgv_MutualAidQuery.EnableHeadersVisualStyles = false;
  936. this.dgv_MutualAidQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  937. this.dgv_MutualAidQuery.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  938. this.dgv_MutualAidQuery.Location = new System.Drawing.Point(0, 0);
  939. this.dgv_MutualAidQuery.Name = "dgv_MutualAidQuery";
  940. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  941. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  942. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  943. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  944. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  945. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  946. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  947. this.dgv_MutualAidQuery.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  948. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  949. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  950. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  951. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  952. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  953. this.dgv_MutualAidQuery.RowsDefaultCellStyle = dataGridViewCellStyle15;
  954. this.dgv_MutualAidQuery.RowTemplate.Height = 23;
  955. this.dgv_MutualAidQuery.SelectedIndex = -1;
  956. this.dgv_MutualAidQuery.Size = new System.Drawing.Size(1404, 674);
  957. this.dgv_MutualAidQuery.TabIndex = 1;
  958. this.dgv_MutualAidQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  959. //
  960. // MutualAid
  961. //
  962. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  963. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  964. this.ClientSize = new System.Drawing.Size(1404, 724);
  965. this.Controls.Add(this.pnlClient);
  966. this.Name = "MutualAid";
  967. this.Text = "账户代支相关业务";
  968. this.Load += new System.EventHandler(this.MutualAid_Load);
  969. this.pnlClient.ResumeLayout(false);
  970. this.tb_AccountMutualAidPay.ResumeLayout(false);
  971. this.tabPage1.ResumeLayout(false);
  972. this.pnlBottom.ResumeLayout(false);
  973. this.uiGroupBox1.ResumeLayout(false);
  974. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlInfo)).EndInit();
  975. this.gbSummatInfo.ResumeLayout(false);
  976. ((System.ComponentModel.ISupportInitialize)(this.dgvSumamt)).EndInit();
  977. this.tabPage2.ResumeLayout(false);
  978. this.uiGroupBox7.ResumeLayout(false);
  979. this.uiGroupBox6.ResumeLayout(false);
  980. this.uiPanel4.ResumeLayout(false);
  981. this.tabPage3.ResumeLayout(false);
  982. this.uiGroupBox11.ResumeLayout(false);
  983. this.uiGroupBox13.ResumeLayout(false);
  984. this.uiGroupBox12.ResumeLayout(false);
  985. ((System.ComponentModel.ISupportInitialize)(this.dgv_MutualAidQuery)).EndInit();
  986. this.ResumeLayout(false);
  987. }
  988. #endregion
  989. private Sunny.UI.UIPanel pnlClient;
  990. private Sunny.UI.UITabControl tb_AccountMutualAidPay;
  991. private System.Windows.Forms.TabPage tabPage1;
  992. private Sunny.UI.UIPanel pnlBottom;
  993. private Sunny.UI.UIButton btQuerySettlInfo;
  994. private Sunny.UI.UITextBox tbMainSettlID;
  995. private Sunny.UI.UIButton btMutualAid;
  996. private Sunny.UI.UIButton btCancleMutualAid;
  997. private Sunny.UI.UIButton btNO;
  998. private Sunny.UI.UIButton btYes;
  999. private Sunny.UI.UIGroupBox uiGroupBox1;
  1000. private Sunny.UI.UIDataGridView dgvSettlInfo;
  1001. private Sunny.UI.UIGroupBox gbSummatInfo;
  1002. private Sunny.UI.UIDataGridView dgvSumamt;
  1003. private System.Windows.Forms.TabPage tabPage2;
  1004. private Sunny.UI.UILabel uiLabel1;
  1005. private Sunny.UI.UIPanel uiPanel4;
  1006. private Sunny.UI.UIButton btnExit;
  1007. private Sunny.UI.UITextBox tb_UserMdtrtID;
  1008. private Sunny.UI.UILabel uiLabel4;
  1009. private Sunny.UI.UIButton btnRectification;
  1010. private Sunny.UI.UIButton btnInputDemo;
  1011. private Sunny.UI.UIGroupBox uiGroupBox7;
  1012. private Sunny.UI.UIRichTextBox rtbOutparam;
  1013. private Sunny.UI.UIGroupBox uiGroupBox6;
  1014. private Sunny.UI.UIRichTextBox rtbInparam;
  1015. private Sunny.UI.UITextBox tb_UserSetID;
  1016. private Sunny.UI.UILabel uiLabel2;
  1017. private Sunny.UI.UITextBox tbCBD_Hand;
  1018. private Sunny.UI.UILabel uiLabel3;
  1019. private System.Windows.Forms.TabPage tabPage3;
  1020. private Sunny.UI.UIGroupBox uiGroupBox11;
  1021. private Sunny.UI.UIGroupBox uiGroupBox13;
  1022. private Sunny.UI.UITextBox tb_CertNO_SYR;
  1023. private Sunny.UI.UITextBox tb_UserNO;
  1024. private Sunny.UI.UILabel uiLabel22;
  1025. private Sunny.UI.UILabel uiLabel21;
  1026. private Sunny.UI.UIGroupBox uiGroupBox12;
  1027. private Sunny.UI.UILabel uiLabel25;
  1028. private Sunny.UI.UILabel uiLabel24;
  1029. private Sunny.UI.UISymbolButton uiSymbolButton3;
  1030. private Sunny.UI.UISymbolButton uiSymbolButton4;
  1031. private Sunny.UI.UIDatetimePicker dt_ET;
  1032. private Sunny.UI.UIDatetimePicker dt_ST;
  1033. private Sunny.UI.UIDataGridView dgv_MutualAidQuery;
  1034. private Sunny.UI.UIButton uiButton2;
  1035. private Sunny.UI.UIButton btnQuery;
  1036. private Sunny.UI.UIButton btnReadCard;
  1037. private Sunny.UI.UIRichTextBox rtb_InParam;
  1038. }
  1039. }