namespace LYFZ.Software.UI.SMSManagement.SmsSend
{
partial class FrmSendSms
{
///
/// 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(FrmSendSms));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.richNr = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.richTelPhone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.radM = new System.Windows.Forms.RadioButton();
this.radN = new System.Windows.Forms.RadioButton();
this.radN_M = new System.Windows.Forms.RadioButton();
this.btnSendSMS = new LYFZ.ComponentLibrary.ButtonEx();
this.btnContentSelection = new LYFZ.ComponentLibrary.ButtonEx();
this.lblName = new LYFZ.ComponentLibrary.LabelEx();
this.txtPhoneCount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
this.plExMainContainer.Size = new System.Drawing.Size(730, 464);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(730, 464);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(698, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(671, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Controls.Add(this.richNr);
this.panelEx1.Controls.Add(this.richTelPhone);
this.panelEx1.Controls.Add(this.radM);
this.panelEx1.Controls.Add(this.radN);
this.panelEx1.Controls.Add(this.radN_M);
this.panelEx1.Controls.Add(this.btnSendSMS);
this.panelEx1.Controls.Add(this.btnContentSelection);
this.panelEx1.Controls.Add(this.lblName);
this.panelEx1.Controls.Add(this.txtPhoneCount);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.labelEx10);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(3, 3);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(724, 458);
this.panelEx1.TabIndex = 1;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.BackColor = System.Drawing.Color.Transparent;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
this.labelEx1.Location = new System.Drawing.Point(22, 9);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(56, 17);
this.labelEx1.TabIndex = 91;
this.labelEx1.Text = "信息发送";
//
// richNr
//
this.richNr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.richNr.EmptyTextTip = null;
this.richNr.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.richNr.Font = new System.Drawing.Font("微软雅黑", 9F);
this.richNr.Location = new System.Drawing.Point(13, 223);
this.richNr.Multiline = true;
this.richNr.Name = "richNr";
this.richNr.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.richNr.Size = new System.Drawing.Size(694, 223);
this.richNr.TabIndex = 90;
//
// richTelPhone
//
this.richTelPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.richTelPhone.EmptyTextTip = null;
this.richTelPhone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.richTelPhone.Font = new System.Drawing.Font("微软雅黑", 9F);
this.richTelPhone.Location = new System.Drawing.Point(13, 54);
this.richTelPhone.Multiline = true;
this.richTelPhone.Name = "richTelPhone";
this.richTelPhone.ReadOnly = true;
this.richTelPhone.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.richTelPhone.Size = new System.Drawing.Size(694, 127);
this.richTelPhone.TabIndex = 89;
//
// radM
//
this.radM.AutoSize = true;
this.radM.Location = new System.Drawing.Point(420, 29);
this.radM.Name = "radM";
this.radM.Size = new System.Drawing.Size(35, 16);
this.radM.TabIndex = 88;
this.radM.TabStop = true;
this.radM.Text = "女";
this.radM.UseVisualStyleBackColor = true;
this.radM.Visible = false;
//
// radN
//
this.radN.AutoSize = true;
this.radN.Location = new System.Drawing.Point(356, 29);
this.radN.Name = "radN";
this.radN.Size = new System.Drawing.Size(35, 16);
this.radN.TabIndex = 87;
this.radN.TabStop = true;
this.radN.Text = "男";
this.radN.UseVisualStyleBackColor = true;
this.radN.Visible = false;
//
// radN_M
//
this.radN_M.AutoSize = true;
this.radN_M.Location = new System.Drawing.Point(279, 29);
this.radN_M.Name = "radN_M";
this.radN_M.Size = new System.Drawing.Size(53, 16);
this.radN_M.TabIndex = 86;
this.radN_M.TabStop = true;
this.radN_M.Text = "男+女";
this.radN_M.UseVisualStyleBackColor = true;
this.radN_M.Visible = false;
//
// btnSendSMS
//
this.btnSendSMS.BackColor = System.Drawing.Color.Transparent;
this.btnSendSMS.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendSMS.BackImg")));
this.btnSendSMS.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSendSMS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSendSMS.ForeColor = System.Drawing.Color.White;
this.btnSendSMS.IsCustomBackImg = false;
this.btnSendSMS.IsShowText = true;
this.btnSendSMS.Location = new System.Drawing.Point(590, 189);
this.btnSendSMS.Name = "btnSendSMS";
this.btnSendSMS.Size = new System.Drawing.Size(87, 26);
this.btnSendSMS.TabIndex = 85;
this.btnSendSMS.Text = "发送信息";
this.btnSendSMS.UseVisualStyleBackColor = false;
//
// btnContentSelection
//
this.btnContentSelection.BackColor = System.Drawing.Color.Transparent;
this.btnContentSelection.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnContentSelection.BackImg")));
this.btnContentSelection.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnContentSelection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnContentSelection.ForeColor = System.Drawing.Color.White;
this.btnContentSelection.IsCustomBackImg = false;
this.btnContentSelection.IsShowText = true;
this.btnContentSelection.Location = new System.Drawing.Point(490, 190);
this.btnContentSelection.Name = "btnContentSelection";
this.btnContentSelection.Size = new System.Drawing.Size(87, 26);
this.btnContentSelection.TabIndex = 83;
this.btnContentSelection.Text = "选择";
this.btnContentSelection.UseVisualStyleBackColor = false;
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lblName.Location = new System.Drawing.Point(17, 196);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(57, 17);
this.lblName.TabIndex = 84;
this.lblName.Text = "lblName";
//
// txtPhoneCount
//
this.txtPhoneCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPhoneCount.EmptyTextTip = null;
this.txtPhoneCount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtPhoneCount.Enabled = false;
this.txtPhoneCount.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtPhoneCount.Location = new System.Drawing.Point(584, 26);
this.txtPhoneCount.Name = "txtPhoneCount";
this.txtPhoneCount.Size = new System.Drawing.Size(106, 23);
this.txtPhoneCount.TabIndex = 82;
//
// 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(510, 30);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 81;
this.labelEx3.Text = "手机个数:";
//
// labelEx10
//
this.labelEx10.AutoSize = true;
this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx10.Location = new System.Drawing.Point(17, 29);
this.labelEx10.Name = "labelEx10";
this.labelEx10.Size = new System.Drawing.Size(212, 17);
this.labelEx10.TabIndex = 80;
this.labelEx10.Text = "手机号码 (提示:双击可以修改手机号)";
//
// FrmSendSms
//
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(730, 529);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.Name = "FrmSendSms";
this.Text = "短信发送";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
protected ComponentLibrary.TextBoxBasicEx richNr;
protected ComponentLibrary.TextBoxBasicEx richTelPhone;
protected System.Windows.Forms.RadioButton radM;
protected System.Windows.Forms.RadioButton radN;
protected System.Windows.Forms.RadioButton radN_M;
protected ComponentLibrary.ButtonEx btnSendSMS;
protected ComponentLibrary.ButtonEx btnContentSelection;
protected ComponentLibrary.LabelEx lblName;
protected ComponentLibrary.TextBoxBasicEx txtPhoneCount;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx10;
private ComponentLibrary.LabelEx labelEx1;
}
}