123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
- {
- partial class ParticularDateSetSetSuperSmallForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|