HandleException.designer.cs 118 KB

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