MedInsuQuery.Designer.cs 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  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 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. this.tabPage1 = new System.Windows.Forms.TabPage();
  40. this.dgv_MainData = new Sunny.UI.UIDataGridView();
  41. this.uiPagination1 = new Sunny.UI.UIPagination();
  42. this.uiPanel2 = new Sunny.UI.UIPanel();
  43. this.btnImport = new Sunny.UI.UIButton();
  44. this.uiButton1 = new Sunny.UI.UIButton();
  45. this.btnMedQuery = new Sunny.UI.UIButton();
  46. this.uiPanel3 = new Sunny.UI.UIPanel();
  47. this.rb_query2 = new Sunny.UI.UIRadioButtonGroup();
  48. this.chklst_MedTypeList = new System.Windows.Forms.CheckedListBox();
  49. this.chk_returnFlag = new Sunny.UI.UICheckBox();
  50. this.chk_TotleFlag = new Sunny.UI.UICheckBox();
  51. this.rb_query1 = new Sunny.UI.UIRadioButtonGroup();
  52. this.edt_SetID = new Sunny.UI.UITextBox();
  53. this.edt_PageCount = new Sunny.UI.UITextBox();
  54. this.edt_Page = new Sunny.UI.UITextBox();
  55. this.edt_SetlNY = new Sunny.UI.UITextBox();
  56. this.uiLabel4 = new Sunny.UI.UILabel();
  57. this.uiLabel3 = new Sunny.UI.UILabel();
  58. this.uiLabel2 = new Sunny.UI.UILabel();
  59. this.uiLabel1 = new Sunny.UI.UILabel();
  60. this.rb_MedQueryType = new Sunny.UI.UIRadioButtonGroup();
  61. this.cb_MedQueryType = new Sunny.UI.UIComboBox();
  62. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  63. this.dt_End = new Sunny.UI.UIDatetimePicker();
  64. this.dt_Begin = new Sunny.UI.UIDatetimePicker();
  65. this.tabInHosPerInfoExport = new System.Windows.Forms.TabPage();
  66. this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
  67. this.pgSettlRecod = new Sunny.UI.UIPagination();
  68. this.uiPanel1 = new Sunny.UI.UIPanel();
  69. this.btnClose = new Sunny.UI.UIButton();
  70. this.btnQuery = new Sunny.UI.UIButton();
  71. this.btnPrint = new Sunny.UI.UIButton();
  72. this.gbDateTime = new Sunny.UI.UIGroupBox();
  73. this.dpED = new Sunny.UI.UIDatetimePicker();
  74. this.dpST = new Sunny.UI.UIDatetimePicker();
  75. this.tbcMain = new Sunny.UI.UITabControl();
  76. this.tabPage1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgv_MainData)).BeginInit();
  78. this.uiPanel2.SuspendLayout();
  79. this.uiPanel3.SuspendLayout();
  80. this.rb_query2.SuspendLayout();
  81. this.rb_query1.SuspendLayout();
  82. this.rb_MedQueryType.SuspendLayout();
  83. this.uiGroupBox1.SuspendLayout();
  84. this.tabInHosPerInfoExport.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
  86. this.uiPanel1.SuspendLayout();
  87. this.gbDateTime.SuspendLayout();
  88. this.tbcMain.SuspendLayout();
  89. this.SuspendLayout();
  90. //
  91. // tabPage1
  92. //
  93. this.tabPage1.Controls.Add(this.dgv_MainData);
  94. this.tabPage1.Controls.Add(this.uiPagination1);
  95. this.tabPage1.Controls.Add(this.uiPanel2);
  96. this.tabPage1.Controls.Add(this.uiPanel3);
  97. this.tabPage1.Location = new System.Drawing.Point(0, 50);
  98. this.tabPage1.Name = "tabPage1";
  99. this.tabPage1.Size = new System.Drawing.Size(1337, 615);
  100. this.tabPage1.TabIndex = 1;
  101. this.tabPage1.Text = "医保接口查询";
  102. this.tabPage1.UseVisualStyleBackColor = true;
  103. //
  104. // dgv_MainData
  105. //
  106. this.dgv_MainData.AllowUserToAddRows = false;
  107. this.dgv_MainData.AllowUserToDeleteRows = false;
  108. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  109. this.dgv_MainData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  110. this.dgv_MainData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  111. this.dgv_MainData.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  112. this.dgv_MainData.BackgroundColor = System.Drawing.Color.White;
  113. this.dgv_MainData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  114. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  115. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  116. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  118. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  119. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  120. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  121. this.dgv_MainData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  122. this.dgv_MainData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  123. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  124. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  125. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  127. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  128. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  129. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  130. this.dgv_MainData.DefaultCellStyle = dataGridViewCellStyle3;
  131. this.dgv_MainData.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.dgv_MainData.EnableHeadersVisualStyles = false;
  133. this.dgv_MainData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.dgv_MainData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  135. this.dgv_MainData.Location = new System.Drawing.Point(254, 0);
  136. this.dgv_MainData.Name = "dgv_MainData";
  137. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  138. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  139. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  141. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  142. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  143. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  144. this.dgv_MainData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  145. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  146. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.dgv_MainData.RowsDefaultCellStyle = dataGridViewCellStyle5;
  148. this.dgv_MainData.RowTemplate.Height = 23;
  149. this.dgv_MainData.SelectedIndex = -1;
  150. this.dgv_MainData.Size = new System.Drawing.Size(1083, 507);
  151. this.dgv_MainData.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  152. this.dgv_MainData.TabIndex = 16;
  153. this.dgv_MainData.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  154. //
  155. // uiPagination1
  156. //
  157. this.uiPagination1.Dock = System.Windows.Forms.DockStyle.Bottom;
  158. this.uiPagination1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.uiPagination1.Location = new System.Drawing.Point(254, 507);
  160. this.uiPagination1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  161. this.uiPagination1.MinimumSize = new System.Drawing.Size(1, 1);
  162. this.uiPagination1.Name = "uiPagination1";
  163. this.uiPagination1.PagerCount = 13;
  164. this.uiPagination1.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  165. this.uiPagination1.ShowJumpButton = false;
  166. this.uiPagination1.ShowText = false;
  167. this.uiPagination1.Size = new System.Drawing.Size(1083, 31);
  168. this.uiPagination1.TabIndex = 15;
  169. this.uiPagination1.Text = "uiPagination1";
  170. this.uiPagination1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  171. this.uiPagination1.Visible = false;
  172. this.uiPagination1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  173. //
  174. // uiPanel2
  175. //
  176. this.uiPanel2.Controls.Add(this.btnImport);
  177. this.uiPanel2.Controls.Add(this.uiButton1);
  178. this.uiPanel2.Controls.Add(this.btnMedQuery);
  179. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  180. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.uiPanel2.Location = new System.Drawing.Point(254, 538);
  182. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  183. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  184. this.uiPanel2.Name = "uiPanel2";
  185. this.uiPanel2.Size = new System.Drawing.Size(1083, 77);
  186. this.uiPanel2.TabIndex = 14;
  187. this.uiPanel2.Text = null;
  188. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  189. this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  190. //
  191. // btnImport
  192. //
  193. this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  194. this.btnImport.Cursor = System.Windows.Forms.Cursors.Hand;
  195. this.btnImport.Enabled = false;
  196. this.btnImport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.btnImport.Location = new System.Drawing.Point(840, 5);
  198. this.btnImport.MinimumSize = new System.Drawing.Size(1, 1);
  199. this.btnImport.Name = "btnImport";
  200. this.btnImport.Size = new System.Drawing.Size(134, 67);
  201. this.btnImport.TabIndex = 27;
  202. this.btnImport.Text = "导 出";
  203. this.btnImport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.btnImport.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  205. this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
  206. //
  207. // uiButton1
  208. //
  209. this.uiButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  210. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  211. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.uiButton1.Location = new System.Drawing.Point(975, 5);
  213. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  214. this.uiButton1.Name = "uiButton1";
  215. this.uiButton1.Size = new System.Drawing.Size(104, 67);
  216. this.uiButton1.TabIndex = 26;
  217. this.uiButton1.Text = "退 出";
  218. this.uiButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.uiButton1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  220. this.uiButton1.Click += new System.EventHandler(this.btnClose_Click);
  221. //
  222. // btnMedQuery
  223. //
  224. this.btnMedQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  225. this.btnMedQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  226. this.btnMedQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.btnMedQuery.Location = new System.Drawing.Point(705, 5);
  228. this.btnMedQuery.MinimumSize = new System.Drawing.Size(1, 1);
  229. this.btnMedQuery.Name = "btnMedQuery";
  230. this.btnMedQuery.Size = new System.Drawing.Size(134, 67);
  231. this.btnMedQuery.TabIndex = 19;
  232. this.btnMedQuery.Text = "医 保 查 询";
  233. this.btnMedQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.btnMedQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  235. this.btnMedQuery.Click += new System.EventHandler(this.btnMedQuery_Click);
  236. //
  237. // uiPanel3
  238. //
  239. this.uiPanel3.Controls.Add(this.rb_query2);
  240. this.uiPanel3.Controls.Add(this.rb_query1);
  241. this.uiPanel3.Controls.Add(this.rb_MedQueryType);
  242. this.uiPanel3.Controls.Add(this.uiGroupBox1);
  243. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Left;
  244. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.uiPanel3.Location = new System.Drawing.Point(0, 0);
  246. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  247. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  248. this.uiPanel3.Name = "uiPanel3";
  249. this.uiPanel3.Size = new System.Drawing.Size(254, 615);
  250. this.uiPanel3.TabIndex = 13;
  251. this.uiPanel3.Text = "uiPanel3";
  252. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  253. this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  254. //
  255. // rb_query2
  256. //
  257. this.rb_query2.Controls.Add(this.chklst_MedTypeList);
  258. this.rb_query2.Controls.Add(this.chk_returnFlag);
  259. this.rb_query2.Controls.Add(this.chk_TotleFlag);
  260. this.rb_query2.Dock = System.Windows.Forms.DockStyle.Top;
  261. this.rb_query2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.rb_query2.Location = new System.Drawing.Point(0, 380);
  263. this.rb_query2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  264. this.rb_query2.MinimumSize = new System.Drawing.Size(1, 1);
  265. this.rb_query2.Name = "rb_query2";
  266. this.rb_query2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  267. this.rb_query2.Size = new System.Drawing.Size(254, 366);
  268. this.rb_query2.TabIndex = 32;
  269. this.rb_query2.Text = "查询条件";
  270. this.rb_query2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  271. this.rb_query2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  272. //
  273. // chklst_MedTypeList
  274. //
  275. this.chklst_MedTypeList.Dock = System.Windows.Forms.DockStyle.Bottom;
  276. this.chklst_MedTypeList.FormattingEnabled = true;
  277. this.chklst_MedTypeList.Items.AddRange(new object[] {
  278. "11-普通门诊",
  279. "28-日间手术",
  280. "2101-普通住院",
  281. "2102-单病种住院",
  282. "9902-国家谈判药门诊"});
  283. this.chklst_MedTypeList.Location = new System.Drawing.Point(0, 122);
  284. this.chklst_MedTypeList.Name = "chklst_MedTypeList";
  285. this.chklst_MedTypeList.Size = new System.Drawing.Size(254, 244);
  286. this.chklst_MedTypeList.TabIndex = 29;
  287. //
  288. // chk_returnFlag
  289. //
  290. this.chk_returnFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  291. this.chk_returnFlag.Dock = System.Windows.Forms.DockStyle.Top;
  292. this.chk_returnFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.chk_returnFlag.Location = new System.Drawing.Point(0, 62);
  294. this.chk_returnFlag.MinimumSize = new System.Drawing.Size(1, 1);
  295. this.chk_returnFlag.Name = "chk_returnFlag";
  296. this.chk_returnFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  297. this.chk_returnFlag.Size = new System.Drawing.Size(254, 50);
  298. this.chk_returnFlag.TabIndex = 4;
  299. this.chk_returnFlag.Text = "退费统计标志";
  300. this.chk_returnFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  301. //
  302. // chk_TotleFlag
  303. //
  304. this.chk_TotleFlag.Cursor = System.Windows.Forms.Cursors.Hand;
  305. this.chk_TotleFlag.Dock = System.Windows.Forms.DockStyle.Top;
  306. this.chk_TotleFlag.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.chk_TotleFlag.Location = new System.Drawing.Point(0, 32);
  308. this.chk_TotleFlag.MinimumSize = new System.Drawing.Size(1, 1);
  309. this.chk_TotleFlag.Name = "chk_TotleFlag";
  310. this.chk_TotleFlag.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  311. this.chk_TotleFlag.Size = new System.Drawing.Size(254, 30);
  312. this.chk_TotleFlag.TabIndex = 3;
  313. this.chk_TotleFlag.Text = "统计标志";
  314. this.chk_TotleFlag.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  315. //
  316. // rb_query1
  317. //
  318. this.rb_query1.Controls.Add(this.edt_SetID);
  319. this.rb_query1.Controls.Add(this.edt_PageCount);
  320. this.rb_query1.Controls.Add(this.edt_Page);
  321. this.rb_query1.Controls.Add(this.edt_SetlNY);
  322. this.rb_query1.Controls.Add(this.uiLabel4);
  323. this.rb_query1.Controls.Add(this.uiLabel3);
  324. this.rb_query1.Controls.Add(this.uiLabel2);
  325. this.rb_query1.Controls.Add(this.uiLabel1);
  326. this.rb_query1.Dock = System.Windows.Forms.DockStyle.Top;
  327. this.rb_query1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.rb_query1.Location = new System.Drawing.Point(0, 192);
  329. this.rb_query1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  330. this.rb_query1.MinimumSize = new System.Drawing.Size(1, 1);
  331. this.rb_query1.Name = "rb_query1";
  332. this.rb_query1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  333. this.rb_query1.Size = new System.Drawing.Size(254, 188);
  334. this.rb_query1.TabIndex = 31;
  335. this.rb_query1.Text = "查询条件";
  336. this.rb_query1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  337. this.rb_query1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  338. //
  339. // edt_SetID
  340. //
  341. this.edt_SetID.Cursor = System.Windows.Forms.Cursors.IBeam;
  342. this.edt_SetID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.edt_SetID.Location = new System.Drawing.Point(88, 143);
  344. this.edt_SetID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  345. this.edt_SetID.MinimumSize = new System.Drawing.Size(1, 16);
  346. this.edt_SetID.Name = "edt_SetID";
  347. this.edt_SetID.ShowText = false;
  348. this.edt_SetID.Size = new System.Drawing.Size(159, 29);
  349. this.edt_SetID.TabIndex = 5;
  350. this.edt_SetID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  351. this.edt_SetID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  352. //
  353. // edt_PageCount
  354. //
  355. this.edt_PageCount.Cursor = System.Windows.Forms.Cursors.IBeam;
  356. this.edt_PageCount.DoubleValue = 10D;
  357. this.edt_PageCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.edt_PageCount.IntValue = 10;
  359. this.edt_PageCount.Location = new System.Drawing.Point(88, 106);
  360. this.edt_PageCount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  361. this.edt_PageCount.MinimumSize = new System.Drawing.Size(1, 16);
  362. this.edt_PageCount.Name = "edt_PageCount";
  363. this.edt_PageCount.ShowText = false;
  364. this.edt_PageCount.Size = new System.Drawing.Size(159, 29);
  365. this.edt_PageCount.TabIndex = 5;
  366. this.edt_PageCount.Text = "10";
  367. this.edt_PageCount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  368. this.edt_PageCount.Watermark = "10";
  369. this.edt_PageCount.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  370. //
  371. // edt_Page
  372. //
  373. this.edt_Page.Cursor = System.Windows.Forms.Cursors.IBeam;
  374. this.edt_Page.DoubleValue = 1D;
  375. this.edt_Page.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.edt_Page.IntValue = 1;
  377. this.edt_Page.Location = new System.Drawing.Point(88, 69);
  378. this.edt_Page.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  379. this.edt_Page.MinimumSize = new System.Drawing.Size(1, 16);
  380. this.edt_Page.Name = "edt_Page";
  381. this.edt_Page.ShowText = false;
  382. this.edt_Page.Size = new System.Drawing.Size(159, 29);
  383. this.edt_Page.TabIndex = 5;
  384. this.edt_Page.Text = "1";
  385. this.edt_Page.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  386. this.edt_Page.Watermark = "1";
  387. this.edt_Page.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  388. //
  389. // edt_SetlNY
  390. //
  391. this.edt_SetlNY.Cursor = System.Windows.Forms.Cursors.IBeam;
  392. this.edt_SetlNY.DoubleValue = 202307D;
  393. this.edt_SetlNY.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.edt_SetlNY.IntValue = 202307;
  395. this.edt_SetlNY.Location = new System.Drawing.Point(88, 32);
  396. this.edt_SetlNY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  397. this.edt_SetlNY.MinimumSize = new System.Drawing.Size(1, 16);
  398. this.edt_SetlNY.Name = "edt_SetlNY";
  399. this.edt_SetlNY.ShowText = false;
  400. this.edt_SetlNY.Size = new System.Drawing.Size(159, 29);
  401. this.edt_SetlNY.TabIndex = 4;
  402. this.edt_SetlNY.Text = "202307";
  403. this.edt_SetlNY.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  404. this.edt_SetlNY.Watermark = "202307";
  405. this.edt_SetlNY.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  406. //
  407. // uiLabel4
  408. //
  409. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.uiLabel4.Location = new System.Drawing.Point(9, 143);
  411. this.uiLabel4.Name = "uiLabel4";
  412. this.uiLabel4.Size = new System.Drawing.Size(77, 23);
  413. this.uiLabel4.TabIndex = 3;
  414. this.uiLabel4.Text = "结 算 ID";
  415. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  416. this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  417. //
  418. // uiLabel3
  419. //
  420. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.uiLabel3.Location = new System.Drawing.Point(9, 106);
  422. this.uiLabel3.Name = "uiLabel3";
  423. this.uiLabel3.Size = new System.Drawing.Size(77, 23);
  424. this.uiLabel3.TabIndex = 2;
  425. this.uiLabel3.Text = "分页数量";
  426. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  427. this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  428. //
  429. // uiLabel2
  430. //
  431. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.uiLabel2.Location = new System.Drawing.Point(9, 69);
  433. this.uiLabel2.Name = "uiLabel2";
  434. this.uiLabel2.Size = new System.Drawing.Size(77, 23);
  435. this.uiLabel2.TabIndex = 1;
  436. this.uiLabel2.Text = "分页页码";
  437. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  438. this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  439. //
  440. // uiLabel1
  441. //
  442. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.uiLabel1.Location = new System.Drawing.Point(9, 32);
  444. this.uiLabel1.Name = "uiLabel1";
  445. this.uiLabel1.Size = new System.Drawing.Size(77, 23);
  446. this.uiLabel1.TabIndex = 0;
  447. this.uiLabel1.Text = "结算年月";
  448. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  449. this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  450. //
  451. // rb_MedQueryType
  452. //
  453. this.rb_MedQueryType.Controls.Add(this.cb_MedQueryType);
  454. this.rb_MedQueryType.Dock = System.Windows.Forms.DockStyle.Top;
  455. this.rb_MedQueryType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.rb_MedQueryType.Location = new System.Drawing.Point(0, 114);
  457. this.rb_MedQueryType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  458. this.rb_MedQueryType.MinimumSize = new System.Drawing.Size(1, 1);
  459. this.rb_MedQueryType.Name = "rb_MedQueryType";
  460. this.rb_MedQueryType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  461. this.rb_MedQueryType.Size = new System.Drawing.Size(254, 78);
  462. this.rb_MedQueryType.TabIndex = 30;
  463. this.rb_MedQueryType.Text = "医保查询业务";
  464. this.rb_MedQueryType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  465. this.rb_MedQueryType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  466. //
  467. // cb_MedQueryType
  468. //
  469. this.cb_MedQueryType.DataSource = null;
  470. this.cb_MedQueryType.FillColor = System.Drawing.Color.White;
  471. this.cb_MedQueryType.FilterMaxCount = 50;
  472. this.cb_MedQueryType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.cb_MedQueryType.Items.AddRange(new object[] {
  474. "3605-DRG 分组结果查询",
  475. "3606-DIP 分组结果查询",
  476. "3607-结算清单质控结果查询",
  477. "4105-医疗保障基金结算清单数量统计查询"});
  478. this.cb_MedQueryType.Location = new System.Drawing.Point(10, 34);
  479. this.cb_MedQueryType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  480. this.cb_MedQueryType.MinimumSize = new System.Drawing.Size(63, 0);
  481. this.cb_MedQueryType.Name = "cb_MedQueryType";
  482. this.cb_MedQueryType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  483. this.cb_MedQueryType.Size = new System.Drawing.Size(238, 29);
  484. this.cb_MedQueryType.TabIndex = 29;
  485. this.cb_MedQueryType.Text = "4105-医疗保障基金结算清单数量统计查询";
  486. this.cb_MedQueryType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  487. this.cb_MedQueryType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  488. this.cb_MedQueryType.SelectedIndexChanged += new System.EventHandler(this.cb_MedQueryType_SelectedIndexChanged);
  489. //
  490. // uiGroupBox1
  491. //
  492. this.uiGroupBox1.Controls.Add(this.dt_End);
  493. this.uiGroupBox1.Controls.Add(this.dt_Begin);
  494. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  495. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  497. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  498. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  499. this.uiGroupBox1.Name = "uiGroupBox1";
  500. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  501. this.uiGroupBox1.Size = new System.Drawing.Size(254, 114);
  502. this.uiGroupBox1.TabIndex = 21;
  503. this.uiGroupBox1.Text = "起止时间";
  504. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  505. this.uiGroupBox1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  506. //
  507. // dt_End
  508. //
  509. this.dt_End.FillColor = System.Drawing.Color.White;
  510. this.dt_End.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.dt_End.Location = new System.Drawing.Point(14, 72);
  512. this.dt_End.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  513. this.dt_End.MaxLength = 19;
  514. this.dt_End.MinimumSize = new System.Drawing.Size(63, 0);
  515. this.dt_End.Name = "dt_End";
  516. this.dt_End.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  517. this.dt_End.Size = new System.Drawing.Size(234, 29);
  518. this.dt_End.SymbolDropDown = 61555;
  519. this.dt_End.SymbolNormal = 61555;
  520. this.dt_End.TabIndex = 1;
  521. this.dt_End.Text = "2022-05-22 14:03:13";
  522. this.dt_End.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  523. this.dt_End.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  524. this.dt_End.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  525. //
  526. // dt_Begin
  527. //
  528. this.dt_Begin.FillColor = System.Drawing.Color.White;
  529. this.dt_Begin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.dt_Begin.Location = new System.Drawing.Point(14, 33);
  531. this.dt_Begin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  532. this.dt_Begin.MaxLength = 19;
  533. this.dt_Begin.MinimumSize = new System.Drawing.Size(63, 0);
  534. this.dt_Begin.Name = "dt_Begin";
  535. this.dt_Begin.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  536. this.dt_Begin.Size = new System.Drawing.Size(234, 29);
  537. this.dt_Begin.SymbolDropDown = 61555;
  538. this.dt_Begin.SymbolNormal = 61555;
  539. this.dt_Begin.TabIndex = 0;
  540. this.dt_Begin.Text = "2022-05-22 14:03:13";
  541. this.dt_Begin.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  542. this.dt_Begin.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 0);
  543. this.dt_Begin.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  544. //
  545. // tabInHosPerInfoExport
  546. //
  547. this.tabInHosPerInfoExport.Controls.Add(this.dgvSettlRecord);
  548. this.tabInHosPerInfoExport.Controls.Add(this.pgSettlRecod);
  549. this.tabInHosPerInfoExport.Controls.Add(this.uiPanel1);
  550. this.tabInHosPerInfoExport.Location = new System.Drawing.Point(0, 50);
  551. this.tabInHosPerInfoExport.Name = "tabInHosPerInfoExport";
  552. this.tabInHosPerInfoExport.Size = new System.Drawing.Size(1337, 615);
  553. this.tabInHosPerInfoExport.TabIndex = 0;
  554. this.tabInHosPerInfoExport.Text = "HIS在院患者信息导出";
  555. this.tabInHosPerInfoExport.UseVisualStyleBackColor = true;
  556. //
  557. // dgvSettlRecord
  558. //
  559. this.dgvSettlRecord.AllowUserToAddRows = false;
  560. this.dgvSettlRecord.AllowUserToDeleteRows = false;
  561. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  562. this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  563. this.dgvSettlRecord.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  564. this.dgvSettlRecord.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  565. this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
  566. this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  567. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  568. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  569. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  571. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  572. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  573. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  574. this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  575. this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  576. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  577. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  578. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  580. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  581. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  582. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  583. this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle8;
  584. this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  585. this.dgvSettlRecord.EnableHeadersVisualStyles = false;
  586. this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  588. this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
  589. this.dgvSettlRecord.Name = "dgvSettlRecord";
  590. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  591. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  592. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  593. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  594. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  595. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  596. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  597. this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  598. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  599. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle10;
  601. this.dgvSettlRecord.RowTemplate.Height = 23;
  602. this.dgvSettlRecord.SelectedIndex = -1;
  603. this.dgvSettlRecord.Size = new System.Drawing.Size(1337, 483);
  604. this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  605. this.dgvSettlRecord.TabIndex = 9;
  606. this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  607. //
  608. // pgSettlRecod
  609. //
  610. this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
  611. this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.pgSettlRecod.Location = new System.Drawing.Point(0, 483);
  613. this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  614. this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
  615. this.pgSettlRecod.Name = "pgSettlRecod";
  616. this.pgSettlRecod.PagerCount = 13;
  617. this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  618. this.pgSettlRecod.ShowJumpButton = false;
  619. this.pgSettlRecod.ShowText = false;
  620. this.pgSettlRecod.Size = new System.Drawing.Size(1337, 31);
  621. this.pgSettlRecod.TabIndex = 8;
  622. this.pgSettlRecod.Text = "uiPagination1";
  623. this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  624. this.pgSettlRecod.Visible = false;
  625. this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  626. //
  627. // uiPanel1
  628. //
  629. this.uiPanel1.Controls.Add(this.btnClose);
  630. this.uiPanel1.Controls.Add(this.btnQuery);
  631. this.uiPanel1.Controls.Add(this.btnPrint);
  632. this.uiPanel1.Controls.Add(this.gbDateTime);
  633. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  634. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.uiPanel1.Location = new System.Drawing.Point(0, 514);
  636. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  637. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  638. this.uiPanel1.Name = "uiPanel1";
  639. this.uiPanel1.Size = new System.Drawing.Size(1337, 101);
  640. this.uiPanel1.TabIndex = 10;
  641. this.uiPanel1.Text = null;
  642. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  643. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  644. //
  645. // btnClose
  646. //
  647. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  648. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  649. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. this.btnClose.Location = new System.Drawing.Point(1196, 19);
  651. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  652. this.btnClose.Name = "btnClose";
  653. this.btnClose.Size = new System.Drawing.Size(134, 67);
  654. this.btnClose.TabIndex = 26;
  655. this.btnClose.Text = "退 出";
  656. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  658. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  659. //
  660. // btnQuery
  661. //
  662. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  663. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  664. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. this.btnQuery.Location = new System.Drawing.Point(924, 19);
  666. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  667. this.btnQuery.Name = "btnQuery";
  668. this.btnQuery.Size = new System.Drawing.Size(134, 67);
  669. this.btnQuery.TabIndex = 19;
  670. this.btnQuery.Text = "查 询";
  671. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  672. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  673. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  674. //
  675. // btnPrint
  676. //
  677. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  678. this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
  679. this.btnPrint.Enabled = false;
  680. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  681. this.btnPrint.Location = new System.Drawing.Point(1060, 19);
  682. this.btnPrint.MinimumSize = new System.Drawing.Size(1, 1);
  683. this.btnPrint.Name = "btnPrint";
  684. this.btnPrint.Size = new System.Drawing.Size(134, 67);
  685. this.btnPrint.TabIndex = 18;
  686. this.btnPrint.Text = "导 出";
  687. this.btnPrint.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  688. this.btnPrint.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  689. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  690. //
  691. // gbDateTime
  692. //
  693. this.gbDateTime.Controls.Add(this.dpED);
  694. this.gbDateTime.Controls.Add(this.dpST);
  695. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
  696. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  697. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  698. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  699. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  700. this.gbDateTime.Name = "gbDateTime";
  701. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  702. this.gbDateTime.Size = new System.Drawing.Size(240, 101);
  703. this.gbDateTime.TabIndex = 20;
  704. this.gbDateTime.Text = "起止时间";
  705. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  706. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  707. //
  708. // dpED
  709. //
  710. this.dpED.FillColor = System.Drawing.Color.White;
  711. this.dpED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  712. this.dpED.Location = new System.Drawing.Point(14, 59);
  713. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  714. this.dpED.MaxLength = 19;
  715. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  716. this.dpED.Name = "dpED";
  717. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  718. this.dpED.Size = new System.Drawing.Size(211, 29);
  719. this.dpED.SymbolDropDown = 61555;
  720. this.dpED.SymbolNormal = 61555;
  721. this.dpED.TabIndex = 1;
  722. this.dpED.Text = "2022-05-22 14:03:13";
  723. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  724. this.dpED.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  725. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  726. //
  727. // dpST
  728. //
  729. this.dpST.FillColor = System.Drawing.Color.White;
  730. this.dpST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  731. this.dpST.Location = new System.Drawing.Point(14, 28);
  732. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  733. this.dpST.MaxLength = 19;
  734. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  735. this.dpST.Name = "dpST";
  736. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  737. this.dpST.Size = new System.Drawing.Size(211, 29);
  738. this.dpST.SymbolDropDown = 61555;
  739. this.dpST.SymbolNormal = 61555;
  740. this.dpST.TabIndex = 0;
  741. this.dpST.Text = "2022-05-22 14:03:13";
  742. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  743. this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  744. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  745. //
  746. // tbcMain
  747. //
  748. this.tbcMain.Controls.Add(this.tabInHosPerInfoExport);
  749. this.tbcMain.Controls.Add(this.tabPage1);
  750. this.tbcMain.Dock = System.Windows.Forms.DockStyle.Fill;
  751. this.tbcMain.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  752. this.tbcMain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  753. this.tbcMain.ItemSize = new System.Drawing.Size(180, 50);
  754. this.tbcMain.Location = new System.Drawing.Point(0, 0);
  755. this.tbcMain.MainPage = "";
  756. this.tbcMain.Name = "tbcMain";
  757. this.tbcMain.SelectedIndex = 0;
  758. this.tbcMain.Size = new System.Drawing.Size(1337, 665);
  759. this.tbcMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  760. this.tbcMain.TabIndex = 0;
  761. this.tbcMain.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  762. this.tbcMain.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  763. //
  764. // MedInsuQuery
  765. //
  766. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  767. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  768. this.ClientSize = new System.Drawing.Size(1337, 665);
  769. this.Controls.Add(this.tbcMain);
  770. this.Name = "MedInsuQuery";
  771. this.Text = "医保查询";
  772. this.Load += new System.EventHandler(this.MedInsuQuery_Load);
  773. this.tabPage1.ResumeLayout(false);
  774. ((System.ComponentModel.ISupportInitialize)(this.dgv_MainData)).EndInit();
  775. this.uiPanel2.ResumeLayout(false);
  776. this.uiPanel3.ResumeLayout(false);
  777. this.rb_query2.ResumeLayout(false);
  778. this.rb_query1.ResumeLayout(false);
  779. this.rb_MedQueryType.ResumeLayout(false);
  780. this.uiGroupBox1.ResumeLayout(false);
  781. this.tabInHosPerInfoExport.ResumeLayout(false);
  782. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
  783. this.uiPanel1.ResumeLayout(false);
  784. this.gbDateTime.ResumeLayout(false);
  785. this.tbcMain.ResumeLayout(false);
  786. this.ResumeLayout(false);
  787. }
  788. #endregion
  789. private System.Windows.Forms.TabPage tabPage1;
  790. public Sunny.UI.UIDataGridView dgv_MainData;
  791. private Sunny.UI.UIPagination uiPagination1;
  792. private Sunny.UI.UIPanel uiPanel2;
  793. private Sunny.UI.UIButton uiButton1;
  794. private Sunny.UI.UIButton btnMedQuery;
  795. private Sunny.UI.UIPanel uiPanel3;
  796. private Sunny.UI.UIRadioButtonGroup rb_query1;
  797. private Sunny.UI.UILabel uiLabel1;
  798. private Sunny.UI.UIRadioButtonGroup rb_MedQueryType;
  799. private Sunny.UI.UIComboBox cb_MedQueryType;
  800. private Sunny.UI.UIGroupBox uiGroupBox1;
  801. private Sunny.UI.UIDatetimePicker dt_End;
  802. private Sunny.UI.UIDatetimePicker dt_Begin;
  803. private System.Windows.Forms.TabPage tabInHosPerInfoExport;
  804. public Sunny.UI.UIDataGridView dgvSettlRecord;
  805. private Sunny.UI.UIPagination pgSettlRecod;
  806. private Sunny.UI.UIPanel uiPanel1;
  807. private Sunny.UI.UIButton btnClose;
  808. private Sunny.UI.UIButton btnQuery;
  809. private Sunny.UI.UIButton btnPrint;
  810. private Sunny.UI.UIGroupBox gbDateTime;
  811. private Sunny.UI.UIDatetimePicker dpED;
  812. private Sunny.UI.UIDatetimePicker dpST;
  813. private Sunny.UI.UITabControl tbcMain;
  814. private Sunny.UI.UITextBox edt_SetID;
  815. private Sunny.UI.UITextBox edt_PageCount;
  816. private Sunny.UI.UITextBox edt_Page;
  817. private Sunny.UI.UITextBox edt_SetlNY;
  818. private Sunny.UI.UILabel uiLabel4;
  819. private Sunny.UI.UILabel uiLabel3;
  820. private Sunny.UI.UILabel uiLabel2;
  821. private Sunny.UI.UIRadioButtonGroup rb_query2;
  822. private Sunny.UI.UICheckBox chk_returnFlag;
  823. private Sunny.UI.UICheckBox chk_TotleFlag;
  824. private System.Windows.Forms.CheckedListBox chklst_MedTypeList;
  825. private Sunny.UI.UIButton btnImport;
  826. }
  827. }