namespace LYFZ.Software.UI.SMSManagement
{
partial class frmAddCommonSMS
{
///
/// 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(frmAddCommonSMS));
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.cboxSmsClass = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.txtSmsInfo = new LYFZ.ComponentLibrary.TextBoxEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.btnSave);
this.plExMainContainer.Controls.Add(this.txtSmsInfo);
this.plExMainContainer.Controls.Add(this.cboxSmsClass);
this.plExMainContainer.Controls.Add(this.labelEx2);
this.plExMainContainer.Controls.Add(this.labelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(550, 255);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(550, 255);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(491, 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(11, 19);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(56, 17);
this.labelEx1.TabIndex = 0;
this.labelEx1.Text = "信息类别";
//
// cboxSmsClass
//
this.cboxSmsClass.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cboxSmsClass.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cboxSmsClass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cboxSmsClass.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cboxSmsClass.FormattingEnabled = true;
this.cboxSmsClass.IsCustomColor = false;
this.cboxSmsClass.Location = new System.Drawing.Point(73, 13);
this.cboxSmsClass.Name = "cboxSmsClass";
this.cboxSmsClass.ReadOnly = false;
this.cboxSmsClass.Size = new System.Drawing.Size(203, 28);
this.cboxSmsClass.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(11, 47);
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(73, 47);
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(445, 152);
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("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.IsCustomBackImg = false;
this.btnSave.IsShowText = true;
this.btnSave.Location = new System.Drawing.Point(73, 207);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 28);
this.btnSave.TabIndex = 3;
this.btnSave.Text = "保 存";
this.btnSave.UseVisualStyleBackColor = false;
//
// frmAddCommonSMS
//
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(550, 320);
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 = "frmAddCommonSMS";
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 cboxSmsClass;
}
}