frmEcSettlCertUpload.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class frmEcSettlCertUpload
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.uiPanel1 = new Sunny.UI.UIPanel();
  35. this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  36. this.dgvEcSettlCertList = new Sunny.UI.UIDataGridView();
  37. this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip();
  38. this.tsmI_0301 = new System.Windows.Forms.ToolStripMenuItem();
  39. this.tsmI_0304 = new System.Windows.Forms.ToolStripMenuItem();
  40. this.tsmI_0305 = new System.Windows.Forms.ToolStripMenuItem();
  41. this.uiPanel5 = new Sunny.UI.UIPanel();
  42. this.btnBatchUpload = new Sunny.UI.UIButton();
  43. this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
  44. this.tbInvNO = new Sunny.UI.UITextBox();
  45. this.tbName = new Sunny.UI.UITextBox();
  46. this.uiLabel13 = new Sunny.UI.UILabel();
  47. this.uiLabel17 = new Sunny.UI.UILabel();
  48. this.btnClose_3 = new Sunny.UI.UIButton();
  49. this.btnQuery = new Sunny.UI.UIButton();
  50. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  51. this.dpED = new Sunny.UI.UIDatetimePicker();
  52. this.dpST = new Sunny.UI.UIDatetimePicker();
  53. this.btnEcSettlFileGet = new Sunny.UI.UIButton();
  54. this.uiPanel1.SuspendLayout();
  55. this.uiTitlePanel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvEcSettlCertList)).BeginInit();
  57. this.uiContextMenuStrip1.SuspendLayout();
  58. this.uiPanel5.SuspendLayout();
  59. this.uiGroupBox6.SuspendLayout();
  60. this.uiGroupBox5.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // uiPanel1
  64. //
  65. this.uiPanel1.Controls.Add(this.uiTitlePanel1);
  66. this.uiPanel1.Controls.Add(this.uiPanel5);
  67. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.uiPanel1.Location = new System.Drawing.Point(0, 0);
  70. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  71. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  72. this.uiPanel1.Name = "uiPanel1";
  73. this.uiPanel1.Size = new System.Drawing.Size(1312, 694);
  74. this.uiPanel1.TabIndex = 0;
  75. this.uiPanel1.Text = null;
  76. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  77. this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  78. //
  79. // uiTitlePanel1
  80. //
  81. this.uiTitlePanel1.Controls.Add(this.dgvEcSettlCertList);
  82. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
  85. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  86. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  87. this.uiTitlePanel1.Name = "uiTitlePanel1";
  88. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
  89. this.uiTitlePanel1.ShowText = false;
  90. this.uiTitlePanel1.Size = new System.Drawing.Size(1312, 590);
  91. this.uiTitlePanel1.TabIndex = 3;
  92. this.uiTitlePanel1.Text = "医保电子票据信息";
  93. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  94. this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  95. //
  96. // dgvEcSettlCertList
  97. //
  98. this.dgvEcSettlCertList.AllowUserToAddRows = false;
  99. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  100. this.dgvEcSettlCertList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  101. this.dgvEcSettlCertList.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  102. this.dgvEcSettlCertList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  103. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  104. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  105. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  107. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  108. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  109. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  110. this.dgvEcSettlCertList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  111. this.dgvEcSettlCertList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  112. this.dgvEcSettlCertList.ContextMenuStrip = this.uiContextMenuStrip1;
  113. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  114. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  115. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  117. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  118. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  119. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  120. this.dgvEcSettlCertList.DefaultCellStyle = dataGridViewCellStyle8;
  121. this.dgvEcSettlCertList.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.dgvEcSettlCertList.EnableHeadersVisualStyles = false;
  123. this.dgvEcSettlCertList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.dgvEcSettlCertList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  125. this.dgvEcSettlCertList.Location = new System.Drawing.Point(0, 35);
  126. this.dgvEcSettlCertList.Name = "dgvEcSettlCertList";
  127. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  128. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  129. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  131. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  132. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  133. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  134. this.dgvEcSettlCertList.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  135. this.dgvEcSettlCertList.RowHeadersWidth = 51;
  136. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  137. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  139. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  140. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  141. this.dgvEcSettlCertList.RowsDefaultCellStyle = dataGridViewCellStyle10;
  142. this.dgvEcSettlCertList.RowTemplate.Height = 23;
  143. this.dgvEcSettlCertList.SelectedIndex = -1;
  144. this.dgvEcSettlCertList.Size = new System.Drawing.Size(1312, 555);
  145. this.dgvEcSettlCertList.TabIndex = 4;
  146. this.dgvEcSettlCertList.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  147. //
  148. // uiContextMenuStrip1
  149. //
  150. this.uiContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  151. this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.uiContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  153. this.tsmI_0301,
  154. this.tsmI_0304,
  155. this.tsmI_0305});
  156. this.uiContextMenuStrip1.Name = "uiContextMenuStrip1";
  157. this.uiContextMenuStrip1.Size = new System.Drawing.Size(437, 82);
  158. this.uiContextMenuStrip1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  159. //
  160. // tsmI_0301
  161. //
  162. this.tsmI_0301.Name = "tsmI_0301";
  163. this.tsmI_0301.Size = new System.Drawing.Size(436, 26);
  164. this.tsmI_0301.Text = "医保电子票据信息上传(报文编号0301)";
  165. this.tsmI_0301.Click += new System.EventHandler(this.tsmI_0301_Click);
  166. //
  167. // tsmI_0304
  168. //
  169. this.tsmI_0304.Name = "tsmI_0304";
  170. this.tsmI_0304.Size = new System.Drawing.Size(436, 26);
  171. this.tsmI_0304.Text = "医保电子结算清单生成状态查询(报文编号0304)";
  172. this.tsmI_0304.Click += new System.EventHandler(this.tsmI_0304_Click);
  173. //
  174. // tsmI_0305
  175. //
  176. this.tsmI_0305.Name = "tsmI_0305";
  177. this.tsmI_0305.Size = new System.Drawing.Size(436, 26);
  178. this.tsmI_0305.Text = "医保电子结算清单文件获取(报文编号0305)";
  179. this.tsmI_0305.Click += new System.EventHandler(this.tsmI_0305_Click);
  180. //
  181. // uiPanel5
  182. //
  183. this.uiPanel5.Controls.Add(this.btnEcSettlFileGet);
  184. this.uiPanel5.Controls.Add(this.btnBatchUpload);
  185. this.uiPanel5.Controls.Add(this.uiGroupBox6);
  186. this.uiPanel5.Controls.Add(this.btnClose_3);
  187. this.uiPanel5.Controls.Add(this.btnQuery);
  188. this.uiPanel5.Controls.Add(this.uiGroupBox5);
  189. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  190. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.uiPanel5.Location = new System.Drawing.Point(0, 590);
  192. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  193. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  194. this.uiPanel5.Name = "uiPanel5";
  195. this.uiPanel5.Size = new System.Drawing.Size(1312, 104);
  196. this.uiPanel5.TabIndex = 2;
  197. this.uiPanel5.Text = null;
  198. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  199. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  200. //
  201. // btnBatchUpload
  202. //
  203. this.btnBatchUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  204. this.btnBatchUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  205. this.btnBatchUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.btnBatchUpload.Location = new System.Drawing.Point(938, 15);
  207. this.btnBatchUpload.MinimumSize = new System.Drawing.Size(1, 1);
  208. this.btnBatchUpload.Name = "btnBatchUpload";
  209. this.btnBatchUpload.Size = new System.Drawing.Size(124, 74);
  210. this.btnBatchUpload.TabIndex = 27;
  211. this.btnBatchUpload.Text = "电子票据上传";
  212. this.btnBatchUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.btnBatchUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  214. this.btnBatchUpload.Click += new System.EventHandler(this.btnBatchUpload_Click);
  215. //
  216. // uiGroupBox6
  217. //
  218. this.uiGroupBox6.Controls.Add(this.tbInvNO);
  219. this.uiGroupBox6.Controls.Add(this.tbName);
  220. this.uiGroupBox6.Controls.Add(this.uiLabel13);
  221. this.uiGroupBox6.Controls.Add(this.uiLabel17);
  222. this.uiGroupBox6.Dock = System.Windows.Forms.DockStyle.Left;
  223. this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.uiGroupBox6.Location = new System.Drawing.Point(194, 0);
  225. this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  226. this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
  227. this.uiGroupBox6.Name = "uiGroupBox6";
  228. this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  229. this.uiGroupBox6.Size = new System.Drawing.Size(344, 104);
  230. this.uiGroupBox6.TabIndex = 26;
  231. this.uiGroupBox6.TabStop = false;
  232. this.uiGroupBox6.Text = "查询条件";
  233. this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  234. this.uiGroupBox6.TitleTop = 10;
  235. this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  236. //
  237. // tbInvNO
  238. //
  239. this.tbInvNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  240. this.tbInvNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.tbInvNO.Location = new System.Drawing.Point(109, 61);
  242. this.tbInvNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  243. this.tbInvNO.MinimumSize = new System.Drawing.Size(1, 16);
  244. this.tbInvNO.Name = "tbInvNO";
  245. this.tbInvNO.ShowText = false;
  246. this.tbInvNO.Size = new System.Drawing.Size(213, 29);
  247. this.tbInvNO.TabIndex = 10;
  248. this.tbInvNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  249. this.tbInvNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  250. //
  251. // tbName
  252. //
  253. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  254. this.tbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.tbName.Location = new System.Drawing.Point(109, 23);
  256. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  257. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  258. this.tbName.Name = "tbName";
  259. this.tbName.ShowText = false;
  260. this.tbName.Size = new System.Drawing.Size(213, 29);
  261. this.tbName.TabIndex = 9;
  262. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  263. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  264. //
  265. // uiLabel13
  266. //
  267. this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.uiLabel13.Location = new System.Drawing.Point(21, 59);
  269. this.uiLabel13.Name = "uiLabel13";
  270. this.uiLabel13.Size = new System.Drawing.Size(68, 23);
  271. this.uiLabel13.TabIndex = 8;
  272. this.uiLabel13.Text = "数电号码";
  273. this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  274. this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  275. //
  276. // uiLabel17
  277. //
  278. this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.uiLabel17.Location = new System.Drawing.Point(23, 26);
  280. this.uiLabel17.Name = "uiLabel17";
  281. this.uiLabel17.Size = new System.Drawing.Size(68, 23);
  282. this.uiLabel17.TabIndex = 0;
  283. this.uiLabel17.Text = "姓 名";
  284. this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  285. this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  286. //
  287. // btnClose_3
  288. //
  289. this.btnClose_3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  290. this.btnClose_3.Cursor = System.Windows.Forms.Cursors.Hand;
  291. this.btnClose_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.btnClose_3.Location = new System.Drawing.Point(1190, 15);
  293. this.btnClose_3.MinimumSize = new System.Drawing.Size(1, 1);
  294. this.btnClose_3.Name = "btnClose_3";
  295. this.btnClose_3.Size = new System.Drawing.Size(115, 74);
  296. this.btnClose_3.TabIndex = 24;
  297. this.btnClose_3.Text = "退 出";
  298. this.btnClose_3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.btnClose_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  300. this.btnClose_3.Click += new System.EventHandler(this.btnClose_3_Click);
  301. //
  302. // btnQuery
  303. //
  304. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  305. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  306. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.btnQuery.Location = new System.Drawing.Point(799, 15);
  308. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  309. this.btnQuery.Name = "btnQuery";
  310. this.btnQuery.Size = new System.Drawing.Size(137, 74);
  311. this.btnQuery.TabIndex = 23;
  312. this.btnQuery.Text = "查 询";
  313. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  315. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  316. //
  317. // uiGroupBox5
  318. //
  319. this.uiGroupBox5.Controls.Add(this.dpED);
  320. this.uiGroupBox5.Controls.Add(this.dpST);
  321. this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Left;
  322. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.uiGroupBox5.Location = new System.Drawing.Point(0, 0);
  324. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  325. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
  326. this.uiGroupBox5.Name = "uiGroupBox5";
  327. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  328. this.uiGroupBox5.Size = new System.Drawing.Size(194, 104);
  329. this.uiGroupBox5.TabIndex = 22;
  330. this.uiGroupBox5.Text = "查询时段";
  331. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  332. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  333. //
  334. // dpED
  335. //
  336. this.dpED.DateFormat = "yyyy-MM-dd";
  337. this.dpED.FillColor = System.Drawing.Color.White;
  338. this.dpED.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.dpED.Location = new System.Drawing.Point(13, 60);
  340. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  341. this.dpED.MaxLength = 10;
  342. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  343. this.dpED.Name = "dpED";
  344. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  345. this.dpED.Size = new System.Drawing.Size(166, 29);
  346. this.dpED.SymbolDropDown = 61555;
  347. this.dpED.SymbolNormal = 61555;
  348. this.dpED.TabIndex = 1;
  349. this.dpED.Text = "2024-10-30";
  350. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  351. this.dpED.Value = new System.DateTime(2024, 10, 30, 0, 0, 0, 0);
  352. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  353. //
  354. // dpST
  355. //
  356. this.dpST.DateFormat = "yyyy-MM-dd";
  357. this.dpST.FillColor = System.Drawing.Color.White;
  358. this.dpST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.dpST.Location = new System.Drawing.Point(13, 27);
  360. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  361. this.dpST.MaxLength = 10;
  362. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  363. this.dpST.Name = "dpST";
  364. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  365. this.dpST.Size = new System.Drawing.Size(166, 29);
  366. this.dpST.SymbolDropDown = 61555;
  367. this.dpST.SymbolNormal = 61555;
  368. this.dpST.TabIndex = 0;
  369. this.dpST.Text = "2024-10-01";
  370. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  371. this.dpST.Value = new System.DateTime(2024, 10, 1, 0, 0, 0, 0);
  372. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  373. //
  374. // btnEcSettlFileGet
  375. //
  376. this.btnEcSettlFileGet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  377. this.btnEcSettlFileGet.Cursor = System.Windows.Forms.Cursors.Hand;
  378. this.btnEcSettlFileGet.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.btnEcSettlFileGet.Location = new System.Drawing.Point(1064, 15);
  380. this.btnEcSettlFileGet.MinimumSize = new System.Drawing.Size(1, 1);
  381. this.btnEcSettlFileGet.Name = "btnEcSettlFileGet";
  382. this.btnEcSettlFileGet.Size = new System.Drawing.Size(124, 74);
  383. this.btnEcSettlFileGet.TabIndex = 29;
  384. this.btnEcSettlFileGet.Text = "清单文件获取";
  385. this.btnEcSettlFileGet.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.btnEcSettlFileGet.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  387. this.btnEcSettlFileGet.Click += new System.EventHandler(this.btnEcSettlFileGet_Click);
  388. //
  389. // frmEcSettlCertUpload
  390. //
  391. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  392. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  393. this.ClientSize = new System.Drawing.Size(1312, 694);
  394. this.Controls.Add(this.uiPanel1);
  395. this.Name = "frmEcSettlCertUpload";
  396. this.Text = "医保电子票据信息交换";
  397. this.Load += new System.EventHandler(this.frmEcSettlCertUpload_Load);
  398. this.uiPanel1.ResumeLayout(false);
  399. this.uiTitlePanel1.ResumeLayout(false);
  400. ((System.ComponentModel.ISupportInitialize)(this.dgvEcSettlCertList)).EndInit();
  401. this.uiContextMenuStrip1.ResumeLayout(false);
  402. this.uiPanel5.ResumeLayout(false);
  403. this.uiGroupBox6.ResumeLayout(false);
  404. this.uiGroupBox5.ResumeLayout(false);
  405. this.ResumeLayout(false);
  406. }
  407. #endregion
  408. private Sunny.UI.UIPanel uiPanel1;
  409. private Sunny.UI.UIPanel uiPanel5;
  410. private Sunny.UI.UIButton btnBatchUpload;
  411. private Sunny.UI.UIGroupBox uiGroupBox6;
  412. private Sunny.UI.UITextBox tbInvNO;
  413. private Sunny.UI.UITextBox tbName;
  414. private Sunny.UI.UILabel uiLabel13;
  415. private Sunny.UI.UILabel uiLabel17;
  416. private Sunny.UI.UIButton btnClose_3;
  417. private Sunny.UI.UIButton btnQuery;
  418. private Sunny.UI.UIGroupBox uiGroupBox5;
  419. private Sunny.UI.UIDatetimePicker dpED;
  420. private Sunny.UI.UIDatetimePicker dpST;
  421. private Sunny.UI.UITitlePanel uiTitlePanel1;
  422. private Sunny.UI.UIDataGridView dgvEcSettlCertList;
  423. private Sunny.UI.UIContextMenuStrip uiContextMenuStrip1;
  424. private System.Windows.Forms.ToolStripMenuItem tsmI_0304;
  425. private System.Windows.Forms.ToolStripMenuItem tsmI_0301;
  426. private System.Windows.Forms.ToolStripMenuItem tsmI_0305;
  427. private Sunny.UI.UIButton btnEcSettlFileGet;
  428. }
  429. }