SettlementChecklist.designer.cs 28 KB

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