PointsSetSuperSmallForm.Designer.cs 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class PointsSetSuperSmallForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PointsSetSuperSmallForm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.txtPointsToRMB_RMB = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.chkNoCardPoints = new LYFZ.ComponentLibrary.CheckBoxEx();
  41. this.chkHaveCardPoints = new LYFZ.ComponentLibrary.CheckBoxEx();
  42. this.btnTest = new LYFZ.ComponentLibrary.ButtonForm();
  43. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  44. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtReferral_RMB = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.txtLatePeriod_RMB = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.txtAgoPeriod_RMB = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.txtPointsToRMB_Points = new LYFZ.ComponentLibrary.TextBoxEx();
  49. this.txtWeddingAnniversary_Month = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.txtBirthday_Month = new LYFZ.ComponentLibrary.TextBoxEx();
  51. this.txtReferral_Points = new LYFZ.ComponentLibrary.TextBoxEx();
  52. this.txtLatePeriod_Points = new LYFZ.ComponentLibrary.TextBoxEx();
  53. this.txtAgoPeriod_Points = new LYFZ.ComponentLibrary.TextBoxEx();
  54. this.txtWeddingAnniversary_Day = new LYFZ.ComponentLibrary.TextBoxEx();
  55. this.txtBirthday_Day = new LYFZ.ComponentLibrary.TextBoxEx();
  56. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  57. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.btnAddDate = new LYFZ.ComponentLibrary.ButtonForm();
  62. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  66. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.txtDianqing_Month = new LYFZ.ComponentLibrary.TextBoxEx();
  68. this.txtDianqing_Day = new LYFZ.ComponentLibrary.TextBoxEx();
  69. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  70. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  72. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  73. this.plExMainContainer.SuspendLayout();
  74. this.plFormMainContent.SuspendLayout();
  75. this.panelEx1.SuspendLayout();
  76. this.panelEx2.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // plExMainContainer
  81. //
  82. this.plExMainContainer.Controls.Add(this.panelEx2);
  83. this.plExMainContainer.Controls.Add(this.panelEx1);
  84. this.plExMainContainer.Size = new System.Drawing.Size(400, 545);
  85. //
  86. // plFormMainContent
  87. //
  88. this.plFormMainContent.Size = new System.Drawing.Size(400, 545);
  89. //
  90. // btnAppFormExit
  91. //
  92. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  93. this.btnAppFormExit.Location = new System.Drawing.Point(368, 0);
  94. //
  95. // btnAppFormMinimize
  96. //
  97. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  98. //
  99. // txtPointsToRMB_RMB
  100. //
  101. this.txtPointsToRMB_RMB.BackColor = System.Drawing.Color.Transparent;
  102. this.txtPointsToRMB_RMB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  103. this.txtPointsToRMB_RMB.Icon = null;
  104. this.txtPointsToRMB_RMB.IconIsButton = false;
  105. this.txtPointsToRMB_RMB.IsPasswordChat = '\0';
  106. this.txtPointsToRMB_RMB.IsSystemPasswordChar = false;
  107. this.txtPointsToRMB_RMB.Lines = new string[] {
  108. "1"};
  109. this.txtPointsToRMB_RMB.Location = new System.Drawing.Point(297, 2);
  110. this.txtPointsToRMB_RMB.Margin = new System.Windows.Forms.Padding(0);
  111. this.txtPointsToRMB_RMB.MaxLength = 4;
  112. this.txtPointsToRMB_RMB.MinimumSize = new System.Drawing.Size(0, 20);
  113. this.txtPointsToRMB_RMB.MouseBack = null;
  114. this.txtPointsToRMB_RMB.Multiline = false;
  115. this.txtPointsToRMB_RMB.Name = "txtPointsToRMB_RMB";
  116. this.txtPointsToRMB_RMB.NormlBack = null;
  117. this.txtPointsToRMB_RMB.Padding = new System.Windows.Forms.Padding(5);
  118. this.txtPointsToRMB_RMB.ReadOnly = true;
  119. this.txtPointsToRMB_RMB.ScrollBars = System.Windows.Forms.ScrollBars.None;
  120. this.txtPointsToRMB_RMB.Size = new System.Drawing.Size(60, 25);
  121. this.txtPointsToRMB_RMB.TabIndex = 15;
  122. this.txtPointsToRMB_RMB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  123. this.txtPointsToRMB_RMB.Visible = false;
  124. this.txtPointsToRMB_RMB.WaterColor = System.Drawing.Color.DarkGray;
  125. this.txtPointsToRMB_RMB.WaterText = "";
  126. this.txtPointsToRMB_RMB.WordWrap = true;
  127. //
  128. // labelEx1
  129. //
  130. this.labelEx1.AutoSize = true;
  131. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  132. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  133. this.labelEx1.Location = new System.Drawing.Point(135, 6);
  134. this.labelEx1.Name = "labelEx1";
  135. this.labelEx1.Size = new System.Drawing.Size(241, 17);
  136. this.labelEx1.TabIndex = 0;
  137. this.labelEx1.Text = "积分 = 人民币 元";
  138. this.labelEx1.Visible = false;
  139. //
  140. // btnOK
  141. //
  142. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  143. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  144. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  145. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  146. this.btnOK.ForeColor = System.Drawing.Color.White;
  147. this.btnOK.IsCustomBackImg = false;
  148. this.btnOK.IsShowText = true;
  149. this.btnOK.Location = new System.Drawing.Point(90, 6);
  150. this.btnOK.Name = "btnOK";
  151. this.btnOK.Size = new System.Drawing.Size(88, 28);
  152. this.btnOK.TabIndex = 13;
  153. this.btnOK.Text = " 确 定";
  154. this.btnOK.UseVisualStyleBackColor = false;
  155. //
  156. // panelEx1
  157. //
  158. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  159. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  160. this.panelEx1.BorderWidth = 1;
  161. this.panelEx1.Controls.Add(this.btnClose);
  162. this.panelEx1.Controls.Add(this.btnOK);
  163. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  164. this.panelEx1.Location = new System.Drawing.Point(0, 505);
  165. this.panelEx1.Name = "panelEx1";
  166. this.panelEx1.Size = new System.Drawing.Size(400, 40);
  167. this.panelEx1.TabIndex = 2;
  168. //
  169. // btnClose
  170. //
  171. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  172. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  173. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  174. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  175. this.btnClose.ForeColor = System.Drawing.Color.White;
  176. this.btnClose.IsCustomBackImg = false;
  177. this.btnClose.IsShowText = true;
  178. this.btnClose.Location = new System.Drawing.Point(229, 6);
  179. this.btnClose.Name = "btnClose";
  180. this.btnClose.Size = new System.Drawing.Size(88, 28);
  181. this.btnClose.TabIndex = 14;
  182. this.btnClose.Text = " 关 闭";
  183. this.btnClose.UseVisualStyleBackColor = false;
  184. //
  185. // panelEx2
  186. //
  187. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  188. | System.Windows.Forms.AnchorStyles.Left)
  189. | System.Windows.Forms.AnchorStyles.Right)));
  190. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  191. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  192. this.panelEx2.BorderWidth = 1;
  193. this.panelEx2.Controls.Add(this.chkNoCardPoints);
  194. this.panelEx2.Controls.Add(this.chkHaveCardPoints);
  195. this.panelEx2.Controls.Add(this.btnTest);
  196. this.panelEx2.Controls.Add(this.btnDelete);
  197. this.panelEx2.Controls.Add(this.labelEx2);
  198. this.panelEx2.Controls.Add(this.txtReferral_RMB);
  199. this.panelEx2.Controls.Add(this.txtLatePeriod_RMB);
  200. this.panelEx2.Controls.Add(this.txtAgoPeriod_RMB);
  201. this.panelEx2.Controls.Add(this.txtPointsToRMB_Points);
  202. this.panelEx2.Controls.Add(this.txtWeddingAnniversary_Month);
  203. this.panelEx2.Controls.Add(this.txtBirthday_Month);
  204. this.panelEx2.Controls.Add(this.txtReferral_Points);
  205. this.panelEx2.Controls.Add(this.txtLatePeriod_Points);
  206. this.panelEx2.Controls.Add(this.txtAgoPeriod_Points);
  207. this.panelEx2.Controls.Add(this.txtWeddingAnniversary_Day);
  208. this.panelEx2.Controls.Add(this.txtBirthday_Day);
  209. this.panelEx2.Controls.Add(this.dgvData);
  210. this.panelEx2.Controls.Add(this.btnAddDate);
  211. this.panelEx2.Controls.Add(this.labelEx11);
  212. this.panelEx2.Controls.Add(this.labelEx10);
  213. this.panelEx2.Controls.Add(this.labelEx9);
  214. this.panelEx2.Controls.Add(this.labelEx8);
  215. this.panelEx2.Controls.Add(this.labelEx7);
  216. this.panelEx2.Controls.Add(this.txtDianqing_Month);
  217. this.panelEx2.Controls.Add(this.txtDianqing_Day);
  218. this.panelEx2.Controls.Add(this.labelEx5);
  219. this.panelEx2.Controls.Add(this.labelEx4);
  220. this.panelEx2.Controls.Add(this.labelEx3);
  221. this.panelEx2.Controls.Add(this.txtPointsToRMB_RMB);
  222. this.panelEx2.Controls.Add(this.labelEx14);
  223. this.panelEx2.Controls.Add(this.labelEx1);
  224. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  225. this.panelEx2.Name = "panelEx2";
  226. this.panelEx2.Size = new System.Drawing.Size(380, 487);
  227. this.panelEx2.TabIndex = 3;
  228. //
  229. // chkNoCardPoints
  230. //
  231. this.chkNoCardPoints.AutoSize = true;
  232. this.chkNoCardPoints.BackColor = System.Drawing.Color.Transparent;
  233. this.chkNoCardPoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  234. this.chkNoCardPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  235. this.chkNoCardPoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  236. this.chkNoCardPoints.Fourstates = false;
  237. this.chkNoCardPoints.IsGreenTick = false;
  238. this.chkNoCardPoints.Location = new System.Drawing.Point(190, 45);
  239. this.chkNoCardPoints.Name = "chkNoCardPoints";
  240. this.chkNoCardPoints.Size = new System.Drawing.Size(111, 21);
  241. this.chkNoCardPoints.TabIndex = 35;
  242. this.chkNoCardPoints.Text = "开启无卡也积分";
  243. this.chkNoCardPoints.UseVisualStyleBackColor = false;
  244. //
  245. // chkHaveCardPoints
  246. //
  247. this.chkHaveCardPoints.AutoSize = true;
  248. this.chkHaveCardPoints.BackColor = System.Drawing.Color.Transparent;
  249. this.chkHaveCardPoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  250. this.chkHaveCardPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  251. this.chkHaveCardPoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  252. this.chkHaveCardPoints.Fourstates = false;
  253. this.chkHaveCardPoints.IsGreenTick = false;
  254. this.chkHaveCardPoints.Location = new System.Drawing.Point(80, 45);
  255. this.chkHaveCardPoints.Name = "chkHaveCardPoints";
  256. this.chkHaveCardPoints.Size = new System.Drawing.Size(99, 21);
  257. this.chkHaveCardPoints.TabIndex = 34;
  258. this.chkHaveCardPoints.Text = "开启有卡积分";
  259. this.chkHaveCardPoints.UseVisualStyleBackColor = false;
  260. //
  261. // btnTest
  262. //
  263. this.btnTest.BackColor = System.Drawing.Color.Transparent;
  264. this.btnTest.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTest.BackImg")));
  265. this.btnTest.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  266. this.btnTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  267. this.btnTest.ForeColor = System.Drawing.Color.White;
  268. this.btnTest.IsCustomBackImg = false;
  269. this.btnTest.IsShowText = true;
  270. this.btnTest.Location = new System.Drawing.Point(298, 178);
  271. this.btnTest.Name = "btnTest";
  272. this.btnTest.Size = new System.Drawing.Size(60, 24);
  273. this.btnTest.TabIndex = 33;
  274. this.btnTest.Text = " 测试";
  275. this.btnTest.UseVisualStyleBackColor = false;
  276. //
  277. // btnDelete
  278. //
  279. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  280. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  281. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  282. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  283. this.btnDelete.ForeColor = System.Drawing.Color.White;
  284. this.btnDelete.IsCustomBackImg = false;
  285. this.btnDelete.IsShowText = true;
  286. this.btnDelete.Location = new System.Drawing.Point(192, 304);
  287. this.btnDelete.Name = "btnDelete";
  288. this.btnDelete.Size = new System.Drawing.Size(60, 24);
  289. this.btnDelete.TabIndex = 11;
  290. this.btnDelete.Text = " 删 除";
  291. this.btnDelete.UseVisualStyleBackColor = false;
  292. //
  293. // labelEx2
  294. //
  295. this.labelEx2.AutoSize = true;
  296. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 9F);
  297. this.labelEx2.ForeColor = System.Drawing.Color.Red;
  298. this.labelEx2.Location = new System.Drawing.Point(41, 154);
  299. this.labelEx2.Name = "labelEx2";
  300. this.labelEx2.Size = new System.Drawing.Size(170, 17);
  301. this.labelEx2.TabIndex = 32;
  302. this.labelEx2.Text = "注:<转介绍>遇店庆共同翻倍";
  303. //
  304. // txtReferral_RMB
  305. //
  306. this.txtReferral_RMB.BackColor = System.Drawing.Color.Transparent;
  307. this.txtReferral_RMB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  308. this.txtReferral_RMB.Icon = null;
  309. this.txtReferral_RMB.IconIsButton = false;
  310. this.txtReferral_RMB.IsPasswordChat = '\0';
  311. this.txtReferral_RMB.IsSystemPasswordChar = false;
  312. this.txtReferral_RMB.Lines = new string[0];
  313. this.txtReferral_RMB.Location = new System.Drawing.Point(131, 130);
  314. this.txtReferral_RMB.Margin = new System.Windows.Forms.Padding(0);
  315. this.txtReferral_RMB.MaxLength = 4;
  316. this.txtReferral_RMB.MinimumSize = new System.Drawing.Size(0, 23);
  317. this.txtReferral_RMB.MouseBack = null;
  318. this.txtReferral_RMB.Multiline = false;
  319. this.txtReferral_RMB.Name = "txtReferral_RMB";
  320. this.txtReferral_RMB.NormlBack = null;
  321. this.txtReferral_RMB.Padding = new System.Windows.Forms.Padding(5);
  322. this.txtReferral_RMB.ReadOnly = false;
  323. this.txtReferral_RMB.ScrollBars = System.Windows.Forms.ScrollBars.None;
  324. this.txtReferral_RMB.Size = new System.Drawing.Size(80, 25);
  325. this.txtReferral_RMB.TabIndex = 4;
  326. this.txtReferral_RMB.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  327. this.txtReferral_RMB.WaterColor = System.Drawing.Color.DarkGray;
  328. this.txtReferral_RMB.WaterText = "";
  329. this.txtReferral_RMB.WordWrap = true;
  330. //
  331. // txtLatePeriod_RMB
  332. //
  333. this.txtLatePeriod_RMB.BackColor = System.Drawing.Color.Transparent;
  334. this.txtLatePeriod_RMB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  335. this.txtLatePeriod_RMB.Icon = null;
  336. this.txtLatePeriod_RMB.IconIsButton = false;
  337. this.txtLatePeriod_RMB.IsPasswordChat = '\0';
  338. this.txtLatePeriod_RMB.IsSystemPasswordChar = false;
  339. this.txtLatePeriod_RMB.Lines = new string[0];
  340. this.txtLatePeriod_RMB.Location = new System.Drawing.Point(95, 102);
  341. this.txtLatePeriod_RMB.Margin = new System.Windows.Forms.Padding(0);
  342. this.txtLatePeriod_RMB.MaxLength = 6;
  343. this.txtLatePeriod_RMB.MinimumSize = new System.Drawing.Size(0, 23);
  344. this.txtLatePeriod_RMB.MouseBack = null;
  345. this.txtLatePeriod_RMB.Multiline = false;
  346. this.txtLatePeriod_RMB.Name = "txtLatePeriod_RMB";
  347. this.txtLatePeriod_RMB.NormlBack = null;
  348. this.txtLatePeriod_RMB.Padding = new System.Windows.Forms.Padding(5);
  349. this.txtLatePeriod_RMB.ReadOnly = false;
  350. this.txtLatePeriod_RMB.ScrollBars = System.Windows.Forms.ScrollBars.None;
  351. this.txtLatePeriod_RMB.Size = new System.Drawing.Size(80, 25);
  352. this.txtLatePeriod_RMB.TabIndex = 3;
  353. this.txtLatePeriod_RMB.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  354. this.txtLatePeriod_RMB.WaterColor = System.Drawing.Color.DarkGray;
  355. this.txtLatePeriod_RMB.WaterText = "";
  356. this.txtLatePeriod_RMB.WordWrap = true;
  357. //
  358. // txtAgoPeriod_RMB
  359. //
  360. this.txtAgoPeriod_RMB.BackColor = System.Drawing.Color.Transparent;
  361. this.txtAgoPeriod_RMB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  362. this.txtAgoPeriod_RMB.Icon = null;
  363. this.txtAgoPeriod_RMB.IconIsButton = false;
  364. this.txtAgoPeriod_RMB.IsPasswordChat = '\0';
  365. this.txtAgoPeriod_RMB.IsSystemPasswordChar = false;
  366. this.txtAgoPeriod_RMB.Lines = new string[0];
  367. this.txtAgoPeriod_RMB.Location = new System.Drawing.Point(95, 74);
  368. this.txtAgoPeriod_RMB.Margin = new System.Windows.Forms.Padding(0);
  369. this.txtAgoPeriod_RMB.MaxLength = 6;
  370. this.txtAgoPeriod_RMB.MinimumSize = new System.Drawing.Size(0, 23);
  371. this.txtAgoPeriod_RMB.MouseBack = null;
  372. this.txtAgoPeriod_RMB.Multiline = false;
  373. this.txtAgoPeriod_RMB.Name = "txtAgoPeriod_RMB";
  374. this.txtAgoPeriod_RMB.NormlBack = null;
  375. this.txtAgoPeriod_RMB.Padding = new System.Windows.Forms.Padding(5);
  376. this.txtAgoPeriod_RMB.ReadOnly = false;
  377. this.txtAgoPeriod_RMB.ScrollBars = System.Windows.Forms.ScrollBars.None;
  378. this.txtAgoPeriod_RMB.Size = new System.Drawing.Size(80, 25);
  379. this.txtAgoPeriod_RMB.TabIndex = 2;
  380. this.txtAgoPeriod_RMB.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  381. this.txtAgoPeriod_RMB.WaterColor = System.Drawing.Color.DarkGray;
  382. this.txtAgoPeriod_RMB.WaterText = "";
  383. this.txtAgoPeriod_RMB.WordWrap = true;
  384. //
  385. // txtPointsToRMB_Points
  386. //
  387. this.txtPointsToRMB_Points.BackColor = System.Drawing.Color.Transparent;
  388. this.txtPointsToRMB_Points.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  389. this.txtPointsToRMB_Points.Icon = null;
  390. this.txtPointsToRMB_Points.IconIsButton = false;
  391. this.txtPointsToRMB_Points.IsPasswordChat = '\0';
  392. this.txtPointsToRMB_Points.IsSystemPasswordChar = false;
  393. this.txtPointsToRMB_Points.Lines = new string[0];
  394. this.txtPointsToRMB_Points.Location = new System.Drawing.Point(165, 2);
  395. this.txtPointsToRMB_Points.Margin = new System.Windows.Forms.Padding(0);
  396. this.txtPointsToRMB_Points.MaxLength = 9;
  397. this.txtPointsToRMB_Points.MinimumSize = new System.Drawing.Size(0, 23);
  398. this.txtPointsToRMB_Points.MouseBack = null;
  399. this.txtPointsToRMB_Points.Multiline = false;
  400. this.txtPointsToRMB_Points.Name = "txtPointsToRMB_Points";
  401. this.txtPointsToRMB_Points.NormlBack = null;
  402. this.txtPointsToRMB_Points.Padding = new System.Windows.Forms.Padding(5);
  403. this.txtPointsToRMB_Points.ReadOnly = false;
  404. this.txtPointsToRMB_Points.ScrollBars = System.Windows.Forms.ScrollBars.None;
  405. this.txtPointsToRMB_Points.Size = new System.Drawing.Size(80, 25);
  406. this.txtPointsToRMB_Points.TabIndex = 1;
  407. this.txtPointsToRMB_Points.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  408. this.txtPointsToRMB_Points.Visible = false;
  409. this.txtPointsToRMB_Points.WaterColor = System.Drawing.Color.DarkGray;
  410. this.txtPointsToRMB_Points.WaterText = "";
  411. this.txtPointsToRMB_Points.WordWrap = true;
  412. //
  413. // txtWeddingAnniversary_Month
  414. //
  415. this.txtWeddingAnniversary_Month.BackColor = System.Drawing.Color.Transparent;
  416. this.txtWeddingAnniversary_Month.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  417. this.txtWeddingAnniversary_Month.Icon = null;
  418. this.txtWeddingAnniversary_Month.IconIsButton = false;
  419. this.txtWeddingAnniversary_Month.IsPasswordChat = '\0';
  420. this.txtWeddingAnniversary_Month.IsSystemPasswordChar = false;
  421. this.txtWeddingAnniversary_Month.Lines = new string[0];
  422. this.txtWeddingAnniversary_Month.Location = new System.Drawing.Point(291, 263);
  423. this.txtWeddingAnniversary_Month.Margin = new System.Windows.Forms.Padding(0);
  424. this.txtWeddingAnniversary_Month.MaxLength = 4;
  425. this.txtWeddingAnniversary_Month.MinimumSize = new System.Drawing.Size(0, 23);
  426. this.txtWeddingAnniversary_Month.MouseBack = null;
  427. this.txtWeddingAnniversary_Month.Multiline = false;
  428. this.txtWeddingAnniversary_Month.Name = "txtWeddingAnniversary_Month";
  429. this.txtWeddingAnniversary_Month.NormlBack = null;
  430. this.txtWeddingAnniversary_Month.Padding = new System.Windows.Forms.Padding(5);
  431. this.txtWeddingAnniversary_Month.ReadOnly = false;
  432. this.txtWeddingAnniversary_Month.ScrollBars = System.Windows.Forms.ScrollBars.None;
  433. this.txtWeddingAnniversary_Month.Size = new System.Drawing.Size(50, 25);
  434. this.txtWeddingAnniversary_Month.TabIndex = 10;
  435. this.txtWeddingAnniversary_Month.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  436. this.txtWeddingAnniversary_Month.WaterColor = System.Drawing.Color.DarkGray;
  437. this.txtWeddingAnniversary_Month.WaterText = "";
  438. this.txtWeddingAnniversary_Month.WordWrap = true;
  439. //
  440. // txtBirthday_Month
  441. //
  442. this.txtBirthday_Month.BackColor = System.Drawing.Color.Transparent;
  443. this.txtBirthday_Month.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  444. this.txtBirthday_Month.Icon = null;
  445. this.txtBirthday_Month.IconIsButton = false;
  446. this.txtBirthday_Month.IsPasswordChat = '\0';
  447. this.txtBirthday_Month.IsSystemPasswordChar = false;
  448. this.txtBirthday_Month.Lines = new string[0];
  449. this.txtBirthday_Month.Location = new System.Drawing.Point(291, 235);
  450. this.txtBirthday_Month.Margin = new System.Windows.Forms.Padding(0);
  451. this.txtBirthday_Month.MaxLength = 4;
  452. this.txtBirthday_Month.MinimumSize = new System.Drawing.Size(0, 23);
  453. this.txtBirthday_Month.MouseBack = null;
  454. this.txtBirthday_Month.Multiline = false;
  455. this.txtBirthday_Month.Name = "txtBirthday_Month";
  456. this.txtBirthday_Month.NormlBack = null;
  457. this.txtBirthday_Month.Padding = new System.Windows.Forms.Padding(5);
  458. this.txtBirthday_Month.ReadOnly = false;
  459. this.txtBirthday_Month.ScrollBars = System.Windows.Forms.ScrollBars.None;
  460. this.txtBirthday_Month.Size = new System.Drawing.Size(50, 25);
  461. this.txtBirthday_Month.TabIndex = 8;
  462. this.txtBirthday_Month.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  463. this.txtBirthday_Month.WaterColor = System.Drawing.Color.DarkGray;
  464. this.txtBirthday_Month.WaterText = "";
  465. this.txtBirthday_Month.WordWrap = true;
  466. //
  467. // txtReferral_Points
  468. //
  469. this.txtReferral_Points.BackColor = System.Drawing.Color.Transparent;
  470. this.txtReferral_Points.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  471. this.txtReferral_Points.Icon = null;
  472. this.txtReferral_Points.IconIsButton = false;
  473. this.txtReferral_Points.IsPasswordChat = '\0';
  474. this.txtReferral_Points.IsSystemPasswordChar = false;
  475. this.txtReferral_Points.Lines = new string[] {
  476. "1"};
  477. this.txtReferral_Points.Location = new System.Drawing.Point(238, 130);
  478. this.txtReferral_Points.Margin = new System.Windows.Forms.Padding(0);
  479. this.txtReferral_Points.MaxLength = 4;
  480. this.txtReferral_Points.MinimumSize = new System.Drawing.Size(0, 20);
  481. this.txtReferral_Points.MouseBack = null;
  482. this.txtReferral_Points.Multiline = false;
  483. this.txtReferral_Points.Name = "txtReferral_Points";
  484. this.txtReferral_Points.NormlBack = null;
  485. this.txtReferral_Points.Padding = new System.Windows.Forms.Padding(5);
  486. this.txtReferral_Points.ReadOnly = true;
  487. this.txtReferral_Points.ScrollBars = System.Windows.Forms.ScrollBars.None;
  488. this.txtReferral_Points.Size = new System.Drawing.Size(60, 25);
  489. this.txtReferral_Points.TabIndex = 18;
  490. this.txtReferral_Points.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  491. this.txtReferral_Points.WaterColor = System.Drawing.Color.DarkGray;
  492. this.txtReferral_Points.WaterText = "";
  493. this.txtReferral_Points.WordWrap = true;
  494. //
  495. // txtLatePeriod_Points
  496. //
  497. this.txtLatePeriod_Points.BackColor = System.Drawing.Color.Transparent;
  498. this.txtLatePeriod_Points.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  499. this.txtLatePeriod_Points.Icon = null;
  500. this.txtLatePeriod_Points.IconIsButton = false;
  501. this.txtLatePeriod_Points.IsPasswordChat = '\0';
  502. this.txtLatePeriod_Points.IsSystemPasswordChar = false;
  503. this.txtLatePeriod_Points.Lines = new string[] {
  504. "1"};
  505. this.txtLatePeriod_Points.Location = new System.Drawing.Point(203, 102);
  506. this.txtLatePeriod_Points.Margin = new System.Windows.Forms.Padding(0);
  507. this.txtLatePeriod_Points.MaxLength = 4;
  508. this.txtLatePeriod_Points.MinimumSize = new System.Drawing.Size(0, 20);
  509. this.txtLatePeriod_Points.MouseBack = null;
  510. this.txtLatePeriod_Points.Multiline = false;
  511. this.txtLatePeriod_Points.Name = "txtLatePeriod_Points";
  512. this.txtLatePeriod_Points.NormlBack = null;
  513. this.txtLatePeriod_Points.Padding = new System.Windows.Forms.Padding(5);
  514. this.txtLatePeriod_Points.ReadOnly = true;
  515. this.txtLatePeriod_Points.ScrollBars = System.Windows.Forms.ScrollBars.None;
  516. this.txtLatePeriod_Points.Size = new System.Drawing.Size(60, 25);
  517. this.txtLatePeriod_Points.TabIndex = 17;
  518. this.txtLatePeriod_Points.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  519. this.txtLatePeriod_Points.WaterColor = System.Drawing.Color.DarkGray;
  520. this.txtLatePeriod_Points.WaterText = "";
  521. this.txtLatePeriod_Points.WordWrap = true;
  522. //
  523. // txtAgoPeriod_Points
  524. //
  525. this.txtAgoPeriod_Points.BackColor = System.Drawing.Color.Transparent;
  526. this.txtAgoPeriod_Points.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  527. this.txtAgoPeriod_Points.Icon = null;
  528. this.txtAgoPeriod_Points.IconIsButton = false;
  529. this.txtAgoPeriod_Points.IsPasswordChat = '\0';
  530. this.txtAgoPeriod_Points.IsSystemPasswordChar = false;
  531. this.txtAgoPeriod_Points.Lines = new string[] {
  532. "1"};
  533. this.txtAgoPeriod_Points.Location = new System.Drawing.Point(203, 74);
  534. this.txtAgoPeriod_Points.Margin = new System.Windows.Forms.Padding(0);
  535. this.txtAgoPeriod_Points.MaxLength = 4;
  536. this.txtAgoPeriod_Points.MinimumSize = new System.Drawing.Size(0, 20);
  537. this.txtAgoPeriod_Points.MouseBack = null;
  538. this.txtAgoPeriod_Points.Multiline = false;
  539. this.txtAgoPeriod_Points.Name = "txtAgoPeriod_Points";
  540. this.txtAgoPeriod_Points.NormlBack = null;
  541. this.txtAgoPeriod_Points.Padding = new System.Windows.Forms.Padding(5);
  542. this.txtAgoPeriod_Points.ReadOnly = true;
  543. this.txtAgoPeriod_Points.ScrollBars = System.Windows.Forms.ScrollBars.None;
  544. this.txtAgoPeriod_Points.Size = new System.Drawing.Size(60, 25);
  545. this.txtAgoPeriod_Points.TabIndex = 16;
  546. this.txtAgoPeriod_Points.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  547. this.txtAgoPeriod_Points.WaterColor = System.Drawing.Color.DarkGray;
  548. this.txtAgoPeriod_Points.WaterText = "";
  549. this.txtAgoPeriod_Points.WordWrap = true;
  550. //
  551. // txtWeddingAnniversary_Day
  552. //
  553. this.txtWeddingAnniversary_Day.BackColor = System.Drawing.Color.Transparent;
  554. this.txtWeddingAnniversary_Day.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  555. this.txtWeddingAnniversary_Day.Icon = null;
  556. this.txtWeddingAnniversary_Day.IconIsButton = false;
  557. this.txtWeddingAnniversary_Day.IsPasswordChat = '\0';
  558. this.txtWeddingAnniversary_Day.IsSystemPasswordChar = false;
  559. this.txtWeddingAnniversary_Day.Lines = new string[0];
  560. this.txtWeddingAnniversary_Day.Location = new System.Drawing.Point(163, 263);
  561. this.txtWeddingAnniversary_Day.Margin = new System.Windows.Forms.Padding(0);
  562. this.txtWeddingAnniversary_Day.MaxLength = 4;
  563. this.txtWeddingAnniversary_Day.MinimumSize = new System.Drawing.Size(0, 23);
  564. this.txtWeddingAnniversary_Day.MouseBack = null;
  565. this.txtWeddingAnniversary_Day.Multiline = false;
  566. this.txtWeddingAnniversary_Day.Name = "txtWeddingAnniversary_Day";
  567. this.txtWeddingAnniversary_Day.NormlBack = null;
  568. this.txtWeddingAnniversary_Day.Padding = new System.Windows.Forms.Padding(5);
  569. this.txtWeddingAnniversary_Day.ReadOnly = false;
  570. this.txtWeddingAnniversary_Day.ScrollBars = System.Windows.Forms.ScrollBars.None;
  571. this.txtWeddingAnniversary_Day.Size = new System.Drawing.Size(50, 25);
  572. this.txtWeddingAnniversary_Day.TabIndex = 9;
  573. this.txtWeddingAnniversary_Day.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  574. this.txtWeddingAnniversary_Day.WaterColor = System.Drawing.Color.DarkGray;
  575. this.txtWeddingAnniversary_Day.WaterText = "";
  576. this.txtWeddingAnniversary_Day.WordWrap = true;
  577. //
  578. // txtBirthday_Day
  579. //
  580. this.txtBirthday_Day.BackColor = System.Drawing.Color.Transparent;
  581. this.txtBirthday_Day.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  582. this.txtBirthday_Day.Icon = null;
  583. this.txtBirthday_Day.IconIsButton = false;
  584. this.txtBirthday_Day.IsPasswordChat = '\0';
  585. this.txtBirthday_Day.IsSystemPasswordChar = false;
  586. this.txtBirthday_Day.Lines = new string[0];
  587. this.txtBirthday_Day.Location = new System.Drawing.Point(163, 235);
  588. this.txtBirthday_Day.Margin = new System.Windows.Forms.Padding(0);
  589. this.txtBirthday_Day.MaxLength = 4;
  590. this.txtBirthday_Day.MinimumSize = new System.Drawing.Size(0, 23);
  591. this.txtBirthday_Day.MouseBack = null;
  592. this.txtBirthday_Day.Multiline = false;
  593. this.txtBirthday_Day.Name = "txtBirthday_Day";
  594. this.txtBirthday_Day.NormlBack = null;
  595. this.txtBirthday_Day.Padding = new System.Windows.Forms.Padding(5);
  596. this.txtBirthday_Day.ReadOnly = false;
  597. this.txtBirthday_Day.ScrollBars = System.Windows.Forms.ScrollBars.None;
  598. this.txtBirthday_Day.Size = new System.Drawing.Size(50, 25);
  599. this.txtBirthday_Day.TabIndex = 7;
  600. this.txtBirthday_Day.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  601. this.txtBirthday_Day.WaterColor = System.Drawing.Color.DarkGray;
  602. this.txtBirthday_Day.WaterText = "";
  603. this.txtBirthday_Day.WordWrap = true;
  604. //
  605. // dgvData
  606. //
  607. this.dgvData.AllowUserToAddRows = false;
  608. this.dgvData.AllowUserToDeleteRows = false;
  609. this.dgvData.AllowUserToResizeRows = false;
  610. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  611. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  612. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  613. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  614. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  616. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  617. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  618. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  619. this.dgvData.ColumnHeadersHeight = 24;
  620. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  621. this.Column1,
  622. this.Column2,
  623. this.Column3,
  624. this.Column4});
  625. this.dgvData.dgvColumnHeadersHeight = 24;
  626. this.dgvData.dgvCurrentColumnOriginalSet = "";
  627. this.dgvData.dgvCurrentColumnWidth = "";
  628. this.dgvData.dgvCurrentHideColumn = null;
  629. this.dgvData.dgvFixedHideColumn = null;
  630. this.dgvData.dgvGuidName = null;
  631. this.dgvData.dgvUserEmployeeID = null;
  632. this.dgvData.EnableHeadersVisualStyles = false;
  633. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  634. this.dgvData.ImageHeight = 15;
  635. this.dgvData.ImageWidth = 15;
  636. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  637. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  638. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  639. this.dgvData.IsCompleteBonding = false;
  640. this.dgvData.IsCopyCellValue = true;
  641. this.dgvData.IsShowSerialNumber = false;
  642. this.dgvData.IsSortedRedraw = true;
  643. this.dgvData.IsSortMode = false;
  644. this.dgvData.Location = new System.Drawing.Point(19, 332);
  645. this.dgvData.Name = "dgvData";
  646. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  647. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
  648. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  649. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
  650. dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(41);
  651. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  652. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  653. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  654. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
  655. this.dgvData.RowHeadersVisible = false;
  656. this.dgvData.RowHeadersWidth = 25;
  657. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  658. this.dgvData.RowTemplate.Height = 23;
  659. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  660. this.dgvData.Size = new System.Drawing.Size(341, 140);
  661. this.dgvData.StrSecondStageNull = "";
  662. this.dgvData.StrValueNullColumn = "";
  663. this.dgvData.TabIndex = 17;
  664. this.dgvData.ViceCount = 1;
  665. //
  666. // Column1
  667. //
  668. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  669. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  670. this.Column1.DefaultCellStyle = dataGridViewCellStyle7;
  671. this.Column1.HeaderText = "开始日期";
  672. this.Column1.Name = "Column1";
  673. this.Column1.ReadOnly = true;
  674. //
  675. // Column2
  676. //
  677. this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  678. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  679. this.Column2.DefaultCellStyle = dataGridViewCellStyle8;
  680. this.Column2.HeaderText = "结束日期";
  681. this.Column2.Name = "Column2";
  682. this.Column2.ReadOnly = true;
  683. //
  684. // Column3
  685. //
  686. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  687. this.Column3.DefaultCellStyle = dataGridViewCellStyle9;
  688. this.Column3.HeaderText = "积分(倍)";
  689. this.Column3.Name = "Column3";
  690. this.Column3.ReadOnly = true;
  691. this.Column3.Width = 80;
  692. //
  693. // Column4
  694. //
  695. this.Column4.HeaderText = "ID";
  696. this.Column4.Name = "Column4";
  697. this.Column4.ReadOnly = true;
  698. this.Column4.Visible = false;
  699. this.Column4.Width = 86;
  700. //
  701. // btnAddDate
  702. //
  703. this.btnAddDate.BackColor = System.Drawing.Color.Transparent;
  704. this.btnAddDate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddDate.BackImg")));
  705. this.btnAddDate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  706. this.btnAddDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  707. this.btnAddDate.ForeColor = System.Drawing.Color.White;
  708. this.btnAddDate.IsCustomBackImg = false;
  709. this.btnAddDate.IsShowText = true;
  710. this.btnAddDate.Location = new System.Drawing.Point(258, 304);
  711. this.btnAddDate.Name = "btnAddDate";
  712. this.btnAddDate.Size = new System.Drawing.Size(100, 24);
  713. this.btnAddDate.TabIndex = 12;
  714. this.btnAddDate.Text = " 添加特定日期";
  715. this.btnAddDate.UseVisualStyleBackColor = false;
  716. //
  717. // labelEx11
  718. //
  719. this.labelEx11.AutoSize = true;
  720. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  721. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  722. this.labelEx11.Location = new System.Drawing.Point(16, 304);
  723. this.labelEx11.Name = "labelEx11";
  724. this.labelEx11.Size = new System.Drawing.Size(84, 17);
  725. this.labelEx11.TabIndex = 15;
  726. this.labelEx11.Text = "特定日期设置 ";
  727. //
  728. // labelEx10
  729. //
  730. this.labelEx10.AutoSize = true;
  731. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  732. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  733. this.labelEx10.Location = new System.Drawing.Point(41, 134);
  734. this.labelEx10.Name = "labelEx10";
  735. this.labelEx10.Size = new System.Drawing.Size(276, 17);
  736. this.labelEx10.TabIndex = 14;
  737. this.labelEx10.Text = "转介绍前期消费 元积 分";
  738. //
  739. // labelEx9
  740. //
  741. this.labelEx9.AutoSize = true;
  742. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  743. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  744. this.labelEx9.Location = new System.Drawing.Point(41, 106);
  745. this.labelEx9.Name = "labelEx9";
  746. this.labelEx9.Size = new System.Drawing.Size(240, 17);
  747. this.labelEx9.TabIndex = 13;
  748. this.labelEx9.Text = "后期消费 元积 分";
  749. //
  750. // labelEx8
  751. //
  752. this.labelEx8.AutoSize = true;
  753. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  754. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  755. this.labelEx8.Location = new System.Drawing.Point(41, 78);
  756. this.labelEx8.Name = "labelEx8";
  757. this.labelEx8.Size = new System.Drawing.Size(240, 17);
  758. this.labelEx8.TabIndex = 12;
  759. this.labelEx8.Text = "前期消费 元积 分";
  760. //
  761. // labelEx7
  762. //
  763. this.labelEx7.AutoSize = true;
  764. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  765. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  766. this.labelEx7.Location = new System.Drawing.Point(32, 267);
  767. this.labelEx7.Name = "labelEx7";
  768. this.labelEx7.Size = new System.Drawing.Size(328, 17);
  769. this.labelEx7.TabIndex = 11;
  770. this.labelEx7.Text = "结婚纪念日: 当天积分 倍,当月积分 倍";
  771. //
  772. // txtDianqing_Month
  773. //
  774. this.txtDianqing_Month.BackColor = System.Drawing.Color.Transparent;
  775. this.txtDianqing_Month.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  776. this.txtDianqing_Month.Icon = null;
  777. this.txtDianqing_Month.IconIsButton = false;
  778. this.txtDianqing_Month.IsPasswordChat = '\0';
  779. this.txtDianqing_Month.IsSystemPasswordChar = false;
  780. this.txtDianqing_Month.Lines = new string[0];
  781. this.txtDianqing_Month.Location = new System.Drawing.Point(291, 207);
  782. this.txtDianqing_Month.Margin = new System.Windows.Forms.Padding(0);
  783. this.txtDianqing_Month.MaxLength = 4;
  784. this.txtDianqing_Month.MinimumSize = new System.Drawing.Size(0, 23);
  785. this.txtDianqing_Month.MouseBack = null;
  786. this.txtDianqing_Month.Multiline = false;
  787. this.txtDianqing_Month.Name = "txtDianqing_Month";
  788. this.txtDianqing_Month.NormlBack = null;
  789. this.txtDianqing_Month.Padding = new System.Windows.Forms.Padding(5);
  790. this.txtDianqing_Month.ReadOnly = false;
  791. this.txtDianqing_Month.ScrollBars = System.Windows.Forms.ScrollBars.None;
  792. this.txtDianqing_Month.Size = new System.Drawing.Size(50, 25);
  793. this.txtDianqing_Month.TabIndex = 6;
  794. this.txtDianqing_Month.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  795. this.txtDianqing_Month.WaterColor = System.Drawing.Color.DarkGray;
  796. this.txtDianqing_Month.WaterText = "";
  797. this.txtDianqing_Month.WordWrap = true;
  798. //
  799. // txtDianqing_Day
  800. //
  801. this.txtDianqing_Day.BackColor = System.Drawing.Color.Transparent;
  802. this.txtDianqing_Day.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  803. this.txtDianqing_Day.Icon = null;
  804. this.txtDianqing_Day.IconIsButton = false;
  805. this.txtDianqing_Day.IsPasswordChat = '\0';
  806. this.txtDianqing_Day.IsSystemPasswordChar = false;
  807. this.txtDianqing_Day.Lines = new string[0];
  808. this.txtDianqing_Day.Location = new System.Drawing.Point(163, 207);
  809. this.txtDianqing_Day.Margin = new System.Windows.Forms.Padding(0);
  810. this.txtDianqing_Day.MaxLength = 4;
  811. this.txtDianqing_Day.MinimumSize = new System.Drawing.Size(0, 23);
  812. this.txtDianqing_Day.MouseBack = null;
  813. this.txtDianqing_Day.Multiline = false;
  814. this.txtDianqing_Day.Name = "txtDianqing_Day";
  815. this.txtDianqing_Day.NormlBack = null;
  816. this.txtDianqing_Day.Padding = new System.Windows.Forms.Padding(5);
  817. this.txtDianqing_Day.ReadOnly = false;
  818. this.txtDianqing_Day.ScrollBars = System.Windows.Forms.ScrollBars.None;
  819. this.txtDianqing_Day.Size = new System.Drawing.Size(50, 25);
  820. this.txtDianqing_Day.TabIndex = 5;
  821. this.txtDianqing_Day.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  822. this.txtDianqing_Day.WaterColor = System.Drawing.Color.DarkGray;
  823. this.txtDianqing_Day.WaterText = "";
  824. this.txtDianqing_Day.WordWrap = true;
  825. //
  826. // labelEx5
  827. //
  828. this.labelEx5.AutoSize = true;
  829. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  830. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  831. this.labelEx5.Location = new System.Drawing.Point(68, 239);
  832. this.labelEx5.Name = "labelEx5";
  833. this.labelEx5.Size = new System.Drawing.Size(292, 17);
  834. this.labelEx5.TabIndex = 7;
  835. this.labelEx5.Text = "生日: 当天积分 倍,当月积分 倍";
  836. //
  837. // labelEx4
  838. //
  839. this.labelEx4.AutoSize = true;
  840. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  841. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  842. this.labelEx4.Location = new System.Drawing.Point(68, 211);
  843. this.labelEx4.Name = "labelEx4";
  844. this.labelEx4.Size = new System.Drawing.Size(292, 17);
  845. this.labelEx4.TabIndex = 6;
  846. this.labelEx4.Text = "店庆: 当天积分 倍,当月积分 倍";
  847. //
  848. // labelEx3
  849. //
  850. this.labelEx3.AutoSize = true;
  851. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  852. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  853. this.labelEx3.Location = new System.Drawing.Point(16, 185);
  854. this.labelEx3.Name = "labelEx3";
  855. this.labelEx3.Size = new System.Drawing.Size(84, 17);
  856. this.labelEx3.TabIndex = 5;
  857. this.labelEx3.Text = "节日积分设置 ";
  858. //
  859. // labelEx14
  860. //
  861. this.labelEx14.AutoSize = true;
  862. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  863. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  864. this.labelEx14.Location = new System.Drawing.Point(16, 15);
  865. this.labelEx14.Name = "labelEx14";
  866. this.labelEx14.Size = new System.Drawing.Size(84, 17);
  867. this.labelEx14.TabIndex = 4;
  868. this.labelEx14.Text = "消费积分设置 ";
  869. //
  870. // PointsSetSuperSmallForm
  871. //
  872. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  873. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  874. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  875. this.ClientSize = new System.Drawing.Size(400, 610);
  876. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  877. this.MaximizeBox = false;
  878. this.MinimizeBox = false;
  879. this.Name = "PointsSetSuperSmallForm";
  880. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  881. this.Text = "会员积分设置";
  882. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  883. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  884. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  885. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  886. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  887. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  888. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  889. this.plExMainContainer.ResumeLayout(false);
  890. this.plFormMainContent.ResumeLayout(false);
  891. this.panelEx1.ResumeLayout(false);
  892. this.panelEx2.ResumeLayout(false);
  893. this.panelEx2.PerformLayout();
  894. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  895. this.ResumeLayout(false);
  896. }
  897. #endregion
  898. private ComponentLibrary.ButtonEx btnOK;
  899. private ComponentLibrary.LabelEx labelEx1;
  900. protected ComponentLibrary.TextBoxEx txtPointsToRMB_RMB;
  901. private ComponentLibrary.PanelEx panelEx2;
  902. private ComponentLibrary.LabelEx labelEx14;
  903. private ComponentLibrary.PanelEx panelEx1;
  904. private ComponentLibrary.ButtonEx btnClose;
  905. private ComponentLibrary.LabelEx labelEx3;
  906. private ComponentLibrary.LabelEx labelEx11;
  907. private ComponentLibrary.LabelEx labelEx10;
  908. private ComponentLibrary.LabelEx labelEx9;
  909. private ComponentLibrary.LabelEx labelEx8;
  910. private ComponentLibrary.LabelEx labelEx7;
  911. protected ComponentLibrary.TextBoxEx txtDianqing_Month;
  912. protected ComponentLibrary.TextBoxEx txtDianqing_Day;
  913. private ComponentLibrary.LabelEx labelEx5;
  914. private ComponentLibrary.LabelEx labelEx4;
  915. protected ComponentLibrary.TextBoxEx txtWeddingAnniversary_Month;
  916. protected ComponentLibrary.TextBoxEx txtBirthday_Month;
  917. protected ComponentLibrary.TextBoxEx txtReferral_Points;
  918. protected ComponentLibrary.TextBoxEx txtLatePeriod_Points;
  919. protected ComponentLibrary.TextBoxEx txtAgoPeriod_Points;
  920. protected ComponentLibrary.TextBoxEx txtWeddingAnniversary_Day;
  921. protected ComponentLibrary.TextBoxEx txtBirthday_Day;
  922. private ComponentLibrary.LabelEx labelEx2;
  923. protected ComponentLibrary.TextBoxEx txtReferral_RMB;
  924. protected ComponentLibrary.TextBoxEx txtLatePeriod_RMB;
  925. protected ComponentLibrary.TextBoxEx txtAgoPeriod_RMB;
  926. protected ComponentLibrary.TextBoxEx txtPointsToRMB_Points;
  927. protected ComponentLibrary.DataGridViewEc dgvData;
  928. protected ComponentLibrary.ButtonForm btnAddDate;
  929. protected ComponentLibrary.ButtonForm btnDelete;
  930. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  931. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  932. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  933. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  934. protected ComponentLibrary.ButtonForm btnTest;
  935. protected internal ComponentLibrary.CheckBoxEx chkNoCardPoints;
  936. protected internal ComponentLibrary.CheckBoxEx chkHaveCardPoints;
  937. }
  938. }