SettlementBilllist.Designer.cs 27 KB

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