SettlementChecklist.designer.cs 32 KB

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