namespace LYFZ.Software.UI.SMSManagement { partial class FrmShortSmsMessage { /// /// 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(FrmShortSmsMessage)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.rdoAllSelect = new LYFZ.ComponentLibrary.RadioButtonEx(); this.rdoUnselected = new LYFZ.ComponentLibrary.RadioButtonEx(); this.btnSendSMS = new LYFZ.ComponentLibrary.ButtonEx(); this.btnContentSelection = new LYFZ.ComponentLibrary.ButtonEx(); this.lblName = new LYFZ.ComponentLibrary.LabelEx(); this.richNr = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.btnImportNumbers = new LYFZ.ComponentLibrary.ButtonEx(); this.richTelPhone = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.txtPhoneCount = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.dgvPhoneNumbers = new LYFZ.ComponentLibrary.DataGridViewEx(); this.CusName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TelPhone = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnClear = new LYFZ.ComponentLibrary.ButtonEx(); this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx(); this.btnScreening = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPhoneNumbers)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.AutoScroll = true; this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3); this.plExMainContainer.Size = new System.Drawing.Size(910, 505); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.rdoAllSelect); this.panelEx2.Controls.Add(this.rdoUnselected); this.panelEx2.Controls.Add(this.btnSendSMS); this.panelEx2.Controls.Add(this.btnContentSelection); this.panelEx2.Controls.Add(this.lblName); this.panelEx2.Controls.Add(this.richNr); this.panelEx2.Controls.Add(this.btnImportNumbers); this.panelEx2.Controls.Add(this.richTelPhone); this.panelEx2.Controls.Add(this.txtPhoneCount); this.panelEx2.Controls.Add(this.labelEx3); this.panelEx2.Controls.Add(this.labelEx10); this.panelEx2.Controls.Add(this.labelEx2); this.panelEx2.Controls.Add(this.dgvPhoneNumbers); this.panelEx2.Controls.Add(this.btnClear); this.panelEx2.Controls.Add(this.btnDelete); this.panelEx2.Controls.Add(this.btnScreening); this.panelEx2.Controls.Add(this.labelEx1); this.panelEx2.Controls.Add(this.panelEx3); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx2.Location = new System.Drawing.Point(3, 3); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(904, 499); this.panelEx2.TabIndex = 194; // // rdoAllSelect // this.rdoAllSelect.AutoSize = true; this.rdoAllSelect.BackColor = System.Drawing.Color.Transparent; this.rdoAllSelect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.rdoAllSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoAllSelect.Location = new System.Drawing.Point(83, 41); this.rdoAllSelect.Name = "rdoAllSelect"; this.rdoAllSelect.Size = new System.Drawing.Size(50, 21); this.rdoAllSelect.TabIndex = 214; this.rdoAllSelect.Text = "全选"; this.rdoAllSelect.UseVisualStyleBackColor = false; // // rdoUnselected // this.rdoUnselected.AutoSize = true; this.rdoUnselected.BackColor = System.Drawing.Color.Transparent; this.rdoUnselected.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.rdoUnselected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.rdoUnselected.Location = new System.Drawing.Point(146, 41); this.rdoUnselected.Name = "rdoUnselected"; this.rdoUnselected.Size = new System.Drawing.Size(50, 21); this.rdoUnselected.TabIndex = 214; this.rdoUnselected.Text = "反选"; this.rdoUnselected.UseVisualStyleBackColor = false; // // btnSendSMS // this.btnSendSMS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 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(805, 228); this.btnSendSMS.Name = "btnSendSMS"; this.btnSendSMS.Size = new System.Drawing.Size(73, 26); this.btnSendSMS.TabIndex = 212; this.btnSendSMS.Text = "发送信息"; this.btnSendSMS.UseVisualStyleBackColor = false; // // btnContentSelection // this.btnContentSelection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 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(723, 228); this.btnContentSelection.Name = "btnContentSelection"; this.btnContentSelection.Size = new System.Drawing.Size(72, 26); this.btnContentSelection.TabIndex = 210; 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(313, 236); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(57, 17); this.lblName.TabIndex = 211; this.lblName.Text = "lblName"; // // richNr // this.richNr.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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(311, 260); this.richNr.Multiline = true; this.richNr.Name = "richNr"; this.richNr.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.richNr.Size = new System.Drawing.Size(588, 234); this.richNr.TabIndex = 213; // // btnImportNumbers // this.btnImportNumbers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnImportNumbers.BackColor = System.Drawing.Color.Transparent; this.btnImportNumbers.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImportNumbers.BackImg"))); this.btnImportNumbers.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnImportNumbers.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnImportNumbers.ForeColor = System.Drawing.Color.White; this.btnImportNumbers.IsCustomBackImg = false; this.btnImportNumbers.IsShowText = true; this.btnImportNumbers.Location = new System.Drawing.Point(800, 35); this.btnImportNumbers.Name = "btnImportNumbers"; this.btnImportNumbers.Size = new System.Drawing.Size(73, 26); this.btnImportNumbers.TabIndex = 209; this.btnImportNumbers.Text = "导入号码"; this.btnImportNumbers.UseVisualStyleBackColor = false; // // richTelPhone // this.richTelPhone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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(311, 67); this.richTelPhone.MaxLength = 88888888; 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(588, 155); this.richTelPhone.TabIndex = 208; // // txtPhoneCount // this.txtPhoneCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 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(718, 37); this.txtPhoneCount.Name = "txtPhoneCount"; this.txtPhoneCount.Size = new System.Drawing.Size(76, 23); this.txtPhoneCount.TabIndex = 207; // // labelEx3 // this.labelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 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(648, 41); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(68, 17); this.labelEx3.TabIndex = 206; 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(314, 44); this.labelEx10.Name = "labelEx10"; this.labelEx10.Size = new System.Drawing.Size(68, 17); this.labelEx10.TabIndex = 205; this.labelEx10.Text = "手机号码:"; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.BackColor = System.Drawing.Color.Transparent; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103))))); this.labelEx2.Location = new System.Drawing.Point(314, 15); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(56, 17); this.labelEx2.TabIndex = 204; this.labelEx2.Text = "短信发送"; // // dgvPhoneNumbers // this.dgvPhoneNumbers.AllowUserToAddRows = false; this.dgvPhoneNumbers.AllowUserToDeleteRows = false; this.dgvPhoneNumbers.AllowUserToResizeRows = false; dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan; this.dgvPhoneNumbers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvPhoneNumbers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.dgvPhoneNumbers.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvPhoneNumbers.BackgroundColor = System.Drawing.Color.White; this.dgvPhoneNumbers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvPhoneNumbers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dgvPhoneNumbers.ColumnHeadersHeight = 24; this.dgvPhoneNumbers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvPhoneNumbers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CusName, this.TelPhone}); dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvPhoneNumbers.DefaultCellStyle = dataGridViewCellStyle6; this.dgvPhoneNumbers.EnableHeadersVisualStyles = false; this.dgvPhoneNumbers.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvPhoneNumbers.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" + "dgvPhoneNumbers"; this.dgvPhoneNumbers.IsCompleteBonding = false; this.dgvPhoneNumbers.IsCopyCellValue = true; this.dgvPhoneNumbers.Location = new System.Drawing.Point(8, 67); this.dgvPhoneNumbers.Name = "dgvPhoneNumbers"; this.dgvPhoneNumbers.ReadOnly = true; this.dgvPhoneNumbers.RowHeadersVisible = false; this.dgvPhoneNumbers.RowTemplate.Height = 23; this.dgvPhoneNumbers.RowTemplate.ReadOnly = true; this.dgvPhoneNumbers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvPhoneNumbers.Size = new System.Drawing.Size(291, 427); this.dgvPhoneNumbers.TabIndex = 203; // // CusName // this.CusName.FillWeight = 120.3667F; this.CusName.HeaderText = "姓名"; this.CusName.MinimumWidth = 90; this.CusName.Name = "CusName"; this.CusName.ReadOnly = true; // // TelPhone // this.TelPhone.FillWeight = 111.1054F; this.TelPhone.HeaderText = "手机号码"; this.TelPhone.MinimumWidth = 150; this.TelPhone.Name = "TelPhone"; this.TelPhone.ReadOnly = true; // // btnClear // this.btnClear.BackColor = System.Drawing.Color.Transparent; this.btnClear.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClear.BackImg"))); this.btnClear.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClear.ForeColor = System.Drawing.Color.White; this.btnClear.IsCustomBackImg = false; this.btnClear.IsShowText = true; this.btnClear.Location = new System.Drawing.Point(163, 10); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(71, 26); this.btnClear.TabIndex = 202; this.btnClear.Text = "清空"; this.btnClear.UseVisualStyleBackColor = false; // // btnDelete // this.btnDelete.BackColor = System.Drawing.Color.Transparent; this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg"))); this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDelete.ForeColor = System.Drawing.Color.White; this.btnDelete.IsCustomBackImg = false; this.btnDelete.IsShowText = true; this.btnDelete.Location = new System.Drawing.Point(86, 10); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(71, 26); this.btnDelete.TabIndex = 201; this.btnDelete.Text = "删除"; this.btnDelete.UseVisualStyleBackColor = false; // // btnScreening // this.btnScreening.BackColor = System.Drawing.Color.Transparent; this.btnScreening.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnScreening.BackImg"))); this.btnScreening.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnScreening.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnScreening.ForeColor = System.Drawing.Color.White; this.btnScreening.IsCustomBackImg = false; this.btnScreening.IsShowText = true; this.btnScreening.Location = new System.Drawing.Point(9, 10); this.btnScreening.Name = "btnScreening"; this.btnScreening.Size = new System.Drawing.Size(71, 26); this.btnScreening.TabIndex = 199; this.btnScreening.Text = "筛选"; this.btnScreening.UseVisualStyleBackColor = false; // // 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(11, 44); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(44, 17); this.labelEx1.TabIndex = 198; this.labelEx1.Text = "联系人"; // // panelEx3 // this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderWidth = 1; this.panelEx3.Location = new System.Drawing.Point(304, -1); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(1, 498); this.panelEx3.TabIndex = 197; // // FrmShortSmsMessage // 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(910, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.ImeMode = System.Windows.Forms.ImeMode.On; this.IsShowUcNavigationTool = true; this.Name = "FrmShortSmsMessage"; this.Text = "短信群发"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPhoneNumbers)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.DataGridViewEx dgvPhoneNumbers; protected ComponentLibrary.ButtonEx btnClear; protected ComponentLibrary.ButtonEx btnDelete; protected ComponentLibrary.ButtonEx btnScreening; private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.PanelEx panelEx3; protected ComponentLibrary.ButtonEx btnImportNumbers; protected ComponentLibrary.TextBoxBasicEx richTelPhone; protected ComponentLibrary.TextBoxBasicEx txtPhoneCount; private ComponentLibrary.LabelEx labelEx3; private ComponentLibrary.LabelEx labelEx10; private ComponentLibrary.LabelEx labelEx2; protected ComponentLibrary.ButtonEx btnSendSMS; protected ComponentLibrary.ButtonEx btnContentSelection; protected ComponentLibrary.LabelEx lblName; protected ComponentLibrary.TextBoxBasicEx richNr; protected internal ComponentLibrary.RadioButtonEx rdoAllSelect; protected internal ComponentLibrary.RadioButtonEx rdoUnselected; private System.Windows.Forms.DataGridViewTextBoxColumn CusName; private System.Windows.Forms.DataGridViewTextBoxColumn TelPhone; } }