ImportExcel.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. namespace LYFZ.Software.UI.Customers
  2. {
  3. partial class ImportExcel
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportExcel));
  31. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  32. this.btnAddExcel = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  34. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  40. this.panelEx1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.panelEx1);
  46. this.plExMainContainer.Size = new System.Drawing.Size(927, 452);
  47. //
  48. // plFormMainContent
  49. //
  50. this.plFormMainContent.Size = new System.Drawing.Size(927, 452);
  51. //
  52. // btnAppFormMaximize
  53. //
  54. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  55. this.btnAppFormMaximize.Location = new System.Drawing.Point(868, 0);
  56. //
  57. // btnAppFormExit
  58. //
  59. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  60. this.btnAppFormExit.Location = new System.Drawing.Point(895, 0);
  61. //
  62. // btnAppFormMinimize
  63. //
  64. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  65. this.btnAppFormMinimize.Location = new System.Drawing.Point(841, 0);
  66. //
  67. // dgv
  68. //
  69. this.dgv.AllowUserToAddRows = false;
  70. this.dgv.AllowUserToDeleteRows = false;
  71. this.dgv.AllowUserToResizeRows = false;
  72. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  73. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  74. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  75. | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.dgv.BackgroundColor = System.Drawing.Color.White;
  78. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  79. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  80. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  81. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  82. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  84. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  85. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  86. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  87. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  88. this.dgv.EnableHeadersVisualStyles = false;
  89. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  90. this.dgv.GridViewUniquelyIdentify = "_dataGridViewEx1_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
  91. this.dgv.IsCompleteBonding = false;
  92. this.dgv.Location = new System.Drawing.Point(8, 7);
  93. this.dgv.Name = "dgv";
  94. this.dgv.RowHeadersVisible = false;
  95. this.dgv.RowTemplate.Height = 23;
  96. this.dgv.RowTemplate.ReadOnly = true;
  97. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  98. this.dgv.Size = new System.Drawing.Size(889, 377);
  99. this.dgv.TabIndex = 0;
  100. //
  101. // btnAddExcel
  102. //
  103. this.btnAddExcel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  104. this.btnAddExcel.BackColor = System.Drawing.Color.Transparent;
  105. this.btnAddExcel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddExcel.BackImg")));
  106. this.btnAddExcel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  107. this.btnAddExcel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  108. this.btnAddExcel.ForeColor = System.Drawing.Color.White;
  109. this.btnAddExcel.IsCustomBackImg = false;
  110. this.btnAddExcel.IsShowText = true;
  111. this.btnAddExcel.Location = new System.Drawing.Point(266, 390);
  112. this.btnAddExcel.Name = "btnAddExcel";
  113. this.btnAddExcel.Size = new System.Drawing.Size(107, 28);
  114. this.btnAddExcel.TabIndex = 1;
  115. this.btnAddExcel.Text = "打开Excel文档";
  116. this.btnAddExcel.UseVisualStyleBackColor = false;
  117. //
  118. // openFileDialog1
  119. //
  120. this.openFileDialog1.FileName = " ";
  121. this.openFileDialog1.Filter = "Excel文件|*.xls";
  122. //
  123. // panelEx1
  124. //
  125. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  126. | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  129. this.panelEx1.BorderWidth = 1;
  130. this.panelEx1.Controls.Add(this.dgv);
  131. this.panelEx1.Controls.Add(this.btnClose);
  132. this.panelEx1.Controls.Add(this.btnAdd);
  133. this.panelEx1.Controls.Add(this.btnAddExcel);
  134. this.panelEx1.Location = new System.Drawing.Point(11, 14);
  135. this.panelEx1.Name = "panelEx1";
  136. this.panelEx1.Size = new System.Drawing.Size(905, 425);
  137. this.panelEx1.TabIndex = 2;
  138. //
  139. // btnClose
  140. //
  141. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  142. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  143. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  144. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  145. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  146. this.btnClose.ForeColor = System.Drawing.Color.White;
  147. this.btnClose.IsCustomBackImg = false;
  148. this.btnClose.IsShowText = true;
  149. this.btnClose.Location = new System.Drawing.Point(551, 390);
  150. this.btnClose.Name = "btnClose";
  151. this.btnClose.Size = new System.Drawing.Size(107, 28);
  152. this.btnClose.TabIndex = 1;
  153. this.btnClose.Text = "关闭";
  154. this.btnClose.UseVisualStyleBackColor = false;
  155. //
  156. // btnAdd
  157. //
  158. this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  159. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  160. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  161. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  162. this.btnAdd.Enabled = false;
  163. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  164. this.btnAdd.ForeColor = System.Drawing.Color.White;
  165. this.btnAdd.IsCustomBackImg = false;
  166. this.btnAdd.IsShowText = true;
  167. this.btnAdd.Location = new System.Drawing.Point(410, 390);
  168. this.btnAdd.Name = "btnAdd";
  169. this.btnAdd.Size = new System.Drawing.Size(107, 28);
  170. this.btnAdd.TabIndex = 1;
  171. this.btnAdd.Text = "保存";
  172. this.btnAdd.UseVisualStyleBackColor = false;
  173. //
  174. // ImportExcel
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  179. this.ClientSize = new System.Drawing.Size(927, 517);
  180. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  181. this.MinimumSize = new System.Drawing.Size(579, 479);
  182. this.Name = "ImportExcel";
  183. this.Text = "导入Excel文档";
  184. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  185. this.plExMainContainer.ResumeLayout(false);
  186. this.plFormMainContent.ResumeLayout(false);
  187. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  188. this.panelEx1.ResumeLayout(false);
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. protected internal ComponentLibrary.DataGridViewEx dgv;
  193. protected internal ComponentLibrary.ButtonEx btnAddExcel;
  194. protected internal System.Windows.Forms.OpenFileDialog openFileDialog1;
  195. protected internal ComponentLibrary.ButtonEx btnClose;
  196. protected internal ComponentLibrary.ButtonEx btnAdd;
  197. protected internal ComponentLibrary.PanelEx panelEx1;
  198. }
  199. }