MemberImportExcel.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
  2. {
  3. partial class MemberImportExcel
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemberImportExcel));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.btnOpenExcel = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnOpenPointsViceCard = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnOpenBackCashViceCard = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.plExMainContainer.SuspendLayout();
  43. this.plFormMainContent.SuspendLayout();
  44. this.panelEx1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  46. this.panelEx2.SuspendLayout();
  47. this.flowLayoutPanel1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // plExMainContainer
  51. //
  52. this.plExMainContainer.Controls.Add(this.panelEx1);
  53. this.plExMainContainer.Margin = new System.Windows.Forms.Padding(10);
  54. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  55. this.plExMainContainer.Size = new System.Drawing.Size(960, 545);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Size = new System.Drawing.Size(960, 545);
  60. //
  61. // btnAppFormExit
  62. //
  63. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  64. this.btnAppFormExit.Location = new System.Drawing.Point(928, 0);
  65. //
  66. // btnAppFormMinimize
  67. //
  68. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  69. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  70. //
  71. // panelEx1
  72. //
  73. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  74. this.panelEx1.BorderWidth = 1;
  75. this.panelEx1.Controls.Add(this.dgvData);
  76. this.panelEx1.Controls.Add(this.panelEx2);
  77. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  79. this.panelEx1.Margin = new System.Windows.Forms.Padding(0);
  80. this.panelEx1.Name = "panelEx1";
  81. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  82. this.panelEx1.Size = new System.Drawing.Size(950, 535);
  83. this.panelEx1.TabIndex = 0;
  84. //
  85. // dgvData
  86. //
  87. this.dgvData.AllowUserToAddRows = false;
  88. this.dgvData.AllowUserToDeleteRows = false;
  89. this.dgvData.AllowUserToResizeRows = false;
  90. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  91. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  92. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  93. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  94. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  95. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  97. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  98. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  100. this.dgvData.ColumnHeadersHeight = 24;
  101. this.dgvData.dgvCurrentColumnOriginalSet = "";
  102. this.dgvData.dgvCurrentColumnWidth = "";
  103. this.dgvData.dgvCurrentHideColumn = null;
  104. this.dgvData.dgvFixedHideColumn = null;
  105. this.dgvData.dgvGuidName = null;
  106. this.dgvData.dgvUserEmployeeID = null;
  107. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.dgvData.EnableHeadersVisualStyles = false;
  109. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  110. this.dgvData.ImageHeight = 15;
  111. this.dgvData.ImageWidth = 15;
  112. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  113. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  114. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  115. this.dgvData.IsCopyCellValue = true;
  116. this.dgvData.IsShowSerialNumber = true;
  117. this.dgvData.IsSortedRedraw = true;
  118. this.dgvData.IsSortMode = false;
  119. this.dgvData.Location = new System.Drawing.Point(2, 2);
  120. this.dgvData.Name = "dgvData";
  121. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  122. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  123. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  125. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  126. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  127. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  128. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  129. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  130. this.dgvData.RowHeadersWidth = 50;
  131. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  132. this.dgvData.RowTemplate.Height = 23;
  133. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  134. this.dgvData.Size = new System.Drawing.Size(946, 491);
  135. this.dgvData.TabIndex = 5;
  136. this.dgvData.ViceCount = 1;
  137. //
  138. // panelEx2
  139. //
  140. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  141. this.panelEx2.BorderWidth = 1;
  142. this.panelEx2.Controls.Add(this.btnExport);
  143. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  144. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  145. this.panelEx2.Location = new System.Drawing.Point(2, 493);
  146. this.panelEx2.Name = "panelEx2";
  147. this.panelEx2.Size = new System.Drawing.Size(946, 40);
  148. this.panelEx2.TabIndex = 4;
  149. //
  150. // flowLayoutPanel1
  151. //
  152. this.flowLayoutPanel1.Controls.Add(this.btnOpenExcel);
  153. this.flowLayoutPanel1.Controls.Add(this.btnOpenPointsViceCard);
  154. this.flowLayoutPanel1.Controls.Add(this.btnSaveed);
  155. this.flowLayoutPanel1.Controls.Add(this.btnDelete);
  156. this.flowLayoutPanel1.Controls.Add(this.btnCancel);
  157. this.flowLayoutPanel1.Controls.Add(this.btnOpenBackCashViceCard);
  158. this.flowLayoutPanel1.Location = new System.Drawing.Point(220, 3);
  159. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  160. this.flowLayoutPanel1.Size = new System.Drawing.Size(539, 34);
  161. this.flowLayoutPanel1.TabIndex = 0;
  162. //
  163. // btnOpenExcel
  164. //
  165. this.btnOpenExcel.BackColor = System.Drawing.Color.Transparent;
  166. this.btnOpenExcel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenExcel.BackImg")));
  167. this.btnOpenExcel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  168. this.btnOpenExcel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  169. this.btnOpenExcel.ForeColor = System.Drawing.Color.White;
  170. this.btnOpenExcel.IsCustomBackImg = false;
  171. this.btnOpenExcel.IsShowText = true;
  172. this.btnOpenExcel.Location = new System.Drawing.Point(3, 3);
  173. this.btnOpenExcel.Name = "btnOpenExcel";
  174. this.btnOpenExcel.Size = new System.Drawing.Size(100, 28);
  175. this.btnOpenExcel.TabIndex = 0;
  176. this.btnOpenExcel.Text = " 打开(Excel)";
  177. this.btnOpenExcel.UseVisualStyleBackColor = false;
  178. //
  179. // btnOpenPointsViceCard
  180. //
  181. this.btnOpenPointsViceCard.BackColor = System.Drawing.Color.Transparent;
  182. this.btnOpenPointsViceCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenPointsViceCard.BackImg")));
  183. this.btnOpenPointsViceCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  184. this.btnOpenPointsViceCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  185. this.btnOpenPointsViceCard.ForeColor = System.Drawing.Color.White;
  186. this.btnOpenPointsViceCard.IsCustomBackImg = false;
  187. this.btnOpenPointsViceCard.IsShowText = true;
  188. this.btnOpenPointsViceCard.Location = new System.Drawing.Point(109, 3);
  189. this.btnOpenPointsViceCard.Name = "btnOpenPointsViceCard";
  190. this.btnOpenPointsViceCard.Size = new System.Drawing.Size(135, 28);
  191. this.btnOpenPointsViceCard.TabIndex = 5;
  192. this.btnOpenPointsViceCard.Text = " 打开积分副卡(Excel)";
  193. this.btnOpenPointsViceCard.UseVisualStyleBackColor = false;
  194. //
  195. // btnSaveed
  196. //
  197. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  198. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  199. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  200. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  201. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  202. this.btnSaveed.IsCustomBackImg = false;
  203. this.btnSaveed.IsShowText = true;
  204. this.btnSaveed.Location = new System.Drawing.Point(250, 3);
  205. this.btnSaveed.Name = "btnSaveed";
  206. this.btnSaveed.Size = new System.Drawing.Size(90, 28);
  207. this.btnSaveed.TabIndex = 1;
  208. this.btnSaveed.Text = " 保 存";
  209. this.btnSaveed.UseVisualStyleBackColor = false;
  210. //
  211. // btnDelete
  212. //
  213. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  214. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  215. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  216. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  217. this.btnDelete.ForeColor = System.Drawing.Color.White;
  218. this.btnDelete.IsCustomBackImg = false;
  219. this.btnDelete.IsShowText = true;
  220. this.btnDelete.Location = new System.Drawing.Point(346, 3);
  221. this.btnDelete.Name = "btnDelete";
  222. this.btnDelete.Size = new System.Drawing.Size(90, 28);
  223. this.btnDelete.TabIndex = 4;
  224. this.btnDelete.Text = " 删 除";
  225. this.btnDelete.UseVisualStyleBackColor = false;
  226. //
  227. // btnCancel
  228. //
  229. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  230. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  231. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  232. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  233. this.btnCancel.ForeColor = System.Drawing.Color.White;
  234. this.btnCancel.IsCustomBackImg = false;
  235. this.btnCancel.IsShowText = true;
  236. this.btnCancel.Location = new System.Drawing.Point(442, 3);
  237. this.btnCancel.Name = "btnCancel";
  238. this.btnCancel.Size = new System.Drawing.Size(90, 28);
  239. this.btnCancel.TabIndex = 3;
  240. this.btnCancel.Text = " 取 消";
  241. this.btnCancel.UseVisualStyleBackColor = false;
  242. //
  243. // btnOpenBackCashViceCard
  244. //
  245. this.btnOpenBackCashViceCard.BackColor = System.Drawing.Color.Transparent;
  246. this.btnOpenBackCashViceCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenBackCashViceCard.BackImg")));
  247. this.btnOpenBackCashViceCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  248. this.btnOpenBackCashViceCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  249. this.btnOpenBackCashViceCard.ForeColor = System.Drawing.Color.White;
  250. this.btnOpenBackCashViceCard.IsCustomBackImg = false;
  251. this.btnOpenBackCashViceCard.IsShowText = true;
  252. this.btnOpenBackCashViceCard.Location = new System.Drawing.Point(3, 37);
  253. this.btnOpenBackCashViceCard.Name = "btnOpenBackCashViceCard";
  254. this.btnOpenBackCashViceCard.Size = new System.Drawing.Size(135, 28);
  255. this.btnOpenBackCashViceCard.TabIndex = 6;
  256. this.btnOpenBackCashViceCard.Text = " 打开返现副卡(Excel)";
  257. this.btnOpenBackCashViceCard.UseVisualStyleBackColor = false;
  258. this.btnOpenBackCashViceCard.Visible = false;
  259. //
  260. // btnExport
  261. //
  262. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  263. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  264. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  265. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  266. this.btnExport.ForeColor = System.Drawing.Color.White;
  267. this.btnExport.IsCustomBackImg = false;
  268. this.btnExport.IsShowText = true;
  269. this.btnExport.Location = new System.Drawing.Point(14, 6);
  270. this.btnExport.Name = "btnExport";
  271. this.btnExport.Size = new System.Drawing.Size(90, 28);
  272. this.btnExport.TabIndex = 4;
  273. this.btnExport.Text = " 取 消";
  274. this.btnExport.UseVisualStyleBackColor = false;
  275. //
  276. // MemberImportExcel
  277. //
  278. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  279. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  280. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  281. this.ClientSize = new System.Drawing.Size(960, 610);
  282. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  283. this.IsUserControlsSize = false;
  284. this.MaximizeBox = false;
  285. this.MinimizeBox = false;
  286. this.Name = "MemberImportExcel";
  287. this.Text = "会员导入";
  288. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  289. this.plExMainContainer.ResumeLayout(false);
  290. this.plFormMainContent.ResumeLayout(false);
  291. this.panelEx1.ResumeLayout(false);
  292. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  293. this.panelEx2.ResumeLayout(false);
  294. this.flowLayoutPanel1.ResumeLayout(false);
  295. this.ResumeLayout(false);
  296. }
  297. #endregion
  298. private ComponentLibrary.PanelEx panelEx1;
  299. protected internal ComponentLibrary.ButtonEx btnCancel;
  300. protected internal ComponentLibrary.ButtonEx btnSaveed;
  301. protected internal ComponentLibrary.ButtonEx btnOpenExcel;
  302. protected internal ComponentLibrary.PanelEx panelEx2;
  303. protected internal ComponentLibrary.ButtonEx btnDelete;
  304. protected internal ComponentLibrary.DataGridViewEc dgvData;
  305. protected internal ComponentLibrary.ButtonEx btnOpenPointsViceCard;
  306. protected internal ComponentLibrary.ButtonEx btnOpenBackCashViceCard;
  307. protected System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  308. protected internal ComponentLibrary.ButtonEx btnExport;
  309. }
  310. }