MemberExpiresRemindSetForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. namespace LYFZ.Software.UI.MembershipManage.StatisticsForm
  2. {
  3. partial class MemberExpiresRemindSetForm
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemberExpiresRemindSetForm));
  30. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.chkPoints = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.chkStoredValue = new LYFZ.ComponentLibrary.CheckBoxEx();
  37. this.chkBackCash = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.chkService = new LYFZ.ComponentLibrary.CheckBoxEx();
  39. this.chkPhotographer = new LYFZ.ComponentLibrary.CheckBoxEx();
  40. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.txtPoints = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  43. this.txtStoredValue = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  44. this.txtBackCash = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  45. this.txtService = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  46. this.txtPhotographer = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  47. this.plExMainContainer.SuspendLayout();
  48. this.plFormMainContent.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtPoints)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtStoredValue)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtBackCash)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtService)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtPhotographer)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.txtPhotographer);
  59. this.plExMainContainer.Controls.Add(this.txtService);
  60. this.plExMainContainer.Controls.Add(this.txtBackCash);
  61. this.plExMainContainer.Controls.Add(this.txtStoredValue);
  62. this.plExMainContainer.Controls.Add(this.txtPoints);
  63. this.plExMainContainer.Controls.Add(this.btnCancel);
  64. this.plExMainContainer.Controls.Add(this.btnSaveed);
  65. this.plExMainContainer.Controls.Add(this.chkPhotographer);
  66. this.plExMainContainer.Controls.Add(this.chkService);
  67. this.plExMainContainer.Controls.Add(this.chkBackCash);
  68. this.plExMainContainer.Controls.Add(this.chkStoredValue);
  69. this.plExMainContainer.Controls.Add(this.chkPoints);
  70. this.plExMainContainer.Controls.Add(this.labelEx5);
  71. this.plExMainContainer.Controls.Add(this.labelEx4);
  72. this.plExMainContainer.Controls.Add(this.labelEx3);
  73. this.plExMainContainer.Controls.Add(this.labelEx2);
  74. this.plExMainContainer.Controls.Add(this.labelEx1);
  75. this.plExMainContainer.Size = new System.Drawing.Size(378, 358);
  76. //
  77. // plFormMainContent
  78. //
  79. this.plFormMainContent.Size = new System.Drawing.Size(378, 358);
  80. //
  81. // btnAppFormMaximize
  82. //
  83. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  84. this.btnAppFormMaximize.Location = new System.Drawing.Point(319, 0);
  85. //
  86. // btnAppFormExit
  87. //
  88. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  89. this.btnAppFormExit.Location = new System.Drawing.Point(346, 0);
  90. //
  91. // btnAppFormMinimize
  92. //
  93. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  94. this.btnAppFormMinimize.Location = new System.Drawing.Point(319, 0);
  95. //
  96. // labelEx1
  97. //
  98. this.labelEx1.AutoSize = true;
  99. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  100. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  101. this.labelEx1.Location = new System.Drawing.Point(79, 64);
  102. this.labelEx1.Name = "labelEx1";
  103. this.labelEx1.Size = new System.Drawing.Size(180, 17);
  104. this.labelEx1.TabIndex = 0;
  105. this.labelEx1.Text = "积分:到期前 天提醒";
  106. //
  107. // labelEx2
  108. //
  109. this.labelEx2.AutoSize = true;
  110. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  111. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  112. this.labelEx2.Location = new System.Drawing.Point(79, 103);
  113. this.labelEx2.Name = "labelEx2";
  114. this.labelEx2.Size = new System.Drawing.Size(180, 17);
  115. this.labelEx2.TabIndex = 1;
  116. this.labelEx2.Text = "储值:到期前 天提醒";
  117. //
  118. // labelEx3
  119. //
  120. this.labelEx3.AutoSize = true;
  121. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  122. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  123. this.labelEx3.Location = new System.Drawing.Point(79, 141);
  124. this.labelEx3.Name = "labelEx3";
  125. this.labelEx3.Size = new System.Drawing.Size(180, 17);
  126. this.labelEx3.TabIndex = 2;
  127. this.labelEx3.Text = "返现:到期前 天提醒";
  128. //
  129. // labelEx4
  130. //
  131. this.labelEx4.AutoSize = true;
  132. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  133. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  134. this.labelEx4.Location = new System.Drawing.Point(79, 180);
  135. this.labelEx4.Name = "labelEx4";
  136. this.labelEx4.Size = new System.Drawing.Size(180, 17);
  137. this.labelEx4.TabIndex = 3;
  138. this.labelEx4.Text = "服务:到期前 天提醒";
  139. //
  140. // labelEx5
  141. //
  142. this.labelEx5.AutoSize = true;
  143. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  144. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  145. this.labelEx5.Location = new System.Drawing.Point(67, 220);
  146. this.labelEx5.Name = "labelEx5";
  147. this.labelEx5.Size = new System.Drawing.Size(192, 17);
  148. this.labelEx5.TabIndex = 4;
  149. this.labelEx5.Text = "新摄会:到期前 天提醒";
  150. //
  151. // chkPoints
  152. //
  153. this.chkPoints.AutoSize = true;
  154. this.chkPoints.BackColor = System.Drawing.Color.Transparent;
  155. this.chkPoints.Checked = true;
  156. this.chkPoints.CheckState = System.Windows.Forms.CheckState.Checked;
  157. this.chkPoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  158. this.chkPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  159. this.chkPoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  160. this.chkPoints.Fourstates = false;
  161. this.chkPoints.IsGreenTick = false;
  162. this.chkPoints.Location = new System.Drawing.Point(265, 61);
  163. this.chkPoints.Name = "chkPoints";
  164. this.chkPoints.Size = new System.Drawing.Size(51, 21);
  165. this.chkPoints.TabIndex = 28;
  166. this.chkPoints.Text = "启用";
  167. this.chkPoints.UseVisualStyleBackColor = false;
  168. this.chkPoints.Visible = false;
  169. //
  170. // chkStoredValue
  171. //
  172. this.chkStoredValue.AutoSize = true;
  173. this.chkStoredValue.BackColor = System.Drawing.Color.Transparent;
  174. this.chkStoredValue.Checked = true;
  175. this.chkStoredValue.CheckState = System.Windows.Forms.CheckState.Checked;
  176. this.chkStoredValue.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  177. this.chkStoredValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  178. this.chkStoredValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  179. this.chkStoredValue.Fourstates = false;
  180. this.chkStoredValue.IsGreenTick = false;
  181. this.chkStoredValue.Location = new System.Drawing.Point(265, 100);
  182. this.chkStoredValue.Name = "chkStoredValue";
  183. this.chkStoredValue.Size = new System.Drawing.Size(51, 21);
  184. this.chkStoredValue.TabIndex = 29;
  185. this.chkStoredValue.Text = "启用";
  186. this.chkStoredValue.UseVisualStyleBackColor = false;
  187. this.chkStoredValue.Visible = false;
  188. //
  189. // chkBackCash
  190. //
  191. this.chkBackCash.AutoSize = true;
  192. this.chkBackCash.BackColor = System.Drawing.Color.Transparent;
  193. this.chkBackCash.Checked = true;
  194. this.chkBackCash.CheckState = System.Windows.Forms.CheckState.Checked;
  195. this.chkBackCash.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  196. this.chkBackCash.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  197. this.chkBackCash.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  198. this.chkBackCash.Fourstates = false;
  199. this.chkBackCash.IsGreenTick = false;
  200. this.chkBackCash.Location = new System.Drawing.Point(265, 138);
  201. this.chkBackCash.Name = "chkBackCash";
  202. this.chkBackCash.Size = new System.Drawing.Size(51, 21);
  203. this.chkBackCash.TabIndex = 30;
  204. this.chkBackCash.Text = "启用";
  205. this.chkBackCash.UseVisualStyleBackColor = false;
  206. this.chkBackCash.Visible = false;
  207. //
  208. // chkService
  209. //
  210. this.chkService.AutoSize = true;
  211. this.chkService.BackColor = System.Drawing.Color.Transparent;
  212. this.chkService.Checked = true;
  213. this.chkService.CheckState = System.Windows.Forms.CheckState.Checked;
  214. this.chkService.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  215. this.chkService.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  216. this.chkService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  217. this.chkService.Fourstates = false;
  218. this.chkService.IsGreenTick = false;
  219. this.chkService.Location = new System.Drawing.Point(265, 177);
  220. this.chkService.Name = "chkService";
  221. this.chkService.Size = new System.Drawing.Size(51, 21);
  222. this.chkService.TabIndex = 31;
  223. this.chkService.Text = "启用";
  224. this.chkService.UseVisualStyleBackColor = false;
  225. this.chkService.Visible = false;
  226. //
  227. // chkPhotographer
  228. //
  229. this.chkPhotographer.AutoSize = true;
  230. this.chkPhotographer.BackColor = System.Drawing.Color.Transparent;
  231. this.chkPhotographer.Checked = true;
  232. this.chkPhotographer.CheckState = System.Windows.Forms.CheckState.Checked;
  233. this.chkPhotographer.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  234. this.chkPhotographer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  235. this.chkPhotographer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  236. this.chkPhotographer.Fourstates = false;
  237. this.chkPhotographer.IsGreenTick = false;
  238. this.chkPhotographer.Location = new System.Drawing.Point(265, 216);
  239. this.chkPhotographer.Name = "chkPhotographer";
  240. this.chkPhotographer.Size = new System.Drawing.Size(51, 21);
  241. this.chkPhotographer.TabIndex = 32;
  242. this.chkPhotographer.Text = "启用";
  243. this.chkPhotographer.UseVisualStyleBackColor = false;
  244. this.chkPhotographer.Visible = false;
  245. //
  246. // btnSaveed
  247. //
  248. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  249. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  250. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  251. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  252. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  253. this.btnSaveed.IsCustomBackImg = false;
  254. this.btnSaveed.IsShowText = true;
  255. this.btnSaveed.Location = new System.Drawing.Point(86, 286);
  256. this.btnSaveed.Name = "btnSaveed";
  257. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  258. this.btnSaveed.TabIndex = 33;
  259. this.btnSaveed.Text = " 确 定";
  260. this.btnSaveed.UseVisualStyleBackColor = false;
  261. //
  262. // btnCancel
  263. //
  264. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  265. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  266. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  267. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  268. this.btnCancel.ForeColor = System.Drawing.Color.White;
  269. this.btnCancel.IsCustomBackImg = false;
  270. this.btnCancel.IsShowText = true;
  271. this.btnCancel.Location = new System.Drawing.Point(214, 286);
  272. this.btnCancel.Name = "btnCancel";
  273. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  274. this.btnCancel.TabIndex = 34;
  275. this.btnCancel.Text = " 取 消";
  276. this.btnCancel.UseVisualStyleBackColor = false;
  277. //
  278. // txtPoints
  279. //
  280. this.txtPoints.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  281. this.txtPoints.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  282. this.txtPoints.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  283. this.txtPoints.IsCustomColor = false;
  284. this.txtPoints.Location = new System.Drawing.Point(160, 61);
  285. this.txtPoints.Maximum = new decimal(new int[] {
  286. 999999,
  287. 0,
  288. 0,
  289. 0});
  290. this.txtPoints.Name = "txtPoints";
  291. this.txtPoints.Size = new System.Drawing.Size(54, 21);
  292. this.txtPoints.TabIndex = 35;
  293. //
  294. // txtStoredValue
  295. //
  296. this.txtStoredValue.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  297. this.txtStoredValue.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  298. this.txtStoredValue.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  299. this.txtStoredValue.IsCustomColor = false;
  300. this.txtStoredValue.Location = new System.Drawing.Point(160, 100);
  301. this.txtStoredValue.Maximum = new decimal(new int[] {
  302. 999999,
  303. 0,
  304. 0,
  305. 0});
  306. this.txtStoredValue.Name = "txtStoredValue";
  307. this.txtStoredValue.Size = new System.Drawing.Size(54, 21);
  308. this.txtStoredValue.TabIndex = 35;
  309. //
  310. // txtBackCash
  311. //
  312. this.txtBackCash.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  313. this.txtBackCash.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  314. this.txtBackCash.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  315. this.txtBackCash.IsCustomColor = false;
  316. this.txtBackCash.Location = new System.Drawing.Point(160, 138);
  317. this.txtBackCash.Maximum = new decimal(new int[] {
  318. 999999,
  319. 0,
  320. 0,
  321. 0});
  322. this.txtBackCash.Name = "txtBackCash";
  323. this.txtBackCash.Size = new System.Drawing.Size(54, 21);
  324. this.txtBackCash.TabIndex = 35;
  325. //
  326. // txtService
  327. //
  328. this.txtService.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  329. this.txtService.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  330. this.txtService.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  331. this.txtService.IsCustomColor = false;
  332. this.txtService.Location = new System.Drawing.Point(160, 177);
  333. this.txtService.Maximum = new decimal(new int[] {
  334. 999999,
  335. 0,
  336. 0,
  337. 0});
  338. this.txtService.Name = "txtService";
  339. this.txtService.Size = new System.Drawing.Size(54, 21);
  340. this.txtService.TabIndex = 35;
  341. //
  342. // txtPhotographer
  343. //
  344. this.txtPhotographer.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  345. this.txtPhotographer.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  346. this.txtPhotographer.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  347. this.txtPhotographer.IsCustomColor = false;
  348. this.txtPhotographer.Location = new System.Drawing.Point(160, 216);
  349. this.txtPhotographer.Maximum = new decimal(new int[] {
  350. 999999,
  351. 0,
  352. 0,
  353. 0});
  354. this.txtPhotographer.Name = "txtPhotographer";
  355. this.txtPhotographer.Size = new System.Drawing.Size(54, 21);
  356. this.txtPhotographer.TabIndex = 35;
  357. //
  358. // MemberExpiresRemindSetForm
  359. //
  360. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  361. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  362. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  363. this.ClientSize = new System.Drawing.Size(378, 423);
  364. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  365. this.IsUserControlsSize = false;
  366. this.MaximizeBox = false;
  367. this.MinimizeBox = false;
  368. this.Name = "MemberExpiresRemindSetForm";
  369. this.Text = "会员到期提醒设置";
  370. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  371. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  372. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  373. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  374. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  375. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  376. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  377. this.plExMainContainer.ResumeLayout(false);
  378. this.plExMainContainer.PerformLayout();
  379. this.plFormMainContent.ResumeLayout(false);
  380. ((System.ComponentModel.ISupportInitialize)(this.txtPoints)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.txtStoredValue)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.txtBackCash)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.txtService)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.txtPhotographer)).EndInit();
  385. this.ResumeLayout(false);
  386. }
  387. #endregion
  388. private ComponentLibrary.LabelEx labelEx5;
  389. private ComponentLibrary.LabelEx labelEx4;
  390. private ComponentLibrary.LabelEx labelEx3;
  391. private ComponentLibrary.LabelEx labelEx2;
  392. private ComponentLibrary.LabelEx labelEx1;
  393. protected internal ComponentLibrary.CheckBoxEx chkPoints;
  394. protected internal ComponentLibrary.CheckBoxEx chkPhotographer;
  395. protected internal ComponentLibrary.CheckBoxEx chkService;
  396. protected internal ComponentLibrary.CheckBoxEx chkBackCash;
  397. protected internal ComponentLibrary.CheckBoxEx chkStoredValue;
  398. protected internal ComponentLibrary.ButtonEx btnCancel;
  399. protected internal ComponentLibrary.ButtonEx btnSaveed;
  400. protected ComponentLibrary.NumericUpDownEx txtPhotographer;
  401. protected ComponentLibrary.NumericUpDownEx txtService;
  402. protected ComponentLibrary.NumericUpDownEx txtBackCash;
  403. protected ComponentLibrary.NumericUpDownEx txtStoredValue;
  404. protected ComponentLibrary.NumericUpDownEx txtPoints;
  405. }
  406. }