HandleException.designer.cs 95 KB

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