frmEcSettlCertUpload.Designer.cs 24 KB

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