namespace LYFZ.Software.UI.DoorCityProcess.SetCustomControls { partial class OrderClientChildrenControlsEx { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderClientChildrenControlsEx)); this.ClientpanelLine = new LYFZ.ComponentLibrary.PanelEx(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.PictDelete = new LYFZ.ComponentLibrary.PictureBoxEx(); this.PictReset = new LYFZ.ComponentLibrary.PictureBoxEx(); this.PictEdit = new LYFZ.ComponentLibrary.PictureBoxEx(); this.lblClientName = new LYFZ.ComponentLibrary.LabelEx(); this.panelTips = new LYFZ.ComponentLibrary.PanelEx(); this.txtTips = new LYFZ.ComponentLibrary.TextBoxEx(); this.btnTips = new LYFZ.ComponentLibrary.ButtonForm(); this.maskBirthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx31 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx(); this.rdoCusSex1 = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoCusSex2 = new LYFZ.ComponentLibrary.RadioButtonEx(); this.txtZodiac = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx51 = new LYFZ.ComponentLibrary.LabelEx(); this.txtCusName = new LYFZ.ComponentLibrary.TextBoxEx(); this.chkBirthday = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx28 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx45 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PictDelete)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PictReset)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PictEdit)).BeginInit(); this.panelTips.SuspendLayout(); this.panelEx7.SuspendLayout(); this.SuspendLayout(); // // ClientpanelLine // this.ClientpanelLine.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.ClientpanelLine.BorderWidth = 1; this.ClientpanelLine.Dock = System.Windows.Forms.DockStyle.Top; this.ClientpanelLine.Location = new System.Drawing.Point(0, 0); this.ClientpanelLine.Name = "ClientpanelLine"; this.ClientpanelLine.Size = new System.Drawing.Size(915, 1); this.ClientpanelLine.TabIndex = 2266; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.PictDelete); this.flowLayoutPanel1.Controls.Add(this.PictReset); this.flowLayoutPanel1.Controls.Add(this.PictEdit); this.flowLayoutPanel1.Location = new System.Drawing.Point(800, 10); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.flowLayoutPanel1.Size = new System.Drawing.Size(112, 20); this.flowLayoutPanel1.TabIndex = 2285; // // PictDelete // this.PictDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.PictDelete.Image = ((System.Drawing.Image)(resources.GetObject("PictDelete.Image"))); this.PictDelete.Location = new System.Drawing.Point(87, 0); this.PictDelete.Margin = new System.Windows.Forms.Padding(0); this.PictDelete.Name = "PictDelete"; this.PictDelete.Size = new System.Drawing.Size(25, 16); this.PictDelete.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PictDelete.TabIndex = 2262; this.PictDelete.TabStop = false; this.toolTip1.SetToolTip(this.PictDelete, "移除客户"); // // PictReset // this.PictReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.PictReset.Image = ((System.Drawing.Image)(resources.GetObject("PictReset.Image"))); this.PictReset.Location = new System.Drawing.Point(62, 0); this.PictReset.Margin = new System.Windows.Forms.Padding(0); this.PictReset.Name = "PictReset"; this.PictReset.Size = new System.Drawing.Size(25, 16); this.PictReset.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PictReset.TabIndex = 2267; this.PictReset.TabStop = false; this.toolTip1.SetToolTip(this.PictReset, "清空重置"); this.PictReset.Visible = false; // // PictEdit // this.PictEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.PictEdit.Image = ((System.Drawing.Image)(resources.GetObject("PictEdit.Image"))); this.PictEdit.Location = new System.Drawing.Point(37, 0); this.PictEdit.Margin = new System.Windows.Forms.Padding(0); this.PictEdit.Name = "PictEdit"; this.PictEdit.Size = new System.Drawing.Size(25, 16); this.PictEdit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PictEdit.TabIndex = 2268; this.PictEdit.TabStop = false; this.toolTip1.SetToolTip(this.PictEdit, "进入编辑"); this.PictEdit.Visible = false; // // lblClientName // this.lblClientName.AutoSize = true; this.lblClientName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.lblClientName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lblClientName.Location = new System.Drawing.Point(4, 14); this.lblClientName.Name = "lblClientName"; this.lblClientName.Size = new System.Drawing.Size(96, 17); this.lblClientName.TabIndex = 2284; this.lblClientName.Text = "lblClientName"; // // panelTips // this.panelTips.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelTips.BorderWidth = 1; this.panelTips.Controls.Add(this.txtTips); this.panelTips.Controls.Add(this.btnTips); this.panelTips.Location = new System.Drawing.Point(291, 72); this.panelTips.Name = "panelTips"; this.panelTips.Size = new System.Drawing.Size(596, 27); this.panelTips.TabIndex = 2283; this.panelTips.Visible = false; // // txtTips // this.txtTips.BackColor = System.Drawing.Color.Transparent; this.txtTips.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtTips.Icon = null; this.txtTips.IconIsButton = false; this.txtTips.IsPasswordChat = '\0'; this.txtTips.IsSystemPasswordChar = false; this.txtTips.Lines = new string[0]; this.txtTips.Location = new System.Drawing.Point(5, 1); this.txtTips.Margin = new System.Windows.Forms.Padding(0); this.txtTips.MaxLength = 32767; this.txtTips.MinimumSize = new System.Drawing.Size(0, 24); this.txtTips.MouseBack = null; this.txtTips.Multiline = false; this.txtTips.Name = "txtTips"; this.txtTips.NormlBack = null; this.txtTips.Padding = new System.Windows.Forms.Padding(5); this.txtTips.ReadOnly = true; this.txtTips.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtTips.Size = new System.Drawing.Size(487, 25); this.txtTips.TabIndex = 2259; this.txtTips.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtTips.WaterColor = System.Drawing.Color.DarkGray; this.txtTips.WaterText = ""; this.txtTips.WordWrap = true; // // btnTips // this.btnTips.BackColor = System.Drawing.Color.Transparent; this.btnTips.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTips.BackImg"))); this.btnTips.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnTips.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnTips.ForeColor = System.Drawing.Color.White; this.btnTips.IsCustomBackImg = false; this.btnTips.IsShowText = true; this.btnTips.Location = new System.Drawing.Point(497, 1); this.btnTips.Name = "btnTips"; this.btnTips.Size = new System.Drawing.Size(85, 25); this.btnTips.TabIndex = 2260; this.btnTips.Text = " 查看详情"; this.btnTips.UseVisualStyleBackColor = false; // // maskBirthday // this.maskBirthday.Location = new System.Drawing.Point(548, 46); this.maskBirthday.Name = "maskBirthday"; this.maskBirthday.Size = new System.Drawing.Size(90, 21); this.maskBirthday.StrValue = ""; this.maskBirthday.TabIndex = 2272; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.BackColor = System.Drawing.Color.Transparent; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx2.ForeColor = System.Drawing.Color.Red; this.labelEx2.Location = new System.Drawing.Point(242, 51); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(13, 17); this.labelEx2.TabIndex = 2282; this.labelEx2.Text = "*"; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.BackColor = System.Drawing.Color.Transparent; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx1.ForeColor = System.Drawing.Color.Red; this.labelEx1.Location = new System.Drawing.Point(476, 51); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(13, 17); this.labelEx1.TabIndex = 2281; this.labelEx1.Text = "*"; this.labelEx1.Visible = false; // // labelEx31 // this.labelEx31.AutoSize = true; this.labelEx31.BackColor = System.Drawing.Color.Transparent; this.labelEx31.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx31.ForeColor = System.Drawing.Color.Red; this.labelEx31.Location = new System.Drawing.Point(11, 51); this.labelEx31.Name = "labelEx31"; this.labelEx31.Size = new System.Drawing.Size(13, 17); this.labelEx31.TabIndex = 2280; this.labelEx31.Text = "*"; // // panelEx7 // this.panelEx7.BorderColor = System.Drawing.Color.Black; this.panelEx7.BorderWidth = 1; this.panelEx7.Controls.Add(this.rdoCusSex1); this.panelEx7.Controls.Add(this.rdoCusSex2); this.panelEx7.Location = new System.Drawing.Point(316, 44); this.panelEx7.Name = "panelEx7"; this.panelEx7.Size = new System.Drawing.Size(116, 25); this.panelEx7.TabIndex = 2275; // // rdoCusSex1 // this.rdoCusSex1.AutoSize = true; this.rdoCusSex1.BackColor = System.Drawing.Color.Transparent; this.rdoCusSex1.Checked = true; this.rdoCusSex1.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoCusSex1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoCusSex1.Location = new System.Drawing.Point(3, 2); this.rdoCusSex1.Name = "rdoCusSex1"; this.rdoCusSex1.Size = new System.Drawing.Size(38, 21); this.rdoCusSex1.TabIndex = 2; this.rdoCusSex1.TabStop = true; this.rdoCusSex1.Text = "男"; this.rdoCusSex1.UseVisualStyleBackColor = false; // // rdoCusSex2 // this.rdoCusSex2.AutoSize = true; this.rdoCusSex2.BackColor = System.Drawing.Color.Transparent; this.rdoCusSex2.Font = new System.Drawing.Font("微软雅黑", 9F); this.rdoCusSex2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoCusSex2.Location = new System.Drawing.Point(64, 2); this.rdoCusSex2.Name = "rdoCusSex2"; this.rdoCusSex2.Size = new System.Drawing.Size(38, 21); this.rdoCusSex2.TabIndex = 3; this.rdoCusSex2.Text = "女"; this.rdoCusSex2.UseVisualStyleBackColor = false; // // txtZodiac // this.txtZodiac.BackColor = System.Drawing.Color.Transparent; this.txtZodiac.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtZodiac.Icon = null; this.txtZodiac.IconIsButton = false; this.txtZodiac.IsPasswordChat = '\0'; this.txtZodiac.IsSystemPasswordChar = false; this.txtZodiac.Lines = new string[0]; this.txtZodiac.Location = new System.Drawing.Point(783, 44); this.txtZodiac.Margin = new System.Windows.Forms.Padding(0); this.txtZodiac.MaxLength = 32767; this.txtZodiac.MinimumSize = new System.Drawing.Size(0, 24); this.txtZodiac.MouseBack = null; this.txtZodiac.Multiline = false; this.txtZodiac.Name = "txtZodiac"; this.txtZodiac.NormlBack = null; this.txtZodiac.Padding = new System.Windows.Forms.Padding(5); this.txtZodiac.ReadOnly = true; this.txtZodiac.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtZodiac.Size = new System.Drawing.Size(90, 25); this.txtZodiac.TabIndex = 2274; this.txtZodiac.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtZodiac.WaterColor = System.Drawing.Color.DarkGray; this.txtZodiac.WaterText = ""; this.txtZodiac.WordWrap = true; // // labelEx51 // this.labelEx51.AutoSize = true; this.labelEx51.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx51.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx51.Location = new System.Drawing.Point(721, 48); this.labelEx51.Name = "labelEx51"; this.labelEx51.Size = new System.Drawing.Size(68, 17); this.labelEx51.TabIndex = 2279; this.labelEx51.Text = "宝贝生肖:"; // // txtCusName // this.txtCusName.BackColor = System.Drawing.Color.Transparent; this.txtCusName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtCusName.Icon = null; this.txtCusName.IconIsButton = false; this.txtCusName.IsPasswordChat = '\0'; this.txtCusName.IsSystemPasswordChar = false; this.txtCusName.Lines = new string[0]; this.txtCusName.Location = new System.Drawing.Point(84, 44); this.txtCusName.Margin = new System.Windows.Forms.Padding(0); this.txtCusName.MaxLength = 20; this.txtCusName.MinimumSize = new System.Drawing.Size(0, 24); this.txtCusName.MouseBack = null; this.txtCusName.Multiline = false; this.txtCusName.Name = "txtCusName"; this.txtCusName.NormlBack = null; this.txtCusName.Padding = new System.Windows.Forms.Padding(5); this.txtCusName.ReadOnly = false; this.txtCusName.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtCusName.Size = new System.Drawing.Size(115, 25); this.txtCusName.TabIndex = 2271; this.txtCusName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtCusName.WaterColor = System.Drawing.Color.DarkGray; this.txtCusName.WaterText = ""; this.txtCusName.WordWrap = true; // // chkBirthday // this.chkBirthday.AutoSize = true; this.chkBirthday.BackColor = System.Drawing.Color.Transparent; this.chkBirthday.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkBirthday.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.chkBirthday.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkBirthday.Fourstates = false; this.chkBirthday.IsGreenTick = false; this.chkBirthday.Location = new System.Drawing.Point(643, 45); this.chkBirthday.Name = "chkBirthday"; this.chkBirthday.Size = new System.Drawing.Size(51, 21); this.chkBirthday.TabIndex = 2273; this.chkBirthday.Text = "农历"; this.chkBirthday.UseVisualStyleBackColor = false; // // labelEx28 // this.labelEx28.AutoSize = true; this.labelEx28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx28.Location = new System.Drawing.Point(485, 48); this.labelEx28.Name = "labelEx28"; this.labelEx28.Size = new System.Drawing.Size(68, 17); this.labelEx28.TabIndex = 2278; this.labelEx28.Text = "宝贝生日:"; // // labelEx45 // this.labelEx45.AutoSize = true; this.labelEx45.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx45.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx45.Location = new System.Drawing.Point(252, 48); this.labelEx45.Name = "labelEx45"; this.labelEx45.Size = new System.Drawing.Size(68, 17); this.labelEx45.TabIndex = 2277; this.labelEx45.Text = "宝贝性别:"; // // labelEx16 // this.labelEx16.AutoSize = true; this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx16.Location = new System.Drawing.Point(21, 48); this.labelEx16.Name = "labelEx16"; this.labelEx16.Size = new System.Drawing.Size(68, 17); this.labelEx16.TabIndex = 2276; this.labelEx16.Text = "宝贝姓名:"; // // OrderClientChildrenControlsEx // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.lblClientName); this.Controls.Add(this.panelTips); this.Controls.Add(this.maskBirthday); this.Controls.Add(this.labelEx2); this.Controls.Add(this.labelEx1); this.Controls.Add(this.labelEx31); this.Controls.Add(this.panelEx7); this.Controls.Add(this.txtZodiac); this.Controls.Add(this.labelEx51); this.Controls.Add(this.txtCusName); this.Controls.Add(this.chkBirthday); this.Controls.Add(this.labelEx28); this.Controls.Add(this.labelEx45); this.Controls.Add(this.labelEx16); this.Controls.Add(this.ClientpanelLine); this.Name = "OrderClientChildrenControlsEx"; this.Size = new System.Drawing.Size(915, 100); this.flowLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.PictDelete)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PictReset)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PictEdit)).EndInit(); this.panelTips.ResumeLayout(false); this.panelEx7.ResumeLayout(false); this.panelEx7.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ComponentLibrary.PanelEx ClientpanelLine; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; protected ComponentLibrary.LabelEx labelEx2; protected ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.LabelEx labelEx31; private ComponentLibrary.PanelEx panelEx7; private ComponentLibrary.LabelEx labelEx51; private ComponentLibrary.LabelEx labelEx28; private ComponentLibrary.LabelEx labelEx45; private ComponentLibrary.LabelEx labelEx16; protected internal ComponentLibrary.PictureBoxEx PictDelete; protected internal ComponentLibrary.PictureBoxEx PictReset; protected internal ComponentLibrary.PictureBoxEx PictEdit; protected internal ComponentLibrary.LabelEx lblClientName; protected internal ComponentLibrary.PanelEx panelTips; protected internal ComponentLibrary.TextBoxEx txtTips; protected internal ComponentLibrary.ButtonForm btnTips; protected internal ComponentLibrary.MaskedTextDateEx maskBirthday; protected internal ComponentLibrary.RadioButtonEx rdoCusSex1; protected internal ComponentLibrary.RadioButtonEx rdoCusSex2; protected internal ComponentLibrary.TextBoxEx txtZodiac; protected internal ComponentLibrary.TextBoxEx txtCusName; protected internal ComponentLibrary.CheckBoxEx chkBirthday; protected internal System.Windows.Forms.ToolTip toolTip1; } }