123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860 |
- namespace LYFZ.Software.UI.SMSManagement
- {
- partial class FrmSendRecords
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSendRecords));
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvMicroletter = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtKeyWordMicro = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnQueryMicro = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDeleteMicro = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCloseMicro = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnResendMicro = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExpordMicro = new LYFZ.ComponentLibrary.ButtonEx();
- this.ucPagerEx2 = new LYFZ.UCPager.ucPagerEx();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtKeyword = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnRefresh = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnNewSend = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.手机号码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Smsr_Content = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SR_StartSendDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SR_SendDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Smsr_SendExpense = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Smsr_Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Smsr_SendPeople = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SR_SMSSendSender = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Smsr_SendCreateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.panelEx4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMicroletter)).BeginInit();
- this.panelEx6.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.tabControlEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.tabControlEx1);
- 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(838, 405);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(838, 445);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(779, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(806, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(752, 0);
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage2.Controls.Add(this.panelEx4);
- this.tabPage2.Location = new System.Drawing.Point(4, 40);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(896, 495);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "微信模板消息发送记录";
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.dgvMicroletter);
- this.panelEx4.Controls.Add(this.panelEx5);
- this.panelEx4.Controls.Add(this.panelEx6);
- this.panelEx4.Controls.Add(this.ucPagerEx2);
- this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx4.Location = new System.Drawing.Point(3, 3);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx4.Size = new System.Drawing.Size(890, 489);
- this.panelEx4.TabIndex = 196;
- //
- // dgvMicroletter
- //
- this.dgvMicroletter.AllowUserToAddRows = false;
- this.dgvMicroletter.AllowUserToDeleteRows = false;
- this.dgvMicroletter.AllowUserToResizeRows = false;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
- this.dgvMicroletter.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvMicroletter.BackgroundColor = System.Drawing.Color.White;
- this.dgvMicroletter.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvMicroletter.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvMicroletter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvMicroletter.ColumnHeadersHeight = 32;
- this.dgvMicroletter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvMicroletter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn5,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn6,
- this.dataGridViewTextBoxColumn7,
- this.dataGridViewTextBoxColumn8,
- this.dataGridViewTextBoxColumn9});
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvMicroletter.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgvMicroletter.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvMicroletter.EnableHeadersVisualStyles = false;
- this.dgvMicroletter.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvMicroletter.GridViewUniquelyIdentify = resources.GetString("dgvMicroletter.GridViewUniquelyIdentify");
- this.dgvMicroletter.IsCompleteBonding = false;
- this.dgvMicroletter.IsCopyCellValue = true;
- this.dgvMicroletter.Location = new System.Drawing.Point(3, 41);
- this.dgvMicroletter.Name = "dgvMicroletter";
- this.dgvMicroletter.ReadOnly = true;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvMicroletter.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvMicroletter.RowHeadersVisible = false;
- this.dgvMicroletter.RowTemplate.Height = 23;
- this.dgvMicroletter.RowTemplate.ReadOnly = true;
- this.dgvMicroletter.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvMicroletter.Size = new System.Drawing.Size(882, 413);
- this.dgvMicroletter.TabIndex = 204;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "SR_RecipientNumber";
- this.dataGridViewTextBoxColumn1.HeaderText = "消息接收人";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 120;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "SR_SendSumCount";
- this.dataGridViewTextBoxColumn5.FillWeight = 70F;
- this.dataGridViewTextBoxColumn5.HeaderText = "模板消息标题";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 160;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "SR_Content";
- this.dataGridViewTextBoxColumn2.HeaderText = "推送消息预览";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 360;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.FillWeight = 120F;
- this.dataGridViewTextBoxColumn3.HeaderText = "预计发送时间";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 130;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.FillWeight = 120F;
- this.dataGridViewTextBoxColumn4.HeaderText = "实际发送时间";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 130;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "SR_Status";
- this.dataGridViewTextBoxColumn6.HeaderText = "发送状态";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "SR_SendReport";
- this.dataGridViewTextBoxColumn7.HeaderText = "发送报告";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- this.dataGridViewTextBoxColumn7.Width = 130;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "发送人";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.DataPropertyName = "SR_CreateDatetime";
- this.dataGridViewTextBoxColumn9.FillWeight = 120F;
- this.dataGridViewTextBoxColumn9.HeaderText = "消息生成时间";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- this.dataGridViewTextBoxColumn9.Width = 130;
- //
- // panelEx5
- //
- this.panelEx5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx5.BorderWidth = 1;
- this.panelEx5.Location = new System.Drawing.Point(4, 46);
- this.panelEx5.Name = "panelEx5";
- this.panelEx5.Size = new System.Drawing.Size(881, 1);
- this.panelEx5.TabIndex = 197;
- //
- // panelEx6
- //
- this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx6.BorderWidth = 1;
- this.panelEx6.Controls.Add(this.txtKeyWordMicro);
- this.panelEx6.Controls.Add(this.labelEx2);
- this.panelEx6.Controls.Add(this.btnQueryMicro);
- this.panelEx6.Controls.Add(this.btnDeleteMicro);
- this.panelEx6.Controls.Add(this.btnCloseMicro);
- this.panelEx6.Controls.Add(this.btnResendMicro);
- this.panelEx6.Controls.Add(this.btnExpordMicro);
- this.panelEx6.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx6.Location = new System.Drawing.Point(3, 3);
- this.panelEx6.Name = "panelEx6";
- this.panelEx6.Size = new System.Drawing.Size(882, 38);
- this.panelEx6.TabIndex = 212;
- //
- // txtKeyWordMicro
- //
- this.txtKeyWordMicro.BackColor = System.Drawing.Color.Transparent;
- this.txtKeyWordMicro.Icon = null;
- this.txtKeyWordMicro.IconIsButton = false;
- this.txtKeyWordMicro.IsPasswordChat = '\0';
- this.txtKeyWordMicro.IsSystemPasswordChar = false;
- this.txtKeyWordMicro.Lines = new string[0];
- this.txtKeyWordMicro.Location = new System.Drawing.Point(55, 6);
- this.txtKeyWordMicro.Margin = new System.Windows.Forms.Padding(0);
- this.txtKeyWordMicro.MaxLength = 32767;
- this.txtKeyWordMicro.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtKeyWordMicro.MouseBack = null;
- this.txtKeyWordMicro.Multiline = false;
- this.txtKeyWordMicro.Name = "txtKeyWordMicro";
- this.txtKeyWordMicro.NormlBack = null;
- this.txtKeyWordMicro.Padding = new System.Windows.Forms.Padding(5);
- this.txtKeyWordMicro.ReadOnly = false;
- this.txtKeyWordMicro.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtKeyWordMicro.Size = new System.Drawing.Size(176, 26);
- this.txtKeyWordMicro.TabIndex = 205;
- this.txtKeyWordMicro.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtKeyWordMicro.WaterColor = System.Drawing.Color.DarkGray;
- this.txtKeyWordMicro.WaterText = "可输入客人姓名或内容查询";
- this.txtKeyWordMicro.WordWrap = true;
- //
- // 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(5, 10);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(47, 17);
- this.labelEx2.TabIndex = 204;
- this.labelEx2.Text = "关键字:";
- //
- // btnQueryMicro
- //
- this.btnQueryMicro.BackColor = System.Drawing.Color.Transparent;
- this.btnQueryMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQueryMicro.BackImg")));
- this.btnQueryMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQueryMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQueryMicro.ForeColor = System.Drawing.Color.White;
- this.btnQueryMicro.IsCustomBackImg = false;
- this.btnQueryMicro.IsShowText = true;
- this.btnQueryMicro.Location = new System.Drawing.Point(260, 6);
- this.btnQueryMicro.Name = "btnQueryMicro";
- this.btnQueryMicro.Size = new System.Drawing.Size(87, 26);
- this.btnQueryMicro.TabIndex = 203;
- this.btnQueryMicro.Text = "查 询";
- this.btnQueryMicro.UseVisualStyleBackColor = false;
- //
- // btnDeleteMicro
- //
- this.btnDeleteMicro.BackColor = System.Drawing.Color.Transparent;
- this.btnDeleteMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteMicro.BackImg")));
- this.btnDeleteMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDeleteMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDeleteMicro.ForeColor = System.Drawing.Color.White;
- this.btnDeleteMicro.IsCustomBackImg = false;
- this.btnDeleteMicro.IsShowText = true;
- this.btnDeleteMicro.Location = new System.Drawing.Point(551, 6);
- this.btnDeleteMicro.Name = "btnDeleteMicro";
- this.btnDeleteMicro.Size = new System.Drawing.Size(87, 26);
- this.btnDeleteMicro.TabIndex = 198;
- this.btnDeleteMicro.Text = "删除";
- this.btnDeleteMicro.UseVisualStyleBackColor = false;
- //
- // btnCloseMicro
- //
- this.btnCloseMicro.BackColor = System.Drawing.Color.Transparent;
- this.btnCloseMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseMicro.BackImg")));
- this.btnCloseMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCloseMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCloseMicro.ForeColor = System.Drawing.Color.White;
- this.btnCloseMicro.IsCustomBackImg = false;
- this.btnCloseMicro.IsShowText = true;
- this.btnCloseMicro.Location = new System.Drawing.Point(648, 6);
- this.btnCloseMicro.Name = "btnCloseMicro";
- this.btnCloseMicro.Size = new System.Drawing.Size(87, 26);
- this.btnCloseMicro.TabIndex = 199;
- this.btnCloseMicro.Text = "关闭";
- this.btnCloseMicro.UseVisualStyleBackColor = false;
- //
- // btnResendMicro
- //
- this.btnResendMicro.BackColor = System.Drawing.Color.Transparent;
- this.btnResendMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnResendMicro.BackImg")));
- this.btnResendMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnResendMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnResendMicro.ForeColor = System.Drawing.Color.White;
- this.btnResendMicro.IsCustomBackImg = false;
- this.btnResendMicro.IsShowText = true;
- this.btnResendMicro.Location = new System.Drawing.Point(357, 6);
- this.btnResendMicro.Name = "btnResendMicro";
- this.btnResendMicro.Size = new System.Drawing.Size(87, 26);
- this.btnResendMicro.TabIndex = 203;
- this.btnResendMicro.Text = "重发";
- this.btnResendMicro.UseVisualStyleBackColor = false;
- //
- // btnExpordMicro
- //
- this.btnExpordMicro.BackColor = System.Drawing.Color.Transparent;
- this.btnExpordMicro.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExpordMicro.BackImg")));
- this.btnExpordMicro.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExpordMicro.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExpordMicro.ForeColor = System.Drawing.Color.White;
- this.btnExpordMicro.IsCustomBackImg = false;
- this.btnExpordMicro.IsShowText = true;
- this.btnExpordMicro.Location = new System.Drawing.Point(454, 6);
- this.btnExpordMicro.Name = "btnExpordMicro";
- this.btnExpordMicro.Size = new System.Drawing.Size(87, 26);
- this.btnExpordMicro.TabIndex = 200;
- this.btnExpordMicro.Text = "导出";
- this.btnExpordMicro.UseVisualStyleBackColor = false;
- //
- // ucPagerEx2
- //
- this.ucPagerEx2.CurrentPageCount = 0;
- this.ucPagerEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx2.Location = new System.Drawing.Point(3, 454);
- this.ucPagerEx2.Name = "ucPagerEx2";
- this.ucPagerEx2.NMax = 0;
- this.ucPagerEx2.PageCount = 0;
- this.ucPagerEx2.PageCurrent = 1;
- this.ucPagerEx2.PageSize = 20;
- this.ucPagerEx2.Size = new System.Drawing.Size(882, 30);
- this.ucPagerEx2.TabIndex = 211;
- this.ucPagerEx2.TbDataSource = null;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage1.Controls.Add(this.panelEx2);
- this.tabPage1.Location = new System.Drawing.Point(4, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(824, 355);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "短信发送记录";
- //
- // 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.dgv);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Controls.Add(this.panelEx1);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx2.Size = new System.Drawing.Size(818, 349);
- this.panelEx2.TabIndex = 195;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeight = 32;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.手机号码,
- this.Smsr_Content,
- this.SR_StartSendDatetime,
- this.SR_SendDatetime,
- this.Smsr_SendExpense,
- this.Smsr_Status,
- this.Smsr_SendPeople,
- this.SR_SMSSendSender,
- this.Smsr_SendCreateDatetime});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_panelEx2" +
- "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
- this.dgv.IsCompleteBonding = false;
- this.dgv.IsCopyCellValue = true;
- this.dgv.Location = new System.Drawing.Point(3, 41);
- this.dgv.Name = "dgv";
- this.dgv.ReadOnly = true;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(810, 273);
- this.dgv.TabIndex = 204;
- //
- // panelEx3
- //
- this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- 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(4, 46);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(809, 1);
- this.panelEx3.TabIndex = 197;
- //
- // 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.txtKeyword);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Controls.Add(this.btnRefresh);
- this.panelEx1.Controls.Add(this.btnDelete);
- this.panelEx1.Controls.Add(this.btnClose);
- this.panelEx1.Controls.Add(this.btnNewSend);
- this.panelEx1.Controls.Add(this.btnExport);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx1.Location = new System.Drawing.Point(3, 3);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(810, 38);
- this.panelEx1.TabIndex = 212;
- //
- // txtKeyword
- //
- this.txtKeyword.BackColor = System.Drawing.Color.Transparent;
- this.txtKeyword.Icon = null;
- this.txtKeyword.IconIsButton = false;
- this.txtKeyword.IsPasswordChat = '\0';
- this.txtKeyword.IsSystemPasswordChar = false;
- this.txtKeyword.Lines = new string[0];
- this.txtKeyword.Location = new System.Drawing.Point(55, 6);
- this.txtKeyword.Margin = new System.Windows.Forms.Padding(0);
- this.txtKeyword.MaxLength = 32767;
- this.txtKeyword.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtKeyword.MouseBack = null;
- this.txtKeyword.Multiline = false;
- this.txtKeyword.Name = "txtKeyword";
- this.txtKeyword.NormlBack = null;
- this.txtKeyword.Padding = new System.Windows.Forms.Padding(5);
- this.txtKeyword.ReadOnly = false;
- this.txtKeyword.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtKeyword.Size = new System.Drawing.Size(176, 26);
- this.txtKeyword.TabIndex = 205;
- this.txtKeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtKeyword.WaterColor = System.Drawing.Color.DarkGray;
- this.txtKeyword.WaterText = "可输入手机号或短信内容查询";
- this.txtKeyword.WordWrap = true;
- //
- // 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(5, 10);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(47, 17);
- this.labelEx1.TabIndex = 204;
- this.labelEx1.Text = "关键字:";
- //
- // btnRefresh
- //
- this.btnRefresh.BackColor = System.Drawing.Color.Transparent;
- this.btnRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefresh.BackImg")));
- this.btnRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRefresh.ForeColor = System.Drawing.Color.White;
- this.btnRefresh.IsCustomBackImg = false;
- this.btnRefresh.IsShowText = true;
- this.btnRefresh.Location = new System.Drawing.Point(260, 6);
- this.btnRefresh.Name = "btnRefresh";
- this.btnRefresh.Size = new System.Drawing.Size(87, 26);
- this.btnRefresh.TabIndex = 203;
- this.btnRefresh.Text = "查 询";
- this.btnRefresh.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(551, 6);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(87, 26);
- this.btnDelete.TabIndex = 198;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(648, 6);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(87, 26);
- this.btnClose.TabIndex = 199;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnNewSend
- //
- this.btnNewSend.BackColor = System.Drawing.Color.Transparent;
- this.btnNewSend.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewSend.BackImg")));
- this.btnNewSend.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnNewSend.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnNewSend.ForeColor = System.Drawing.Color.White;
- this.btnNewSend.IsCustomBackImg = false;
- this.btnNewSend.IsShowText = true;
- this.btnNewSend.Location = new System.Drawing.Point(357, 6);
- this.btnNewSend.Name = "btnNewSend";
- this.btnNewSend.Size = new System.Drawing.Size(87, 26);
- this.btnNewSend.TabIndex = 203;
- this.btnNewSend.Text = "重发";
- this.btnNewSend.UseVisualStyleBackColor = false;
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(454, 6);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(87, 26);
- this.btnExport.TabIndex = 200;
- this.btnExport.Text = "导出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(3, 314);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(810, 30);
- this.ucPagerEx1.TabIndex = 211;
- this.ucPagerEx1.TbDataSource = null;
- //
- // tabControlEx1
- //
- this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.Controls.Add(this.tabPage1);
- this.tabControlEx1.Controls.Add(this.tabPage2);
- this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlEx1.ItemSize = new System.Drawing.Size(160, 36);
- this.tabControlEx1.Location = new System.Drawing.Point(3, 3);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(832, 399);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 0;
- //
- // 手机号码
- //
- this.手机号码.DataPropertyName = "手机号码";
- this.手机号码.HeaderText = "手机号码";
- this.手机号码.MaxInputLength = 900000;
- this.手机号码.Name = "手机号码";
- this.手机号码.ReadOnly = true;
- this.手机号码.Width = 120;
- //
- // Smsr_Content
- //
- this.Smsr_Content.DataPropertyName = "SR_Content";
- this.Smsr_Content.HeaderText = "短信内容";
- this.Smsr_Content.Name = "Smsr_Content";
- this.Smsr_Content.ReadOnly = true;
- this.Smsr_Content.Width = 360;
- //
- // SR_StartSendDatetime
- //
- this.SR_StartSendDatetime.FillWeight = 120F;
- this.SR_StartSendDatetime.HeaderText = "预计发送时间";
- this.SR_StartSendDatetime.Name = "SR_StartSendDatetime";
- this.SR_StartSendDatetime.ReadOnly = true;
- this.SR_StartSendDatetime.Width = 130;
- //
- // SR_SendDatetime
- //
- this.SR_SendDatetime.FillWeight = 120F;
- this.SR_SendDatetime.HeaderText = "实际发送时间";
- this.SR_SendDatetime.Name = "SR_SendDatetime";
- this.SR_SendDatetime.ReadOnly = true;
- this.SR_SendDatetime.Width = 130;
- //
- // Smsr_SendExpense
- //
- this.Smsr_SendExpense.DataPropertyName = "SR_SendSumCount";
- this.Smsr_SendExpense.FillWeight = 70F;
- this.Smsr_SendExpense.HeaderText = "短信发送条数";
- this.Smsr_SendExpense.Name = "Smsr_SendExpense";
- this.Smsr_SendExpense.ReadOnly = true;
- this.Smsr_SendExpense.Width = 90;
- //
- // Smsr_Status
- //
- this.Smsr_Status.DataPropertyName = "SR_Status";
- this.Smsr_Status.HeaderText = "发送状态";
- this.Smsr_Status.Name = "Smsr_Status";
- this.Smsr_Status.ReadOnly = true;
- //
- // Smsr_SendPeople
- //
- this.Smsr_SendPeople.DataPropertyName = "SR_SendReport";
- this.Smsr_SendPeople.HeaderText = "发送报告";
- this.Smsr_SendPeople.MaxInputLength = 900000;
- this.Smsr_SendPeople.Name = "Smsr_SendPeople";
- this.Smsr_SendPeople.ReadOnly = true;
- this.Smsr_SendPeople.Width = 130;
- //
- // SR_SMSSendSender
- //
- this.SR_SMSSendSender.HeaderText = "发送人";
- this.SR_SMSSendSender.Name = "SR_SMSSendSender";
- this.SR_SMSSendSender.ReadOnly = true;
- //
- // Smsr_SendCreateDatetime
- //
- this.Smsr_SendCreateDatetime.DataPropertyName = "SR_CreateDatetime";
- this.Smsr_SendCreateDatetime.FillWeight = 120F;
- this.Smsr_SendCreateDatetime.HeaderText = "短信生成时间";
- this.Smsr_SendCreateDatetime.Name = "Smsr_SendCreateDatetime";
- this.Smsr_SendCreateDatetime.ReadOnly = true;
- this.Smsr_SendCreateDatetime.Width = 130;
- //
- // FrmSendRecords
- //
- 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(838, 510);
- 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 = "FrmSendRecords";
- this.Text = "发送记录";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.panelEx4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMicroletter)).EndInit();
- this.panelEx6.ResumeLayout(false);
- this.panelEx6.PerformLayout();
- this.tabPage1.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.tabControlEx1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabPage tabPage1;
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.DataGridViewEx dgv;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.PanelEx panelEx1;
- public ComponentLibrary.TextBoxEx txtKeyword;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.ButtonEx btnRefresh;
- protected ComponentLibrary.ButtonEx btnDelete;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.ButtonEx btnNewSend;
- protected ComponentLibrary.ButtonEx btnExport;
- protected UCPager.ucPagerEx ucPagerEx1;
- private System.Windows.Forms.TabPage tabPage2;
- private ComponentLibrary.PanelEx panelEx4;
- protected ComponentLibrary.DataGridViewEx dgvMicroletter;
- private ComponentLibrary.PanelEx panelEx5;
- private ComponentLibrary.PanelEx panelEx6;
- public ComponentLibrary.TextBoxEx txtKeyWordMicro;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.ButtonEx btnQueryMicro;
- protected ComponentLibrary.ButtonEx btnDeleteMicro;
- protected ComponentLibrary.ButtonEx btnCloseMicro;
- protected ComponentLibrary.ButtonEx btnResendMicro;
- protected ComponentLibrary.ButtonEx btnExpordMicro;
- protected UCPager.ucPagerEx ucPagerEx2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_RecipientNumber;
- public ComponentLibrary.TabControlEx tabControlEx1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn 手机号码;
- private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_Content;
- private System.Windows.Forms.DataGridViewTextBoxColumn SR_StartSendDatetime;
- private System.Windows.Forms.DataGridViewTextBoxColumn SR_SendDatetime;
- private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_SendExpense;
- private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_Status;
- private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_SendPeople;
- private System.Windows.Forms.DataGridViewTextBoxColumn SR_SMSSendSender;
- private System.Windows.Forms.DataGridViewTextBoxColumn Smsr_SendCreateDatetime;
- }
- }
|