namespace LYFZ.Software.NewCameraControlBook { partial class frmNotifyCustomer { /// /// 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(frmNotifyCustomer)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.buttonEx2 = new LYFZ.ComponentLibrary.ButtonEx(); this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx(); this.txtInfo = new LYFZ.OtherExpansion.SkinControl.SkinTextBox(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.lbStore = new LYFZ.ComponentLibrary.LabelEx(); this.cbxTypeList = new System.Windows.Forms.ComboBox(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.skinPanel1 = new LYFZ.OtherExpansion.SkinControl.SkinPanel(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx2.SuspendLayout(); this.panelEx3.SuspendLayout(); this.skinPanel1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx3); this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5); this.plExMainContainer.Size = new System.Drawing.Size(480, 242); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(480, 242); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(421, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(448, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(394, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.buttonEx2); this.panelEx1.Controls.Add(this.buttonEx1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx1.Location = new System.Drawing.Point(5, 195); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(470, 42); this.panelEx1.TabIndex = 1; // // buttonEx2 // this.buttonEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonEx2.BackColor = System.Drawing.Color.Transparent; this.buttonEx2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx2.BackImg"))); this.buttonEx2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.buttonEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.buttonEx2.ForeColor = System.Drawing.Color.White; this.buttonEx2.IsCustomBackImg = false; this.buttonEx2.IsShowText = true; this.buttonEx2.Location = new System.Drawing.Point(362, 7); this.buttonEx2.Name = "buttonEx2"; this.buttonEx2.Size = new System.Drawing.Size(85, 28); this.buttonEx2.TabIndex = 0; this.buttonEx2.Text = "关 闭"; this.buttonEx2.UseVisualStyleBackColor = false; // // buttonEx1 // this.buttonEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonEx1.BackColor = System.Drawing.Color.Transparent; this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg"))); this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.buttonEx1.ForeColor = System.Drawing.Color.White; this.buttonEx1.IsCustomBackImg = false; this.buttonEx1.IsShowText = true; this.buttonEx1.Location = new System.Drawing.Point(254, 7); this.buttonEx1.Name = "buttonEx1"; this.buttonEx1.Size = new System.Drawing.Size(85, 28); this.buttonEx1.TabIndex = 0; this.buttonEx1.Text = "保 存"; this.buttonEx1.UseVisualStyleBackColor = false; // // txtInfo // this.txtInfo.BackColor = System.Drawing.Color.Transparent; this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.txtInfo.Icon = null; this.txtInfo.IconIsButton = false; this.txtInfo.IsPasswordChat = '\0'; this.txtInfo.IsSystemPasswordChar = false; this.txtInfo.Lines = new string[0]; this.txtInfo.Location = new System.Drawing.Point(86, 0); this.txtInfo.Margin = new System.Windows.Forms.Padding(0); this.txtInfo.MaxLength = 300; this.txtInfo.MinimumSize = new System.Drawing.Size(0, 26); this.txtInfo.MouseBack = null; this.txtInfo.Multiline = true; this.txtInfo.Name = "txtInfo"; this.txtInfo.NormlBack = null; this.txtInfo.Padding = new System.Windows.Forms.Padding(5); this.txtInfo.ReadOnly = false; this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtInfo.Size = new System.Drawing.Size(384, 148); this.txtInfo.TabIndex = 2; this.txtInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtInfo.WaterColor = System.Drawing.Color.DarkGray; this.txtInfo.WaterText = "预约通知客户反馈信息"; this.txtInfo.WordWrap = true; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.lbStore); this.panelEx2.Controls.Add(this.cbxTypeList); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx2.Location = new System.Drawing.Point(5, 5); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(470, 42); this.panelEx2.TabIndex = 3; // // lbStore // this.lbStore.AutoSize = true; this.lbStore.BackColor = System.Drawing.Color.Transparent; this.lbStore.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.lbStore.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lbStore.Location = new System.Drawing.Point(7, 12); this.lbStore.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0); this.lbStore.Name = "lbStore"; this.lbStore.Size = new System.Drawing.Size(79, 19); this.lbStore.TabIndex = 276; this.lbStore.Text = "通知方式:"; // // cbxTypeList // this.cbxTypeList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxTypeList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbxTypeList.FormattingEnabled = true; this.cbxTypeList.Location = new System.Drawing.Point(86, 9); this.cbxTypeList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.cbxTypeList.Name = "cbxTypeList"; this.cbxTypeList.Size = new System.Drawing.Size(183, 25); this.cbxTypeList.TabIndex = 277; // // panelEx3 // this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.txtInfo); this.panelEx3.Controls.Add(this.skinPanel1); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx3.Location = new System.Drawing.Point(5, 47); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(470, 148); this.panelEx3.TabIndex = 278; // // skinPanel1 // this.skinPanel1.BackColor = System.Drawing.Color.Transparent; this.skinPanel1.Controls.Add(this.labelEx1); this.skinPanel1.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal; this.skinPanel1.Dock = System.Windows.Forms.DockStyle.Left; this.skinPanel1.DownBack = null; this.skinPanel1.Location = new System.Drawing.Point(0, 0); this.skinPanel1.MouseBack = null; this.skinPanel1.Name = "skinPanel1"; this.skinPanel1.NormlBack = null; this.skinPanel1.Size = new System.Drawing.Size(86, 148); this.skinPanel1.TabIndex = 3; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.BackColor = System.Drawing.Color.Transparent; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(3, 7); this.labelEx1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(79, 19); this.labelEx1.TabIndex = 276; this.labelEx1.Text = "客户反馈:"; // // frmNotifyCustomer // 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(480, 307); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "frmNotifyCustomer"; this.Text = "设置预约通知客户(内容不超过300个字)"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); this.panelEx3.ResumeLayout(false); this.skinPanel1.ResumeLayout(false); this.skinPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; public OtherExpansion.SkinControl.SkinTextBox txtInfo; private ComponentLibrary.PanelEx panelEx2; private ComponentLibrary.PanelEx panelEx3; private OtherExpansion.SkinControl.SkinPanel skinPanel1; public ComponentLibrary.LabelEx labelEx1; public ComponentLibrary.LabelEx lbStore; public System.Windows.Forms.ComboBox cbxTypeList; public ComponentLibrary.ButtonEx buttonEx2; public ComponentLibrary.ButtonEx buttonEx1; } }