namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm { partial class ParticularDateSetSetSuperSmallForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParticularDateSetSetSuperSmallForm)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.txtValue = new LYFZ.ComponentLibrary.TextBoxEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(390, 185); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(390, 185); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(358, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.txtValue); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Controls.Add(this.dtpEnd); this.panelEx1.Controls.Add(this.dtpStart); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(370, 125); this.panelEx1.TabIndex = 0; // // dtpEnd // this.dtpEnd.CustomFormat = " "; this.dtpEnd.DateValue = ""; this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEnd.IsShowTime = false; this.dtpEnd.Location = new System.Drawing.Point(223, 32); this.dtpEnd.Name = "dtpEnd"; this.dtpEnd.Size = new System.Drawing.Size(97, 21); this.dtpEnd.TabIndex = 5; // // dtpStart // this.dtpStart.CustomFormat = " "; this.dtpStart.DateValue = ""; this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStart.IsShowTime = false; this.dtpStart.Location = new System.Drawing.Point(97, 32); this.dtpStart.Name = "dtpStart"; this.dtpStart.Size = new System.Drawing.Size(97, 21); this.dtpStart.TabIndex = 4; this.dtpStart.Value = new System.DateTime(2015, 5, 5, 0, 0, 0, 0); // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(26, 34); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(192, 17); this.labelEx1.TabIndex = 3; this.labelEx1.Text = "特定日期: 至"; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(26, 70); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(164, 17); this.labelEx2.TabIndex = 6; this.labelEx2.Text = "消费积分的 倍"; // // txtValue // this.txtValue.BackColor = System.Drawing.Color.Transparent; this.txtValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtValue.Icon = null; this.txtValue.IconIsButton = false; this.txtValue.IsPasswordChat = '\0'; this.txtValue.IsSystemPasswordChar = false; this.txtValue.Lines = new string[0]; this.txtValue.Location = new System.Drawing.Point(97, 66); this.txtValue.Margin = new System.Windows.Forms.Padding(0); this.txtValue.MaxLength = 4; this.txtValue.MinimumSize = new System.Drawing.Size(0, 23); this.txtValue.MouseBack = null; this.txtValue.Multiline = false; this.txtValue.Name = "txtValue"; this.txtValue.NormlBack = null; this.txtValue.Padding = new System.Windows.Forms.Padding(5); this.txtValue.ReadOnly = false; this.txtValue.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtValue.Size = new System.Drawing.Size(72, 25); this.txtValue.TabIndex = 9; this.txtValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtValue.WaterColor = System.Drawing.Color.DarkGray; this.txtValue.WaterText = ""; this.txtValue.WordWrap = true; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.btnCancel); this.panelEx2.Controls.Add(this.btnOK); this.panelEx2.Cursor = System.Windows.Forms.Cursors.Default; this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx2.Location = new System.Drawing.Point(0, 145); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(390, 40); this.panelEx2.TabIndex = 1; // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg"))); this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.IsCustomBackImg = false; this.btnOK.IsShowText = true; this.btnOK.Location = new System.Drawing.Point(94, 6); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 28); this.btnOK.TabIndex = 0; this.btnOK.Text = " 确 定"; this.btnOK.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg"))); this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.IsCustomBackImg = false; this.btnCancel.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(230, 6); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 28); this.btnCancel.TabIndex = 1; this.btnCancel.Text = " 取 消"; this.btnCancel.UseVisualStyleBackColor = false; // // ParticularDateSetSetSuperSmallForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(390, 250); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ParticularDateSetSetSuperSmallForm"; this.Text = "特定日期设置"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.panelEx2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.TextBoxEx txtValue; protected ComponentLibrary.DateTimePickerEx dtpEnd; protected ComponentLibrary.DateTimePickerEx dtpStart; protected ComponentLibrary.ButtonEx btnCancel; protected ComponentLibrary.ButtonEx btnOK; } }