SettlementChecklist.designer.cs 29 KB

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