HandleException.designer.cs 118 KB

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