MemberExpiresRemindForm.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. namespace LYFZ.Software.UI.MembershipManage.StatisticsForm
  2. {
  3. partial class MemberExpiresRemindForm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemberExpiresRemindForm));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  36. this.panelAll = new System.Windows.Forms.Panel();
  37. this.chkAll = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.panelPoints = new System.Windows.Forms.Panel();
  39. this.chkPoints = new LYFZ.ComponentLibrary.CheckBoxEx();
  40. this.panelStoredValue = new System.Windows.Forms.Panel();
  41. this.chkStoredValue = new LYFZ.ComponentLibrary.CheckBoxEx();
  42. this.panelBackCash = new System.Windows.Forms.Panel();
  43. this.chkBackCash = new LYFZ.ComponentLibrary.CheckBoxEx();
  44. this.panelService = new System.Windows.Forms.Panel();
  45. this.chkService = new LYFZ.ComponentLibrary.CheckBoxEx();
  46. this.panelPhotographer = new System.Windows.Forms.Panel();
  47. this.chkPhotographer = new LYFZ.ComponentLibrary.CheckBoxEx();
  48. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnSet = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtDay = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  53. this.plExMainContainer.SuspendLayout();
  54. this.plFormMainContent.SuspendLayout();
  55. this.panelEx1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  57. this.panelEx2.SuspendLayout();
  58. this.flowLayoutPanel1.SuspendLayout();
  59. this.panelAll.SuspendLayout();
  60. this.panelPoints.SuspendLayout();
  61. this.panelStoredValue.SuspendLayout();
  62. this.panelBackCash.SuspendLayout();
  63. this.panelService.SuspendLayout();
  64. this.panelPhotographer.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtDay)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // plExMainContainer
  69. //
  70. this.plExMainContainer.Controls.Add(this.panelEx1);
  71. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  72. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  73. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  74. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  75. //
  76. // btnAppFormExit
  77. //
  78. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. //
  84. // panelEx1
  85. //
  86. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  88. this.panelEx1.BorderWidth = 1;
  89. this.panelEx1.Controls.Add(this.dgvData);
  90. this.panelEx1.Controls.Add(this.panelEx2);
  91. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  93. this.panelEx1.Name = "panelEx1";
  94. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  95. this.panelEx1.Size = new System.Drawing.Size(900, 485);
  96. this.panelEx1.TabIndex = 0;
  97. //
  98. // dgvData
  99. //
  100. this.dgvData.AllowUserToAddRows = false;
  101. this.dgvData.AllowUserToDeleteRows = false;
  102. this.dgvData.AllowUserToOrderColumns = true;
  103. this.dgvData.AllowUserToResizeRows = false;
  104. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  105. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  106. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  107. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  108. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  109. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  111. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  112. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  113. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  114. this.dgvData.ColumnHeadersHeight = 24;
  115. this.dgvData.dgvColumnHeadersHeight = 24;
  116. this.dgvData.dgvCurrentColumnOriginalSet = "";
  117. this.dgvData.dgvCurrentColumnWidth = "";
  118. this.dgvData.dgvCurrentHideColumn = null;
  119. this.dgvData.dgvFixedHideColumn = null;
  120. this.dgvData.dgvGuidName = null;
  121. this.dgvData.dgvUserEmployeeID = null;
  122. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.dgvData.EnableHeadersVisualStyles = false;
  124. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  125. this.dgvData.ImageHeight = 15;
  126. this.dgvData.ImageWidth = 15;
  127. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  128. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  129. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  130. this.dgvData.IsCompleteBonding = false;
  131. this.dgvData.IsCopyCellValue = true;
  132. this.dgvData.IsShowSerialNumber = true;
  133. this.dgvData.IsSortedRedraw = true;
  134. this.dgvData.IsSortMode = false;
  135. this.dgvData.Location = new System.Drawing.Point(3, 45);
  136. this.dgvData.Name = "dgvData";
  137. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  138. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  139. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  141. dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(41);
  142. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  143. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  144. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  145. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
  146. this.dgvData.RowHeadersWidth = 50;
  147. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  148. this.dgvData.RowTemplate.Height = 23;
  149. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  150. this.dgvData.Size = new System.Drawing.Size(894, 437);
  151. this.dgvData.StrSecondStageNull = "";
  152. this.dgvData.StrValueNullColumn = "";
  153. this.dgvData.TabIndex = 20;
  154. this.dgvData.ViceCount = 1;
  155. //
  156. // panelEx2
  157. //
  158. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  159. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  160. this.panelEx2.BorderWidth = 1;
  161. this.panelEx2.Controls.Add(this.txtDay);
  162. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  163. this.panelEx2.Controls.Add(this.btnClose);
  164. this.panelEx2.Controls.Add(this.btnSet);
  165. this.panelEx2.Controls.Add(this.btnQuery);
  166. this.panelEx2.Controls.Add(this.labelEx1);
  167. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  168. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  169. this.panelEx2.Name = "panelEx2";
  170. this.panelEx2.Size = new System.Drawing.Size(894, 42);
  171. this.panelEx2.TabIndex = 0;
  172. //
  173. // flowLayoutPanel1
  174. //
  175. this.flowLayoutPanel1.Controls.Add(this.panelAll);
  176. this.flowLayoutPanel1.Controls.Add(this.panelPoints);
  177. this.flowLayoutPanel1.Controls.Add(this.panelStoredValue);
  178. this.flowLayoutPanel1.Controls.Add(this.panelBackCash);
  179. this.flowLayoutPanel1.Controls.Add(this.panelService);
  180. this.flowLayoutPanel1.Controls.Add(this.panelPhotographer);
  181. this.flowLayoutPanel1.Location = new System.Drawing.Point(441, 5);
  182. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  183. this.flowLayoutPanel1.Size = new System.Drawing.Size(421, 30);
  184. this.flowLayoutPanel1.TabIndex = 21;
  185. //
  186. // panelAll
  187. //
  188. this.panelAll.Controls.Add(this.chkAll);
  189. this.panelAll.Location = new System.Drawing.Point(0, 0);
  190. this.panelAll.Margin = new System.Windows.Forms.Padding(0);
  191. this.panelAll.Name = "panelAll";
  192. this.panelAll.Size = new System.Drawing.Size(68, 29);
  193. this.panelAll.TabIndex = 0;
  194. this.panelAll.Visible = false;
  195. //
  196. // chkAll
  197. //
  198. this.chkAll.AutoSize = true;
  199. this.chkAll.BackColor = System.Drawing.Color.Transparent;
  200. this.chkAll.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  201. this.chkAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  202. this.chkAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  203. this.chkAll.Fourstates = false;
  204. this.chkAll.IsGreenTick = false;
  205. this.chkAll.Location = new System.Drawing.Point(4, 4);
  206. this.chkAll.Name = "chkAll";
  207. this.chkAll.Size = new System.Drawing.Size(51, 21);
  208. this.chkAll.TabIndex = 34;
  209. this.chkAll.Text = "所有";
  210. this.chkAll.UseVisualStyleBackColor = false;
  211. //
  212. // panelPoints
  213. //
  214. this.panelPoints.Controls.Add(this.chkPoints);
  215. this.panelPoints.Location = new System.Drawing.Point(68, 0);
  216. this.panelPoints.Margin = new System.Windows.Forms.Padding(0);
  217. this.panelPoints.Name = "panelPoints";
  218. this.panelPoints.Size = new System.Drawing.Size(68, 29);
  219. this.panelPoints.TabIndex = 1;
  220. //
  221. // chkPoints
  222. //
  223. this.chkPoints.AutoSize = true;
  224. this.chkPoints.BackColor = System.Drawing.Color.Transparent;
  225. this.chkPoints.Checked = true;
  226. this.chkPoints.CheckState = System.Windows.Forms.CheckState.Checked;
  227. this.chkPoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  228. this.chkPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  229. this.chkPoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  230. this.chkPoints.Fourstates = false;
  231. this.chkPoints.IsGreenTick = false;
  232. this.chkPoints.Location = new System.Drawing.Point(4, 4);
  233. this.chkPoints.Name = "chkPoints";
  234. this.chkPoints.Size = new System.Drawing.Size(51, 21);
  235. this.chkPoints.TabIndex = 29;
  236. this.chkPoints.Text = "积分";
  237. this.chkPoints.UseVisualStyleBackColor = false;
  238. //
  239. // panelStoredValue
  240. //
  241. this.panelStoredValue.Controls.Add(this.chkStoredValue);
  242. this.panelStoredValue.Location = new System.Drawing.Point(136, 0);
  243. this.panelStoredValue.Margin = new System.Windows.Forms.Padding(0);
  244. this.panelStoredValue.Name = "panelStoredValue";
  245. this.panelStoredValue.Size = new System.Drawing.Size(68, 29);
  246. this.panelStoredValue.TabIndex = 14;
  247. //
  248. // chkStoredValue
  249. //
  250. this.chkStoredValue.AutoSize = true;
  251. this.chkStoredValue.BackColor = System.Drawing.Color.Transparent;
  252. this.chkStoredValue.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  253. this.chkStoredValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  254. this.chkStoredValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  255. this.chkStoredValue.Fourstates = false;
  256. this.chkStoredValue.IsGreenTick = false;
  257. this.chkStoredValue.Location = new System.Drawing.Point(4, 4);
  258. this.chkStoredValue.Name = "chkStoredValue";
  259. this.chkStoredValue.Size = new System.Drawing.Size(51, 21);
  260. this.chkStoredValue.TabIndex = 30;
  261. this.chkStoredValue.Text = "储值";
  262. this.chkStoredValue.UseVisualStyleBackColor = false;
  263. //
  264. // panelBackCash
  265. //
  266. this.panelBackCash.Controls.Add(this.chkBackCash);
  267. this.panelBackCash.Location = new System.Drawing.Point(204, 0);
  268. this.panelBackCash.Margin = new System.Windows.Forms.Padding(0);
  269. this.panelBackCash.Name = "panelBackCash";
  270. this.panelBackCash.Size = new System.Drawing.Size(68, 29);
  271. this.panelBackCash.TabIndex = 22;
  272. //
  273. // chkBackCash
  274. //
  275. this.chkBackCash.AutoSize = true;
  276. this.chkBackCash.BackColor = System.Drawing.Color.Transparent;
  277. this.chkBackCash.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  278. this.chkBackCash.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  279. this.chkBackCash.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  280. this.chkBackCash.Fourstates = false;
  281. this.chkBackCash.IsGreenTick = false;
  282. this.chkBackCash.Location = new System.Drawing.Point(4, 4);
  283. this.chkBackCash.Name = "chkBackCash";
  284. this.chkBackCash.Size = new System.Drawing.Size(51, 21);
  285. this.chkBackCash.TabIndex = 31;
  286. this.chkBackCash.Text = "返现";
  287. this.chkBackCash.UseVisualStyleBackColor = false;
  288. //
  289. // panelService
  290. //
  291. this.panelService.Controls.Add(this.chkService);
  292. this.panelService.Location = new System.Drawing.Point(272, 0);
  293. this.panelService.Margin = new System.Windows.Forms.Padding(0);
  294. this.panelService.Name = "panelService";
  295. this.panelService.Size = new System.Drawing.Size(68, 29);
  296. this.panelService.TabIndex = 2;
  297. //
  298. // chkService
  299. //
  300. this.chkService.AutoSize = true;
  301. this.chkService.BackColor = System.Drawing.Color.Transparent;
  302. this.chkService.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  303. this.chkService.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  304. this.chkService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  305. this.chkService.Fourstates = false;
  306. this.chkService.IsGreenTick = false;
  307. this.chkService.Location = new System.Drawing.Point(4, 4);
  308. this.chkService.Name = "chkService";
  309. this.chkService.Size = new System.Drawing.Size(51, 21);
  310. this.chkService.TabIndex = 32;
  311. this.chkService.Text = "服务";
  312. this.chkService.UseVisualStyleBackColor = false;
  313. //
  314. // panelPhotographer
  315. //
  316. this.panelPhotographer.Controls.Add(this.chkPhotographer);
  317. this.panelPhotographer.Location = new System.Drawing.Point(340, 0);
  318. this.panelPhotographer.Margin = new System.Windows.Forms.Padding(0);
  319. this.panelPhotographer.Name = "panelPhotographer";
  320. this.panelPhotographer.Size = new System.Drawing.Size(75, 29);
  321. this.panelPhotographer.TabIndex = 2;
  322. //
  323. // chkPhotographer
  324. //
  325. this.chkPhotographer.AutoSize = true;
  326. this.chkPhotographer.BackColor = System.Drawing.Color.Transparent;
  327. this.chkPhotographer.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  328. this.chkPhotographer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  329. this.chkPhotographer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  330. this.chkPhotographer.Fourstates = false;
  331. this.chkPhotographer.IsGreenTick = false;
  332. this.chkPhotographer.Location = new System.Drawing.Point(2, 4);
  333. this.chkPhotographer.Name = "chkPhotographer";
  334. this.chkPhotographer.Size = new System.Drawing.Size(63, 21);
  335. this.chkPhotographer.TabIndex = 33;
  336. this.chkPhotographer.Text = "新摄会";
  337. this.chkPhotographer.UseVisualStyleBackColor = false;
  338. //
  339. // btnClose
  340. //
  341. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  342. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  343. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  344. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  345. this.btnClose.ForeColor = System.Drawing.Color.White;
  346. this.btnClose.IsCustomBackImg = false;
  347. this.btnClose.IsShowText = true;
  348. this.btnClose.Location = new System.Drawing.Point(337, 6);
  349. this.btnClose.Name = "btnClose";
  350. this.btnClose.Size = new System.Drawing.Size(85, 28);
  351. this.btnClose.TabIndex = 28;
  352. this.btnClose.Text = " 关 闭";
  353. this.btnClose.UseVisualStyleBackColor = false;
  354. //
  355. // btnSet
  356. //
  357. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  358. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  359. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  360. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  361. this.btnSet.ForeColor = System.Drawing.Color.White;
  362. this.btnSet.IsCustomBackImg = false;
  363. this.btnSet.IsShowText = true;
  364. this.btnSet.Location = new System.Drawing.Point(244, 6);
  365. this.btnSet.Name = "btnSet";
  366. this.btnSet.Size = new System.Drawing.Size(85, 28);
  367. this.btnSet.TabIndex = 27;
  368. this.btnSet.Text = " 设 置";
  369. this.btnSet.UseVisualStyleBackColor = false;
  370. //
  371. // btnQuery
  372. //
  373. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  374. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  375. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  376. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  377. this.btnQuery.ForeColor = System.Drawing.Color.White;
  378. this.btnQuery.IsCustomBackImg = false;
  379. this.btnQuery.IsShowText = true;
  380. this.btnQuery.Location = new System.Drawing.Point(151, 6);
  381. this.btnQuery.Name = "btnQuery";
  382. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  383. this.btnQuery.TabIndex = 26;
  384. this.btnQuery.Text = " 查 询";
  385. this.btnQuery.UseVisualStyleBackColor = false;
  386. //
  387. // labelEx1
  388. //
  389. this.labelEx1.AutoSize = true;
  390. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  391. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  392. this.labelEx1.Location = new System.Drawing.Point(9, 12);
  393. this.labelEx1.Name = "labelEx1";
  394. this.labelEx1.Size = new System.Drawing.Size(136, 17);
  395. this.labelEx1.TabIndex = 0;
  396. this.labelEx1.Text = "到期前 天提醒";
  397. //
  398. // txtDay
  399. //
  400. this.txtDay.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  401. this.txtDay.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  402. this.txtDay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  403. this.txtDay.IsCustomColor = false;
  404. this.txtDay.Location = new System.Drawing.Point(52, 10);
  405. this.txtDay.Maximum = new decimal(new int[] {
  406. 9999999,
  407. 0,
  408. 0,
  409. 0});
  410. this.txtDay.Minimum = new decimal(new int[] {
  411. 1,
  412. 0,
  413. 0,
  414. 0});
  415. this.txtDay.Name = "txtDay";
  416. this.txtDay.Size = new System.Drawing.Size(49, 21);
  417. this.txtDay.TabIndex = 29;
  418. this.txtDay.Value = new decimal(new int[] {
  419. 1,
  420. 0,
  421. 0,
  422. 0});
  423. //
  424. // MemberExpiresRemindForm
  425. //
  426. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  427. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  428. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  429. this.ClientSize = new System.Drawing.Size(910, 610);
  430. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  431. this.IsShowUcNavigationTool = true;
  432. this.Name = "MemberExpiresRemindForm";
  433. this.Text = "会员到期提醒";
  434. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  435. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  436. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  437. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  438. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  439. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  440. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  441. this.plExMainContainer.ResumeLayout(false);
  442. this.plFormMainContent.ResumeLayout(false);
  443. this.panelEx1.ResumeLayout(false);
  444. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  445. this.panelEx2.ResumeLayout(false);
  446. this.panelEx2.PerformLayout();
  447. this.flowLayoutPanel1.ResumeLayout(false);
  448. this.panelAll.ResumeLayout(false);
  449. this.panelAll.PerformLayout();
  450. this.panelPoints.ResumeLayout(false);
  451. this.panelPoints.PerformLayout();
  452. this.panelStoredValue.ResumeLayout(false);
  453. this.panelStoredValue.PerformLayout();
  454. this.panelBackCash.ResumeLayout(false);
  455. this.panelBackCash.PerformLayout();
  456. this.panelService.ResumeLayout(false);
  457. this.panelService.PerformLayout();
  458. this.panelPhotographer.ResumeLayout(false);
  459. this.panelPhotographer.PerformLayout();
  460. ((System.ComponentModel.ISupportInitialize)(this.txtDay)).EndInit();
  461. this.ResumeLayout(false);
  462. }
  463. #endregion
  464. private ComponentLibrary.PanelEx panelEx1;
  465. private ComponentLibrary.PanelEx panelEx2;
  466. protected ComponentLibrary.DataGridViewEc dgvData;
  467. private ComponentLibrary.LabelEx labelEx1;
  468. protected internal ComponentLibrary.ButtonEx btnClose;
  469. protected internal ComponentLibrary.ButtonEx btnSet;
  470. protected internal ComponentLibrary.ButtonEx btnQuery;
  471. protected internal ComponentLibrary.CheckBoxEx chkAll;
  472. protected internal ComponentLibrary.CheckBoxEx chkPhotographer;
  473. protected internal ComponentLibrary.CheckBoxEx chkService;
  474. protected internal ComponentLibrary.CheckBoxEx chkBackCash;
  475. protected internal ComponentLibrary.CheckBoxEx chkStoredValue;
  476. protected internal ComponentLibrary.CheckBoxEx chkPoints;
  477. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  478. protected internal System.Windows.Forms.Panel panelAll;
  479. protected internal System.Windows.Forms.Panel panelPoints;
  480. protected internal System.Windows.Forms.Panel panelStoredValue;
  481. protected internal System.Windows.Forms.Panel panelBackCash;
  482. protected internal System.Windows.Forms.Panel panelService;
  483. protected internal System.Windows.Forms.Panel panelPhotographer;
  484. protected ComponentLibrary.NumericUpDownEx txtDay;
  485. }
  486. }