HandleException.designer.cs 118 KB

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