HandleException.designer.cs 120 KB

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