MemberSendAmountSuperSmallForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class MemberSendAmountSuperSmallForm
  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(MemberSendAmountSuperSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.txtAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.tbDisInfo = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.plExMainContainer.SuspendLayout();
  37. this.plFormMainContent.SuspendLayout();
  38. this.panelEx1.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // plExMainContainer
  42. //
  43. this.plExMainContainer.Controls.Add(this.panelEx1);
  44. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  45. this.plExMainContainer.Size = new System.Drawing.Size(362, 254);
  46. //
  47. // plFormMainContent
  48. //
  49. this.plFormMainContent.Size = new System.Drawing.Size(362, 254);
  50. //
  51. // btnAppFormMaximize
  52. //
  53. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  54. this.btnAppFormMaximize.Location = new System.Drawing.Point(303, 0);
  55. //
  56. // btnAppFormExit
  57. //
  58. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  59. this.btnAppFormExit.Location = new System.Drawing.Point(330, 0);
  60. //
  61. // btnAppFormMinimize
  62. //
  63. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  64. this.btnAppFormMinimize.Location = new System.Drawing.Point(276, 0);
  65. //
  66. // panelEx1
  67. //
  68. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  69. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  70. this.panelEx1.BorderWidth = 1;
  71. this.panelEx1.Controls.Add(this.tbDisInfo);
  72. this.panelEx1.Controls.Add(this.labelEx2);
  73. this.panelEx1.Controls.Add(this.btnCancel);
  74. this.panelEx1.Controls.Add(this.btnOK);
  75. this.panelEx1.Controls.Add(this.txtAmount);
  76. this.panelEx1.Controls.Add(this.labelEx1);
  77. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  79. this.panelEx1.Name = "panelEx1";
  80. this.panelEx1.Size = new System.Drawing.Size(342, 234);
  81. this.panelEx1.TabIndex = 0;
  82. //
  83. // btnCancel
  84. //
  85. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  86. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  87. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  88. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  89. this.btnCancel.ForeColor = System.Drawing.Color.White;
  90. this.btnCancel.IsCustomBackImg = false;
  91. this.btnCancel.IsShowText = true;
  92. this.btnCancel.Location = new System.Drawing.Point(208, 141);
  93. this.btnCancel.Name = "btnCancel";
  94. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  95. this.btnCancel.TabIndex = 4;
  96. this.btnCancel.Text = " 取 消";
  97. this.btnCancel.UseVisualStyleBackColor = false;
  98. //
  99. // btnOK
  100. //
  101. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  102. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  103. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  104. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  105. this.btnOK.ForeColor = System.Drawing.Color.White;
  106. this.btnOK.IsCustomBackImg = false;
  107. this.btnOK.IsShowText = true;
  108. this.btnOK.Location = new System.Drawing.Point(84, 141);
  109. this.btnOK.Name = "btnOK";
  110. this.btnOK.Size = new System.Drawing.Size(85, 28);
  111. this.btnOK.TabIndex = 3;
  112. this.btnOK.Text = " 确 定";
  113. this.btnOK.UseVisualStyleBackColor = false;
  114. //
  115. // txtAmount
  116. //
  117. this.txtAmount.BackColor = System.Drawing.Color.Transparent;
  118. this.txtAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  119. this.txtAmount.Icon = null;
  120. this.txtAmount.IconIsButton = false;
  121. this.txtAmount.IsPasswordChat = '\0';
  122. this.txtAmount.IsSystemPasswordChar = false;
  123. this.txtAmount.Lines = new string[0];
  124. this.txtAmount.Location = new System.Drawing.Point(102, 48);
  125. this.txtAmount.Margin = new System.Windows.Forms.Padding(0);
  126. this.txtAmount.MaxLength = 10;
  127. this.txtAmount.MinimumSize = new System.Drawing.Size(0, 24);
  128. this.txtAmount.MouseBack = null;
  129. this.txtAmount.Multiline = false;
  130. this.txtAmount.Name = "txtAmount";
  131. this.txtAmount.NormlBack = null;
  132. this.txtAmount.Padding = new System.Windows.Forms.Padding(5);
  133. this.txtAmount.ReadOnly = false;
  134. this.txtAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  135. this.txtAmount.Size = new System.Drawing.Size(191, 25);
  136. this.txtAmount.TabIndex = 1;
  137. this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  138. this.txtAmount.WaterColor = System.Drawing.Color.DarkGray;
  139. this.txtAmount.WaterText = "";
  140. this.txtAmount.WordWrap = true;
  141. //
  142. // labelEx1
  143. //
  144. this.labelEx1.AutoSize = true;
  145. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  146. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  147. this.labelEx1.Location = new System.Drawing.Point(32, 52);
  148. this.labelEx1.Name = "labelEx1";
  149. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  150. this.labelEx1.TabIndex = 0;
  151. this.labelEx1.Text = "赠送金额:";
  152. //
  153. // tbDisInfo
  154. //
  155. this.tbDisInfo.BackColor = System.Drawing.Color.Transparent;
  156. this.tbDisInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  157. this.tbDisInfo.Icon = null;
  158. this.tbDisInfo.IconIsButton = false;
  159. this.tbDisInfo.IsPasswordChat = '\0';
  160. this.tbDisInfo.IsSystemPasswordChar = false;
  161. this.tbDisInfo.Lines = new string[0];
  162. this.tbDisInfo.Location = new System.Drawing.Point(102, 91);
  163. this.tbDisInfo.Margin = new System.Windows.Forms.Padding(0);
  164. this.tbDisInfo.MaxLength = 10;
  165. this.tbDisInfo.MinimumSize = new System.Drawing.Size(0, 24);
  166. this.tbDisInfo.MouseBack = null;
  167. this.tbDisInfo.Multiline = false;
  168. this.tbDisInfo.Name = "tbDisInfo";
  169. this.tbDisInfo.NormlBack = null;
  170. this.tbDisInfo.Padding = new System.Windows.Forms.Padding(5);
  171. this.tbDisInfo.ReadOnly = false;
  172. this.tbDisInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  173. this.tbDisInfo.Size = new System.Drawing.Size(191, 25);
  174. this.tbDisInfo.TabIndex = 6;
  175. this.tbDisInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  176. this.tbDisInfo.WaterColor = System.Drawing.Color.DarkGray;
  177. this.tbDisInfo.WaterText = "";
  178. this.tbDisInfo.WordWrap = true;
  179. //
  180. // labelEx2
  181. //
  182. this.labelEx2.AutoSize = true;
  183. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  184. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  185. this.labelEx2.Location = new System.Drawing.Point(32, 95);
  186. this.labelEx2.Name = "labelEx2";
  187. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  188. this.labelEx2.TabIndex = 5;
  189. this.labelEx2.Text = " 备 注:";
  190. //
  191. // MemberSendAmountSuperSmallForm
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  196. this.ClientSize = new System.Drawing.Size(362, 319);
  197. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  198. this.Name = "MemberSendAmountSuperSmallForm";
  199. this.Text = "赠送金额";
  200. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  201. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  202. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  203. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  204. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  205. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  206. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  207. this.plExMainContainer.ResumeLayout(false);
  208. this.plFormMainContent.ResumeLayout(false);
  209. this.panelEx1.ResumeLayout(false);
  210. this.panelEx1.PerformLayout();
  211. this.ResumeLayout(false);
  212. }
  213. #endregion
  214. private ComponentLibrary.PanelEx panelEx1;
  215. private ComponentLibrary.LabelEx labelEx1;
  216. protected internal ComponentLibrary.TextBoxEx txtAmount;
  217. protected internal ComponentLibrary.ButtonEx btnCancel;
  218. protected internal ComponentLibrary.ButtonEx btnOK;
  219. protected internal ComponentLibrary.TextBoxEx tbDisInfo;
  220. private ComponentLibrary.LabelEx labelEx2;
  221. }
  222. }