EcSettlCertUpload.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. 
  2. namespace PTMedicalInsurance.Forms.ElectronicSettlementCertificates
  3. {
  4. partial class EcSettlCertUpload
  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. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.uiPanel5 = new Sunny.UI.UIPanel();
  36. this.btnBatchUpload = new Sunny.UI.UIButton();
  37. this.uiGroupBox6 = new Sunny.UI.UIGroupBox();
  38. this.tbInvNO = new Sunny.UI.UITextBox();
  39. this.tbName = new Sunny.UI.UITextBox();
  40. this.uiLabel13 = new Sunny.UI.UILabel();
  41. this.uiLabel17 = new Sunny.UI.UILabel();
  42. this.btnClose_3 = new Sunny.UI.UIButton();
  43. this.btnQuery = new Sunny.UI.UIButton();
  44. this.uiGroupBox5 = new Sunny.UI.UIGroupBox();
  45. this.dpED = new Sunny.UI.UIDatetimePicker();
  46. this.dpST = new Sunny.UI.UIDatetimePicker();
  47. this.dgvEcSettlCertList = new Sunny.UI.UIDataGridView();
  48. this.cmsUpload = new System.Windows.Forms.ContextMenuStrip(this.components);
  49. this.tsmUploadSingle = new System.Windows.Forms.ToolStripMenuItem();
  50. this.tsmQueryStatus = new System.Windows.Forms.ToolStripMenuItem();
  51. this.tsReUpload = new System.Windows.Forms.ToolStripMenuItem();
  52. this.tsmQueryUploadResult = new System.Windows.Forms.ToolStripMenuItem();
  53. this.uiPanel5.SuspendLayout();
  54. this.uiGroupBox6.SuspendLayout();
  55. this.uiGroupBox5.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvEcSettlCertList)).BeginInit();
  57. this.cmsUpload.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // uiPanel5
  61. //
  62. this.uiPanel5.Controls.Add(this.btnBatchUpload);
  63. this.uiPanel5.Controls.Add(this.uiGroupBox6);
  64. this.uiPanel5.Controls.Add(this.btnClose_3);
  65. this.uiPanel5.Controls.Add(this.btnQuery);
  66. this.uiPanel5.Controls.Add(this.uiGroupBox5);
  67. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  68. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.uiPanel5.Location = new System.Drawing.Point(0, 392);
  70. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  71. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  72. this.uiPanel5.Name = "uiPanel5";
  73. this.uiPanel5.Size = new System.Drawing.Size(1357, 107);
  74. this.uiPanel5.TabIndex = 1;
  75. this.uiPanel5.Text = null;
  76. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  77. this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  78. //
  79. // btnBatchUpload
  80. //
  81. this.btnBatchUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  82. this.btnBatchUpload.Cursor = System.Windows.Forms.Cursors.Hand;
  83. this.btnBatchUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btnBatchUpload.Location = new System.Drawing.Point(1109, 24);
  85. this.btnBatchUpload.MinimumSize = new System.Drawing.Size(1, 1);
  86. this.btnBatchUpload.Name = "btnBatchUpload";
  87. this.btnBatchUpload.Size = new System.Drawing.Size(116, 61);
  88. this.btnBatchUpload.TabIndex = 27;
  89. this.btnBatchUpload.Text = "批量上传";
  90. this.btnBatchUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.btnBatchUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  92. this.btnBatchUpload.Click += new System.EventHandler(this.btnBatchUpload_Click);
  93. //
  94. // uiGroupBox6
  95. //
  96. this.uiGroupBox6.Controls.Add(this.tbInvNO);
  97. this.uiGroupBox6.Controls.Add(this.tbName);
  98. this.uiGroupBox6.Controls.Add(this.uiLabel13);
  99. this.uiGroupBox6.Controls.Add(this.uiLabel17);
  100. this.uiGroupBox6.Dock = System.Windows.Forms.DockStyle.Left;
  101. this.uiGroupBox6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.uiGroupBox6.Location = new System.Drawing.Point(178, 0);
  103. this.uiGroupBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  104. this.uiGroupBox6.MinimumSize = new System.Drawing.Size(1, 1);
  105. this.uiGroupBox6.Name = "uiGroupBox6";
  106. this.uiGroupBox6.Padding = new System.Windows.Forms.Padding(0, 26, 0, 0);
  107. this.uiGroupBox6.Size = new System.Drawing.Size(346, 107);
  108. this.uiGroupBox6.TabIndex = 26;
  109. this.uiGroupBox6.TabStop = false;
  110. this.uiGroupBox6.Text = null;
  111. this.uiGroupBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  112. this.uiGroupBox6.TitleTop = 10;
  113. this.uiGroupBox6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  114. //
  115. // tbInvNO
  116. //
  117. this.tbInvNO.Cursor = System.Windows.Forms.Cursors.IBeam;
  118. this.tbInvNO.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.tbInvNO.Location = new System.Drawing.Point(100, 68);
  120. this.tbInvNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  121. this.tbInvNO.MinimumSize = new System.Drawing.Size(1, 16);
  122. this.tbInvNO.Name = "tbInvNO";
  123. this.tbInvNO.ShowText = false;
  124. this.tbInvNO.Size = new System.Drawing.Size(213, 29);
  125. this.tbInvNO.TabIndex = 10;
  126. this.tbInvNO.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  127. this.tbInvNO.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  128. //
  129. // tbName
  130. //
  131. this.tbName.Cursor = System.Windows.Forms.Cursors.IBeam;
  132. this.tbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.tbName.Location = new System.Drawing.Point(100, 30);
  134. this.tbName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  135. this.tbName.MinimumSize = new System.Drawing.Size(1, 16);
  136. this.tbName.Name = "tbName";
  137. this.tbName.ShowText = false;
  138. this.tbName.Size = new System.Drawing.Size(213, 29);
  139. this.tbName.TabIndex = 9;
  140. this.tbName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  141. this.tbName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  142. //
  143. // uiLabel13
  144. //
  145. this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.uiLabel13.Location = new System.Drawing.Point(12, 66);
  147. this.uiLabel13.Name = "uiLabel13";
  148. this.uiLabel13.Size = new System.Drawing.Size(63, 23);
  149. this.uiLabel13.TabIndex = 8;
  150. this.uiLabel13.Text = "数电号码";
  151. this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  152. this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  153. //
  154. // uiLabel17
  155. //
  156. this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.uiLabel17.Location = new System.Drawing.Point(14, 33);
  158. this.uiLabel17.Name = "uiLabel17";
  159. this.uiLabel17.Size = new System.Drawing.Size(63, 23);
  160. this.uiLabel17.TabIndex = 0;
  161. this.uiLabel17.Text = "姓名";
  162. this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  163. this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  164. //
  165. // btnClose_3
  166. //
  167. this.btnClose_3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  168. this.btnClose_3.Cursor = System.Windows.Forms.Cursors.Hand;
  169. this.btnClose_3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.btnClose_3.Location = new System.Drawing.Point(1229, 24);
  171. this.btnClose_3.MinimumSize = new System.Drawing.Size(1, 1);
  172. this.btnClose_3.Name = "btnClose_3";
  173. this.btnClose_3.Size = new System.Drawing.Size(100, 61);
  174. this.btnClose_3.TabIndex = 24;
  175. this.btnClose_3.Text = "退 出";
  176. this.btnClose_3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.btnClose_3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  178. this.btnClose_3.Click += new System.EventHandler(this.btnClose_3_Click);
  179. //
  180. // btnQuery
  181. //
  182. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  183. this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  184. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.btnQuery.Location = new System.Drawing.Point(957, 24);
  186. this.btnQuery.MinimumSize = new System.Drawing.Size(1, 1);
  187. this.btnQuery.Name = "btnQuery";
  188. this.btnQuery.Size = new System.Drawing.Size(148, 61);
  189. this.btnQuery.TabIndex = 23;
  190. this.btnQuery.Text = "查询";
  191. this.btnQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.btnQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  193. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  194. //
  195. // uiGroupBox5
  196. //
  197. this.uiGroupBox5.Controls.Add(this.dpED);
  198. this.uiGroupBox5.Controls.Add(this.dpST);
  199. this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Left;
  200. this.uiGroupBox5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.uiGroupBox5.Location = new System.Drawing.Point(0, 0);
  202. this.uiGroupBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  203. this.uiGroupBox5.MinimumSize = new System.Drawing.Size(1, 1);
  204. this.uiGroupBox5.Name = "uiGroupBox5";
  205. this.uiGroupBox5.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  206. this.uiGroupBox5.Size = new System.Drawing.Size(178, 107);
  207. this.uiGroupBox5.TabIndex = 22;
  208. this.uiGroupBox5.Text = null;
  209. this.uiGroupBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  210. this.uiGroupBox5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  211. //
  212. // dpED
  213. //
  214. this.dpED.DateFormat = "yyyy-MM-dd";
  215. this.dpED.FillColor = System.Drawing.Color.White;
  216. this.dpED.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.dpED.Location = new System.Drawing.Point(13, 68);
  218. this.dpED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  219. this.dpED.MaxLength = 10;
  220. this.dpED.MinimumSize = new System.Drawing.Size(63, 0);
  221. this.dpED.Name = "dpED";
  222. this.dpED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  223. this.dpED.Size = new System.Drawing.Size(150, 29);
  224. this.dpED.SymbolDropDown = 61555;
  225. this.dpED.SymbolNormal = 61555;
  226. this.dpED.TabIndex = 1;
  227. this.dpED.Text = "2024-10-05";
  228. this.dpED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  229. this.dpED.Value = new System.DateTime(2024, 10, 5, 0, 0, 0, 0);
  230. this.dpED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  231. //
  232. // dpST
  233. //
  234. this.dpST.DateFormat = "yyyy-MM-dd";
  235. this.dpST.FillColor = System.Drawing.Color.White;
  236. this.dpST.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.dpST.Location = new System.Drawing.Point(13, 29);
  238. this.dpST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  239. this.dpST.MaxLength = 10;
  240. this.dpST.MinimumSize = new System.Drawing.Size(63, 0);
  241. this.dpST.Name = "dpST";
  242. this.dpST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  243. this.dpST.Size = new System.Drawing.Size(150, 29);
  244. this.dpST.SymbolDropDown = 61555;
  245. this.dpST.SymbolNormal = 61555;
  246. this.dpST.TabIndex = 0;
  247. this.dpST.Text = "2024-10-01";
  248. this.dpST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  249. this.dpST.Value = new System.DateTime(2024, 10, 1, 0, 0, 0, 0);
  250. this.dpST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  251. //
  252. // dgvEcSettlCertList
  253. //
  254. this.dgvEcSettlCertList.AllowUserToAddRows = false;
  255. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  256. this.dgvEcSettlCertList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  257. this.dgvEcSettlCertList.BackgroundColor = System.Drawing.Color.White;
  258. this.dgvEcSettlCertList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  259. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  260. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  261. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  263. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  264. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  265. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  266. this.dgvEcSettlCertList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  267. this.dgvEcSettlCertList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  268. this.dgvEcSettlCertList.ContextMenuStrip = this.cmsUpload;
  269. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  270. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  271. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  273. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  274. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  275. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  276. this.dgvEcSettlCertList.DefaultCellStyle = dataGridViewCellStyle3;
  277. this.dgvEcSettlCertList.Dock = System.Windows.Forms.DockStyle.Fill;
  278. this.dgvEcSettlCertList.EnableHeadersVisualStyles = false;
  279. this.dgvEcSettlCertList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.dgvEcSettlCertList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  281. this.dgvEcSettlCertList.Location = new System.Drawing.Point(0, 0);
  282. this.dgvEcSettlCertList.Name = "dgvEcSettlCertList";
  283. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  284. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  285. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  287. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  288. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  289. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  290. this.dgvEcSettlCertList.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  291. this.dgvEcSettlCertList.RowHeadersWidth = 51;
  292. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  293. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.dgvEcSettlCertList.RowsDefaultCellStyle = dataGridViewCellStyle5;
  295. this.dgvEcSettlCertList.RowTemplate.Height = 23;
  296. this.dgvEcSettlCertList.SelectedIndex = -1;
  297. this.dgvEcSettlCertList.Size = new System.Drawing.Size(1357, 392);
  298. this.dgvEcSettlCertList.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  299. this.dgvEcSettlCertList.TabIndex = 2;
  300. this.dgvEcSettlCertList.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  301. //
  302. // cmsUpload
  303. //
  304. this.cmsUpload.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  305. this.tsmUploadSingle,
  306. this.tsmQueryStatus,
  307. this.tsReUpload,
  308. this.tsmQueryUploadResult});
  309. this.cmsUpload.Name = "cmsUpload";
  310. this.cmsUpload.Size = new System.Drawing.Size(149, 92);
  311. //
  312. // tsmUploadSingle
  313. //
  314. this.tsmUploadSingle.Name = "tsmUploadSingle";
  315. this.tsmUploadSingle.Size = new System.Drawing.Size(148, 22);
  316. this.tsmUploadSingle.Text = "单条上传";
  317. this.tsmUploadSingle.Click += new System.EventHandler(this.tsmUploadSingle_Click);
  318. //
  319. // tsmQueryStatus
  320. //
  321. this.tsmQueryStatus.Name = "tsmQueryStatus";
  322. this.tsmQueryStatus.Size = new System.Drawing.Size(148, 22);
  323. this.tsmQueryStatus.Text = "上传状态查询";
  324. this.tsmQueryStatus.Click += new System.EventHandler(this.tsmQueryStatus_Click);
  325. //
  326. // tsReUpload
  327. //
  328. this.tsReUpload.Name = "tsReUpload";
  329. this.tsReUpload.Size = new System.Drawing.Size(148, 22);
  330. this.tsReUpload.Text = "重传";
  331. this.tsReUpload.Click += new System.EventHandler(this.tsReUpload_Click);
  332. //
  333. // tsmQueryUploadResult
  334. //
  335. this.tsmQueryUploadResult.Name = "tsmQueryUploadResult";
  336. this.tsmQueryUploadResult.Size = new System.Drawing.Size(148, 22);
  337. this.tsmQueryUploadResult.Text = "上传结果查询";
  338. this.tsmQueryUploadResult.Click += new System.EventHandler(this.tsmQueryUploadResult_Click);
  339. //
  340. // EcSettlCertUpload
  341. //
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  344. this.ClientSize = new System.Drawing.Size(1357, 499);
  345. this.Controls.Add(this.dgvEcSettlCertList);
  346. this.Controls.Add(this.uiPanel5);
  347. this.Name = "EcSettlCertUpload";
  348. this.Text = "电子结算凭证上传";
  349. this.uiPanel5.ResumeLayout(false);
  350. this.uiGroupBox6.ResumeLayout(false);
  351. this.uiGroupBox5.ResumeLayout(false);
  352. ((System.ComponentModel.ISupportInitialize)(this.dgvEcSettlCertList)).EndInit();
  353. this.cmsUpload.ResumeLayout(false);
  354. this.ResumeLayout(false);
  355. }
  356. #endregion
  357. private Sunny.UI.UIPanel uiPanel5;
  358. private Sunny.UI.UIButton btnBatchUpload;
  359. private Sunny.UI.UIGroupBox uiGroupBox6;
  360. private Sunny.UI.UITextBox tbInvNO;
  361. private Sunny.UI.UITextBox tbName;
  362. private Sunny.UI.UILabel uiLabel13;
  363. private Sunny.UI.UILabel uiLabel17;
  364. private Sunny.UI.UIButton btnClose_3;
  365. private Sunny.UI.UIButton btnQuery;
  366. private Sunny.UI.UIGroupBox uiGroupBox5;
  367. private Sunny.UI.UIDatetimePicker dpED;
  368. private Sunny.UI.UIDatetimePicker dpST;
  369. private Sunny.UI.UIDataGridView dgvEcSettlCertList;
  370. private System.Windows.Forms.ContextMenuStrip cmsUpload;
  371. private System.Windows.Forms.ToolStripMenuItem tsmUploadSingle;
  372. private System.Windows.Forms.ToolStripMenuItem tsmQueryStatus;
  373. private System.Windows.Forms.ToolStripMenuItem tsReUpload;
  374. private System.Windows.Forms.ToolStripMenuItem tsmQueryUploadResult;
  375. }
  376. }