SettlementBilllist.designer.cs 88 KB

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