MemberDataSetSmallForm.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. namespace LYFZ.Software.UI.MembershipManage
  2. {
  3. partial class MemberDataSetSmallForm
  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(MemberDataSetSmallForm));
  29. this.btnServiceContentSet = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnCashBackSet = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnPointsSet = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btnUpgradeSet = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnPhotographerConferenceSet = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnHomePage = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnRechargeType = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnGradeSet = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnPackageServiceSet = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.panelEx1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.panelEx1);
  47. this.plExMainContainer.Size = new System.Drawing.Size(190, 545);
  48. //
  49. // plFormMainContent
  50. //
  51. this.plFormMainContent.Size = new System.Drawing.Size(190, 545);
  52. //
  53. // btnAppFormMaximize
  54. //
  55. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  56. this.btnAppFormMaximize.Location = new System.Drawing.Point(131, 0);
  57. //
  58. // btnAppFormExit
  59. //
  60. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  61. this.btnAppFormExit.Location = new System.Drawing.Point(158, 0);
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  66. this.btnAppFormMinimize.Location = new System.Drawing.Point(104, 0);
  67. //
  68. // btnServiceContentSet
  69. //
  70. this.btnServiceContentSet.BackColor = System.Drawing.Color.Transparent;
  71. this.btnServiceContentSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServiceContentSet.BackImg")));
  72. this.btnServiceContentSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  73. this.btnServiceContentSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  74. this.btnServiceContentSet.ForeColor = System.Drawing.Color.White;
  75. this.btnServiceContentSet.IsCustomBackImg = false;
  76. this.btnServiceContentSet.IsShowText = true;
  77. this.btnServiceContentSet.Location = new System.Drawing.Point(0, 172);
  78. this.btnServiceContentSet.Name = "btnServiceContentSet";
  79. this.btnServiceContentSet.Size = new System.Drawing.Size(170, 28);
  80. this.btnServiceContentSet.TabIndex = 6;
  81. this.btnServiceContentSet.Text = " 服务内容设置";
  82. this.btnServiceContentSet.UseVisualStyleBackColor = false;
  83. //
  84. // btnCashBackSet
  85. //
  86. this.btnCashBackSet.BackColor = System.Drawing.Color.Transparent;
  87. this.btnCashBackSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCashBackSet.BackImg")));
  88. this.btnCashBackSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  89. this.btnCashBackSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  90. this.btnCashBackSet.ForeColor = System.Drawing.Color.White;
  91. this.btnCashBackSet.IsCustomBackImg = false;
  92. this.btnCashBackSet.IsShowText = true;
  93. this.btnCashBackSet.Location = new System.Drawing.Point(0, 82);
  94. this.btnCashBackSet.Name = "btnCashBackSet";
  95. this.btnCashBackSet.Size = new System.Drawing.Size(170, 28);
  96. this.btnCashBackSet.TabIndex = 5;
  97. this.btnCashBackSet.Text = " 返现比例设置";
  98. this.btnCashBackSet.UseVisualStyleBackColor = false;
  99. //
  100. // btnPointsSet
  101. //
  102. this.btnPointsSet.BackColor = System.Drawing.Color.Transparent;
  103. this.btnPointsSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPointsSet.BackImg")));
  104. this.btnPointsSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  105. this.btnPointsSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  106. this.btnPointsSet.ForeColor = System.Drawing.Color.White;
  107. this.btnPointsSet.IsCustomBackImg = false;
  108. this.btnPointsSet.IsShowText = true;
  109. this.btnPointsSet.Location = new System.Drawing.Point(0, 52);
  110. this.btnPointsSet.Name = "btnPointsSet";
  111. this.btnPointsSet.Size = new System.Drawing.Size(170, 28);
  112. this.btnPointsSet.TabIndex = 4;
  113. this.btnPointsSet.Text = " 会员积分设置";
  114. this.btnPointsSet.UseVisualStyleBackColor = false;
  115. //
  116. // panelEx1
  117. //
  118. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  119. | System.Windows.Forms.AnchorStyles.Left)));
  120. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  121. this.panelEx1.BorderWidth = 1;
  122. this.panelEx1.Controls.Add(this.btnUpgradeSet);
  123. this.panelEx1.Controls.Add(this.btnPhotographerConferenceSet);
  124. this.panelEx1.Controls.Add(this.btnHomePage);
  125. this.panelEx1.Controls.Add(this.btnRechargeType);
  126. this.panelEx1.Controls.Add(this.btnGradeSet);
  127. this.panelEx1.Controls.Add(this.btnPackageServiceSet);
  128. this.panelEx1.Controls.Add(this.btnPointsSet);
  129. this.panelEx1.Controls.Add(this.btnCashBackSet);
  130. this.panelEx1.Controls.Add(this.btnServiceContentSet);
  131. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  132. this.panelEx1.Name = "panelEx1";
  133. this.panelEx1.Size = new System.Drawing.Size(170, 525);
  134. this.panelEx1.TabIndex = 8;
  135. //
  136. // btnUpgradeSet
  137. //
  138. this.btnUpgradeSet.BackColor = System.Drawing.Color.Transparent;
  139. this.btnUpgradeSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpgradeSet.BackImg")));
  140. this.btnUpgradeSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  141. this.btnUpgradeSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  142. this.btnUpgradeSet.ForeColor = System.Drawing.Color.White;
  143. this.btnUpgradeSet.IsCustomBackImg = false;
  144. this.btnUpgradeSet.IsShowText = true;
  145. this.btnUpgradeSet.Location = new System.Drawing.Point(0, 22);
  146. this.btnUpgradeSet.Name = "btnUpgradeSet";
  147. this.btnUpgradeSet.Size = new System.Drawing.Size(170, 28);
  148. this.btnUpgradeSet.TabIndex = 14;
  149. this.btnUpgradeSet.Text = " 会员基础设置";
  150. this.btnUpgradeSet.UseVisualStyleBackColor = false;
  151. //
  152. // btnPhotographerConferenceSet
  153. //
  154. this.btnPhotographerConferenceSet.BackColor = System.Drawing.Color.Transparent;
  155. this.btnPhotographerConferenceSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotographerConferenceSet.BackImg")));
  156. this.btnPhotographerConferenceSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  157. this.btnPhotographerConferenceSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  158. this.btnPhotographerConferenceSet.ForeColor = System.Drawing.Color.White;
  159. this.btnPhotographerConferenceSet.IsCustomBackImg = false;
  160. this.btnPhotographerConferenceSet.IsShowText = true;
  161. this.btnPhotographerConferenceSet.Location = new System.Drawing.Point(0, 232);
  162. this.btnPhotographerConferenceSet.Name = "btnPhotographerConferenceSet";
  163. this.btnPhotographerConferenceSet.Size = new System.Drawing.Size(170, 28);
  164. this.btnPhotographerConferenceSet.TabIndex = 13;
  165. this.btnPhotographerConferenceSet.Text = " 新摄会类型设置";
  166. this.btnPhotographerConferenceSet.UseVisualStyleBackColor = false;
  167. //
  168. // btnHomePage
  169. //
  170. this.btnHomePage.BackColor = System.Drawing.Color.Transparent;
  171. this.btnHomePage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnHomePage.BackImg")));
  172. this.btnHomePage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  173. this.btnHomePage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  174. this.btnHomePage.ForeColor = System.Drawing.Color.White;
  175. this.btnHomePage.IsCustomBackImg = false;
  176. this.btnHomePage.IsShowText = true;
  177. this.btnHomePage.Location = new System.Drawing.Point(0, 0);
  178. this.btnHomePage.Name = "btnHomePage";
  179. this.btnHomePage.Size = new System.Drawing.Size(170, 20);
  180. this.btnHomePage.TabIndex = 12;
  181. this.btnHomePage.UseVisualStyleBackColor = false;
  182. //
  183. // btnRechargeType
  184. //
  185. this.btnRechargeType.BackColor = System.Drawing.Color.Transparent;
  186. this.btnRechargeType.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRechargeType.BackImg")));
  187. this.btnRechargeType.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  188. this.btnRechargeType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  189. this.btnRechargeType.ForeColor = System.Drawing.Color.White;
  190. this.btnRechargeType.IsCustomBackImg = false;
  191. this.btnRechargeType.IsShowText = true;
  192. this.btnRechargeType.Location = new System.Drawing.Point(0, 112);
  193. this.btnRechargeType.Name = "btnRechargeType";
  194. this.btnRechargeType.Size = new System.Drawing.Size(170, 28);
  195. this.btnRechargeType.TabIndex = 10;
  196. this.btnRechargeType.Text = " 充值类型设置";
  197. this.btnRechargeType.UseVisualStyleBackColor = false;
  198. //
  199. // btnGradeSet
  200. //
  201. this.btnGradeSet.BackColor = System.Drawing.Color.Transparent;
  202. this.btnGradeSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnGradeSet.BackImg")));
  203. this.btnGradeSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  204. this.btnGradeSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  205. this.btnGradeSet.ForeColor = System.Drawing.Color.White;
  206. this.btnGradeSet.IsCustomBackImg = false;
  207. this.btnGradeSet.IsShowText = true;
  208. this.btnGradeSet.Location = new System.Drawing.Point(0, 142);
  209. this.btnGradeSet.Name = "btnGradeSet";
  210. this.btnGradeSet.Size = new System.Drawing.Size(170, 28);
  211. this.btnGradeSet.TabIndex = 9;
  212. this.btnGradeSet.Text = " 会员等级设置";
  213. this.btnGradeSet.UseVisualStyleBackColor = false;
  214. //
  215. // btnPackageServiceSet
  216. //
  217. this.btnPackageServiceSet.BackColor = System.Drawing.Color.Transparent;
  218. this.btnPackageServiceSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPackageServiceSet.BackImg")));
  219. this.btnPackageServiceSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  220. this.btnPackageServiceSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  221. this.btnPackageServiceSet.ForeColor = System.Drawing.Color.White;
  222. this.btnPackageServiceSet.IsCustomBackImg = false;
  223. this.btnPackageServiceSet.IsShowText = true;
  224. this.btnPackageServiceSet.Location = new System.Drawing.Point(0, 202);
  225. this.btnPackageServiceSet.Name = "btnPackageServiceSet";
  226. this.btnPackageServiceSet.Size = new System.Drawing.Size(170, 28);
  227. this.btnPackageServiceSet.TabIndex = 8;
  228. this.btnPackageServiceSet.Text = " 套系服务设置";
  229. this.btnPackageServiceSet.UseVisualStyleBackColor = false;
  230. //
  231. // MemberDataSetSmallForm
  232. //
  233. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  234. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  236. this.ClientSize = new System.Drawing.Size(190, 610);
  237. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  238. this.MaximizeBox = false;
  239. this.MinimizeBox = false;
  240. this.Name = "MemberDataSetSmallForm";
  241. this.Text = "会员参数设置";
  242. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  243. this.plExMainContainer.ResumeLayout(false);
  244. this.plFormMainContent.ResumeLayout(false);
  245. this.panelEx1.ResumeLayout(false);
  246. this.ResumeLayout(false);
  247. }
  248. #endregion
  249. protected ComponentLibrary.ButtonEx btnServiceContentSet;
  250. protected ComponentLibrary.ButtonEx btnCashBackSet;
  251. protected ComponentLibrary.ButtonEx btnPointsSet;
  252. private ComponentLibrary.PanelEx panelEx1;
  253. protected ComponentLibrary.ButtonEx btnPackageServiceSet;
  254. protected ComponentLibrary.ButtonEx btnGradeSet;
  255. protected ComponentLibrary.ButtonEx btnRechargeType;
  256. public ComponentLibrary.ButtonEx btnHomePage;
  257. protected ComponentLibrary.ButtonEx btnPhotographerConferenceSet;
  258. protected ComponentLibrary.ButtonEx btnUpgradeSet;
  259. }
  260. }