MedInsuQuery.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class MedInsuQuery
  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 dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.tbcMain = new Sunny.UI.UITabControl();
  40. this.tabInHosPerInfoExport = new System.Windows.Forms.TabPage();
  41. this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
  42. this.pgSettlRecod = new Sunny.UI.UIPagination();
  43. this.uiPanel1 = new Sunny.UI.UIPanel();
  44. this.btnClose = new Sunny.UI.UIButton();
  45. this.btnQuery = new Sunny.UI.UIButton();
  46. this.btnPrint = new Sunny.UI.UIButton();
  47. this.gbDateTime = new Sunny.UI.UIGroupBox();
  48. this.dpED = new Sunny.UI.UIDatetimePicker();
  49. this.dpST = new Sunny.UI.UIDatetimePicker();
  50. this.tP_InsuFeel = new System.Windows.Forms.TabPage();
  51. this.dgvInsuFeeUpload = new Sunny.UI.UIDataGridView();
  52. this.uiPanel2 = new Sunny.UI.UIPanel();
  53. this.tb_SettleID = new Sunny.UI.UITextBox();
  54. this.tb_InHospNo = new Sunny.UI.UITextBox();
  55. this.uiLabel2 = new Sunny.UI.UILabel();
  56. this.uiLabel1 = new Sunny.UI.UILabel();
  57. this.uiButton1 = new Sunny.UI.UIButton();
  58. this.btnOK = new Sunny.UI.UIButton();
  59. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  60. this.dt_ET = new Sunny.UI.UIDatetimePicker();
  61. this.dt_ST = new Sunny.UI.UIDatetimePicker();
  62. this.uiLabel3 = new Sunny.UI.UILabel();
  63. this.uiLabel4 = new Sunny.UI.UILabel();
  64. this.cbbLevel = new Sunny.UI.UIComboBox();
  65. this.cbbOverPrice = new Sunny.UI.UIComboBox();
  66. this.tbcMain.SuspendLayout();
  67. this.tabInHosPerInfoExport.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
  69. this.uiPanel1.SuspendLayout();
  70. this.gbDateTime.SuspendLayout();
  71. this.tP_InsuFeel.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuFeeUpload)).BeginInit();
  73. this.uiPanel2.SuspendLayout();
  74. this.uiGroupBox1.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // tbcMain
  78. //
  79. this.tbcMain.Controls.Add(this.tabInHosPerInfoExport);
  80. this.tbcMain.Controls.Add(this.tP_InsuFeel);
  81. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.tbcMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  83. this.tbcMain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.tbcMain.ItemSize = new System.Drawing.Size(200, 40);
  85. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  86. this.tbcMain.MainPage = "";
  87. this.tbcMain.Name = "tbcMain";
  88. this.tbcMain.SelectedIndex = 0;
  89. this.tbcMain.Size = new System.Drawing.Size(1337, 630);
  90. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  91. this.tbcMain.TabIndex = 0;
  92. this.tbcMain.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.tbcMain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  94. //
  95. // tabInHosPerInfoExport
  96. //
  97. this.tabInHosPerInfoExport.Controls.Add(this.dgvSettlRecord);
  98. this.tabInHosPerInfoExport.Controls.Add(this.pgSettlRecod);
  99. this.tabInHosPerInfoExport.Controls.Add(this.uiPanel1);
  100. this.tabInHosPerInfoExport.Location = new System.Drawing.Point(0, 40);
  101. this.tabInHosPerInfoExport.Name = "tabInHosPerInfoExport";
  102. this.tabInHosPerInfoExport.Size = new System.Drawing.Size(1337, 590);
  103. this.tabInHosPerInfoExport.TabIndex = 0;
  104. this.tabInHosPerInfoExport.Text = "在院患者信息导出";
  105. this.tabInHosPerInfoExport.UseVisualStyleBackColor = true;
  106. //
  107. // dgvSettlRecord
  108. //
  109. this.dgvSettlRecord.AllowUserToAddRows = false;
  110. this.dgvSettlRecord.AllowUserToDeleteRows = false;
  111. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  112. this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  113. this.dgvSettlRecord.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  114. this.dgvSettlRecord.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  115. this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
  116. this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  117. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  118. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  119. dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  121. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  122. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  123. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  124. this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  125. this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  126. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  127. dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
  128. dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
  130. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  133. this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle18;
  134. this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.dgvSettlRecord.EnableHeadersVisualStyles = false;
  136. this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  138. this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
  139. this.dgvSettlRecord.Name = "dgvSettlRecord";
  140. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  141. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  142. dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  144. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  145. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
  146. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  147. this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  148. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  149. dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle20;
  151. this.dgvSettlRecord.RowTemplate.Height = 23;
  152. this.dgvSettlRecord.SelectedIndex = -1;
  153. this.dgvSettlRecord.Size = new System.Drawing.Size(1337, 428);
  154. this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  155. this.dgvSettlRecord.TabIndex = 9;
  156. this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  157. //
  158. // pgSettlRecod
  159. //
  160. this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
  161. this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.pgSettlRecod.Location = new System.Drawing.Point(0, 428);
  163. this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  164. this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
  165. this.pgSettlRecod.Name = "pgSettlRecod";
  166. this.pgSettlRecod.PagerCount = 13;
  167. this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  168. this.pgSettlRecod.ShowJumpButton = false;
  169. this.pgSettlRecod.ShowText = false;
  170. this.pgSettlRecod.Size = new System.Drawing.Size(1337, 31);
  171. this.pgSettlRecod.TabIndex = 8;
  172. this.pgSettlRecod.Text = "uiPagination1";
  173. this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  174. this.pgSettlRecod.Visible = false;
  175. this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  176. //
  177. // uiPanel1
  178. //
  179. this.uiPanel1.Controls.Add(this.btnClose);
  180. this.uiPanel1.Controls.Add(this.btnQuery);
  181. this.uiPanel1.Controls.Add(this.btnPrint);
  182. this.uiPanel1.Controls.Add(this.gbDateTime);
  183. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  184. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.uiPanel1.Location = new System.Drawing.Point(0, 459);
  186. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  187. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  188. this.uiPanel1.Name = "uiPanel1";
  189. this.uiPanel1.Size = new System.Drawing.Size(1337, 131);
  190. this.uiPanel1.TabIndex = 10;
  191. this.uiPanel1.Text = null;
  192. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  193. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  194. //
  195. // btnClose
  196. //
  197. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  198. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  199. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.btnClose.Location = new System.Drawing.Point(1196, 40);
  201. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  202. this.btnClose.Name = "btnClose";
  203. this.btnClose.Size = new System.Drawing.Size(134, 67);
  204. this.btnClose.TabIndex = 26;
  205. this.btnClose.Text = "退 出";
  206. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  208. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  209. //
  210. // btnQuery
  211. //
  212. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  213. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  214. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.btnQuery.Location = new System.Drawing.Point(924, 40);
  216. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  217. this.btnQuery.Name = "btnQuery";
  218. this.btnQuery.Size = new System.Drawing.Size(134, 67);
  219. this.btnQuery.TabIndex = 19;
  220. this.btnQuery.Text = "查 询";
  221. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  223. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  224. //
  225. // btnPrint
  226. //
  227. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  228. this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
  229. this.btnPrint.Enabled = false;
  230. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.btnPrint.Location = new System.Drawing.Point(1060, 40);
  232. this.btnPrint.MinimumSize = new System.Drawing.Size(1, 1);
  233. this.btnPrint.Name = "btnPrint";
  234. this.btnPrint.Size = new System.Drawing.Size(134, 67);
  235. this.btnPrint.TabIndex = 18;
  236. this.btnPrint.Text = "导 出";
  237. this.btnPrint.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.btnPrint.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  239. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  240. //
  241. // gbDateTime
  242. //
  243. this.gbDateTime.Controls.Add(this.dpED);
  244. this.gbDateTime.Controls.Add(this.dpST);
  245. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
  246. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  248. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  249. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  250. this.gbDateTime.Name = "gbDateTime";
  251. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  252. this.gbDateTime.Size = new System.Drawing.Size(260, 131);
  253. this.gbDateTime.TabIndex = 20;
  254. this.gbDateTime.Text = "起止时间";
  255. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  256. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  257. //
  258. // dpED
  259. //
  260. this.dpED.FillColor = System.Drawing.Color.White;
  261. this.dpED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.dpED.Location = new System.Drawing.Point(29, 79);
  263. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  264. this.dpED.MaxLength = 19;
  265. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  266. this.dpED.Name = "dpED";
  267. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  268. this.dpED.Size = new System.Drawing.Size(211, 29);
  269. this.dpED.SymbolDropDown = 61555;
  270. this.dpED.SymbolNormal = 61555;
  271. this.dpED.TabIndex = 1;
  272. this.dpED.Text = "2022-05-22 14:03:13";
  273. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  274. this.dpED.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  275. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  276. //
  277. // dpST
  278. //
  279. this.dpST.FillColor = System.Drawing.Color.White;
  280. this.dpST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.dpST.Location = new System.Drawing.Point(29, 40);
  282. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  283. this.dpST.MaxLength = 19;
  284. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  285. this.dpST.Name = "dpST";
  286. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  287. this.dpST.Size = new System.Drawing.Size(211, 29);
  288. this.dpST.SymbolDropDown = 61555;
  289. this.dpST.SymbolNormal = 61555;
  290. this.dpST.TabIndex = 0;
  291. this.dpST.Text = "2022-05-22 14:03:13";
  292. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  293. this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  294. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  295. //
  296. // tP_InsuFeel
  297. //
  298. this.tP_InsuFeel.Controls.Add(this.dgvInsuFeeUpload);
  299. this.tP_InsuFeel.Controls.Add(this.uiPanel2);
  300. this.tP_InsuFeel.Location = new System.Drawing.Point(0, 40);
  301. this.tP_InsuFeel.Name = "tP_InsuFeel";
  302. this.tP_InsuFeel.Size = new System.Drawing.Size(1337, 590);
  303. this.tP_InsuFeel.TabIndex = 1;
  304. this.tP_InsuFeel.Text = "医保患者费用明细信息查询";
  305. this.tP_InsuFeel.UseVisualStyleBackColor = true;
  306. //
  307. // dgvInsuFeeUpload
  308. //
  309. this.dgvInsuFeeUpload.AllowUserToAddRows = false;
  310. this.dgvInsuFeeUpload.AllowUserToDeleteRows = false;
  311. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  312. this.dgvInsuFeeUpload.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  313. this.dgvInsuFeeUpload.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  314. this.dgvInsuFeeUpload.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  315. this.dgvInsuFeeUpload.BackgroundColor = System.Drawing.Color.White;
  316. this.dgvInsuFeeUpload.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  317. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  318. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  319. dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  321. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  322. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  323. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  324. this.dgvInsuFeeUpload.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  325. this.dgvInsuFeeUpload.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  326. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  327. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  328. dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  330. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  331. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  332. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  333. this.dgvInsuFeeUpload.DefaultCellStyle = dataGridViewCellStyle13;
  334. this.dgvInsuFeeUpload.Dock = System.Windows.Forms.DockStyle.Fill;
  335. this.dgvInsuFeeUpload.EnableHeadersVisualStyles = false;
  336. this.dgvInsuFeeUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.dgvInsuFeeUpload.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  338. this.dgvInsuFeeUpload.Location = new System.Drawing.Point(0, 0);
  339. this.dgvInsuFeeUpload.Name = "dgvInsuFeeUpload";
  340. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  341. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  342. dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  344. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  345. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
  346. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  347. this.dgvInsuFeeUpload.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  348. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  349. dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.dgvInsuFeeUpload.RowsDefaultCellStyle = dataGridViewCellStyle15;
  351. this.dgvInsuFeeUpload.RowTemplate.Height = 23;
  352. this.dgvInsuFeeUpload.SelectedIndex = -1;
  353. this.dgvInsuFeeUpload.Size = new System.Drawing.Size(1337, 475);
  354. this.dgvInsuFeeUpload.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  355. this.dgvInsuFeeUpload.TabIndex = 11;
  356. this.dgvInsuFeeUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  357. //
  358. // uiPanel2
  359. //
  360. this.uiPanel2.Controls.Add(this.cbbOverPrice);
  361. this.uiPanel2.Controls.Add(this.cbbLevel);
  362. this.uiPanel2.Controls.Add(this.uiLabel4);
  363. this.uiPanel2.Controls.Add(this.uiLabel3);
  364. this.uiPanel2.Controls.Add(this.tb_SettleID);
  365. this.uiPanel2.Controls.Add(this.tb_InHospNo);
  366. this.uiPanel2.Controls.Add(this.uiLabel2);
  367. this.uiPanel2.Controls.Add(this.uiLabel1);
  368. this.uiPanel2.Controls.Add(this.uiButton1);
  369. this.uiPanel2.Controls.Add(this.btnOK);
  370. this.uiPanel2.Controls.Add(this.uiGroupBox1);
  371. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  372. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.uiPanel2.Location = new System.Drawing.Point(0, 475);
  374. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  375. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  376. this.uiPanel2.Name = "uiPanel2";
  377. this.uiPanel2.Size = new System.Drawing.Size(1337, 115);
  378. this.uiPanel2.TabIndex = 12;
  379. this.uiPanel2.Text = null;
  380. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  381. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  382. //
  383. // tb_SettleID
  384. //
  385. this.tb_SettleID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  386. this.tb_SettleID.Cursor = System.Windows.Forms.Cursors.IBeam;
  387. this.tb_SettleID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.tb_SettleID.Location = new System.Drawing.Point(707, 71);
  389. this.tb_SettleID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  390. this.tb_SettleID.MinimumSize = new System.Drawing.Size(1, 16);
  391. this.tb_SettleID.Name = "tb_SettleID";
  392. this.tb_SettleID.ShowText = false;
  393. this.tb_SettleID.Size = new System.Drawing.Size(199, 29);
  394. this.tb_SettleID.TabIndex = 30;
  395. this.tb_SettleID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  396. this.tb_SettleID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  397. //
  398. // tb_InHospNo
  399. //
  400. this.tb_InHospNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  401. this.tb_InHospNo.Cursor = System.Windows.Forms.Cursors.IBeam;
  402. this.tb_InHospNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.tb_InHospNo.Location = new System.Drawing.Point(707, 32);
  404. this.tb_InHospNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  405. this.tb_InHospNo.MinimumSize = new System.Drawing.Size(1, 16);
  406. this.tb_InHospNo.Name = "tb_InHospNo";
  407. this.tb_InHospNo.ShowText = false;
  408. this.tb_InHospNo.Size = new System.Drawing.Size(199, 29);
  409. this.tb_InHospNo.TabIndex = 29;
  410. this.tb_InHospNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  411. this.tb_InHospNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  412. //
  413. // uiLabel2
  414. //
  415. this.uiLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  416. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.uiLabel2.Location = new System.Drawing.Point(605, 74);
  418. this.uiLabel2.Name = "uiLabel2";
  419. this.uiLabel2.Size = new System.Drawing.Size(98, 23);
  420. this.uiLabel2.TabIndex = 28;
  421. this.uiLabel2.Text = "医保结算ID:";
  422. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  423. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  424. //
  425. // uiLabel1
  426. //
  427. this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  428. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.uiLabel1.Location = new System.Drawing.Point(605, 35);
  430. this.uiLabel1.Name = "uiLabel1";
  431. this.uiLabel1.Size = new System.Drawing.Size(98, 23);
  432. this.uiLabel1.TabIndex = 27;
  433. this.uiLabel1.Text = "HIS住院号:";
  434. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  435. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  436. //
  437. // uiButton1
  438. //
  439. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  440. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  441. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.uiButton1.Location = new System.Drawing.Point(1195, 26);
  443. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  444. this.uiButton1.Name = "uiButton1";
  445. this.uiButton1.Size = new System.Drawing.Size(134, 67);
  446. this.uiButton1.TabIndex = 26;
  447. this.uiButton1.Text = "退 出";
  448. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  450. this.uiButton1.Click += new System.EventHandler(this.btnClose_Click);
  451. //
  452. // btnOK
  453. //
  454. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  455. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  456. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.btnOK.Location = new System.Drawing.Point(1054, 26);
  458. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  459. this.btnOK.Name = "btnOK";
  460. this.btnOK.Size = new System.Drawing.Size(134, 67);
  461. this.btnOK.TabIndex = 19;
  462. this.btnOK.Text = "查 询";
  463. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  465. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  466. //
  467. // uiGroupBox1
  468. //
  469. this.uiGroupBox1.Controls.Add(this.dt_ET);
  470. this.uiGroupBox1.Controls.Add(this.dt_ST);
  471. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  472. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  474. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  475. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  476. this.uiGroupBox1.Name = "uiGroupBox1";
  477. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  478. this.uiGroupBox1.Size = new System.Drawing.Size(260, 115);
  479. this.uiGroupBox1.TabIndex = 20;
  480. this.uiGroupBox1.Text = "起止时间";
  481. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  482. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  483. //
  484. // dt_ET
  485. //
  486. this.dt_ET.FillColor = System.Drawing.Color.White;
  487. this.dt_ET.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.dt_ET.Location = new System.Drawing.Point(29, 71);
  489. this.dt_ET.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  490. this.dt_ET.MaxLength = 19;
  491. this.dt_ET.MinimumSize = new System.Drawing.Size(63, 0);
  492. this.dt_ET.Name = "dt_ET";
  493. this.dt_ET.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  494. this.dt_ET.Size = new System.Drawing.Size(211, 29);
  495. this.dt_ET.SymbolDropDown = 61555;
  496. this.dt_ET.SymbolNormal = 61555;
  497. this.dt_ET.TabIndex = 1;
  498. this.dt_ET.Text = "2022-05-22 14:03:13";
  499. this.dt_ET.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  500. this.dt_ET.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  501. this.dt_ET.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  502. //
  503. // dt_ST
  504. //
  505. this.dt_ST.FillColor = System.Drawing.Color.White;
  506. this.dt_ST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.dt_ST.Location = new System.Drawing.Point(29, 32);
  508. this.dt_ST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  509. this.dt_ST.MaxLength = 19;
  510. this.dt_ST.MinimumSize = new System.Drawing.Size(63, 0);
  511. this.dt_ST.Name = "dt_ST";
  512. this.dt_ST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  513. this.dt_ST.Size = new System.Drawing.Size(211, 29);
  514. this.dt_ST.SymbolDropDown = 61555;
  515. this.dt_ST.SymbolNormal = 61555;
  516. this.dt_ST.TabIndex = 0;
  517. this.dt_ST.Text = "2022-05-22 14:03:13";
  518. this.dt_ST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  519. this.dt_ST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  520. this.dt_ST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  521. //
  522. // uiLabel3
  523. //
  524. this.uiLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  525. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.uiLabel3.Location = new System.Drawing.Point(285, 35);
  527. this.uiLabel3.Name = "uiLabel3";
  528. this.uiLabel3.Size = new System.Drawing.Size(86, 23);
  529. this.uiLabel3.TabIndex = 31;
  530. this.uiLabel3.Text = "目录等级:";
  531. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  532. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  533. //
  534. // uiLabel4
  535. //
  536. this.uiLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  537. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.uiLabel4.Location = new System.Drawing.Point(285, 74);
  539. this.uiLabel4.Name = "uiLabel4";
  540. this.uiLabel4.Size = new System.Drawing.Size(86, 23);
  541. this.uiLabel4.TabIndex = 32;
  542. this.uiLabel4.Text = "超限价:";
  543. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  544. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  545. //
  546. // cbbLevel
  547. //
  548. this.cbbLevel.DataSource = null;
  549. this.cbbLevel.FillColor = System.Drawing.Color.White;
  550. this.cbbLevel.FilterMaxCount = 50;
  551. this.cbbLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.cbbLevel.Items.AddRange(new object[] {
  553. "全部",
  554. "甲类",
  555. "乙类",
  556. "丙类"});
  557. this.cbbLevel.Location = new System.Drawing.Point(378, 32);
  558. this.cbbLevel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  559. this.cbbLevel.MinimumSize = new System.Drawing.Size(63, 0);
  560. this.cbbLevel.Name = "cbbLevel";
  561. this.cbbLevel.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  562. this.cbbLevel.Size = new System.Drawing.Size(196, 29);
  563. this.cbbLevel.TabIndex = 33;
  564. this.cbbLevel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  565. this.cbbLevel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  566. //
  567. // cbbOverPrice
  568. //
  569. this.cbbOverPrice.DataSource = null;
  570. this.cbbOverPrice.FillColor = System.Drawing.Color.White;
  571. this.cbbOverPrice.FilterMaxCount = 50;
  572. this.cbbOverPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.cbbOverPrice.Items.AddRange(new object[] {
  574. "全部",
  575. "是",
  576. "否"});
  577. this.cbbOverPrice.Location = new System.Drawing.Point(378, 71);
  578. this.cbbOverPrice.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  579. this.cbbOverPrice.MinimumSize = new System.Drawing.Size(63, 0);
  580. this.cbbOverPrice.Name = "cbbOverPrice";
  581. this.cbbOverPrice.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  582. this.cbbOverPrice.Size = new System.Drawing.Size(196, 29);
  583. this.cbbOverPrice.TabIndex = 34;
  584. this.cbbOverPrice.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  585. this.cbbOverPrice.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  586. //
  587. // MedInsuQuery
  588. //
  589. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  590. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  591. this.ClientSize = new System.Drawing.Size(1337, 630);
  592. this.Controls.Add(this.tbcMain);
  593. this.Name = "MedInsuQuery";
  594. this.Text = "医保查询";
  595. this.Load += new System.EventHandler(this.MedInsuQuery_Load);
  596. this.tbcMain.ResumeLayout(false);
  597. this.tabInHosPerInfoExport.ResumeLayout(false);
  598. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
  599. this.uiPanel1.ResumeLayout(false);
  600. this.gbDateTime.ResumeLayout(false);
  601. this.tP_InsuFeel.ResumeLayout(false);
  602. ((System.ComponentModel.ISupportInitialize)(this.dgvInsuFeeUpload)).EndInit();
  603. this.uiPanel2.ResumeLayout(false);
  604. this.uiGroupBox1.ResumeLayout(false);
  605. this.ResumeLayout(false);
  606. }
  607. #endregion
  608. private Sunny.UI.UITabControl tbcMain;
  609. private System.Windows.Forms.TabPage tabInHosPerInfoExport;
  610. public Sunny.UI.UIDataGridView dgvSettlRecord;
  611. private Sunny.UI.UIPagination pgSettlRecod;
  612. private Sunny.UI.UIPanel uiPanel1;
  613. private Sunny.UI.UIButton btnClose;
  614. private Sunny.UI.UIButton btnQuery;
  615. private Sunny.UI.UIButton btnPrint;
  616. private Sunny.UI.UIGroupBox gbDateTime;
  617. private Sunny.UI.UIDatetimePicker dpED;
  618. private Sunny.UI.UIDatetimePicker dpST;
  619. private System.Windows.Forms.TabPage tP_InsuFeel;
  620. public Sunny.UI.UIDataGridView dgvInsuFeeUpload;
  621. private Sunny.UI.UIPanel uiPanel2;
  622. private Sunny.UI.UIButton uiButton1;
  623. private Sunny.UI.UIButton btnOK;
  624. private Sunny.UI.UIGroupBox uiGroupBox1;
  625. private Sunny.UI.UIDatetimePicker dt_ET;
  626. private Sunny.UI.UIDatetimePicker dt_ST;
  627. private Sunny.UI.UITextBox tb_SettleID;
  628. private Sunny.UI.UITextBox tb_InHospNo;
  629. private Sunny.UI.UILabel uiLabel2;
  630. private Sunny.UI.UILabel uiLabel1;
  631. private Sunny.UI.UIComboBox cbbOverPrice;
  632. private Sunny.UI.UIComboBox cbbLevel;
  633. private Sunny.UI.UILabel uiLabel4;
  634. private Sunny.UI.UILabel uiLabel3;
  635. }
  636. }