HandleException.designer.cs 112 KB

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