namespace LYFZ.Software.UI.SMSManagement { partial class frmAddMicroTemplate { /// /// 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(frmAddMicroTemplate)); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.cboxEvent = new LYFZ.ComponentLibrary.ComboBoxEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.txtdescription = new LYFZ.ComponentLibrary.TextBoxEx(); this.btnSave = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx(); this.lbTips = new LYFZ.ComponentLibrary.LabelEx(); this.plEventValue = new LYFZ.ComponentLibrary.PanelEx(); this.checkBoxEx1 = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx(); this.txtURL = new LYFZ.ComponentLibrary.TextBoxEx(); this.lbContentExamples = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx(); this.lbTitle = new LYFZ.ComponentLibrary.LabelEx(); this.lbNo = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.labelEx4); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Controls.Add(this.checkBoxEx1); this.plExMainContainer.Controls.Add(this.plEventValue); this.plExMainContainer.Controls.Add(this.btnSave); this.plExMainContainer.Controls.Add(this.txtURL); this.plExMainContainer.Controls.Add(this.txtRemark); this.plExMainContainer.Controls.Add(this.txtdescription); this.plExMainContainer.Controls.Add(this.cboxEvent); this.plExMainContainer.Controls.Add(this.lbContentExamples); this.plExMainContainer.Controls.Add(this.lbTips); this.plExMainContainer.Controls.Add(this.labelEx5); this.plExMainContainer.Controls.Add(this.labelEx3); this.plExMainContainer.Controls.Add(this.labelEx2); this.plExMainContainer.Controls.Add(this.lbTitle); this.plExMainContainer.Controls.Add(this.labelEx11); this.plExMainContainer.Controls.Add(this.labelEx8); this.plExMainContainer.Controls.Add(this.lbNo); this.plExMainContainer.Controls.Add(this.labelEx7); this.plExMainContainer.Controls.Add(this.labelEx1); this.plExMainContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.plExMainContainer.Size = new System.Drawing.Size(760, 606); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(760, 606); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(728, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(701, 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(10, 20); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(80, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "消息推送事件"; // // cboxEvent // this.cboxEvent.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cboxEvent.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cboxEvent.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cboxEvent.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cboxEvent.FormattingEnabled = true; this.cboxEvent.IsCustomColor = false; this.cboxEvent.Location = new System.Drawing.Point(95, 15); this.cboxEvent.Name = "cboxEvent"; this.cboxEvent.ReadOnly = true; this.cboxEvent.Size = new System.Drawing.Size(265, 28); this.cboxEvent.TabIndex = 1; // // 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(34, 57); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(56, 17); this.labelEx2.TabIndex = 0; this.labelEx2.Text = "消息描述"; // // txtdescription // this.txtdescription.BackColor = System.Drawing.Color.Transparent; this.txtdescription.Icon = null; this.txtdescription.IconIsButton = false; this.txtdescription.IsPasswordChat = '\0'; this.txtdescription.IsSystemPasswordChar = false; this.txtdescription.Lines = new string[] { "尊敬的XXX先生/女士您好"}; this.txtdescription.Location = new System.Drawing.Point(95, 52); this.txtdescription.Margin = new System.Windows.Forms.Padding(0); this.txtdescription.MaxLength = 32767; this.txtdescription.MinimumSize = new System.Drawing.Size(0, 26); this.txtdescription.MouseBack = null; this.txtdescription.Multiline = true; this.txtdescription.Name = "txtdescription"; this.txtdescription.NormlBack = null; this.txtdescription.Padding = new System.Windows.Forms.Padding(5); this.txtdescription.ReadOnly = false; this.txtdescription.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtdescription.Size = new System.Drawing.Size(649, 50); this.txtdescription.TabIndex = 2; this.txtdescription.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtdescription.WaterColor = System.Drawing.Color.DarkGray; this.txtdescription.WaterText = "请输入模板消息描述信息,建义不要超过100个字他符"; this.txtdescription.WordWrap = true; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg"))); this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.IsCustomBackImg = false; this.btnSave.IsShowText = true; this.btnSave.Location = new System.Drawing.Point(624, 316); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(120, 48); this.btnSave.TabIndex = 3; this.btnSave.Text = "保 存"; this.btnSave.UseVisualStyleBackColor = false; // // 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(34, 111); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(56, 17); this.labelEx3.TabIndex = 0; this.labelEx3.Text = "消息备注"; // // txtRemark // this.txtRemark.BackColor = System.Drawing.Color.Transparent; this.txtRemark.Icon = null; this.txtRemark.IconIsButton = false; this.txtRemark.IsPasswordChat = '\0'; this.txtRemark.IsSystemPasswordChar = false; this.txtRemark.Lines = new string[] { "如有疑问,请致电13912345XXX 联系我们。"}; this.txtRemark.Location = new System.Drawing.Point(95, 107); this.txtRemark.Margin = new System.Windows.Forms.Padding(0); this.txtRemark.MaxLength = 32767; this.txtRemark.MinimumSize = new System.Drawing.Size(0, 26); this.txtRemark.MouseBack = null; this.txtRemark.Multiline = true; this.txtRemark.Name = "txtRemark"; this.txtRemark.NormlBack = null; this.txtRemark.Padding = new System.Windows.Forms.Padding(5); this.txtRemark.ReadOnly = false; this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtRemark.Size = new System.Drawing.Size(649, 50); this.txtRemark.TabIndex = 2; this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtRemark.WaterColor = System.Drawing.Color.DarkGray; this.txtRemark.WaterText = "请输入模板消息备注信息,建义不要超过100个字他符"; this.txtRemark.WordWrap = true; // // lbTips // this.lbTips.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbTips.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lbTips.Location = new System.Drawing.Point(95, 160); this.lbTips.Name = "lbTips"; this.lbTips.Size = new System.Drawing.Size(645, 81); this.lbTips.TabIndex = 0; this.lbTips.Text = "说明:XXX 为客户姓名"; // // plEventValue // this.plEventValue.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.plEventValue.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.plEventValue.BorderWidth = 1; this.plEventValue.Location = new System.Drawing.Point(363, 12); this.plEventValue.Name = "plEventValue"; this.plEventValue.Size = new System.Drawing.Size(378, 34); this.plEventValue.TabIndex = 4; // // checkBoxEx1 // this.checkBoxEx1.AutoSize = true; this.checkBoxEx1.BackColor = System.Drawing.Color.Transparent; this.checkBoxEx1.Checked = true; this.checkBoxEx1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxEx1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.checkBoxEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBoxEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.checkBoxEx1.Fourstates = false; this.checkBoxEx1.IsGreenTick = false; this.checkBoxEx1.Location = new System.Drawing.Point(99, 340); this.checkBoxEx1.Name = "checkBoxEx1"; this.checkBoxEx1.Size = new System.Drawing.Size(391, 21); this.checkBoxEx1.TabIndex = 5; this.checkBoxEx1.Text = "启用 (启用后本条模板设置才能生效,否则不发送此事件模板消息)"; this.checkBoxEx1.UseVisualStyleBackColor = false; // // 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(11, 259); this.labelEx5.Name = "labelEx5"; this.labelEx5.Size = new System.Drawing.Size(79, 17); this.labelEx5.TabIndex = 0; this.labelEx5.Text = "消息链接URL"; // // txtURL // this.txtURL.BackColor = System.Drawing.Color.Transparent; this.txtURL.Icon = null; this.txtURL.IconIsButton = false; this.txtURL.IsPasswordChat = '\0'; this.txtURL.IsSystemPasswordChar = false; this.txtURL.Lines = new string[0]; this.txtURL.Location = new System.Drawing.Point(95, 255); this.txtURL.Margin = new System.Windows.Forms.Padding(0); this.txtURL.MaxLength = 32767; this.txtURL.MinimumSize = new System.Drawing.Size(0, 26); this.txtURL.MouseBack = null; this.txtURL.Multiline = false; this.txtURL.Name = "txtURL"; this.txtURL.NormlBack = null; this.txtURL.Padding = new System.Windows.Forms.Padding(5); this.txtURL.ReadOnly = false; this.txtURL.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtURL.Size = new System.Drawing.Size(649, 26); this.txtURL.TabIndex = 2; this.txtURL.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtURL.WaterColor = System.Drawing.Color.DarkGray; this.txtURL.WaterText = "此URL地址为用户点击收到的消息时跳转的链接地址,如:微网站或图文消息,也可以为空"; this.txtURL.WordWrap = true; // // lbContentExamples // this.lbContentExamples.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbContentExamples.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lbContentExamples.Location = new System.Drawing.Point(96, 387); this.lbContentExamples.Name = "lbContentExamples"; this.lbContentExamples.Size = new System.Drawing.Size(645, 160); this.lbContentExamples.TabIndex = 0; this.lbContentExamples.Text = "-"; // // labelEx7 // this.labelEx7.AutoSize = true; this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx7.Location = new System.Drawing.Point(29, 293); this.labelEx7.Name = "labelEx7"; this.labelEx7.Size = new System.Drawing.Size(61, 17); this.labelEx7.TabIndex = 0; this.labelEx7.Text = "模板 ID:"; // // labelEx8 // this.labelEx8.AutoSize = true; this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx8.Location = new System.Drawing.Point(22, 316); this.labelEx8.Name = "labelEx8"; this.labelEx8.Size = new System.Drawing.Size(68, 17); this.labelEx8.TabIndex = 0; this.labelEx8.Text = "模板标题:"; // // lbTitle // this.lbTitle.AutoSize = true; this.lbTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lbTitle.Location = new System.Drawing.Point(96, 316); this.lbTitle.Name = "lbTitle"; this.lbTitle.Size = new System.Drawing.Size(13, 17); this.lbTitle.TabIndex = 0; this.lbTitle.Text = "-"; // // lbNo // this.lbNo.AutoSize = true; this.lbNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lbNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lbNo.Location = new System.Drawing.Point(96, 293); this.lbNo.Name = "lbNo"; this.lbNo.Size = new System.Drawing.Size(13, 17); this.lbNo.TabIndex = 0; this.lbNo.Text = "-"; // // labelEx11 // this.labelEx11.AutoSize = true; this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx11.Location = new System.Drawing.Point(22, 385); this.labelEx11.Name = "labelEx11"; this.labelEx11.Size = new System.Drawing.Size(68, 17); this.labelEx11.TabIndex = 0; this.labelEx11.Text = "内容示例:"; // // panelEx1 // this.panelEx1.BackColor = System.Drawing.Color.Silver; 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.Location = new System.Drawing.Point(5, 372); this.panelEx1.Margin = new System.Windows.Forms.Padding(1); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(750, 1); this.panelEx1.TabIndex = 7; // // labelEx4 // this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.Red; this.labelEx4.Location = new System.Drawing.Point(3, 549); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(743, 42); this.labelEx4.TabIndex = 8; this.labelEx4.Text = "温馨提醒:请不要在模板消息中输入任何营销类文字,严格按照微信公众号使用规范发送模板消息,以免被微信封号!\r\n(因此造成封号我司概不负责) 模板内容(消息描述+消" + "息备注)长度不能超过200个汉字"; // // frmAddMicroTemplate // 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(760, 671); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsMaximized = false; this.IsUserControlsSize = false; this.MaximizeBox = false; this.Name = "frmAddMicroTemplate"; this.Text = "添加微信模板消息推送事件"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.LabelEx labelEx2; protected internal ComponentLibrary.ButtonEx btnSave; protected internal ComponentLibrary.TextBoxEx txtdescription; protected internal ComponentLibrary.ComboBoxEx cboxEvent; protected internal ComponentLibrary.TextBoxEx txtRemark; private ComponentLibrary.LabelEx labelEx3; protected internal ComponentLibrary.LabelEx lbTips; protected internal ComponentLibrary.PanelEx plEventValue; protected internal ComponentLibrary.CheckBoxEx checkBoxEx1; protected internal ComponentLibrary.TextBoxEx txtURL; private ComponentLibrary.LabelEx labelEx5; private ComponentLibrary.LabelEx labelEx11; private ComponentLibrary.LabelEx labelEx8; private ComponentLibrary.LabelEx labelEx7; public ComponentLibrary.LabelEx lbContentExamples; public ComponentLibrary.LabelEx lbTitle; public ComponentLibrary.LabelEx lbNo; private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.LabelEx labelEx4; } }