SettlementBilllist.designer.cs 28 KB

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