namespace LYFZ.Software.UI.Customers.SetSmallForm { partial class ConditionQuerySamllForm { /// /// 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(ConditionQuerySamllForm)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.btnCanael = new LYFZ.ComponentLibrary.ButtonEx(); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.chkAgesGrow = new LYFZ.ComponentLibrary.CheckBoxEx(); this.chkAgesOrder = new LYFZ.ComponentLibrary.CheckBoxEx(); this.txtAgesEnd = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtAgesStart = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.cmbtreevRegion = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.cmbtreevAge = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.panelAges = new LYFZ.ComponentLibrary.PanelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelAges.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(451, 278); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(451, 278); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(392, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(419, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(365, 0); // // 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.panelAges); this.panelEx1.Controls.Add(this.btnCanael); this.panelEx1.Controls.Add(this.btnOK); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Controls.Add(this.cmbtreevRegion); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(431, 258); this.panelEx1.TabIndex = 0; // // btnCanael // this.btnCanael.BackColor = System.Drawing.Color.Transparent; this.btnCanael.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanael.BackImg"))); this.btnCanael.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCanael.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCanael.ForeColor = System.Drawing.Color.White; this.btnCanael.IsCustomBackImg = false; this.btnCanael.IsShowText = true; this.btnCanael.Location = new System.Drawing.Point(236, 200); this.btnCanael.Name = "btnCanael"; this.btnCanael.Size = new System.Drawing.Size(85, 28); this.btnCanael.TabIndex = 2235; this.btnCanael.Text = " 取 消"; this.btnCanael.UseVisualStyleBackColor = false; // // 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(105, 200); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 28); this.btnOK.TabIndex = 2235; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = false; // // chkAgesGrow // this.chkAgesGrow.AutoSize = true; this.chkAgesGrow.BackColor = System.Drawing.Color.Transparent; this.chkAgesGrow.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkAgesGrow.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkAgesGrow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkAgesGrow.Fourstates = false; this.chkAgesGrow.IsGreenTick = false; this.chkAgesGrow.Location = new System.Drawing.Point(336, 22); this.chkAgesGrow.Name = "chkAgesGrow"; this.chkAgesGrow.Size = new System.Drawing.Size(87, 21); this.chkAgesGrow.TabIndex = 2234; this.chkAgesGrow.Text = "按成长年龄"; this.chkAgesGrow.UseVisualStyleBackColor = false; // // chkAgesOrder // this.chkAgesOrder.AutoSize = true; this.chkAgesOrder.BackColor = System.Drawing.Color.Transparent; this.chkAgesOrder.Checked = true; this.chkAgesOrder.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAgesOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkAgesOrder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkAgesOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkAgesOrder.Fourstates = false; this.chkAgesOrder.IsGreenTick = false; this.chkAgesOrder.Location = new System.Drawing.Point(336, 3); this.chkAgesOrder.Name = "chkAgesOrder"; this.chkAgesOrder.Size = new System.Drawing.Size(87, 21); this.chkAgesOrder.TabIndex = 2233; this.chkAgesOrder.Text = "按订单年龄"; this.chkAgesOrder.UseVisualStyleBackColor = false; // // txtAgesEnd // this.txtAgesEnd.BackColor = System.Drawing.Color.Transparent; this.txtAgesEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtAgesEnd.Icon = null; this.txtAgesEnd.IconIsButton = false; this.txtAgesEnd.IsPasswordChat = '\0'; this.txtAgesEnd.IsSystemPasswordChar = false; this.txtAgesEnd.Lines = new string[0]; this.txtAgesEnd.Location = new System.Drawing.Point(182, 12); this.txtAgesEnd.Margin = new System.Windows.Forms.Padding(0); this.txtAgesEnd.MaxLength = 32767; this.txtAgesEnd.MinimumSize = new System.Drawing.Size(0, 24); this.txtAgesEnd.MouseBack = null; this.txtAgesEnd.Multiline = false; this.txtAgesEnd.Name = "txtAgesEnd"; this.txtAgesEnd.NormlBack = null; this.txtAgesEnd.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtAgesEnd.ReadOnly = false; this.txtAgesEnd.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtAgesEnd.Size = new System.Drawing.Size(80, 25); this.txtAgesEnd.TabIndex = 2232; this.txtAgesEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtAgesEnd.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtAgesEnd.WaterText = ""; this.txtAgesEnd.WordWrap = true; // // txtAgesStart // this.txtAgesStart.BackColor = System.Drawing.Color.Transparent; this.txtAgesStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtAgesStart.Icon = null; this.txtAgesStart.IconIsButton = false; this.txtAgesStart.IsPasswordChat = '\0'; this.txtAgesStart.IsSystemPasswordChar = false; this.txtAgesStart.Lines = new string[0]; this.txtAgesStart.Location = new System.Drawing.Point(77, 12); this.txtAgesStart.Margin = new System.Windows.Forms.Padding(0); this.txtAgesStart.MaxLength = 32767; this.txtAgesStart.MinimumSize = new System.Drawing.Size(0, 24); this.txtAgesStart.MouseBack = null; this.txtAgesStart.Multiline = false; this.txtAgesStart.Name = "txtAgesStart"; this.txtAgesStart.NormlBack = null; this.txtAgesStart.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtAgesStart.ReadOnly = false; this.txtAgesStart.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtAgesStart.Size = new System.Drawing.Size(80, 25); this.txtAgesStart.TabIndex = 2231; this.txtAgesStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtAgesStart.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtAgesStart.WaterText = ""; this.txtAgesStart.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(31, 16); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(153, 17); this.labelEx2.TabIndex = 233; this.labelEx2.Text = "年龄: — "; // // 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(34, 52); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(44, 17); this.labelEx1.TabIndex = 232; this.labelEx1.Text = "区域:"; // // cmbtreevRegion // this.cmbtreevRegion.AfterSelectLevelFirstNode = true; this.cmbtreevRegion.DropDownHeight = 220; this.cmbtreevRegion.DropDownShow = false; this.cmbtreevRegion.FormattingEnabled = true; this.cmbtreevRegion.IntegralHeight = false; this.cmbtreevRegion.IsNodeMouseClick = true; this.cmbtreevRegion.IsSelectParentNode = false; this.cmbtreevRegion.Location = new System.Drawing.Point(80, 51); this.cmbtreevRegion.Name = "cmbtreevRegion"; this.cmbtreevRegion.ReadOnly = true; this.cmbtreevRegion.SelectedNode = null; this.cmbtreevRegion.Size = new System.Drawing.Size(251, 20); this.cmbtreevRegion.StrGetName = ""; this.cmbtreevRegion.StrKey = null; this.cmbtreevRegion.TabIndex = 231; // // cmbtreevAge // this.cmbtreevAge.AfterSelectLevelFirstNode = true; this.cmbtreevAge.DropDownHeight = 220; this.cmbtreevAge.DropDownShow = false; this.cmbtreevAge.FormattingEnabled = true; this.cmbtreevAge.IntegralHeight = false; this.cmbtreevAge.IsNodeMouseClick = true; this.cmbtreevAge.IsSelectParentNode = false; this.cmbtreevAge.Location = new System.Drawing.Point(268, 14); this.cmbtreevAge.Name = "cmbtreevAge"; this.cmbtreevAge.ReadOnly = true; this.cmbtreevAge.SelectedNode = null; this.cmbtreevAge.Size = new System.Drawing.Size(60, 20); this.cmbtreevAge.StrGetName = ""; this.cmbtreevAge.StrKey = null; this.cmbtreevAge.TabIndex = 2236; // // panelAges // this.panelAges.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelAges.BorderWidth = 1; this.panelAges.Controls.Add(this.cmbtreevAge); this.panelAges.Controls.Add(this.txtAgesStart); this.panelAges.Controls.Add(this.txtAgesEnd); this.panelAges.Controls.Add(this.chkAgesOrder); this.panelAges.Controls.Add(this.chkAgesGrow); this.panelAges.Controls.Add(this.labelEx2); this.panelAges.Location = new System.Drawing.Point(3, 80); this.panelAges.Name = "panelAges"; this.panelAges.Size = new System.Drawing.Size(425, 55); this.panelAges.TabIndex = 2237; // // ConditionQuerySamllForm // 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(451, 343); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "ConditionQuerySamllForm"; 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.panelAges.ResumeLayout(false); this.panelAges.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevRegion; protected internal ComponentLibrary.TextBoxEx txtAgesEnd; protected internal ComponentLibrary.TextBoxEx txtAgesStart; protected internal ComponentLibrary.CheckBoxEx chkAgesGrow; protected internal ComponentLibrary.CheckBoxEx chkAgesOrder; protected internal ComponentLibrary.ButtonEx btnCanael; protected internal ComponentLibrary.ButtonEx btnOK; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevAge; protected internal ComponentLibrary.PanelEx panelAges; } }