namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
{
partial class PointsRuleMultipleTestSuperSmallForm
{
///
/// 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(PointsRuleMultipleTestSuperSmallForm));
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.txtAoumnt = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.cmbtreevType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.cmbtreevDate = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonForm();
this.btnCompute = new LYFZ.ComponentLibrary.ButtonForm();
this.txtGetPoints = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.txtMultiple = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(332, 320);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(332, 320);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(619, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(300, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(619, 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(17, 32);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(68, 17);
this.labelEx1.TabIndex = 0;
this.labelEx1.Text = "消费金额:";
//
// txtAoumnt
//
this.txtAoumnt.BackColor = System.Drawing.Color.Transparent;
this.txtAoumnt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtAoumnt.Icon = null;
this.txtAoumnt.IconIsButton = false;
this.txtAoumnt.IsPasswordChat = '\0';
this.txtAoumnt.IsSystemPasswordChar = false;
this.txtAoumnt.Lines = new string[0];
this.txtAoumnt.Location = new System.Drawing.Point(87, 28);
this.txtAoumnt.Margin = new System.Windows.Forms.Padding(0);
this.txtAoumnt.MaxLength = 4;
this.txtAoumnt.MinimumSize = new System.Drawing.Size(0, 23);
this.txtAoumnt.MouseBack = null;
this.txtAoumnt.Multiline = false;
this.txtAoumnt.Name = "txtAoumnt";
this.txtAoumnt.NormlBack = null;
this.txtAoumnt.Padding = new System.Windows.Forms.Padding(5);
this.txtAoumnt.ReadOnly = false;
this.txtAoumnt.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtAoumnt.Size = new System.Drawing.Size(207, 25);
this.txtAoumnt.TabIndex = 6;
this.txtAoumnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtAoumnt.WaterColor = System.Drawing.Color.DarkGray;
this.txtAoumnt.WaterText = "";
this.txtAoumnt.WordWrap = true;
//
// 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(17, 64);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 7;
this.labelEx2.Text = "消费类型:";
//
// cmbtreevType
//
this.cmbtreevType.AfterSelectLevelFirstNode = true;
this.cmbtreevType.DropDownHeight = 220;
this.cmbtreevType.DropDownShow = false;
this.cmbtreevType.FormattingEnabled = true;
this.cmbtreevType.IntegralHeight = false;
this.cmbtreevType.IsNodeMouseClick = true;
this.cmbtreevType.IsSelectParentNode = false;
this.cmbtreevType.Location = new System.Drawing.Point(88, 62);
this.cmbtreevType.Name = "cmbtreevType";
this.cmbtreevType.ReadOnly = false;
this.cmbtreevType.SelectedNode = null;
this.cmbtreevType.Size = new System.Drawing.Size(206, 20);
this.cmbtreevType.StrGetName = "";
this.cmbtreevType.StrKey = null;
this.cmbtreevType.TabIndex = 8;
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(41, 97);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(44, 17);
this.labelEx3.TabIndex = 9;
this.labelEx3.Text = "节日:";
//
// cmbtreevDate
//
this.cmbtreevDate.AfterSelectLevelFirstNode = true;
this.cmbtreevDate.DropDownHeight = 220;
this.cmbtreevDate.DropDownShow = false;
this.cmbtreevDate.FormattingEnabled = true;
this.cmbtreevDate.IntegralHeight = false;
this.cmbtreevDate.IsNodeMouseClick = true;
this.cmbtreevDate.IsSelectParentNode = false;
this.cmbtreevDate.Location = new System.Drawing.Point(87, 95);
this.cmbtreevDate.Name = "cmbtreevDate";
this.cmbtreevDate.ReadOnly = false;
this.cmbtreevDate.SelectedNode = null;
this.cmbtreevDate.Size = new System.Drawing.Size(206, 20);
this.cmbtreevDate.StrGetName = "";
this.cmbtreevDate.StrKey = null;
this.cmbtreevDate.TabIndex = 10;
//
// panelEx1
//
this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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.btnClose);
this.panelEx1.Controls.Add(this.btnCompute);
this.panelEx1.Controls.Add(this.txtGetPoints);
this.panelEx1.Controls.Add(this.labelEx5);
this.panelEx1.Controls.Add(this.txtMultiple);
this.panelEx1.Controls.Add(this.labelEx4);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Controls.Add(this.cmbtreevDate);
this.panelEx1.Controls.Add(this.txtAoumnt);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.labelEx2);
this.panelEx1.Controls.Add(this.cmbtreevType);
this.panelEx1.Location = new System.Drawing.Point(10, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(312, 300);
this.panelEx1.TabIndex = 11;
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.IsCustomBackImg = false;
this.btnClose.IsShowText = true;
this.btnClose.Location = new System.Drawing.Point(182, 243);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(90, 28);
this.btnClose.TabIndex = 17;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// btnCompute
//
this.btnCompute.BackColor = System.Drawing.Color.Transparent;
this.btnCompute.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCompute.BackImg")));
this.btnCompute.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnCompute.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnCompute.ForeColor = System.Drawing.Color.White;
this.btnCompute.IsCustomBackImg = false;
this.btnCompute.IsShowText = true;
this.btnCompute.Location = new System.Drawing.Point(62, 243);
this.btnCompute.Name = "btnCompute";
this.btnCompute.Size = new System.Drawing.Size(90, 28);
this.btnCompute.TabIndex = 16;
this.btnCompute.Text = " 计 算";
this.btnCompute.UseVisualStyleBackColor = false;
//
// txtGetPoints
//
this.txtGetPoints.BackColor = System.Drawing.Color.Transparent;
this.txtGetPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtGetPoints.Icon = null;
this.txtGetPoints.IconIsButton = false;
this.txtGetPoints.IsPasswordChat = '\0';
this.txtGetPoints.IsSystemPasswordChar = false;
this.txtGetPoints.Lines = new string[0];
this.txtGetPoints.Location = new System.Drawing.Point(87, 175);
this.txtGetPoints.Margin = new System.Windows.Forms.Padding(0);
this.txtGetPoints.MaxLength = 4;
this.txtGetPoints.MinimumSize = new System.Drawing.Size(0, 23);
this.txtGetPoints.MouseBack = null;
this.txtGetPoints.Multiline = false;
this.txtGetPoints.Name = "txtGetPoints";
this.txtGetPoints.NormlBack = null;
this.txtGetPoints.Padding = new System.Windows.Forms.Padding(5);
this.txtGetPoints.ReadOnly = true;
this.txtGetPoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtGetPoints.Size = new System.Drawing.Size(206, 25);
this.txtGetPoints.TabIndex = 14;
this.txtGetPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtGetPoints.WaterColor = System.Drawing.Color.DarkGray;
this.txtGetPoints.WaterText = "";
this.txtGetPoints.WordWrap = true;
//
// labelEx5
//
this.labelEx5.AutoSize = true;
this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx5.Location = new System.Drawing.Point(17, 179);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 13;
this.labelEx5.Text = "可得积分:";
//
// txtMultiple
//
this.txtMultiple.BackColor = System.Drawing.Color.Transparent;
this.txtMultiple.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtMultiple.Icon = null;
this.txtMultiple.IconIsButton = false;
this.txtMultiple.IsPasswordChat = '\0';
this.txtMultiple.IsSystemPasswordChar = false;
this.txtMultiple.Lines = new string[0];
this.txtMultiple.Location = new System.Drawing.Point(87, 129);
this.txtMultiple.Margin = new System.Windows.Forms.Padding(0);
this.txtMultiple.MaxLength = 4;
this.txtMultiple.MinimumSize = new System.Drawing.Size(0, 23);
this.txtMultiple.MouseBack = null;
this.txtMultiple.Multiline = false;
this.txtMultiple.Name = "txtMultiple";
this.txtMultiple.NormlBack = null;
this.txtMultiple.Padding = new System.Windows.Forms.Padding(5);
this.txtMultiple.ReadOnly = true;
this.txtMultiple.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtMultiple.Size = new System.Drawing.Size(206, 25);
this.txtMultiple.TabIndex = 12;
this.txtMultiple.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtMultiple.WaterColor = System.Drawing.Color.DarkGray;
this.txtMultiple.WaterText = "";
this.txtMultiple.WordWrap = true;
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(17, 133);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(68, 17);
this.labelEx4.TabIndex = 11;
this.labelEx4.Text = "节日倍数:";
//
// PointsRuleMultipleTestSuperSmallForm
//
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(332, 385);
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 = "PointsRuleMultipleTestSuperSmallForm";
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.ResumeLayout(false);
}
#endregion
private ComponentLibrary.LabelEx labelEx1;
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.ButtonForm btnClose;
private ComponentLibrary.ButtonForm btnCompute;
protected ComponentLibrary.TextBoxEx txtGetPoints;
private ComponentLibrary.LabelEx labelEx5;
protected ComponentLibrary.TextBoxEx txtMultiple;
private ComponentLibrary.LabelEx labelEx4;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevDate;
protected ComponentLibrary.TextBoxEx txtAoumnt;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx2;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevType;
}
}