SettlementChecklist.designer.cs 31 KB

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