HandleException.designer.cs 93 KB

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