HandleException.designer.cs 110 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class HandleException
  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.tcReverse = new Sunny.UI.UITabControl();
  44. this.tpSettlReverse = new System.Windows.Forms.TabPage();
  45. this.panel2 = new System.Windows.Forms.Panel();
  46. this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
  47. this.uiPagination1 = new Sunny.UI.UIPagination();
  48. this.uiPanel2 = new Sunny.UI.UIPanel();
  49. this.btSetHisInvalid = new Sunny.UI.UIButton();
  50. this.btSetInsuInvalid = new Sunny.UI.UIButton();
  51. this.tbMsgID = new Sunny.UI.UITextBox();
  52. this.gbExactLocate = new Sunny.UI.UIGroupBox();
  53. this.tbHisNO = new Sunny.UI.UITextBox();
  54. this.tbPatSettlID = new Sunny.UI.UITextBox();
  55. this.tbName = new Sunny.UI.UITextBox();
  56. this.rgbValidFlag_1 = new Sunny.UI.UIRadioButtonGroup();
  57. this.btCancleSettl = new Sunny.UI.UIButton();
  58. this.btnQuerySettleRec = new Sunny.UI.UIButton();
  59. this.btnReverseBySettl = new Sunny.UI.UIButton();
  60. this.rbgBillType = new Sunny.UI.UIRadioButtonGroup();
  61. this.rbgAdmType = new Sunny.UI.UIRadioButtonGroup();
  62. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  63. this.dpED_Settl = new Sunny.UI.UIDatetimePicker();
  64. this.dpST_Settl = new Sunny.UI.UIDatetimePicker();
  65. this.tpLogReverse = new System.Windows.Forms.TabPage();
  66. this.panel1 = new System.Windows.Forms.Panel();
  67. this.dgvLog = new Sunny.UI.UIDataGridView();
  68. this.pgSettlRecod = new Sunny.UI.UIPagination();
  69. this.uiPanel1 = new Sunny.UI.UIPanel();
  70. this.gbOther = new Sunny.UI.UIGroupBox();
  71. this.tbCBD_Log = new Sunny.UI.UITextBox();
  72. this.uiLabel5 = new Sunny.UI.UILabel();
  73. this.btnQueryLog = new Sunny.UI.UIButton();
  74. this.btnReverseByLog = new Sunny.UI.UIButton();
  75. this.gbInterface = new Sunny.UI.UIGroupBox();
  76. this.tbPsnNO = new Sunny.UI.UITextBox();
  77. this.uiLabel3 = new Sunny.UI.UILabel();
  78. this.tbTransNO = new Sunny.UI.UITextBox();
  79. this.uiLabel2 = new Sunny.UI.UILabel();
  80. this.gbDateTime = new Sunny.UI.UIGroupBox();
  81. this.dpED_Log = new Sunny.UI.UIDatetimePicker();
  82. this.dpST_Log = new Sunny.UI.UIDatetimePicker();
  83. this.tpHandReverse = new System.Windows.Forms.TabPage();
  84. this.uiPanel5 = new Sunny.UI.UIPanel();
  85. this.uiSplitContainer3 = new Sunny.UI.UISplitContainer();
  86. this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
  87. this.rtbInparam = new Sunny.UI.UIRichTextBox();
  88. this.uiGroupBox7 = new Sunny.UI.UIGroupBox();
  89. this.rtbOutparam = new Sunny.UI.UIRichTextBox();
  90. this.uiPanel4 = new Sunny.UI.UIPanel();
  91. this.btSignOut = new Sunny.UI.UIButton();
  92. this.btCancelSettlement = new Sunny.UI.UIButton();
  93. this.btCancelSettlementEx = new Sunny.UI.UIButton();
  94. this.btInvokeCenterTransaction = new Sunny.UI.UIButton();
  95. this.tbFunNO = new Sunny.UI.UITextBox();
  96. this.uiLabel4 = new Sunny.UI.UILabel();
  97. this.btOtherReversal = new Sunny.UI.UIButton();
  98. this.btOtherReversalEx = new Sunny.UI.UIButton();
  99. this.tbJYYZM = new Sunny.UI.UITextBox();
  100. this.uiLabel6 = new Sunny.UI.UILabel();
  101. this.tbJYLSH = new Sunny.UI.UITextBox();
  102. this.uiLabel1 = new Sunny.UI.UILabel();
  103. this.btCancel = new Sunny.UI.UIButton();
  104. this.btConfirm = new Sunny.UI.UIButton();
  105. this.uiButton1 = new Sunny.UI.UIButton();
  106. this.btLocalReversal = new Sunny.UI.UIButton();
  107. this.btLocalReversalEx = new Sunny.UI.UIButton();
  108. this.tpCancleOutPatReg = new System.Windows.Forms.TabPage();
  109. this.panel3 = new System.Windows.Forms.Panel();
  110. this.dgvOutPatReg = new Sunny.UI.UIDataGridView();
  111. this.uiPagination2 = new Sunny.UI.UIPagination();
  112. this.uiPanel3 = new Sunny.UI.UIPanel();
  113. this.rbgValidFlag4 = new Sunny.UI.UIRadioButtonGroup();
  114. this.btnCancleOutPatFee = new Sunny.UI.UIButton();
  115. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  116. this.tbOutPatPsnNO = new Sunny.UI.UITextBox();
  117. this.tbOutPatRegID = new Sunny.UI.UITextBox();
  118. this.tbOutPatName = new Sunny.UI.UITextBox();
  119. this.btnQueryOutPatReg = new Sunny.UI.UIButton();
  120. this.btnCancleOutPatReg = new Sunny.UI.UIButton();
  121. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  122. this.dpED_OutPatReg = new Sunny.UI.UIDatetimePicker();
  123. this.dpST_OutPatReg = new Sunny.UI.UIDatetimePicker();
  124. this.tbPrmBatch = new Sunny.UI.UITextBox();
  125. this.tcReverse.SuspendLayout();
  126. this.tpSettlReverse.SuspendLayout();
  127. this.panel2.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
  129. this.uiPanel2.SuspendLayout();
  130. this.gbExactLocate.SuspendLayout();
  131. this.uiGroupBox2.SuspendLayout();
  132. this.tpLogReverse.SuspendLayout();
  133. this.panel1.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).BeginInit();
  135. this.uiPanel1.SuspendLayout();
  136. this.gbOther.SuspendLayout();
  137. this.gbInterface.SuspendLayout();
  138. this.gbDateTime.SuspendLayout();
  139. this.tpHandReverse.SuspendLayout();
  140. this.uiPanel5.SuspendLayout();
  141. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer3)).BeginInit();
  142. this.uiSplitContainer3.Panel1.SuspendLayout();
  143. this.uiSplitContainer3.Panel2.SuspendLayout();
  144. this.uiSplitContainer3.SuspendLayout();
  145. this.uiGroupBox6.SuspendLayout();
  146. this.uiGroupBox7.SuspendLayout();
  147. this.uiPanel4.SuspendLayout();
  148. this.tpCancleOutPatReg.SuspendLayout();
  149. this.panel3.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.dgvOutPatReg)).BeginInit();
  151. this.uiPanel3.SuspendLayout();
  152. this.uiGroupBox3.SuspendLayout();
  153. this.uiGroupBox5.SuspendLayout();
  154. this.SuspendLayout();
  155. //
  156. // tcReverse
  157. //
  158. this.tcReverse.Controls.Add(this.tpSettlReverse);
  159. this.tcReverse.Controls.Add(this.tpLogReverse);
  160. this.tcReverse.Controls.Add(this.tpHandReverse);
  161. this.tcReverse.Controls.Add(this.tpCancleOutPatReg);
  162. this.tcReverse.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.tcReverse.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  164. this.tcReverse.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.tcReverse.ItemSize = new System.Drawing.Size(150, 40);
  166. this.tcReverse.Location = new System.Drawing.Point(0, 0);
  167. this.tcReverse.MainPage = "";
  168. this.tcReverse.Margin = new System.Windows.Forms.Padding(2);
  169. this.tcReverse.Name = "tcReverse";
  170. this.tcReverse.SelectedIndex = 0;
  171. this.tcReverse.Size = new System.Drawing.Size(1362, 612);
  172. this.tcReverse.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  173. this.tcReverse.TabIndex = 0;
  174. this.tcReverse.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.tcReverse.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  176. //
  177. // tpSettlReverse
  178. //
  179. this.tpSettlReverse.Controls.Add(this.panel2);
  180. this.tpSettlReverse.Location = new System.Drawing.Point(0, 40);
  181. this.tpSettlReverse.Name = "tpSettlReverse";
  182. this.tpSettlReverse.Size = new System.Drawing.Size(1362, 572);
  183. this.tpSettlReverse.TabIndex = 2;
  184. this.tpSettlReverse.Text = "结算冲正";
  185. this.tpSettlReverse.UseVisualStyleBackColor = true;
  186. //
  187. // panel2
  188. //
  189. this.panel2.Controls.Add(this.dgvSettlRecord);
  190. this.panel2.Controls.Add(this.uiPagination1);
  191. this.panel2.Controls.Add(this.uiPanel2);
  192. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.panel2.Location = new System.Drawing.Point(0, 0);
  194. this.panel2.Name = "panel2";
  195. this.panel2.Size = new System.Drawing.Size(1362, 572);
  196. this.panel2.TabIndex = 2;
  197. //
  198. // dgvSettlRecord
  199. //
  200. this.dgvSettlRecord.AllowUserToAddRows = false;
  201. this.dgvSettlRecord.AllowUserToDeleteRows = false;
  202. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  203. this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  204. this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
  205. this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  206. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  207. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  208. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  210. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  211. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  212. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  213. this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  214. this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  215. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  216. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  217. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  219. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  220. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  221. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  222. this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle3;
  223. this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.dgvSettlRecord.EnableHeadersVisualStyles = false;
  225. this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  227. this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
  228. this.dgvSettlRecord.Name = "dgvSettlRecord";
  229. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  230. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  231. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  233. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  234. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  235. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  236. this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  237. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  238. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle5;
  240. this.dgvSettlRecord.RowTemplate.Height = 23;
  241. this.dgvSettlRecord.SelectedIndex = -1;
  242. this.dgvSettlRecord.Size = new System.Drawing.Size(1362, 404);
  243. this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  244. this.dgvSettlRecord.TabIndex = 3;
  245. this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  246. //
  247. // uiPagination1
  248. //
  249. this.uiPagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
  250. this.uiPagination1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.uiPagination1.Location = new System.Drawing.Point(0, 404);
  252. this.uiPagination1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  253. this.uiPagination1.MinimumSize = new System.Drawing.Size(1, 1);
  254. this.uiPagination1.Name = "uiPagination1";
  255. this.uiPagination1.PagerCount = 13;
  256. this.uiPagination1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  257. this.uiPagination1.ShowJumpButton = false;
  258. this.uiPagination1.ShowText = false;
  259. this.uiPagination1.Size = new System.Drawing.Size(1362, 31);
  260. this.uiPagination1.TabIndex = 2;
  261. this.uiPagination1.Text = "uiPagination1";
  262. this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  263. this.uiPagination1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  264. //
  265. // uiPanel2
  266. //
  267. this.uiPanel2.Controls.Add(this.tbPrmBatch);
  268. this.uiPanel2.Controls.Add(this.btSetHisInvalid);
  269. this.uiPanel2.Controls.Add(this.btSetInsuInvalid);
  270. this.uiPanel2.Controls.Add(this.tbMsgID);
  271. this.uiPanel2.Controls.Add(this.gbExactLocate);
  272. this.uiPanel2.Controls.Add(this.rgbValidFlag_1);
  273. this.uiPanel2.Controls.Add(this.btCancleSettl);
  274. this.uiPanel2.Controls.Add(this.btnQuerySettleRec);
  275. this.uiPanel2.Controls.Add(this.btnReverseBySettl);
  276. this.uiPanel2.Controls.Add(this.rbgBillType);
  277. this.uiPanel2.Controls.Add(this.rbgAdmType);
  278. this.uiPanel2.Controls.Add(this.uiGroupBox2);
  279. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  280. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.uiPanel2.Location = new System.Drawing.Point(0, 435);
  282. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  283. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  284. this.uiPanel2.Name = "uiPanel2";
  285. this.uiPanel2.Size = new System.Drawing.Size(1362, 137);
  286. this.uiPanel2.TabIndex = 4;
  287. this.uiPanel2.Text = null;
  288. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  289. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  290. //
  291. // btSetHisInvalid
  292. //
  293. this.btSetHisInvalid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  294. this.btSetHisInvalid.Cursor = System.Windows.Forms.Cursors.Hand;
  295. this.btSetHisInvalid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.btSetHisInvalid.Location = new System.Drawing.Point(929, 96);
  297. this.btSetHisInvalid.MinimumSize = new System.Drawing.Size(1, 1);
  298. this.btSetHisInvalid.Name = "btSetHisInvalid";
  299. this.btSetHisInvalid.Size = new System.Drawing.Size(313, 32);
  300. this.btSetHisInvalid.TabIndex = 29;
  301. this.btSetHisInvalid.Text = "将HIS的数据置为无效数据";
  302. this.btSetHisInvalid.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.btSetHisInvalid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  304. this.btSetHisInvalid.Click += new System.EventHandler(this.btSetHisInvalid_Click);
  305. //
  306. // btSetInsuInvalid
  307. //
  308. this.btSetInsuInvalid.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  309. this.btSetInsuInvalid.Cursor = System.Windows.Forms.Cursors.Hand;
  310. this.btSetInsuInvalid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.btSetInsuInvalid.Location = new System.Drawing.Point(929, 58);
  312. this.btSetInsuInvalid.MinimumSize = new System.Drawing.Size(1, 1);
  313. this.btSetInsuInvalid.Name = "btSetInsuInvalid";
  314. this.btSetInsuInvalid.Size = new System.Drawing.Size(313, 32);
  315. this.btSetInsuInvalid.TabIndex = 28;
  316. this.btSetInsuInvalid.Text = "将医保平台的数据置为无效数据";
  317. this.btSetInsuInvalid.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.btSetInsuInvalid.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  319. this.btSetInsuInvalid.Click += new System.EventHandler(this.btSetInsuInvalid_Click);
  320. //
  321. // tbMsgID
  322. //
  323. this.tbMsgID.Cursor = System.Windows.Forms.Cursors.IBeam;
  324. this.tbMsgID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.tbMsgID.Location = new System.Drawing.Point(682, 19);
  326. this.tbMsgID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  327. this.tbMsgID.MinimumSize = new System.Drawing.Size(1, 16);
  328. this.tbMsgID.Name = "tbMsgID";
  329. this.tbMsgID.ShowText = false;
  330. this.tbMsgID.Size = new System.Drawing.Size(240, 24);
  331. this.tbMsgID.TabIndex = 27;
  332. this.tbMsgID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  333. this.tbMsgID.Watermark = "此处填写报文ID后,冲正将取这里的MSGID";
  334. this.tbMsgID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  335. //
  336. // gbExactLocate
  337. //
  338. this.gbExactLocate.Controls.Add(this.tbHisNO);
  339. this.gbExactLocate.Controls.Add(this.tbPatSettlID);
  340. this.gbExactLocate.Controls.Add(this.tbName);
  341. this.gbExactLocate.Dock = System.Windows.Forms.DockStyle.Left;
  342. this.gbExactLocate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.gbExactLocate.Location = new System.Drawing.Point(490, 0);
  344. this.gbExactLocate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  345. this.gbExactLocate.MinimumSize = new System.Drawing.Size(1, 1);
  346. this.gbExactLocate.Name = "gbExactLocate";
  347. this.gbExactLocate.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  348. this.gbExactLocate.Size = new System.Drawing.Size(184, 137);
  349. this.gbExactLocate.TabIndex = 23;
  350. this.gbExactLocate.Text = "精确定位";
  351. this.gbExactLocate.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  352. this.gbExactLocate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  353. //
  354. // tbHisNO
  355. //
  356. this.tbHisNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  357. this.tbHisNO.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.tbHisNO.Location = new System.Drawing.Point(8, 93);
  359. this.tbHisNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  360. this.tbHisNO.MinimumSize = new System.Drawing.Size(1, 16);
  361. this.tbHisNO.Name = "tbHisNO";
  362. this.tbHisNO.ShowText = false;
  363. this.tbHisNO.Size = new System.Drawing.Size(164, 24);
  364. this.tbHisNO.TabIndex = 3;
  365. this.tbHisNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  366. this.tbHisNO.Watermark = "患者卡号";
  367. this.tbHisNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  368. //
  369. // tbPatSettlID
  370. //
  371. this.tbPatSettlID.Cursor = System.Windows.Forms.Cursors.IBeam;
  372. this.tbPatSettlID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.tbPatSettlID.Location = new System.Drawing.Point(8, 62);
  374. this.tbPatSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  375. this.tbPatSettlID.MinimumSize = new System.Drawing.Size(1, 16);
  376. this.tbPatSettlID.Name = "tbPatSettlID";
  377. this.tbPatSettlID.ShowText = false;
  378. this.tbPatSettlID.Size = new System.Drawing.Size(164, 24);
  379. this.tbPatSettlID.TabIndex = 2;
  380. this.tbPatSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  381. this.tbPatSettlID.Watermark = "结算编号";
  382. this.tbPatSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  383. //
  384. // tbName
  385. //
  386. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  387. this.tbName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.tbName.Location = new System.Drawing.Point(8, 31);
  389. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  390. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  391. this.tbName.Name = "tbName";
  392. this.tbName.ShowText = false;
  393. this.tbName.Size = new System.Drawing.Size(164, 24);
  394. this.tbName.TabIndex = 1;
  395. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  396. this.tbName.Watermark = "姓名";
  397. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  398. //
  399. // rgbValidFlag_1
  400. //
  401. this.rgbValidFlag_1.Dock = System.Windows.Forms.DockStyle.Left;
  402. this.rgbValidFlag_1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.rgbValidFlag_1.Items.AddRange(new object[] {
  404. "全部",
  405. "有效",
  406. "无效"});
  407. this.rgbValidFlag_1.Location = new System.Drawing.Point(402, 0);
  408. this.rgbValidFlag_1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  409. this.rgbValidFlag_1.MinimumSize = new System.Drawing.Size(1, 1);
  410. this.rgbValidFlag_1.Name = "rgbValidFlag_1";
  411. this.rgbValidFlag_1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  412. this.rgbValidFlag_1.Size = new System.Drawing.Size(88, 137);
  413. this.rgbValidFlag_1.TabIndex = 26;
  414. this.rgbValidFlag_1.Text = "有效标志";
  415. this.rgbValidFlag_1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  416. this.rgbValidFlag_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  417. //
  418. // btCancleSettl
  419. //
  420. this.btCancleSettl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  421. this.btCancleSettl.Cursor = System.Windows.Forms.Cursors.Hand;
  422. this.btCancleSettl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.btCancleSettl.Location = new System.Drawing.Point(1081, 14);
  424. this.btCancleSettl.MinimumSize = new System.Drawing.Size(1, 1);
  425. this.btCancleSettl.Name = "btCancleSettl";
  426. this.btCancleSettl.Size = new System.Drawing.Size(161, 32);
  427. this.btCancleSettl.TabIndex = 25;
  428. this.btCancleSettl.Text = "退结算(正常)";
  429. this.btCancleSettl.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.btCancleSettl.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  431. this.btCancleSettl.Click += new System.EventHandler(this.btCancleSettl_Click);
  432. //
  433. // btnQuerySettleRec
  434. //
  435. this.btnQuerySettleRec.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  436. this.btnQuerySettleRec.Cursor = System.Windows.Forms.Cursors.Hand;
  437. this.btnQuerySettleRec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.btnQuerySettleRec.Location = new System.Drawing.Point(929, 14);
  439. this.btnQuerySettleRec.MinimumSize = new System.Drawing.Size(1, 1);
  440. this.btnQuerySettleRec.Name = "btnQuerySettleRec";
  441. this.btnQuerySettleRec.Size = new System.Drawing.Size(135, 32);
  442. this.btnQuerySettleRec.TabIndex = 19;
  443. this.btnQuerySettleRec.Text = "查询";
  444. this.btnQuerySettleRec.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.btnQuerySettleRec.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  446. this.btnQuerySettleRec.Click += new System.EventHandler(this.btnQuerySettleRec_Click);
  447. //
  448. // btnReverseBySettl
  449. //
  450. this.btnReverseBySettl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  451. this.btnReverseBySettl.Cursor = System.Windows.Forms.Cursors.Hand;
  452. this.btnReverseBySettl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. this.btnReverseBySettl.Location = new System.Drawing.Point(681, 82);
  454. this.btnReverseBySettl.MinimumSize = new System.Drawing.Size(1, 1);
  455. this.btnReverseBySettl.Name = "btnReverseBySettl";
  456. this.btnReverseBySettl.Size = new System.Drawing.Size(240, 35);
  457. this.btnReverseBySettl.TabIndex = 18;
  458. this.btnReverseBySettl.Text = "冲正";
  459. this.btnReverseBySettl.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.btnReverseBySettl.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  461. this.btnReverseBySettl.Click += new System.EventHandler(this.btnReverseBySettl_Click);
  462. //
  463. // rbgBillType
  464. //
  465. this.rbgBillType.Dock = System.Windows.Forms.DockStyle.Left;
  466. this.rbgBillType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.rbgBillType.Items.AddRange(new object[] {
  468. "全部",
  469. "正票",
  470. "负票"});
  471. this.rbgBillType.Location = new System.Drawing.Point(314, 0);
  472. this.rbgBillType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  473. this.rbgBillType.MinimumSize = new System.Drawing.Size(1, 1);
  474. this.rbgBillType.Name = "rbgBillType";
  475. this.rbgBillType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  476. this.rbgBillType.Size = new System.Drawing.Size(88, 137);
  477. this.rbgBillType.TabIndex = 24;
  478. this.rbgBillType.Text = "票据类型";
  479. this.rbgBillType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  480. this.rbgBillType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  481. //
  482. // rbgAdmType
  483. //
  484. this.rbgAdmType.Dock = System.Windows.Forms.DockStyle.Left;
  485. this.rbgAdmType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.rbgAdmType.Items.AddRange(new object[] {
  487. "全部",
  488. "住院",
  489. "门诊"});
  490. this.rbgAdmType.Location = new System.Drawing.Point(226, 0);
  491. this.rbgAdmType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  492. this.rbgAdmType.MinimumSize = new System.Drawing.Size(1, 1);
  493. this.rbgAdmType.Name = "rbgAdmType";
  494. this.rbgAdmType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  495. this.rbgAdmType.Size = new System.Drawing.Size(88, 137);
  496. this.rbgAdmType.TabIndex = 21;
  497. this.rbgAdmType.Text = "就诊类型";
  498. this.rbgAdmType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  499. this.rbgAdmType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  500. //
  501. // uiGroupBox2
  502. //
  503. this.uiGroupBox2.Controls.Add(this.dpED_Settl);
  504. this.uiGroupBox2.Controls.Add(this.dpST_Settl);
  505. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  506. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
  508. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  509. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  510. this.uiGroupBox2.Name = "uiGroupBox2";
  511. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  512. this.uiGroupBox2.Size = new System.Drawing.Size(226, 137);
  513. this.uiGroupBox2.TabIndex = 20;
  514. this.uiGroupBox2.Text = "起止时间";
  515. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  516. this.uiGroupBox2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  517. //
  518. // dpED_Settl
  519. //
  520. this.dpED_Settl.FillColor = System.Drawing.Color.White;
  521. this.dpED_Settl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.dpED_Settl.Location = new System.Drawing.Point(13, 70);
  523. this.dpED_Settl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  524. this.dpED_Settl.MaxLength = 19;
  525. this.dpED_Settl.MinimumSize = new System.Drawing.Size(63, 0);
  526. this.dpED_Settl.Name = "dpED_Settl";
  527. this.dpED_Settl.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  528. this.dpED_Settl.Size = new System.Drawing.Size(200, 29);
  529. this.dpED_Settl.SymbolDropDown = 61555;
  530. this.dpED_Settl.SymbolNormal = 61555;
  531. this.dpED_Settl.TabIndex = 1;
  532. this.dpED_Settl.Text = "2022-05-22 14:03:13";
  533. this.dpED_Settl.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  534. this.dpED_Settl.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  535. this.dpED_Settl.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  536. //
  537. // dpST_Settl
  538. //
  539. this.dpST_Settl.FillColor = System.Drawing.Color.White;
  540. this.dpST_Settl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.dpST_Settl.Location = new System.Drawing.Point(13, 31);
  542. this.dpST_Settl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  543. this.dpST_Settl.MaxLength = 19;
  544. this.dpST_Settl.MinimumSize = new System.Drawing.Size(63, 0);
  545. this.dpST_Settl.Name = "dpST_Settl";
  546. this.dpST_Settl.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  547. this.dpST_Settl.Size = new System.Drawing.Size(200, 29);
  548. this.dpST_Settl.SymbolDropDown = 61555;
  549. this.dpST_Settl.SymbolNormal = 61555;
  550. this.dpST_Settl.TabIndex = 0;
  551. this.dpST_Settl.Text = "2022-05-22 14:03:13";
  552. this.dpST_Settl.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  553. this.dpST_Settl.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  554. this.dpST_Settl.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  555. //
  556. // tpLogReverse
  557. //
  558. this.tpLogReverse.Controls.Add(this.panel1);
  559. this.tpLogReverse.Location = new System.Drawing.Point(0, 40);
  560. this.tpLogReverse.Margin = new System.Windows.Forms.Padding(2);
  561. this.tpLogReverse.Name = "tpLogReverse";
  562. this.tpLogReverse.Size = new System.Drawing.Size(1362, 572);
  563. this.tpLogReverse.TabIndex = 0;
  564. this.tpLogReverse.Text = "日志冲正";
  565. this.tpLogReverse.UseVisualStyleBackColor = true;
  566. //
  567. // panel1
  568. //
  569. this.panel1.Controls.Add(this.dgvLog);
  570. this.panel1.Controls.Add(this.pgSettlRecod);
  571. this.panel1.Controls.Add(this.uiPanel1);
  572. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  573. this.panel1.Location = new System.Drawing.Point(0, 0);
  574. this.panel1.Name = "panel1";
  575. this.panel1.Size = new System.Drawing.Size(1362, 572);
  576. this.panel1.TabIndex = 2;
  577. //
  578. // dgvLog
  579. //
  580. this.dgvLog.AllowUserToAddRows = false;
  581. this.dgvLog.AllowUserToDeleteRows = false;
  582. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  583. this.dgvLog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  584. this.dgvLog.BackgroundColor = System.Drawing.Color.White;
  585. this.dgvLog.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  586. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  587. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  588. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  590. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  591. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  592. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  593. this.dgvLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  594. this.dgvLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  595. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  596. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  597. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  599. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  600. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  601. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  602. this.dgvLog.DefaultCellStyle = dataGridViewCellStyle8;
  603. this.dgvLog.Dock = System.Windows.Forms.DockStyle.Fill;
  604. this.dgvLog.EnableHeadersVisualStyles = false;
  605. this.dgvLog.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  606. this.dgvLog.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  607. this.dgvLog.Location = new System.Drawing.Point(0, 0);
  608. this.dgvLog.Name = "dgvLog";
  609. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  610. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  611. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  613. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  614. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  615. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  616. this.dgvLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  617. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  618. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  619. this.dgvLog.RowsDefaultCellStyle = dataGridViewCellStyle10;
  620. this.dgvLog.RowTemplate.Height = 23;
  621. this.dgvLog.SelectedIndex = -1;
  622. this.dgvLog.Size = new System.Drawing.Size(1362, 385);
  623. this.dgvLog.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  624. this.dgvLog.TabIndex = 3;
  625. this.dgvLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  626. //
  627. // pgSettlRecod
  628. //
  629. this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
  630. this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  631. this.pgSettlRecod.Location = new System.Drawing.Point(0, 385);
  632. this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  633. this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
  634. this.pgSettlRecod.Name = "pgSettlRecod";
  635. this.pgSettlRecod.PagerCount = 13;
  636. this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  637. this.pgSettlRecod.ShowJumpButton = false;
  638. this.pgSettlRecod.ShowText = false;
  639. this.pgSettlRecod.Size = new System.Drawing.Size(1362, 31);
  640. this.pgSettlRecod.TabIndex = 2;
  641. this.pgSettlRecod.Text = "uiPagination1";
  642. this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  643. this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  644. //
  645. // uiPanel1
  646. //
  647. this.uiPanel1.Controls.Add(this.gbOther);
  648. this.uiPanel1.Controls.Add(this.btnQueryLog);
  649. this.uiPanel1.Controls.Add(this.btnReverseByLog);
  650. this.uiPanel1.Controls.Add(this.gbInterface);
  651. this.uiPanel1.Controls.Add(this.gbDateTime);
  652. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  653. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.uiPanel1.Location = new System.Drawing.Point(0, 416);
  655. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  656. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  657. this.uiPanel1.Name = "uiPanel1";
  658. this.uiPanel1.Size = new System.Drawing.Size(1362, 156);
  659. this.uiPanel1.TabIndex = 4;
  660. this.uiPanel1.Text = null;
  661. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  662. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  663. //
  664. // gbOther
  665. //
  666. this.gbOther.Controls.Add(this.tbCBD_Log);
  667. this.gbOther.Controls.Add(this.uiLabel5);
  668. this.gbOther.Dock = System.Windows.Forms.DockStyle.Left;
  669. this.gbOther.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  670. this.gbOther.Location = new System.Drawing.Point(579, 0);
  671. this.gbOther.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  672. this.gbOther.MinimumSize = new System.Drawing.Size(1, 1);
  673. this.gbOther.Name = "gbOther";
  674. this.gbOther.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  675. this.gbOther.Size = new System.Drawing.Size(258, 156);
  676. this.gbOther.TabIndex = 25;
  677. this.gbOther.Text = "冲正条件";
  678. this.gbOther.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  679. this.gbOther.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  680. //
  681. // tbCBD_Log
  682. //
  683. this.tbCBD_Log.Cursor = System.Windows.Forms.Cursors.IBeam;
  684. this.tbCBD_Log.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  685. this.tbCBD_Log.Location = new System.Drawing.Point(68, 65);
  686. this.tbCBD_Log.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  687. this.tbCBD_Log.MinimumSize = new System.Drawing.Size(1, 16);
  688. this.tbCBD_Log.Name = "tbCBD_Log";
  689. this.tbCBD_Log.ShowText = false;
  690. this.tbCBD_Log.Size = new System.Drawing.Size(150, 25);
  691. this.tbCBD_Log.TabIndex = 3;
  692. this.tbCBD_Log.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  693. this.tbCBD_Log.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  694. //
  695. // uiLabel5
  696. //
  697. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  698. this.uiLabel5.Location = new System.Drawing.Point(3, 67);
  699. this.uiLabel5.Name = "uiLabel5";
  700. this.uiLabel5.Size = new System.Drawing.Size(100, 23);
  701. this.uiLabel5.TabIndex = 2;
  702. this.uiLabel5.Text = "参保地:";
  703. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  704. this.uiLabel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  705. //
  706. // btnQueryLog
  707. //
  708. this.btnQueryLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  709. this.btnQueryLog.Cursor = System.Windows.Forms.Cursors.Hand;
  710. this.btnQueryLog.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  711. this.btnQueryLog.Location = new System.Drawing.Point(871, 29);
  712. this.btnQueryLog.MinimumSize = new System.Drawing.Size(1, 1);
  713. this.btnQueryLog.Name = "btnQueryLog";
  714. this.btnQueryLog.Size = new System.Drawing.Size(152, 32);
  715. this.btnQueryLog.TabIndex = 24;
  716. this.btnQueryLog.Text = "查询";
  717. this.btnQueryLog.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  718. this.btnQueryLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  719. this.btnQueryLog.Click += new System.EventHandler(this.btnQueryLog_Click);
  720. //
  721. // btnReverseByLog
  722. //
  723. this.btnReverseByLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  724. this.btnReverseByLog.Cursor = System.Windows.Forms.Cursors.Hand;
  725. this.btnReverseByLog.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. this.btnReverseByLog.Location = new System.Drawing.Point(871, 94);
  727. this.btnReverseByLog.MinimumSize = new System.Drawing.Size(1, 1);
  728. this.btnReverseByLog.Name = "btnReverseByLog";
  729. this.btnReverseByLog.Size = new System.Drawing.Size(152, 32);
  730. this.btnReverseByLog.TabIndex = 23;
  731. this.btnReverseByLog.Text = "冲正";
  732. this.btnReverseByLog.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  733. this.btnReverseByLog.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  734. this.btnReverseByLog.Click += new System.EventHandler(this.btnReverseByLog_Click);
  735. //
  736. // gbInterface
  737. //
  738. this.gbInterface.Controls.Add(this.tbPsnNO);
  739. this.gbInterface.Controls.Add(this.uiLabel3);
  740. this.gbInterface.Controls.Add(this.tbTransNO);
  741. this.gbInterface.Controls.Add(this.uiLabel2);
  742. this.gbInterface.Dock = System.Windows.Forms.DockStyle.Left;
  743. this.gbInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.gbInterface.Location = new System.Drawing.Point(226, 0);
  745. this.gbInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  746. this.gbInterface.MinimumSize = new System.Drawing.Size(1, 1);
  747. this.gbInterface.Name = "gbInterface";
  748. this.gbInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  749. this.gbInterface.Size = new System.Drawing.Size(353, 156);
  750. this.gbInterface.TabIndex = 22;
  751. this.gbInterface.Text = "筛选条件";
  752. this.gbInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  753. this.gbInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  754. //
  755. // tbPsnNO
  756. //
  757. this.tbPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  758. this.tbPsnNO.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  759. this.tbPsnNO.Location = new System.Drawing.Point(114, 103);
  760. this.tbPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  761. this.tbPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  762. this.tbPsnNO.Name = "tbPsnNO";
  763. this.tbPsnNO.ShowText = false;
  764. this.tbPsnNO.Size = new System.Drawing.Size(150, 25);
  765. this.tbPsnNO.TabIndex = 5;
  766. this.tbPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  767. this.tbPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  768. //
  769. // uiLabel3
  770. //
  771. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  772. this.uiLabel3.Location = new System.Drawing.Point(3, 103);
  773. this.uiLabel3.Name = "uiLabel3";
  774. this.uiLabel3.Size = new System.Drawing.Size(100, 23);
  775. this.uiLabel3.TabIndex = 4;
  776. this.uiLabel3.Text = "医保编号:";
  777. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  778. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  779. //
  780. // tbTransNO
  781. //
  782. this.tbTransNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  783. this.tbTransNO.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  784. this.tbTransNO.Location = new System.Drawing.Point(114, 67);
  785. this.tbTransNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  786. this.tbTransNO.MinimumSize = new System.Drawing.Size(1, 16);
  787. this.tbTransNO.Name = "tbTransNO";
  788. this.tbTransNO.ShowText = false;
  789. this.tbTransNO.Size = new System.Drawing.Size(150, 25);
  790. this.tbTransNO.TabIndex = 3;
  791. this.tbTransNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  792. this.tbTransNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  793. //
  794. // uiLabel2
  795. //
  796. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  797. this.uiLabel2.Location = new System.Drawing.Point(3, 67);
  798. this.uiLabel2.Name = "uiLabel2";
  799. this.uiLabel2.Size = new System.Drawing.Size(100, 23);
  800. this.uiLabel2.TabIndex = 2;
  801. this.uiLabel2.Text = "交易编码:";
  802. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  803. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  804. //
  805. // gbDateTime
  806. //
  807. this.gbDateTime.Controls.Add(this.dpED_Log);
  808. this.gbDateTime.Controls.Add(this.dpST_Log);
  809. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
  810. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  811. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  812. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  813. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  814. this.gbDateTime.Name = "gbDateTime";
  815. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  816. this.gbDateTime.Size = new System.Drawing.Size(226, 156);
  817. this.gbDateTime.TabIndex = 20;
  818. this.gbDateTime.Text = "起止时间";
  819. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  820. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  821. //
  822. // dpED_Log
  823. //
  824. this.dpED_Log.FillColor = System.Drawing.Color.White;
  825. this.dpED_Log.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  826. this.dpED_Log.Location = new System.Drawing.Point(13, 70);
  827. this.dpED_Log.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  828. this.dpED_Log.MaxLength = 19;
  829. this.dpED_Log.MinimumSize = new System.Drawing.Size(63, 0);
  830. this.dpED_Log.Name = "dpED_Log";
  831. this.dpED_Log.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  832. this.dpED_Log.Size = new System.Drawing.Size(200, 29);
  833. this.dpED_Log.SymbolDropDown = 61555;
  834. this.dpED_Log.SymbolNormal = 61555;
  835. this.dpED_Log.TabIndex = 1;
  836. this.dpED_Log.Text = "2022-05-22 14:03:13";
  837. this.dpED_Log.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  838. this.dpED_Log.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  839. this.dpED_Log.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  840. //
  841. // dpST_Log
  842. //
  843. this.dpST_Log.FillColor = System.Drawing.Color.White;
  844. this.dpST_Log.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  845. this.dpST_Log.Location = new System.Drawing.Point(13, 31);
  846. this.dpST_Log.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  847. this.dpST_Log.MaxLength = 19;
  848. this.dpST_Log.MinimumSize = new System.Drawing.Size(63, 0);
  849. this.dpST_Log.Name = "dpST_Log";
  850. this.dpST_Log.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  851. this.dpST_Log.Size = new System.Drawing.Size(200, 29);
  852. this.dpST_Log.SymbolDropDown = 61555;
  853. this.dpST_Log.SymbolNormal = 61555;
  854. this.dpST_Log.TabIndex = 0;
  855. this.dpST_Log.Text = "2022-05-22 14:03:13";
  856. this.dpST_Log.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  857. this.dpST_Log.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  858. this.dpST_Log.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  859. //
  860. // tpHandReverse
  861. //
  862. this.tpHandReverse.Controls.Add(this.uiPanel5);
  863. this.tpHandReverse.Controls.Add(this.uiPanel4);
  864. this.tpHandReverse.Location = new System.Drawing.Point(0, 40);
  865. this.tpHandReverse.Margin = new System.Windows.Forms.Padding(2);
  866. this.tpHandReverse.Name = "tpHandReverse";
  867. this.tpHandReverse.Size = new System.Drawing.Size(1362, 572);
  868. this.tpHandReverse.TabIndex = 1;
  869. this.tpHandReverse.Text = "手工冲正";
  870. this.tpHandReverse.UseVisualStyleBackColor = true;
  871. //
  872. // uiPanel5
  873. //
  874. this.uiPanel5.Controls.Add(this.uiSplitContainer3);
  875. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  876. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. this.uiPanel5.Location = new System.Drawing.Point(0, 0);
  878. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  879. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  880. this.uiPanel5.Name = "uiPanel5";
  881. this.uiPanel5.Size = new System.Drawing.Size(1362, 392);
  882. this.uiPanel5.TabIndex = 5;
  883. this.uiPanel5.Text = null;
  884. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  885. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  886. //
  887. // uiSplitContainer3
  888. //
  889. this.uiSplitContainer3.Cursor = System.Windows.Forms.Cursors.Default;
  890. this.uiSplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  891. this.uiSplitContainer3.Location = new System.Drawing.Point(0, 0);
  892. this.uiSplitContainer3.MinimumSize = new System.Drawing.Size(20, 20);
  893. this.uiSplitContainer3.Name = "uiSplitContainer3";
  894. //
  895. // uiSplitContainer3.Panel1
  896. //
  897. this.uiSplitContainer3.Panel1.Controls.Add(this.uiGroupBox6);
  898. //
  899. // uiSplitContainer3.Panel2
  900. //
  901. this.uiSplitContainer3.Panel2.Controls.Add(this.uiGroupBox7);
  902. this.uiSplitContainer3.Size = new System.Drawing.Size(1362, 392);
  903. this.uiSplitContainer3.SplitterDistance = 626;
  904. this.uiSplitContainer3.SplitterWidth = 11;
  905. this.uiSplitContainer3.TabIndex = 0;
  906. this.uiSplitContainer3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  907. //
  908. // uiGroupBox6
  909. //
  910. this.uiGroupBox6.Controls.Add(this.rtbInparam);
  911. this.uiGroupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  912. this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  913. this.uiGroupBox6.Location = new System.Drawing.Point(0, 0);
  914. this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  915. this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
  916. this.uiGroupBox6.Name = "uiGroupBox6";
  917. this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  918. this.uiGroupBox6.Size = new System.Drawing.Size(626, 392);
  919. this.uiGroupBox6.TabIndex = 0;
  920. this.uiGroupBox6.Text = "入参";
  921. this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  922. this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  923. //
  924. // rtbInparam
  925. //
  926. this.rtbInparam.Dock = System.Windows.Forms.DockStyle.Fill;
  927. this.rtbInparam.FillColor = System.Drawing.Color.White;
  928. this.rtbInparam.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  929. this.rtbInparam.Location = new System.Drawing.Point(0, 32);
  930. this.rtbInparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  931. this.rtbInparam.MinimumSize = new System.Drawing.Size(1, 1);
  932. this.rtbInparam.Name = "rtbInparam";
  933. this.rtbInparam.Padding = new System.Windows.Forms.Padding(2);
  934. this.rtbInparam.ShowText = false;
  935. this.rtbInparam.Size = new System.Drawing.Size(626, 360);
  936. this.rtbInparam.TabIndex = 0;
  937. this.rtbInparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  938. this.rtbInparam.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  939. //
  940. // uiGroupBox7
  941. //
  942. this.uiGroupBox7.Controls.Add(this.rtbOutparam);
  943. this.uiGroupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
  944. this.uiGroupBox7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  945. this.uiGroupBox7.Location = new System.Drawing.Point(0, 0);
  946. this.uiGroupBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  947. this.uiGroupBox7.MinimumSize = new System.Drawing.Size(1, 1);
  948. this.uiGroupBox7.Name = "uiGroupBox7";
  949. this.uiGroupBox7.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  950. this.uiGroupBox7.Size = new System.Drawing.Size(725, 392);
  951. this.uiGroupBox7.TabIndex = 1;
  952. this.uiGroupBox7.Text = "出参";
  953. this.uiGroupBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  954. this.uiGroupBox7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  955. //
  956. // rtbOutparam
  957. //
  958. this.rtbOutparam.Dock = System.Windows.Forms.DockStyle.Fill;
  959. this.rtbOutparam.FillColor = System.Drawing.Color.White;
  960. this.rtbOutparam.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  961. this.rtbOutparam.Location = new System.Drawing.Point(0, 32);
  962. this.rtbOutparam.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  963. this.rtbOutparam.MinimumSize = new System.Drawing.Size(1, 1);
  964. this.rtbOutparam.Name = "rtbOutparam";
  965. this.rtbOutparam.Padding = new System.Windows.Forms.Padding(2);
  966. this.rtbOutparam.ShowText = false;
  967. this.rtbOutparam.Size = new System.Drawing.Size(725, 360);
  968. this.rtbOutparam.TabIndex = 1;
  969. this.rtbOutparam.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  970. this.rtbOutparam.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  971. //
  972. // uiPanel4
  973. //
  974. this.uiPanel4.Controls.Add(this.btSignOut);
  975. this.uiPanel4.Controls.Add(this.btCancelSettlement);
  976. this.uiPanel4.Controls.Add(this.btCancelSettlementEx);
  977. this.uiPanel4.Controls.Add(this.btInvokeCenterTransaction);
  978. this.uiPanel4.Controls.Add(this.tbFunNO);
  979. this.uiPanel4.Controls.Add(this.uiLabel4);
  980. this.uiPanel4.Controls.Add(this.btOtherReversal);
  981. this.uiPanel4.Controls.Add(this.btOtherReversalEx);
  982. this.uiPanel4.Controls.Add(this.tbJYYZM);
  983. this.uiPanel4.Controls.Add(this.uiLabel6);
  984. this.uiPanel4.Controls.Add(this.tbJYLSH);
  985. this.uiPanel4.Controls.Add(this.uiLabel1);
  986. this.uiPanel4.Controls.Add(this.btCancel);
  987. this.uiPanel4.Controls.Add(this.btConfirm);
  988. this.uiPanel4.Controls.Add(this.uiButton1);
  989. this.uiPanel4.Controls.Add(this.btLocalReversal);
  990. this.uiPanel4.Controls.Add(this.btLocalReversalEx);
  991. this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Bottom;
  992. this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  993. this.uiPanel4.Location = new System.Drawing.Point(0, 392);
  994. this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  995. this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
  996. this.uiPanel4.Name = "uiPanel4";
  997. this.uiPanel4.Size = new System.Drawing.Size(1362, 180);
  998. this.uiPanel4.TabIndex = 4;
  999. this.uiPanel4.Text = null;
  1000. this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1001. this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1002. //
  1003. // btSignOut
  1004. //
  1005. this.btSignOut.Cursor = System.Windows.Forms.Cursors.Hand;
  1006. this.btSignOut.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1007. this.btSignOut.Location = new System.Drawing.Point(785, 127);
  1008. this.btSignOut.MinimumSize = new System.Drawing.Size(1, 1);
  1009. this.btSignOut.Name = "btSignOut";
  1010. this.btSignOut.Size = new System.Drawing.Size(236, 35);
  1011. this.btSignOut.TabIndex = 20;
  1012. this.btSignOut.Text = "事前事中 签退";
  1013. this.btSignOut.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1014. this.btSignOut.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1015. this.btSignOut.Click += new System.EventHandler(this.btSignOut_Click);
  1016. //
  1017. // btCancelSettlement
  1018. //
  1019. this.btCancelSettlement.Cursor = System.Windows.Forms.Cursors.Hand;
  1020. this.btCancelSettlement.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1021. this.btCancelSettlement.Location = new System.Drawing.Point(278, 128);
  1022. this.btCancelSettlement.MinimumSize = new System.Drawing.Size(1, 1);
  1023. this.btCancelSettlement.Name = "btCancelSettlement";
  1024. this.btCancelSettlement.Size = new System.Drawing.Size(236, 35);
  1025. this.btCancelSettlement.TabIndex = 19;
  1026. this.btCancelSettlement.Text = "退结算";
  1027. this.btCancelSettlement.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1028. this.btCancelSettlement.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1029. this.btCancelSettlement.Click += new System.EventHandler(this.btCancelSettlement_Click);
  1030. //
  1031. // btCancelSettlementEx
  1032. //
  1033. this.btCancelSettlementEx.Cursor = System.Windows.Forms.Cursors.Hand;
  1034. this.btCancelSettlementEx.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1035. this.btCancelSettlementEx.Location = new System.Drawing.Point(278, 88);
  1036. this.btCancelSettlementEx.MinimumSize = new System.Drawing.Size(1, 1);
  1037. this.btCancelSettlementEx.Name = "btCancelSettlementEx";
  1038. this.btCancelSettlementEx.Size = new System.Drawing.Size(236, 35);
  1039. this.btCancelSettlementEx.TabIndex = 18;
  1040. this.btCancelSettlementEx.Text = "退结算示例";
  1041. this.btCancelSettlementEx.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1042. this.btCancelSettlementEx.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1043. this.btCancelSettlementEx.Click += new System.EventHandler(this.btCancelSettlementEx_Click);
  1044. //
  1045. // btInvokeCenterTransaction
  1046. //
  1047. this.btInvokeCenterTransaction.Cursor = System.Windows.Forms.Cursors.Hand;
  1048. this.btInvokeCenterTransaction.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1049. this.btInvokeCenterTransaction.Location = new System.Drawing.Point(278, 47);
  1050. this.btInvokeCenterTransaction.MinimumSize = new System.Drawing.Size(1, 1);
  1051. this.btInvokeCenterTransaction.Name = "btInvokeCenterTransaction";
  1052. this.btInvokeCenterTransaction.Size = new System.Drawing.Size(236, 35);
  1053. this.btInvokeCenterTransaction.TabIndex = 17;
  1054. this.btInvokeCenterTransaction.Text = "调用中心交易(慎用)";
  1055. this.btInvokeCenterTransaction.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1056. this.btInvokeCenterTransaction.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1057. this.btInvokeCenterTransaction.Click += new System.EventHandler(this.btInvokeCenterTransaction_Click);
  1058. //
  1059. // tbFunNO
  1060. //
  1061. this.tbFunNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  1062. this.tbFunNO.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1063. this.tbFunNO.Location = new System.Drawing.Point(360, 10);
  1064. this.tbFunNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1065. this.tbFunNO.MinimumSize = new System.Drawing.Size(1, 16);
  1066. this.tbFunNO.Name = "tbFunNO";
  1067. this.tbFunNO.ShowText = false;
  1068. this.tbFunNO.Size = new System.Drawing.Size(150, 25);
  1069. this.tbFunNO.TabIndex = 16;
  1070. this.tbFunNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1071. this.tbFunNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1072. //
  1073. // uiLabel4
  1074. //
  1075. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1076. this.uiLabel4.Location = new System.Drawing.Point(274, 12);
  1077. this.uiLabel4.Name = "uiLabel4";
  1078. this.uiLabel4.Size = new System.Drawing.Size(100, 23);
  1079. this.uiLabel4.TabIndex = 15;
  1080. this.uiLabel4.Text = "交易编码:";
  1081. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1082. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1083. //
  1084. // btOtherReversal
  1085. //
  1086. this.btOtherReversal.Cursor = System.Windows.Forms.Cursors.Hand;
  1087. this.btOtherReversal.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1088. this.btOtherReversal.Location = new System.Drawing.Point(12, 128);
  1089. this.btOtherReversal.MinimumSize = new System.Drawing.Size(1, 1);
  1090. this.btOtherReversal.Name = "btOtherReversal";
  1091. this.btOtherReversal.Size = new System.Drawing.Size(236, 35);
  1092. this.btOtherReversal.TabIndex = 14;
  1093. this.btOtherReversal.Text = "异地冲正";
  1094. this.btOtherReversal.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1095. this.btOtherReversal.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1096. this.btOtherReversal.Click += new System.EventHandler(this.btOtherReversal_Click);
  1097. //
  1098. // btOtherReversalEx
  1099. //
  1100. this.btOtherReversalEx.Cursor = System.Windows.Forms.Cursors.Hand;
  1101. this.btOtherReversalEx.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1102. this.btOtherReversalEx.Location = new System.Drawing.Point(12, 88);
  1103. this.btOtherReversalEx.MinimumSize = new System.Drawing.Size(1, 1);
  1104. this.btOtherReversalEx.Name = "btOtherReversalEx";
  1105. this.btOtherReversalEx.Size = new System.Drawing.Size(236, 35);
  1106. this.btOtherReversalEx.TabIndex = 13;
  1107. this.btOtherReversalEx.Text = "异地冲正示例";
  1108. this.btOtherReversalEx.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1109. this.btOtherReversalEx.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1110. this.btOtherReversalEx.Click += new System.EventHandler(this.btOtherReversalEx_Click);
  1111. //
  1112. // tbJYYZM
  1113. //
  1114. this.tbJYYZM.Cursor = System.Windows.Forms.Cursors.IBeam;
  1115. this.tbJYYZM.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1116. this.tbJYYZM.Location = new System.Drawing.Point(629, 43);
  1117. this.tbJYYZM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1118. this.tbJYYZM.MinimumSize = new System.Drawing.Size(1, 16);
  1119. this.tbJYYZM.Name = "tbJYYZM";
  1120. this.tbJYYZM.ShowText = false;
  1121. this.tbJYYZM.Size = new System.Drawing.Size(150, 25);
  1122. this.tbJYYZM.TabIndex = 12;
  1123. this.tbJYYZM.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1124. this.tbJYYZM.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1125. //
  1126. // uiLabel6
  1127. //
  1128. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1129. this.uiLabel6.Location = new System.Drawing.Point(543, 45);
  1130. this.uiLabel6.Name = "uiLabel6";
  1131. this.uiLabel6.Size = new System.Drawing.Size(100, 23);
  1132. this.uiLabel6.TabIndex = 11;
  1133. this.uiLabel6.Text = "交易验证码:";
  1134. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1135. this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1136. //
  1137. // tbJYLSH
  1138. //
  1139. this.tbJYLSH.Cursor = System.Windows.Forms.Cursors.IBeam;
  1140. this.tbJYLSH.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1141. this.tbJYLSH.Location = new System.Drawing.Point(629, 6);
  1142. this.tbJYLSH.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1143. this.tbJYLSH.MinimumSize = new System.Drawing.Size(1, 16);
  1144. this.tbJYLSH.Name = "tbJYLSH";
  1145. this.tbJYLSH.ShowText = false;
  1146. this.tbJYLSH.Size = new System.Drawing.Size(150, 25);
  1147. this.tbJYLSH.TabIndex = 10;
  1148. this.tbJYLSH.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1149. this.tbJYLSH.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1150. //
  1151. // uiLabel1
  1152. //
  1153. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1154. this.uiLabel1.Location = new System.Drawing.Point(543, 8);
  1155. this.uiLabel1.Name = "uiLabel1";
  1156. this.uiLabel1.Size = new System.Drawing.Size(100, 23);
  1157. this.uiLabel1.TabIndex = 9;
  1158. this.uiLabel1.Text = "交易流水号:";
  1159. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1160. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1161. //
  1162. // btCancel
  1163. //
  1164. this.btCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  1165. this.btCancel.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1166. this.btCancel.Location = new System.Drawing.Point(543, 80);
  1167. this.btCancel.MinimumSize = new System.Drawing.Size(1, 1);
  1168. this.btCancel.Name = "btCancel";
  1169. this.btCancel.Size = new System.Drawing.Size(236, 35);
  1170. this.btCancel.TabIndex = 8;
  1171. this.btCancel.Text = "撤销";
  1172. this.btCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1173. this.btCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1174. this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
  1175. //
  1176. // btConfirm
  1177. //
  1178. this.btConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
  1179. this.btConfirm.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1180. this.btConfirm.Location = new System.Drawing.Point(543, 127);
  1181. this.btConfirm.MinimumSize = new System.Drawing.Size(1, 1);
  1182. this.btConfirm.Name = "btConfirm";
  1183. this.btConfirm.Size = new System.Drawing.Size(236, 35);
  1184. this.btConfirm.TabIndex = 7;
  1185. this.btConfirm.Text = "确认";
  1186. this.btConfirm.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1187. this.btConfirm.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1188. this.btConfirm.Click += new System.EventHandler(this.btConfirm_Click);
  1189. //
  1190. // uiButton1
  1191. //
  1192. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  1193. this.uiButton1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1194. this.uiButton1.Location = new System.Drawing.Point(1098, 60);
  1195. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  1196. this.uiButton1.Name = "uiButton1";
  1197. this.uiButton1.Size = new System.Drawing.Size(236, 35);
  1198. this.uiButton1.TabIndex = 6;
  1199. this.uiButton1.Text = "调用HIS服务";
  1200. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1201. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1202. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  1203. //
  1204. // btLocalReversal
  1205. //
  1206. this.btLocalReversal.Cursor = System.Windows.Forms.Cursors.Hand;
  1207. this.btLocalReversal.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1208. this.btLocalReversal.Location = new System.Drawing.Point(12, 48);
  1209. this.btLocalReversal.MinimumSize = new System.Drawing.Size(1, 1);
  1210. this.btLocalReversal.Name = "btLocalReversal";
  1211. this.btLocalReversal.Size = new System.Drawing.Size(236, 35);
  1212. this.btLocalReversal.TabIndex = 1;
  1213. this.btLocalReversal.Text = "本地冲正";
  1214. this.btLocalReversal.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1215. this.btLocalReversal.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1216. this.btLocalReversal.Click += new System.EventHandler(this.btLocalReversal_Click);
  1217. //
  1218. // btLocalReversalEx
  1219. //
  1220. this.btLocalReversalEx.Cursor = System.Windows.Forms.Cursors.Hand;
  1221. this.btLocalReversalEx.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1222. this.btLocalReversalEx.Location = new System.Drawing.Point(12, 8);
  1223. this.btLocalReversalEx.MinimumSize = new System.Drawing.Size(1, 1);
  1224. this.btLocalReversalEx.Name = "btLocalReversalEx";
  1225. this.btLocalReversalEx.Size = new System.Drawing.Size(236, 35);
  1226. this.btLocalReversalEx.TabIndex = 0;
  1227. this.btLocalReversalEx.Text = "本地冲正示例";
  1228. this.btLocalReversalEx.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1229. this.btLocalReversalEx.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1230. this.btLocalReversalEx.Click += new System.EventHandler(this.btLocalReversalEx_Click);
  1231. //
  1232. // tpCancleOutPatReg
  1233. //
  1234. this.tpCancleOutPatReg.Controls.Add(this.panel3);
  1235. this.tpCancleOutPatReg.Location = new System.Drawing.Point(0, 40);
  1236. this.tpCancleOutPatReg.Margin = new System.Windows.Forms.Padding(2);
  1237. this.tpCancleOutPatReg.Name = "tpCancleOutPatReg";
  1238. this.tpCancleOutPatReg.Size = new System.Drawing.Size(1362, 572);
  1239. this.tpCancleOutPatReg.TabIndex = 3;
  1240. this.tpCancleOutPatReg.Text = "撤销门诊登记";
  1241. this.tpCancleOutPatReg.UseVisualStyleBackColor = true;
  1242. //
  1243. // panel3
  1244. //
  1245. this.panel3.Controls.Add(this.dgvOutPatReg);
  1246. this.panel3.Controls.Add(this.uiPagination2);
  1247. this.panel3.Controls.Add(this.uiPanel3);
  1248. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  1249. this.panel3.Location = new System.Drawing.Point(0, 0);
  1250. this.panel3.Name = "panel3";
  1251. this.panel3.Size = new System.Drawing.Size(1362, 572);
  1252. this.panel3.TabIndex = 3;
  1253. //
  1254. // dgvOutPatReg
  1255. //
  1256. this.dgvOutPatReg.AllowUserToAddRows = false;
  1257. this.dgvOutPatReg.AllowUserToDeleteRows = false;
  1258. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1259. this.dgvOutPatReg.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  1260. this.dgvOutPatReg.BackgroundColor = System.Drawing.Color.White;
  1261. this.dgvOutPatReg.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1262. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1263. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1264. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1265. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  1266. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1267. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1268. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1269. this.dgvOutPatReg.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  1270. this.dgvOutPatReg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1271. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1272. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  1273. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1274. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  1275. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1276. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1277. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1278. this.dgvOutPatReg.DefaultCellStyle = dataGridViewCellStyle13;
  1279. this.dgvOutPatReg.Dock = System.Windows.Forms.DockStyle.Fill;
  1280. this.dgvOutPatReg.EnableHeadersVisualStyles = false;
  1281. this.dgvOutPatReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1282. this.dgvOutPatReg.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1283. this.dgvOutPatReg.Location = new System.Drawing.Point(0, 0);
  1284. this.dgvOutPatReg.Name = "dgvOutPatReg";
  1285. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1286. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1287. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1288. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1289. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1290. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
  1291. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1292. this.dgvOutPatReg.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  1293. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  1294. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1295. this.dgvOutPatReg.RowsDefaultCellStyle = dataGridViewCellStyle15;
  1296. this.dgvOutPatReg.RowTemplate.Height = 23;
  1297. this.dgvOutPatReg.SelectedIndex = -1;
  1298. this.dgvOutPatReg.Size = new System.Drawing.Size(1362, 413);
  1299. this.dgvOutPatReg.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1300. this.dgvOutPatReg.TabIndex = 3;
  1301. this.dgvOutPatReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1302. //
  1303. // uiPagination2
  1304. //
  1305. this.uiPagination2.Dock = System.Windows.Forms.DockStyle.Bottom;
  1306. this.uiPagination2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1307. this.uiPagination2.Location = new System.Drawing.Point(0, 413);
  1308. this.uiPagination2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1309. this.uiPagination2.MinimumSize = new System.Drawing.Size(1, 1);
  1310. this.uiPagination2.Name = "uiPagination2";
  1311. this.uiPagination2.PagerCount = 13;
  1312. this.uiPagination2.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  1313. this.uiPagination2.ShowJumpButton = false;
  1314. this.uiPagination2.ShowText = false;
  1315. this.uiPagination2.Size = new System.Drawing.Size(1362, 31);
  1316. this.uiPagination2.TabIndex = 2;
  1317. this.uiPagination2.Text = "uiPagination2";
  1318. this.uiPagination2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1319. this.uiPagination2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1320. //
  1321. // uiPanel3
  1322. //
  1323. this.uiPanel3.Controls.Add(this.rbgValidFlag4);
  1324. this.uiPanel3.Controls.Add(this.btnCancleOutPatFee);
  1325. this.uiPanel3.Controls.Add(this.uiGroupBox3);
  1326. this.uiPanel3.Controls.Add(this.btnQueryOutPatReg);
  1327. this.uiPanel3.Controls.Add(this.btnCancleOutPatReg);
  1328. this.uiPanel3.Controls.Add(this.uiGroupBox5);
  1329. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  1330. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1331. this.uiPanel3.Location = new System.Drawing.Point(0, 444);
  1332. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1333. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  1334. this.uiPanel3.Name = "uiPanel3";
  1335. this.uiPanel3.Size = new System.Drawing.Size(1362, 128);
  1336. this.uiPanel3.TabIndex = 4;
  1337. this.uiPanel3.Text = null;
  1338. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1339. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1340. //
  1341. // rbgValidFlag4
  1342. //
  1343. this.rbgValidFlag4.Dock = System.Windows.Forms.DockStyle.Left;
  1344. this.rbgValidFlag4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1345. this.rbgValidFlag4.Items.AddRange(new object[] {
  1346. "全部",
  1347. "正票",
  1348. "负票"});
  1349. this.rbgValidFlag4.Location = new System.Drawing.Point(410, 0);
  1350. this.rbgValidFlag4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1351. this.rbgValidFlag4.MinimumSize = new System.Drawing.Size(1, 1);
  1352. this.rbgValidFlag4.Name = "rbgValidFlag4";
  1353. this.rbgValidFlag4.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1354. this.rbgValidFlag4.Size = new System.Drawing.Size(88, 128);
  1355. this.rbgValidFlag4.TabIndex = 25;
  1356. this.rbgValidFlag4.Text = "票据类型";
  1357. this.rbgValidFlag4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1358. this.rbgValidFlag4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1359. //
  1360. // btnCancleOutPatFee
  1361. //
  1362. this.btnCancleOutPatFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1363. this.btnCancleOutPatFee.Cursor = System.Windows.Forms.Cursors.Hand;
  1364. this.btnCancleOutPatFee.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1365. this.btnCancleOutPatFee.Location = new System.Drawing.Point(801, 46);
  1366. this.btnCancleOutPatFee.MinimumSize = new System.Drawing.Size(1, 1);
  1367. this.btnCancleOutPatFee.Name = "btnCancleOutPatFee";
  1368. this.btnCancleOutPatFee.Size = new System.Drawing.Size(189, 32);
  1369. this.btnCancleOutPatFee.TabIndex = 24;
  1370. this.btnCancleOutPatFee.Text = "撤销费用信息";
  1371. this.btnCancleOutPatFee.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1372. this.btnCancleOutPatFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1373. this.btnCancleOutPatFee.Click += new System.EventHandler(this.btnCancleOutPatFee_Click);
  1374. //
  1375. // uiGroupBox3
  1376. //
  1377. this.uiGroupBox3.Controls.Add(this.tbOutPatPsnNO);
  1378. this.uiGroupBox3.Controls.Add(this.tbOutPatRegID);
  1379. this.uiGroupBox3.Controls.Add(this.tbOutPatName);
  1380. this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Left;
  1381. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1382. this.uiGroupBox3.Location = new System.Drawing.Point(226, 0);
  1383. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1384. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  1385. this.uiGroupBox3.Name = "uiGroupBox3";
  1386. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1387. this.uiGroupBox3.Size = new System.Drawing.Size(184, 128);
  1388. this.uiGroupBox3.TabIndex = 23;
  1389. this.uiGroupBox3.Text = "精确定位";
  1390. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1391. this.uiGroupBox3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1392. //
  1393. // tbOutPatPsnNO
  1394. //
  1395. this.tbOutPatPsnNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  1396. this.tbOutPatPsnNO.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1397. this.tbOutPatPsnNO.Location = new System.Drawing.Point(8, 93);
  1398. this.tbOutPatPsnNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1399. this.tbOutPatPsnNO.MinimumSize = new System.Drawing.Size(1, 16);
  1400. this.tbOutPatPsnNO.Name = "tbOutPatPsnNO";
  1401. this.tbOutPatPsnNO.ShowText = false;
  1402. this.tbOutPatPsnNO.Size = new System.Drawing.Size(164, 24);
  1403. this.tbOutPatPsnNO.TabIndex = 3;
  1404. this.tbOutPatPsnNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1405. this.tbOutPatPsnNO.Watermark = "医保编号";
  1406. this.tbOutPatPsnNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1407. //
  1408. // tbOutPatRegID
  1409. //
  1410. this.tbOutPatRegID.Cursor = System.Windows.Forms.Cursors.IBeam;
  1411. this.tbOutPatRegID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1412. this.tbOutPatRegID.Location = new System.Drawing.Point(8, 62);
  1413. this.tbOutPatRegID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1414. this.tbOutPatRegID.MinimumSize = new System.Drawing.Size(1, 16);
  1415. this.tbOutPatRegID.Name = "tbOutPatRegID";
  1416. this.tbOutPatRegID.ShowText = false;
  1417. this.tbOutPatRegID.Size = new System.Drawing.Size(164, 24);
  1418. this.tbOutPatRegID.TabIndex = 2;
  1419. this.tbOutPatRegID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1420. this.tbOutPatRegID.Watermark = "医保登记号";
  1421. this.tbOutPatRegID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1422. //
  1423. // tbOutPatName
  1424. //
  1425. this.tbOutPatName.Cursor = System.Windows.Forms.Cursors.IBeam;
  1426. this.tbOutPatName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1427. this.tbOutPatName.Location = new System.Drawing.Point(8, 31);
  1428. this.tbOutPatName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1429. this.tbOutPatName.MinimumSize = new System.Drawing.Size(1, 16);
  1430. this.tbOutPatName.Name = "tbOutPatName";
  1431. this.tbOutPatName.ShowText = false;
  1432. this.tbOutPatName.Size = new System.Drawing.Size(164, 24);
  1433. this.tbOutPatName.TabIndex = 1;
  1434. this.tbOutPatName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1435. this.tbOutPatName.Watermark = "姓名";
  1436. this.tbOutPatName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1437. //
  1438. // btnQueryOutPatReg
  1439. //
  1440. this.btnQueryOutPatReg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1441. this.btnQueryOutPatReg.Cursor = System.Windows.Forms.Cursors.Hand;
  1442. this.btnQueryOutPatReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1443. this.btnQueryOutPatReg.Location = new System.Drawing.Point(801, 8);
  1444. this.btnQueryOutPatReg.MinimumSize = new System.Drawing.Size(1, 1);
  1445. this.btnQueryOutPatReg.Name = "btnQueryOutPatReg";
  1446. this.btnQueryOutPatReg.Size = new System.Drawing.Size(189, 32);
  1447. this.btnQueryOutPatReg.TabIndex = 19;
  1448. this.btnQueryOutPatReg.Text = "登记信息查询";
  1449. this.btnQueryOutPatReg.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1450. this.btnQueryOutPatReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1451. this.btnQueryOutPatReg.Click += new System.EventHandler(this.btnQueryOutPatReg_Click);
  1452. //
  1453. // btnCancleOutPatReg
  1454. //
  1455. this.btnCancleOutPatReg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1456. this.btnCancleOutPatReg.Cursor = System.Windows.Forms.Cursors.Hand;
  1457. this.btnCancleOutPatReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1458. this.btnCancleOutPatReg.Location = new System.Drawing.Point(801, 85);
  1459. this.btnCancleOutPatReg.MinimumSize = new System.Drawing.Size(1, 1);
  1460. this.btnCancleOutPatReg.Name = "btnCancleOutPatReg";
  1461. this.btnCancleOutPatReg.Size = new System.Drawing.Size(189, 32);
  1462. this.btnCancleOutPatReg.TabIndex = 18;
  1463. this.btnCancleOutPatReg.Text = "撤销挂号信息";
  1464. this.btnCancleOutPatReg.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1465. this.btnCancleOutPatReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1466. this.btnCancleOutPatReg.Click += new System.EventHandler(this.btnCancleOutPatReg_Click);
  1467. //
  1468. // uiGroupBox5
  1469. //
  1470. this.uiGroupBox5.Controls.Add(this.dpED_OutPatReg);
  1471. this.uiGroupBox5.Controls.Add(this.dpST_OutPatReg);
  1472. this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Left;
  1473. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1474. this.uiGroupBox5.Location = new System.Drawing.Point(0, 0);
  1475. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1476. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
  1477. this.uiGroupBox5.Name = "uiGroupBox5";
  1478. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1479. this.uiGroupBox5.Size = new System.Drawing.Size(226, 128);
  1480. this.uiGroupBox5.TabIndex = 20;
  1481. this.uiGroupBox5.Text = "起止时间";
  1482. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1483. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1484. //
  1485. // dpED_OutPatReg
  1486. //
  1487. this.dpED_OutPatReg.FillColor = System.Drawing.Color.White;
  1488. this.dpED_OutPatReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1489. this.dpED_OutPatReg.Location = new System.Drawing.Point(13, 70);
  1490. this.dpED_OutPatReg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1491. this.dpED_OutPatReg.MaxLength = 19;
  1492. this.dpED_OutPatReg.MinimumSize = new System.Drawing.Size(63, 0);
  1493. this.dpED_OutPatReg.Name = "dpED_OutPatReg";
  1494. this.dpED_OutPatReg.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1495. this.dpED_OutPatReg.Size = new System.Drawing.Size(200, 29);
  1496. this.dpED_OutPatReg.SymbolDropDown = 61555;
  1497. this.dpED_OutPatReg.SymbolNormal = 61555;
  1498. this.dpED_OutPatReg.TabIndex = 1;
  1499. this.dpED_OutPatReg.Text = "2022-05-22 14:03:13";
  1500. this.dpED_OutPatReg.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1501. this.dpED_OutPatReg.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  1502. this.dpED_OutPatReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1503. //
  1504. // dpST_OutPatReg
  1505. //
  1506. this.dpST_OutPatReg.FillColor = System.Drawing.Color.White;
  1507. this.dpST_OutPatReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1508. this.dpST_OutPatReg.Location = new System.Drawing.Point(13, 31);
  1509. this.dpST_OutPatReg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1510. this.dpST_OutPatReg.MaxLength = 19;
  1511. this.dpST_OutPatReg.MinimumSize = new System.Drawing.Size(63, 0);
  1512. this.dpST_OutPatReg.Name = "dpST_OutPatReg";
  1513. this.dpST_OutPatReg.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1514. this.dpST_OutPatReg.Size = new System.Drawing.Size(200, 29);
  1515. this.dpST_OutPatReg.SymbolDropDown = 61555;
  1516. this.dpST_OutPatReg.SymbolNormal = 61555;
  1517. this.dpST_OutPatReg.TabIndex = 0;
  1518. this.dpST_OutPatReg.Text = "2022-05-22 14:03:13";
  1519. this.dpST_OutPatReg.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1520. this.dpST_OutPatReg.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  1521. this.dpST_OutPatReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1522. //
  1523. // tbPrmBatch
  1524. //
  1525. this.tbPrmBatch.Cursor = System.Windows.Forms.Cursors.IBeam;
  1526. this.tbPrmBatch.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1527. this.tbPrmBatch.Location = new System.Drawing.Point(682, 50);
  1528. this.tbPrmBatch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1529. this.tbPrmBatch.MinimumSize = new System.Drawing.Size(1, 16);
  1530. this.tbPrmBatch.Name = "tbPrmBatch";
  1531. this.tbPrmBatch.ShowText = false;
  1532. this.tbPrmBatch.Size = new System.Drawing.Size(240, 24);
  1533. this.tbPrmBatch.TabIndex = 30;
  1534. this.tbPrmBatch.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1535. this.tbPrmBatch.Watermark = "此处填写同城标识,如果为空会自动提取";
  1536. this.tbPrmBatch.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  1537. //
  1538. // HandleException
  1539. //
  1540. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1541. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1542. this.ClientSize = new System.Drawing.Size(1362, 612);
  1543. this.Controls.Add(this.tcReverse);
  1544. this.Margin = new System.Windows.Forms.Padding(2);
  1545. this.Name = "HandleException";
  1546. this.Text = "异常处理";
  1547. this.Load += new System.EventHandler(this.HandleException_Load);
  1548. this.tcReverse.ResumeLayout(false);
  1549. this.tpSettlReverse.ResumeLayout(false);
  1550. this.panel2.ResumeLayout(false);
  1551. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
  1552. this.uiPanel2.ResumeLayout(false);
  1553. this.gbExactLocate.ResumeLayout(false);
  1554. this.uiGroupBox2.ResumeLayout(false);
  1555. this.tpLogReverse.ResumeLayout(false);
  1556. this.panel1.ResumeLayout(false);
  1557. ((System.ComponentModel.ISupportInitialize)(this.dgvLog)).EndInit();
  1558. this.uiPanel1.ResumeLayout(false);
  1559. this.gbOther.ResumeLayout(false);
  1560. this.gbInterface.ResumeLayout(false);
  1561. this.gbDateTime.ResumeLayout(false);
  1562. this.tpHandReverse.ResumeLayout(false);
  1563. this.uiPanel5.ResumeLayout(false);
  1564. this.uiSplitContainer3.Panel1.ResumeLayout(false);
  1565. this.uiSplitContainer3.Panel2.ResumeLayout(false);
  1566. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer3)).EndInit();
  1567. this.uiSplitContainer3.ResumeLayout(false);
  1568. this.uiGroupBox6.ResumeLayout(false);
  1569. this.uiGroupBox7.ResumeLayout(false);
  1570. this.uiPanel4.ResumeLayout(false);
  1571. this.tpCancleOutPatReg.ResumeLayout(false);
  1572. this.panel3.ResumeLayout(false);
  1573. ((System.ComponentModel.ISupportInitialize)(this.dgvOutPatReg)).EndInit();
  1574. this.uiPanel3.ResumeLayout(false);
  1575. this.uiGroupBox3.ResumeLayout(false);
  1576. this.uiGroupBox5.ResumeLayout(false);
  1577. this.ResumeLayout(false);
  1578. }
  1579. #endregion
  1580. private Sunny.UI.UITabControl tcReverse;
  1581. private System.Windows.Forms.TabPage tpLogReverse;
  1582. private System.Windows.Forms.Panel panel1;
  1583. private Sunny.UI.UIDataGridView dgvLog;
  1584. private Sunny.UI.UIPagination pgSettlRecod;
  1585. private Sunny.UI.UIPanel uiPanel1;
  1586. private Sunny.UI.UIGroupBox gbInterface;
  1587. private Sunny.UI.UIGroupBox gbDateTime;
  1588. private Sunny.UI.UIDatetimePicker dpED_Log;
  1589. private Sunny.UI.UIDatetimePicker dpST_Log;
  1590. private System.Windows.Forms.TabPage tpHandReverse;
  1591. private System.Windows.Forms.TabPage tpSettlReverse;
  1592. private Sunny.UI.UIButton btnQueryLog;
  1593. private Sunny.UI.UIButton btnReverseByLog;
  1594. private System.Windows.Forms.Panel panel2;
  1595. private Sunny.UI.UIDataGridView dgvSettlRecord;
  1596. private Sunny.UI.UIPagination uiPagination1;
  1597. private Sunny.UI.UIPanel uiPanel2;
  1598. private Sunny.UI.UIGroupBox gbExactLocate;
  1599. private Sunny.UI.UITextBox tbHisNO;
  1600. private Sunny.UI.UITextBox tbPatSettlID;
  1601. private Sunny.UI.UITextBox tbName;
  1602. private Sunny.UI.UIButton btnQuerySettleRec;
  1603. private Sunny.UI.UIButton btnReverseBySettl;
  1604. private Sunny.UI.UIRadioButtonGroup rbgBillType;
  1605. private Sunny.UI.UIRadioButtonGroup rbgAdmType;
  1606. private Sunny.UI.UIGroupBox uiGroupBox2;
  1607. private Sunny.UI.UIDatetimePicker dpED_Settl;
  1608. private Sunny.UI.UIDatetimePicker dpST_Settl;
  1609. private System.Windows.Forms.TabPage tpCancleOutPatReg;
  1610. private System.Windows.Forms.Panel panel3;
  1611. private Sunny.UI.UIDataGridView dgvOutPatReg;
  1612. private Sunny.UI.UIPagination uiPagination2;
  1613. private Sunny.UI.UIPanel uiPanel3;
  1614. private Sunny.UI.UIGroupBox uiGroupBox3;
  1615. private Sunny.UI.UITextBox tbOutPatPsnNO;
  1616. private Sunny.UI.UITextBox tbOutPatRegID;
  1617. private Sunny.UI.UITextBox tbOutPatName;
  1618. private Sunny.UI.UIButton btnQueryOutPatReg;
  1619. private Sunny.UI.UIButton btnCancleOutPatReg;
  1620. private Sunny.UI.UIGroupBox uiGroupBox5;
  1621. private Sunny.UI.UIDatetimePicker dpED_OutPatReg;
  1622. private Sunny.UI.UIDatetimePicker dpST_OutPatReg;
  1623. private Sunny.UI.UIPanel uiPanel4;
  1624. private Sunny.UI.UIButton btLocalReversal;
  1625. private Sunny.UI.UIButton btLocalReversalEx;
  1626. private Sunny.UI.UIPanel uiPanel5;
  1627. private Sunny.UI.UISplitContainer uiSplitContainer3;
  1628. private Sunny.UI.UIGroupBox uiGroupBox6;
  1629. private Sunny.UI.UIRichTextBox rtbInparam;
  1630. private Sunny.UI.UIGroupBox uiGroupBox7;
  1631. private Sunny.UI.UIRichTextBox rtbOutparam;
  1632. private Sunny.UI.UITextBox tbPsnNO;
  1633. private Sunny.UI.UILabel uiLabel3;
  1634. private Sunny.UI.UITextBox tbTransNO;
  1635. private Sunny.UI.UILabel uiLabel2;
  1636. private Sunny.UI.UIButton btnCancleOutPatFee;
  1637. private Sunny.UI.UIGroupBox gbOther;
  1638. private Sunny.UI.UITextBox tbCBD_Log;
  1639. private Sunny.UI.UILabel uiLabel5;
  1640. private Sunny.UI.UIButton btCancleSettl;
  1641. private Sunny.UI.UIButton uiButton1;
  1642. private Sunny.UI.UIRadioButtonGroup rbgValidFlag4;
  1643. private Sunny.UI.UIRadioButtonGroup rgbValidFlag_1;
  1644. private Sunny.UI.UIButton btCancel;
  1645. private Sunny.UI.UIButton btConfirm;
  1646. private Sunny.UI.UITextBox tbJYYZM;
  1647. private Sunny.UI.UILabel uiLabel6;
  1648. private Sunny.UI.UITextBox tbJYLSH;
  1649. private Sunny.UI.UILabel uiLabel1;
  1650. private Sunny.UI.UIButton btOtherReversal;
  1651. private Sunny.UI.UIButton btOtherReversalEx;
  1652. private Sunny.UI.UIButton btCancelSettlement;
  1653. private Sunny.UI.UIButton btCancelSettlementEx;
  1654. private Sunny.UI.UIButton btInvokeCenterTransaction;
  1655. private Sunny.UI.UITextBox tbFunNO;
  1656. private Sunny.UI.UILabel uiLabel4;
  1657. private Sunny.UI.UITextBox tbMsgID;
  1658. private Sunny.UI.UIButton btSetInsuInvalid;
  1659. private Sunny.UI.UIButton btSetHisInvalid;
  1660. private Sunny.UI.UIButton btSignOut;
  1661. private Sunny.UI.UITextBox tbPrmBatch;
  1662. }
  1663. }