123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- namespace LYFZ.Software.UI.SMSManagement
- {
- partial class frmAddMicroTemplateMessage
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddMicroTemplateMessage));
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtdescription = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lbTips = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtURL = new LYFZ.ComponentLibrary.TextBoxEx();
- this.lbContentExamples = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbtemplate = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Controls.Add(this.btnSave);
- this.plExMainContainer.Controls.Add(this.txtURL);
- this.plExMainContainer.Controls.Add(this.txtRemark);
- this.plExMainContainer.Controls.Add(this.txtdescription);
- this.plExMainContainer.Controls.Add(this.cmbtemplate);
- this.plExMainContainer.Controls.Add(this.lbContentExamples);
- this.plExMainContainer.Controls.Add(this.lbTips);
- this.plExMainContainer.Controls.Add(this.labelEx5);
- this.plExMainContainer.Controls.Add(this.labelEx3);
- this.plExMainContainer.Controls.Add(this.labelEx2);
- this.plExMainContainer.Controls.Add(this.labelEx4);
- this.plExMainContainer.Controls.Add(this.labelEx11);
- this.plExMainContainer.Controls.Add(this.labelEx6);
- this.plExMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.plExMainContainer.Size = new System.Drawing.Size(760, 555);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(760, 555);
- //
- // 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);
- //
- // 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(34, 57);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(56, 17);
- this.labelEx2.TabIndex = 0;
- this.labelEx2.Text = "消息描述";
- //
- // txtdescription
- //
- this.txtdescription.BackColor = System.Drawing.Color.Transparent;
- this.txtdescription.Icon = null;
- this.txtdescription.IconIsButton = false;
- this.txtdescription.IsPasswordChat = '\0';
- this.txtdescription.IsSystemPasswordChar = false;
- this.txtdescription.Lines = new string[] {
- "尊敬的XXX先生/女士您好"};
- this.txtdescription.Location = new System.Drawing.Point(95, 52);
- this.txtdescription.Margin = new System.Windows.Forms.Padding(0);
- this.txtdescription.MaxLength = 32767;
- this.txtdescription.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtdescription.MouseBack = null;
- this.txtdescription.Multiline = true;
- this.txtdescription.Name = "txtdescription";
- this.txtdescription.NormlBack = null;
- this.txtdescription.Padding = new System.Windows.Forms.Padding(5);
- this.txtdescription.ReadOnly = false;
- this.txtdescription.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtdescription.Size = new System.Drawing.Size(649, 50);
- this.txtdescription.TabIndex = 2;
- this.txtdescription.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtdescription.WaterColor = System.Drawing.Color.DarkGray;
- this.txtdescription.WaterText = "请输入模板消息描述信息,建义不要超过100个字他符";
- this.txtdescription.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(620, 267);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(120, 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(34, 111);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(56, 17);
- this.labelEx3.TabIndex = 0;
- this.labelEx3.Text = "消息备注";
- //
- // txtRemark
- //
- this.txtRemark.BackColor = System.Drawing.Color.Transparent;
- this.txtRemark.Icon = null;
- this.txtRemark.IconIsButton = false;
- this.txtRemark.IsPasswordChat = '\0';
- this.txtRemark.IsSystemPasswordChar = false;
- this.txtRemark.Lines = new string[] {
- "如有疑问,请致电13912345XXX 联系我们。"};
- this.txtRemark.Location = new System.Drawing.Point(95, 107);
- this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
- this.txtRemark.MaxLength = 32767;
- this.txtRemark.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtRemark.MouseBack = null;
- this.txtRemark.Multiline = true;
- this.txtRemark.Name = "txtRemark";
- this.txtRemark.NormlBack = null;
- this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
- this.txtRemark.ReadOnly = false;
- this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtRemark.Size = new System.Drawing.Size(649, 50);
- this.txtRemark.TabIndex = 2;
- this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
- this.txtRemark.WaterText = "请输入模板消息备注信息,建义不要超过100个字他符";
- this.txtRemark.WordWrap = true;
- //
- // 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(95, 160);
- this.lbTips.Name = "lbTips";
- this.lbTips.Size = new System.Drawing.Size(645, 62);
- this.lbTips.TabIndex = 0;
- this.lbTips.Text = "说明:XXX 为客户姓名";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(11, 237);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(79, 17);
- this.labelEx5.TabIndex = 0;
- this.labelEx5.Text = "消息链接URL";
- //
- // txtURL
- //
- this.txtURL.BackColor = System.Drawing.Color.Transparent;
- this.txtURL.Icon = null;
- this.txtURL.IconIsButton = false;
- this.txtURL.IsPasswordChat = '\0';
- this.txtURL.IsSystemPasswordChar = false;
- this.txtURL.Lines = new string[0];
- this.txtURL.Location = new System.Drawing.Point(95, 233);
- this.txtURL.Margin = new System.Windows.Forms.Padding(0);
- this.txtURL.MaxLength = 32767;
- this.txtURL.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtURL.MouseBack = null;
- this.txtURL.Multiline = false;
- this.txtURL.Name = "txtURL";
- this.txtURL.NormlBack = null;
- this.txtURL.Padding = new System.Windows.Forms.Padding(5);
- this.txtURL.ReadOnly = false;
- this.txtURL.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtURL.Size = new System.Drawing.Size(649, 26);
- this.txtURL.TabIndex = 2;
- this.txtURL.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtURL.WaterColor = System.Drawing.Color.DarkGray;
- this.txtURL.WaterText = "此URL地址为用户点击收到的消息时跳转的链接地址,如:微网站或图文消息,也可以为空";
- this.txtURL.WordWrap = true;
- //
- // lbContentExamples
- //
- this.lbContentExamples.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbContentExamples.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbContentExamples.Location = new System.Drawing.Point(96, 348);
- this.lbContentExamples.Name = "lbContentExamples";
- this.lbContentExamples.Size = new System.Drawing.Size(645, 160);
- this.lbContentExamples.TabIndex = 0;
- this.lbContentExamples.Text = "-";
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(34, 19);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(56, 17);
- this.labelEx6.TabIndex = 0;
- this.labelEx6.Text = "选择模板";
- //
- // cmbtemplate
- //
- this.cmbtemplate.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbtemplate.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbtemplate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbtemplate.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbtemplate.FormattingEnabled = true;
- this.cmbtemplate.IsCustomColor = false;
- this.cmbtemplate.Location = new System.Drawing.Point(95, 13);
- this.cmbtemplate.Name = "cmbtemplate";
- this.cmbtemplate.ReadOnly = true;
- this.cmbtemplate.Size = new System.Drawing.Size(265, 28);
- this.cmbtemplate.TabIndex = 1;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx11.Location = new System.Drawing.Point(22, 346);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(68, 17);
- this.labelEx11.TabIndex = 0;
- this.labelEx11.Text = "内容示例:";
- //
- // labelEx4
- //
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.Red;
- this.labelEx4.Location = new System.Drawing.Point(8, 512);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(743, 42);
- this.labelEx4.TabIndex = 0;
- this.labelEx4.Text = "温馨提醒:请不要在模板消息中输入任何营销类文字,严格按照微信公众号使用规范发送模板消息,以免被微信封号!\r\n(因此造成封号我司概不负责) 模板内容(消息描述+消" +
- "息备注)长度不能超过200个汉字";
- //
- // panelEx1
- //
- this.panelEx1.BackColor = System.Drawing.Color.Silver;
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Location = new System.Drawing.Point(5, 326);
- this.panelEx1.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(750, 1);
- this.panelEx1.TabIndex = 7;
- //
- // frmAddMicroTemplateMessage
- //
- 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, 620);
- 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 = "frmAddMicroTemplateMessage";
- 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 labelEx2;
- protected internal ComponentLibrary.ButtonEx btnSave;
- protected internal ComponentLibrary.TextBoxEx txtdescription;
- protected internal ComponentLibrary.TextBoxEx txtRemark;
- private ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.LabelEx lbTips;
- protected internal ComponentLibrary.TextBoxEx txtURL;
- protected internal ComponentLibrary.ComboBoxEx cmbtemplate;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx11;
- public ComponentLibrary.LabelEx lbContentExamples;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.PanelEx panelEx1;
- }
- }
|