SettlementChecklist.designer.cs 29 KB

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