ParticularDateSetSetSuperSmallForm.Designer.cs 11 KB

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