SettlementBilllist.designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class SettlementBillPrint
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.uiPanel1 = new Sunny.UI.UIPanel();
  35. this.btnUpdateMedInsuFee = new Sunny.UI.UIButton();
  36. this.btnClose = new Sunny.UI.UIButton();
  37. this.btnDesign = new Sunny.UI.UIButton();
  38. this.gbExactLocate = new Sunny.UI.UIGroupBox();
  39. this.tbHisNO = new Sunny.UI.UITextBox();
  40. this.tbPatSettlID = new Sunny.UI.UITextBox();
  41. this.tbName = new Sunny.UI.UITextBox();
  42. this.gbInterface = new Sunny.UI.UIGroupBox();
  43. this.cbxInterface = new Sunny.UI.UIComboBox();
  44. this.btnQuery = new Sunny.UI.UIButton();
  45. this.btnPrint = new Sunny.UI.UIButton();
  46. this.rbgBillType = new Sunny.UI.UIRadioButtonGroup();
  47. this.rbgAdmType = new Sunny.UI.UIRadioButtonGroup();
  48. this.gbDateTime = new Sunny.UI.UIGroupBox();
  49. this.dpED = new Sunny.UI.UIDatetimePicker();
  50. this.dpST = new Sunny.UI.UIDatetimePicker();
  51. this.pgSettlRecod = new Sunny.UI.UIPagination();
  52. this.dgvSettlRecord = new Sunny.UI.UIDataGridView();
  53. this.uiPanel1.SuspendLayout();
  54. this.gbExactLocate.SuspendLayout();
  55. this.gbInterface.SuspendLayout();
  56. this.gbDateTime.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // uiPanel1
  61. //
  62. this.uiPanel1.Controls.Add(this.btnUpdateMedInsuFee);
  63. this.uiPanel1.Controls.Add(this.btnClose);
  64. this.uiPanel1.Controls.Add(this.btnDesign);
  65. this.uiPanel1.Controls.Add(this.gbExactLocate);
  66. this.uiPanel1.Controls.Add(this.gbInterface);
  67. this.uiPanel1.Controls.Add(this.btnQuery);
  68. this.uiPanel1.Controls.Add(this.btnPrint);
  69. this.uiPanel1.Controls.Add(this.rbgBillType);
  70. this.uiPanel1.Controls.Add(this.rbgAdmType);
  71. this.uiPanel1.Controls.Add(this.gbDateTime);
  72. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  73. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.uiPanel1.Location = new System.Drawing.Point(0, 568);
  75. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  76. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  77. this.uiPanel1.Name = "uiPanel1";
  78. this.uiPanel1.Size = new System.Drawing.Size(1400, 122);
  79. this.uiPanel1.TabIndex = 5;
  80. this.uiPanel1.Text = null;
  81. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  82. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  83. //
  84. // btnUpdateMedInsuFee
  85. //
  86. this.btnUpdateMedInsuFee.Anchor = System.Windows.Forms.AnchorStyles.Right;
  87. this.btnUpdateMedInsuFee.Cursor = System.Windows.Forms.Cursors.Hand;
  88. this.btnUpdateMedInsuFee.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.btnUpdateMedInsuFee.Location = new System.Drawing.Point(1120, 20);
  90. this.btnUpdateMedInsuFee.MinimumSize = new System.Drawing.Size(1, 1);
  91. this.btnUpdateMedInsuFee.Name = "btnUpdateMedInsuFee";
  92. this.btnUpdateMedInsuFee.Size = new System.Drawing.Size(164, 85);
  93. this.btnUpdateMedInsuFee.TabIndex = 27;
  94. this.btnUpdateMedInsuFee.Text = "更新医保费用明细";
  95. this.btnUpdateMedInsuFee.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.btnUpdateMedInsuFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  97. this.btnUpdateMedInsuFee.Click += new System.EventHandler(this.btn_UpdateMedInsuFee_Click);
  98. //
  99. // btnClose
  100. //
  101. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Right;
  102. this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
  103. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.btnClose.Location = new System.Drawing.Point(1286, 20);
  105. this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
  106. this.btnClose.Name = "btnClose";
  107. this.btnClose.Size = new System.Drawing.Size(110, 85);
  108. this.btnClose.TabIndex = 26;
  109. this.btnClose.Text = "退 出";
  110. this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  112. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  113. //
  114. // btnDesign
  115. //
  116. this.btnDesign.Anchor = System.Windows.Forms.AnchorStyles.Right;
  117. this.btnDesign.Cursor = System.Windows.Forms.Cursors.Hand;
  118. this.btnDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.btnDesign.Location = new System.Drawing.Point(984, 63);
  120. this.btnDesign.MinimumSize = new System.Drawing.Size(1, 1);
  121. this.btnDesign.Name = "btnDesign";
  122. this.btnDesign.Size = new System.Drawing.Size(134, 42);
  123. this.btnDesign.TabIndex = 25;
  124. this.btnDesign.Text = "报表设计";
  125. this.btnDesign.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.btnDesign.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  127. this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
  128. //
  129. // gbExactLocate
  130. //
  131. this.gbExactLocate.Controls.Add(this.tbHisNO);
  132. this.gbExactLocate.Controls.Add(this.tbPatSettlID);
  133. this.gbExactLocate.Controls.Add(this.tbName);
  134. this.gbExactLocate.Dock = System.Windows.Forms.DockStyle.Left;
  135. this.gbExactLocate.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.gbExactLocate.Location = new System.Drawing.Point(599, 0);
  137. this.gbExactLocate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  138. this.gbExactLocate.MinimumSize = new System.Drawing.Size(1, 1);
  139. this.gbExactLocate.Name = "gbExactLocate";
  140. this.gbExactLocate.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  141. this.gbExactLocate.Size = new System.Drawing.Size(186, 122);
  142. this.gbExactLocate.TabIndex = 23;
  143. this.gbExactLocate.Text = "精确定位";
  144. this.gbExactLocate.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  145. this.gbExactLocate.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  146. //
  147. // tbHisNO
  148. //
  149. this.tbHisNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  150. this.tbHisNO.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.tbHisNO.Location = new System.Drawing.Point(12, 88);
  152. this.tbHisNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  153. this.tbHisNO.MinimumSize = new System.Drawing.Size(1, 16);
  154. this.tbHisNO.Name = "tbHisNO";
  155. this.tbHisNO.ShowText = false;
  156. this.tbHisNO.Size = new System.Drawing.Size(164, 24);
  157. this.tbHisNO.TabIndex = 3;
  158. this.tbHisNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  159. this.tbHisNO.Watermark = "患者卡号";
  160. this.tbHisNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  161. //
  162. // tbPatSettlID
  163. //
  164. this.tbPatSettlID.Cursor = System.Windows.Forms.Cursors.IBeam;
  165. this.tbPatSettlID.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.tbPatSettlID.Location = new System.Drawing.Point(12, 59);
  167. this.tbPatSettlID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  168. this.tbPatSettlID.MinimumSize = new System.Drawing.Size(1, 16);
  169. this.tbPatSettlID.Name = "tbPatSettlID";
  170. this.tbPatSettlID.ShowText = false;
  171. this.tbPatSettlID.Size = new System.Drawing.Size(164, 24);
  172. this.tbPatSettlID.TabIndex = 2;
  173. this.tbPatSettlID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  174. this.tbPatSettlID.Watermark = "结算编号";
  175. this.tbPatSettlID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  176. //
  177. // tbName
  178. //
  179. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  180. this.tbName.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.tbName.Location = new System.Drawing.Point(12, 30);
  182. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  183. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  184. this.tbName.Name = "tbName";
  185. this.tbName.ShowText = false;
  186. this.tbName.Size = new System.Drawing.Size(164, 24);
  187. this.tbName.TabIndex = 1;
  188. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  189. this.tbName.Watermark = "姓名";
  190. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  191. //
  192. // gbInterface
  193. //
  194. this.gbInterface.Controls.Add(this.cbxInterface);
  195. this.gbInterface.Dock = System.Windows.Forms.DockStyle.Left;
  196. this.gbInterface.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.gbInterface.Location = new System.Drawing.Point(437, 0);
  198. this.gbInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  199. this.gbInterface.MinimumSize = new System.Drawing.Size(1, 1);
  200. this.gbInterface.Name = "gbInterface";
  201. this.gbInterface.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  202. this.gbInterface.Size = new System.Drawing.Size(162, 122);
  203. this.gbInterface.TabIndex = 22;
  204. this.gbInterface.Text = "接口选择";
  205. this.gbInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  206. this.gbInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  207. //
  208. // cbxInterface
  209. //
  210. this.cbxInterface.DataSource = null;
  211. this.cbxInterface.FillColor = System.Drawing.Color.White;
  212. this.cbxInterface.FilterMaxCount = 50;
  213. this.cbxInterface.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.cbxInterface.Location = new System.Drawing.Point(9, 34);
  215. this.cbxInterface.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  216. this.cbxInterface.MinimumSize = new System.Drawing.Size(63, 0);
  217. this.cbxInterface.Name = "cbxInterface";
  218. this.cbxInterface.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  219. this.cbxInterface.Size = new System.Drawing.Size(145, 23);
  220. this.cbxInterface.TabIndex = 0;
  221. this.cbxInterface.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  222. this.cbxInterface.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  223. this.cbxInterface.SelectedValueChanged += new System.EventHandler(this.cbxInterface_SelectedValueChanged);
  224. //
  225. // btnQuery
  226. //
  227. this.btnQuery.Anchor = System.Windows.Forms.AnchorStyles.Right;
  228. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  229. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.btnQuery.Location = new System.Drawing.Point(848, 20);
  231. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  232. this.btnQuery.Name = "btnQuery";
  233. this.btnQuery.Size = new System.Drawing.Size(134, 85);
  234. this.btnQuery.TabIndex = 19;
  235. this.btnQuery.Text = "查 询";
  236. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  238. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  239. //
  240. // btnPrint
  241. //
  242. this.btnPrint.Anchor = System.Windows.Forms.AnchorStyles.Right;
  243. this.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand;
  244. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.btnPrint.Location = new System.Drawing.Point(984, 20);
  246. this.btnPrint.MinimumSize = new System.Drawing.Size(1, 1);
  247. this.btnPrint.Name = "btnPrint";
  248. this.btnPrint.Size = new System.Drawing.Size(134, 42);
  249. this.btnPrint.TabIndex = 18;
  250. this.btnPrint.Text = "打 印";
  251. this.btnPrint.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.btnPrint.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  253. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  254. //
  255. // rbgBillType
  256. //
  257. this.rbgBillType.Dock = System.Windows.Forms.DockStyle.Left;
  258. this.rbgBillType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.rbgBillType.Items.AddRange(new object[] {
  260. "全部",
  261. "正票",
  262. "负票"});
  263. this.rbgBillType.ItemSize = new System.Drawing.Size(150, 30);
  264. this.rbgBillType.Location = new System.Drawing.Point(335, 0);
  265. this.rbgBillType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  266. this.rbgBillType.MinimumSize = new System.Drawing.Size(1, 1);
  267. this.rbgBillType.Name = "rbgBillType";
  268. this.rbgBillType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  269. this.rbgBillType.Size = new System.Drawing.Size(102, 122);
  270. this.rbgBillType.TabIndex = 24;
  271. this.rbgBillType.Text = "票据类型";
  272. this.rbgBillType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  273. this.rbgBillType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  274. //
  275. // rbgAdmType
  276. //
  277. this.rbgAdmType.Dock = System.Windows.Forms.DockStyle.Left;
  278. this.rbgAdmType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.rbgAdmType.Items.AddRange(new object[] {
  280. "全部",
  281. "住院",
  282. "门诊"});
  283. this.rbgAdmType.ItemSize = new System.Drawing.Size(150, 30);
  284. this.rbgAdmType.Location = new System.Drawing.Point(233, 0);
  285. this.rbgAdmType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  286. this.rbgAdmType.MinimumSize = new System.Drawing.Size(1, 1);
  287. this.rbgAdmType.Name = "rbgAdmType";
  288. this.rbgAdmType.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  289. this.rbgAdmType.Size = new System.Drawing.Size(102, 122);
  290. this.rbgAdmType.TabIndex = 21;
  291. this.rbgAdmType.Text = "就诊类型";
  292. this.rbgAdmType.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  293. this.rbgAdmType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  294. //
  295. // gbDateTime
  296. //
  297. this.gbDateTime.Controls.Add(this.dpED);
  298. this.gbDateTime.Controls.Add(this.dpST);
  299. this.gbDateTime.Dock = System.Windows.Forms.DockStyle.Left;
  300. this.gbDateTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.gbDateTime.Location = new System.Drawing.Point(0, 0);
  302. this.gbDateTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  303. this.gbDateTime.MinimumSize = new System.Drawing.Size(1, 1);
  304. this.gbDateTime.Name = "gbDateTime";
  305. this.gbDateTime.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  306. this.gbDateTime.Size = new System.Drawing.Size(233, 122);
  307. this.gbDateTime.TabIndex = 20;
  308. this.gbDateTime.Text = "起止时间";
  309. this.gbDateTime.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  310. this.gbDateTime.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  311. //
  312. // dpED
  313. //
  314. this.dpED.FillColor = System.Drawing.Color.White;
  315. this.dpED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.dpED.Location = new System.Drawing.Point(18, 75);
  317. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  318. this.dpED.MaxLength = 19;
  319. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  320. this.dpED.Name = "dpED";
  321. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  322. this.dpED.Size = new System.Drawing.Size(200, 29);
  323. this.dpED.SymbolDropDown = 61555;
  324. this.dpED.SymbolNormal = 61555;
  325. this.dpED.TabIndex = 1;
  326. this.dpED.Text = "2022-05-22 14:03:13";
  327. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  328. this.dpED.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  329. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  330. //
  331. // dpST
  332. //
  333. this.dpST.FillColor = System.Drawing.Color.White;
  334. this.dpST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.dpST.Location = new System.Drawing.Point(18, 36);
  336. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  337. this.dpST.MaxLength = 19;
  338. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  339. this.dpST.Name = "dpST";
  340. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  341. this.dpST.Size = new System.Drawing.Size(200, 29);
  342. this.dpST.SymbolDropDown = 61555;
  343. this.dpST.SymbolNormal = 61555;
  344. this.dpST.TabIndex = 0;
  345. this.dpST.Text = "2022-05-22 14:03:13";
  346. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  347. this.dpST.Value = new System.DateTime(2022, 5, 22, 14, 3, 13, 266);
  348. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  349. //
  350. // pgSettlRecod
  351. //
  352. this.pgSettlRecod.Dock = System.Windows.Forms.DockStyle.Bottom;
  353. this.pgSettlRecod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.pgSettlRecod.Location = new System.Drawing.Point(0, 533);
  355. this.pgSettlRecod.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  356. this.pgSettlRecod.MinimumSize = new System.Drawing.Size(1, 1);
  357. this.pgSettlRecod.Name = "pgSettlRecod";
  358. this.pgSettlRecod.PagerCount = 13;
  359. this.pgSettlRecod.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.None;
  360. this.pgSettlRecod.ShowJumpButton = false;
  361. this.pgSettlRecod.ShowText = false;
  362. this.pgSettlRecod.Size = new System.Drawing.Size(1400, 35);
  363. this.pgSettlRecod.TabIndex = 6;
  364. this.pgSettlRecod.Text = "uiPagination1";
  365. this.pgSettlRecod.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  366. this.pgSettlRecod.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  367. //
  368. // dgvSettlRecord
  369. //
  370. this.dgvSettlRecord.AllowUserToAddRows = false;
  371. this.dgvSettlRecord.AllowUserToDeleteRows = false;
  372. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  373. this.dgvSettlRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  374. this.dgvSettlRecord.BackgroundColor = System.Drawing.Color.White;
  375. this.dgvSettlRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  376. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  377. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  378. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  380. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  381. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  382. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  383. this.dgvSettlRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  384. this.dgvSettlRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  385. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  386. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  387. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  389. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  390. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  391. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  392. this.dgvSettlRecord.DefaultCellStyle = dataGridViewCellStyle3;
  393. this.dgvSettlRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.dgvSettlRecord.EnableHeadersVisualStyles = false;
  395. this.dgvSettlRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.dgvSettlRecord.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  397. this.dgvSettlRecord.Location = new System.Drawing.Point(0, 0);
  398. this.dgvSettlRecord.Name = "dgvSettlRecord";
  399. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  400. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  401. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  403. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  404. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  405. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  406. this.dgvSettlRecord.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  407. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  408. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.dgvSettlRecord.RowsDefaultCellStyle = dataGridViewCellStyle5;
  410. this.dgvSettlRecord.RowTemplate.Height = 23;
  411. this.dgvSettlRecord.SelectedIndex = -1;
  412. this.dgvSettlRecord.Size = new System.Drawing.Size(1400, 533);
  413. this.dgvSettlRecord.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  414. this.dgvSettlRecord.TabIndex = 7;
  415. this.dgvSettlRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  416. //
  417. // SettlementBillPrint
  418. //
  419. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  420. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  421. this.ClientSize = new System.Drawing.Size(1400, 690);
  422. this.Controls.Add(this.dgvSettlRecord);
  423. this.Controls.Add(this.pgSettlRecod);
  424. this.Controls.Add(this.uiPanel1);
  425. this.Name = "SettlementBillPrint";
  426. this.Text = "医保结算单查询打印";
  427. this.Load += new System.EventHandler(this.SettlementBillPrint_Load);
  428. this.uiPanel1.ResumeLayout(false);
  429. this.gbExactLocate.ResumeLayout(false);
  430. this.gbInterface.ResumeLayout(false);
  431. this.gbDateTime.ResumeLayout(false);
  432. ((System.ComponentModel.ISupportInitialize)(this.dgvSettlRecord)).EndInit();
  433. this.ResumeLayout(false);
  434. }
  435. #endregion
  436. private Sunny.UI.UIPanel uiPanel1;
  437. private Sunny.UI.UIButton btnClose;
  438. private Sunny.UI.UIButton btnDesign;
  439. private Sunny.UI.UIGroupBox gbExactLocate;
  440. private Sunny.UI.UITextBox tbHisNO;
  441. private Sunny.UI.UITextBox tbPatSettlID;
  442. private Sunny.UI.UITextBox tbName;
  443. private Sunny.UI.UIGroupBox gbInterface;
  444. private Sunny.UI.UIComboBox cbxInterface;
  445. private Sunny.UI.UIButton btnQuery;
  446. private Sunny.UI.UIButton btnPrint;
  447. private Sunny.UI.UIRadioButtonGroup rbgBillType;
  448. private Sunny.UI.UIRadioButtonGroup rbgAdmType;
  449. private Sunny.UI.UIGroupBox gbDateTime;
  450. private Sunny.UI.UIDatetimePicker dpED;
  451. private Sunny.UI.UIDatetimePicker dpST;
  452. private Sunny.UI.UIPagination pgSettlRecod;
  453. public Sunny.UI.UIDataGridView dgvSettlRecord;
  454. private Sunny.UI.UIButton btnUpdateMedInsuFee;
  455. }
  456. }