namespace LYFZ.Software.UI.SMSManagement
{
partial class frmAddSMSTemplate
{
///
/// 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(frmAddSMSTemplate));
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.cboxEvent = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.txtSmsInfo = new LYFZ.ComponentLibrary.TextBoxEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.txtReceiver = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.lbTips = new LYFZ.ComponentLibrary.LabelEx();
this.plEventValue = new LYFZ.ComponentLibrary.PanelEx();
this.checkBoxEx1 = new LYFZ.ComponentLibrary.CheckBoxEx();
this.linkSelectSms = new System.Windows.Forms.LinkLabel();
this.lbWordCount = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.lbWordCount);
this.plExMainContainer.Controls.Add(this.linkSelectSms);
this.plExMainContainer.Controls.Add(this.checkBoxEx1);
this.plExMainContainer.Controls.Add(this.plEventValue);
this.plExMainContainer.Controls.Add(this.btnSave);
this.plExMainContainer.Controls.Add(this.txtReceiver);
this.plExMainContainer.Controls.Add(this.txtSmsInfo);
this.plExMainContainer.Controls.Add(this.cboxEvent);
this.plExMainContainer.Controls.Add(this.lbTips);
this.plExMainContainer.Controls.Add(this.labelEx4);
this.plExMainContainer.Controls.Add(this.labelEx3);
this.plExMainContainer.Controls.Add(this.labelEx2);
this.plExMainContainer.Controls.Add(this.labelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(760, 527);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(760, 527);
//
// 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(7, 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(90, 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(31, 52);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(56, 17);
this.labelEx2.TabIndex = 0;
this.labelEx2.Text = "短信内容";
//
// txtSmsInfo
//
this.txtSmsInfo.BackColor = System.Drawing.Color.Transparent;
this.txtSmsInfo.Icon = null;
this.txtSmsInfo.IconIsButton = false;
this.txtSmsInfo.IsPasswordChat = '\0';
this.txtSmsInfo.IsSystemPasswordChar = false;
this.txtSmsInfo.Lines = new string[0];
this.txtSmsInfo.Location = new System.Drawing.Point(90, 52);
this.txtSmsInfo.Margin = new System.Windows.Forms.Padding(0);
this.txtSmsInfo.MaxLength = 32767;
this.txtSmsInfo.MinimumSize = new System.Drawing.Size(0, 26);
this.txtSmsInfo.MouseBack = null;
this.txtSmsInfo.Multiline = true;
this.txtSmsInfo.Name = "txtSmsInfo";
this.txtSmsInfo.NormlBack = null;
this.txtSmsInfo.Padding = new System.Windows.Forms.Padding(5);
this.txtSmsInfo.ReadOnly = false;
this.txtSmsInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtSmsInfo.Size = new System.Drawing.Size(649, 180);
this.txtSmsInfo.TabIndex = 2;
this.txtSmsInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtSmsInfo.WaterColor = System.Drawing.Color.DarkGray;
this.txtSmsInfo.WaterText = "";
this.txtSmsInfo.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(535, 466);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(202, 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(7, 369);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(80, 17);
this.labelEx3.TabIndex = 0;
this.labelEx3.Text = "短信接收对人";
//
// txtReceiver
//
this.txtReceiver.BackColor = System.Drawing.Color.Transparent;
this.txtReceiver.Icon = null;
this.txtReceiver.IconIsButton = false;
this.txtReceiver.IsPasswordChat = '\0';
this.txtReceiver.IsSystemPasswordChar = false;
this.txtReceiver.Lines = new string[0];
this.txtReceiver.Location = new System.Drawing.Point(90, 365);
this.txtReceiver.Margin = new System.Windows.Forms.Padding(0);
this.txtReceiver.MaxLength = 32767;
this.txtReceiver.MinimumSize = new System.Drawing.Size(0, 26);
this.txtReceiver.MouseBack = null;
this.txtReceiver.Multiline = true;
this.txtReceiver.Name = "txtReceiver";
this.txtReceiver.NormlBack = null;
this.txtReceiver.Padding = new System.Windows.Forms.Padding(5);
this.txtReceiver.ReadOnly = false;
this.txtReceiver.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtReceiver.Size = new System.Drawing.Size(649, 74);
this.txtReceiver.TabIndex = 2;
this.txtReceiver.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtReceiver.WaterColor = System.Drawing.Color.DarkGray;
this.txtReceiver.WaterText = "";
this.txtReceiver.WordWrap = true;
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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(94, 446);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(239, 17);
this.labelEx4.TabIndex = 0;
this.labelEx4.Text = "说明:多个号码用英文半角的逗”,“号分隔";
//
// 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(92, 269);
this.lbTips.Name = "lbTips";
this.lbTips.Size = new System.Drawing.Size(645, 88);
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(361, 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(90, 476);
this.checkBoxEx1.Name = "checkBoxEx1";
this.checkBoxEx1.Size = new System.Drawing.Size(367, 21);
this.checkBoxEx1.TabIndex = 5;
this.checkBoxEx1.Text = "启用 (启用后本条短信设置才能生效,否则不发送此事件短信)";
this.checkBoxEx1.UseVisualStyleBackColor = false;
//
// linkSelectSms
//
this.linkSelectSms.AutoSize = true;
this.linkSelectSms.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.linkSelectSms.Location = new System.Drawing.Point(613, 239);
this.linkSelectSms.Name = "linkSelectSms";
this.linkSelectSms.Size = new System.Drawing.Size(121, 20);
this.linkSelectSms.TabIndex = 6;
this.linkSelectSms.TabStop = true;
this.linkSelectSms.Text = "从常用短信库选择";
//
// lbWordCount
//
this.lbWordCount.AutoSize = true;
this.lbWordCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lbWordCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lbWordCount.Location = new System.Drawing.Point(94, 239);
this.lbWordCount.Name = "lbWordCount";
this.lbWordCount.Size = new System.Drawing.Size(56, 17);
this.lbWordCount.TabIndex = 85;
this.lbWordCount.Text = "字数统计";
//
// frmAddSMSTemplate
//
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, 592);
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 = "frmAddSMSTemplate";
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 txtSmsInfo;
protected internal ComponentLibrary.ComboBoxEx cboxEvent;
protected internal ComponentLibrary.TextBoxEx txtReceiver;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.LabelEx labelEx3;
protected internal ComponentLibrary.LabelEx lbTips;
protected internal ComponentLibrary.PanelEx plEventValue;
protected internal ComponentLibrary.CheckBoxEx checkBoxEx1;
protected internal System.Windows.Forms.LinkLabel linkSelectSms;
protected ComponentLibrary.LabelEx lbWordCount;
}
}