PointsRuleMultipleTestSuperSmallForm.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class PointsRuleMultipleTestSuperSmallForm
  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(PointsRuleMultipleTestSuperSmallForm));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.txtAoumnt = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.cmbtreevType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  33. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.cmbtreevDate = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.btnClose = new LYFZ.ComponentLibrary.ButtonForm();
  37. this.btnCompute = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.txtGetPoints = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.txtMultiple = new LYFZ.ComponentLibrary.TextBoxEx();
  41. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.plExMainContainer.SuspendLayout();
  43. this.plFormMainContent.SuspendLayout();
  44. this.panelEx1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.Controls.Add(this.panelEx1);
  50. this.plExMainContainer.Size = new System.Drawing.Size(332, 320);
  51. //
  52. // plFormMainContent
  53. //
  54. this.plFormMainContent.Size = new System.Drawing.Size(332, 320);
  55. //
  56. // btnAppFormMaximize
  57. //
  58. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  59. this.btnAppFormMaximize.Location = new System.Drawing.Point(619, 0);
  60. //
  61. // btnAppFormExit
  62. //
  63. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  64. this.btnAppFormExit.Location = new System.Drawing.Point(300, 0);
  65. //
  66. // btnAppFormMinimize
  67. //
  68. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  69. this.btnAppFormMinimize.Location = new System.Drawing.Point(619, 0);
  70. //
  71. // labelEx1
  72. //
  73. this.labelEx1.AutoSize = true;
  74. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  75. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  76. this.labelEx1.Location = new System.Drawing.Point(17, 32);
  77. this.labelEx1.Name = "labelEx1";
  78. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  79. this.labelEx1.TabIndex = 0;
  80. this.labelEx1.Text = "消费金额:";
  81. //
  82. // txtAoumnt
  83. //
  84. this.txtAoumnt.BackColor = System.Drawing.Color.Transparent;
  85. this.txtAoumnt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  86. this.txtAoumnt.Icon = null;
  87. this.txtAoumnt.IconIsButton = false;
  88. this.txtAoumnt.IsPasswordChat = '\0';
  89. this.txtAoumnt.IsSystemPasswordChar = false;
  90. this.txtAoumnt.Lines = new string[0];
  91. this.txtAoumnt.Location = new System.Drawing.Point(87, 28);
  92. this.txtAoumnt.Margin = new System.Windows.Forms.Padding(0);
  93. this.txtAoumnt.MaxLength = 4;
  94. this.txtAoumnt.MinimumSize = new System.Drawing.Size(0, 23);
  95. this.txtAoumnt.MouseBack = null;
  96. this.txtAoumnt.Multiline = false;
  97. this.txtAoumnt.Name = "txtAoumnt";
  98. this.txtAoumnt.NormlBack = null;
  99. this.txtAoumnt.Padding = new System.Windows.Forms.Padding(5);
  100. this.txtAoumnt.ReadOnly = false;
  101. this.txtAoumnt.ScrollBars = System.Windows.Forms.ScrollBars.None;
  102. this.txtAoumnt.Size = new System.Drawing.Size(207, 25);
  103. this.txtAoumnt.TabIndex = 6;
  104. this.txtAoumnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  105. this.txtAoumnt.WaterColor = System.Drawing.Color.DarkGray;
  106. this.txtAoumnt.WaterText = "";
  107. this.txtAoumnt.WordWrap = true;
  108. //
  109. // labelEx2
  110. //
  111. this.labelEx2.AutoSize = true;
  112. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  113. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  114. this.labelEx2.Location = new System.Drawing.Point(17, 64);
  115. this.labelEx2.Name = "labelEx2";
  116. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  117. this.labelEx2.TabIndex = 7;
  118. this.labelEx2.Text = "消费类型:";
  119. //
  120. // cmbtreevType
  121. //
  122. this.cmbtreevType.AfterSelectLevelFirstNode = true;
  123. this.cmbtreevType.DropDownHeight = 220;
  124. this.cmbtreevType.DropDownShow = false;
  125. this.cmbtreevType.FormattingEnabled = true;
  126. this.cmbtreevType.IntegralHeight = false;
  127. this.cmbtreevType.IsNodeMouseClick = true;
  128. this.cmbtreevType.IsSelectParentNode = false;
  129. this.cmbtreevType.Location = new System.Drawing.Point(88, 62);
  130. this.cmbtreevType.Name = "cmbtreevType";
  131. this.cmbtreevType.ReadOnly = false;
  132. this.cmbtreevType.SelectedNode = null;
  133. this.cmbtreevType.Size = new System.Drawing.Size(206, 20);
  134. this.cmbtreevType.StrGetName = "";
  135. this.cmbtreevType.StrKey = null;
  136. this.cmbtreevType.TabIndex = 8;
  137. //
  138. // labelEx3
  139. //
  140. this.labelEx3.AutoSize = true;
  141. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  142. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  143. this.labelEx3.Location = new System.Drawing.Point(41, 97);
  144. this.labelEx3.Name = "labelEx3";
  145. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  146. this.labelEx3.TabIndex = 9;
  147. this.labelEx3.Text = "节日:";
  148. //
  149. // cmbtreevDate
  150. //
  151. this.cmbtreevDate.AfterSelectLevelFirstNode = true;
  152. this.cmbtreevDate.DropDownHeight = 220;
  153. this.cmbtreevDate.DropDownShow = false;
  154. this.cmbtreevDate.FormattingEnabled = true;
  155. this.cmbtreevDate.IntegralHeight = false;
  156. this.cmbtreevDate.IsNodeMouseClick = true;
  157. this.cmbtreevDate.IsSelectParentNode = false;
  158. this.cmbtreevDate.Location = new System.Drawing.Point(87, 95);
  159. this.cmbtreevDate.Name = "cmbtreevDate";
  160. this.cmbtreevDate.ReadOnly = false;
  161. this.cmbtreevDate.SelectedNode = null;
  162. this.cmbtreevDate.Size = new System.Drawing.Size(206, 20);
  163. this.cmbtreevDate.StrGetName = "";
  164. this.cmbtreevDate.StrKey = null;
  165. this.cmbtreevDate.TabIndex = 10;
  166. //
  167. // panelEx1
  168. //
  169. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  170. | System.Windows.Forms.AnchorStyles.Left)
  171. | System.Windows.Forms.AnchorStyles.Right)));
  172. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  173. this.panelEx1.BorderWidth = 1;
  174. this.panelEx1.Controls.Add(this.btnClose);
  175. this.panelEx1.Controls.Add(this.btnCompute);
  176. this.panelEx1.Controls.Add(this.txtGetPoints);
  177. this.panelEx1.Controls.Add(this.labelEx5);
  178. this.panelEx1.Controls.Add(this.txtMultiple);
  179. this.panelEx1.Controls.Add(this.labelEx4);
  180. this.panelEx1.Controls.Add(this.labelEx1);
  181. this.panelEx1.Controls.Add(this.cmbtreevDate);
  182. this.panelEx1.Controls.Add(this.txtAoumnt);
  183. this.panelEx1.Controls.Add(this.labelEx3);
  184. this.panelEx1.Controls.Add(this.labelEx2);
  185. this.panelEx1.Controls.Add(this.cmbtreevType);
  186. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  187. this.panelEx1.Name = "panelEx1";
  188. this.panelEx1.Size = new System.Drawing.Size(312, 300);
  189. this.panelEx1.TabIndex = 11;
  190. //
  191. // btnClose
  192. //
  193. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  194. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  195. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  196. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  197. this.btnClose.ForeColor = System.Drawing.Color.White;
  198. this.btnClose.IsCustomBackImg = false;
  199. this.btnClose.IsShowText = true;
  200. this.btnClose.Location = new System.Drawing.Point(182, 243);
  201. this.btnClose.Name = "btnClose";
  202. this.btnClose.Size = new System.Drawing.Size(90, 28);
  203. this.btnClose.TabIndex = 17;
  204. this.btnClose.Text = " 关 闭";
  205. this.btnClose.UseVisualStyleBackColor = false;
  206. //
  207. // btnCompute
  208. //
  209. this.btnCompute.BackColor = System.Drawing.Color.Transparent;
  210. this.btnCompute.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCompute.BackImg")));
  211. this.btnCompute.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  212. this.btnCompute.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  213. this.btnCompute.ForeColor = System.Drawing.Color.White;
  214. this.btnCompute.IsCustomBackImg = false;
  215. this.btnCompute.IsShowText = true;
  216. this.btnCompute.Location = new System.Drawing.Point(62, 243);
  217. this.btnCompute.Name = "btnCompute";
  218. this.btnCompute.Size = new System.Drawing.Size(90, 28);
  219. this.btnCompute.TabIndex = 16;
  220. this.btnCompute.Text = " 计 算";
  221. this.btnCompute.UseVisualStyleBackColor = false;
  222. //
  223. // txtGetPoints
  224. //
  225. this.txtGetPoints.BackColor = System.Drawing.Color.Transparent;
  226. this.txtGetPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  227. this.txtGetPoints.Icon = null;
  228. this.txtGetPoints.IconIsButton = false;
  229. this.txtGetPoints.IsPasswordChat = '\0';
  230. this.txtGetPoints.IsSystemPasswordChar = false;
  231. this.txtGetPoints.Lines = new string[0];
  232. this.txtGetPoints.Location = new System.Drawing.Point(87, 175);
  233. this.txtGetPoints.Margin = new System.Windows.Forms.Padding(0);
  234. this.txtGetPoints.MaxLength = 4;
  235. this.txtGetPoints.MinimumSize = new System.Drawing.Size(0, 23);
  236. this.txtGetPoints.MouseBack = null;
  237. this.txtGetPoints.Multiline = false;
  238. this.txtGetPoints.Name = "txtGetPoints";
  239. this.txtGetPoints.NormlBack = null;
  240. this.txtGetPoints.Padding = new System.Windows.Forms.Padding(5);
  241. this.txtGetPoints.ReadOnly = true;
  242. this.txtGetPoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  243. this.txtGetPoints.Size = new System.Drawing.Size(206, 25);
  244. this.txtGetPoints.TabIndex = 14;
  245. this.txtGetPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  246. this.txtGetPoints.WaterColor = System.Drawing.Color.DarkGray;
  247. this.txtGetPoints.WaterText = "";
  248. this.txtGetPoints.WordWrap = true;
  249. //
  250. // labelEx5
  251. //
  252. this.labelEx5.AutoSize = true;
  253. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  254. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  255. this.labelEx5.Location = new System.Drawing.Point(17, 179);
  256. this.labelEx5.Name = "labelEx5";
  257. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  258. this.labelEx5.TabIndex = 13;
  259. this.labelEx5.Text = "可得积分:";
  260. //
  261. // txtMultiple
  262. //
  263. this.txtMultiple.BackColor = System.Drawing.Color.Transparent;
  264. this.txtMultiple.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  265. this.txtMultiple.Icon = null;
  266. this.txtMultiple.IconIsButton = false;
  267. this.txtMultiple.IsPasswordChat = '\0';
  268. this.txtMultiple.IsSystemPasswordChar = false;
  269. this.txtMultiple.Lines = new string[0];
  270. this.txtMultiple.Location = new System.Drawing.Point(87, 129);
  271. this.txtMultiple.Margin = new System.Windows.Forms.Padding(0);
  272. this.txtMultiple.MaxLength = 4;
  273. this.txtMultiple.MinimumSize = new System.Drawing.Size(0, 23);
  274. this.txtMultiple.MouseBack = null;
  275. this.txtMultiple.Multiline = false;
  276. this.txtMultiple.Name = "txtMultiple";
  277. this.txtMultiple.NormlBack = null;
  278. this.txtMultiple.Padding = new System.Windows.Forms.Padding(5);
  279. this.txtMultiple.ReadOnly = true;
  280. this.txtMultiple.ScrollBars = System.Windows.Forms.ScrollBars.None;
  281. this.txtMultiple.Size = new System.Drawing.Size(206, 25);
  282. this.txtMultiple.TabIndex = 12;
  283. this.txtMultiple.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  284. this.txtMultiple.WaterColor = System.Drawing.Color.DarkGray;
  285. this.txtMultiple.WaterText = "";
  286. this.txtMultiple.WordWrap = true;
  287. //
  288. // labelEx4
  289. //
  290. this.labelEx4.AutoSize = true;
  291. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  292. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  293. this.labelEx4.Location = new System.Drawing.Point(17, 133);
  294. this.labelEx4.Name = "labelEx4";
  295. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  296. this.labelEx4.TabIndex = 11;
  297. this.labelEx4.Text = "节日倍数:";
  298. //
  299. // PointsRuleMultipleTestSuperSmallForm
  300. //
  301. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  302. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  303. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  304. this.ClientSize = new System.Drawing.Size(332, 385);
  305. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  306. this.IsUserControlsSize = false;
  307. this.MaximizeBox = false;
  308. this.MinimizeBox = false;
  309. this.Name = "PointsRuleMultipleTestSuperSmallForm";
  310. this.Text = "积分规则测试";
  311. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  312. this.plExMainContainer.ResumeLayout(false);
  313. this.plFormMainContent.ResumeLayout(false);
  314. this.panelEx1.ResumeLayout(false);
  315. this.panelEx1.PerformLayout();
  316. this.ResumeLayout(false);
  317. }
  318. #endregion
  319. private ComponentLibrary.LabelEx labelEx1;
  320. private ComponentLibrary.PanelEx panelEx1;
  321. private ComponentLibrary.ButtonForm btnClose;
  322. private ComponentLibrary.ButtonForm btnCompute;
  323. protected ComponentLibrary.TextBoxEx txtGetPoints;
  324. private ComponentLibrary.LabelEx labelEx5;
  325. protected ComponentLibrary.TextBoxEx txtMultiple;
  326. private ComponentLibrary.LabelEx labelEx4;
  327. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevDate;
  328. protected ComponentLibrary.TextBoxEx txtAoumnt;
  329. private ComponentLibrary.LabelEx labelEx3;
  330. private ComponentLibrary.LabelEx labelEx2;
  331. protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevType;
  332. }
  333. }