HandleException.designer.cs 119 KB

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