SettlementChecklist.designer.cs 33 KB

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