namespace LYFZ.Software.UI.OAShopManagement
{
partial class frmMicroLetterAutoReply
{
///
/// 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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("粉丝关注公众号回复");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("粉丝取消关注时回复");
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("未匹配关键字时回复");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMicroLetterAutoReply));
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();
this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
this.trwRuleReplyList = new System.Windows.Forms.TreeView();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
this.btnDel = new LYFZ.ComponentLibrary.ButtonEx();
this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.chkReplyall = new LYFZ.ComponentLibrary.CheckBoxEx();
this.txtname = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
this.btnPicTxt = new LYFZ.ComponentLibrary.ButtonForm();
this.btnTxt = new LYFZ.ComponentLibrary.ButtonForm();
this.btnAddKeyword = new LYFZ.ComponentLibrary.ButtonForm();
this.dgvTextList = new LYFZ.ComponentLibrary.DataGridViewEx();
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.dgvKeywordList = new LYFZ.ComponentLibrary.DataGridViewEx();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.groupBoxEx1.SuspendLayout();
this.panelEx1.SuspendLayout();
this.groupBoxEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvTextList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvKeywordList)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.groupBoxEx2);
this.plExMainContainer.Controls.Add(this.groupBoxEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 15, 5, 5);
this.plExMainContainer.Size = new System.Drawing.Size(960, 645);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(960, 645);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(901, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(928, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(901, 0);
//
// groupBoxEx1
//
this.groupBoxEx1.Controls.Add(this.trwRuleReplyList);
this.groupBoxEx1.Controls.Add(this.panelEx1);
this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBoxEx1.Location = new System.Drawing.Point(5, 15);
this.groupBoxEx1.Name = "groupBoxEx1";
this.groupBoxEx1.Size = new System.Drawing.Size(230, 625);
this.groupBoxEx1.TabIndex = 0;
this.groupBoxEx1.TabStop = false;
this.groupBoxEx1.Text = "自动回复规则";
//
// trwRuleReplyList
//
this.trwRuleReplyList.Dock = System.Windows.Forms.DockStyle.Fill;
this.trwRuleReplyList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.trwRuleReplyList.Indent = 10;
this.trwRuleReplyList.ItemHeight = 22;
this.trwRuleReplyList.Location = new System.Drawing.Point(3, 64);
this.trwRuleReplyList.Name = "trwRuleReplyList";
treeNode1.ForeColor = System.Drawing.Color.Green;
treeNode1.Name = "节点0";
treeNode1.Text = "粉丝关注公众号回复";
treeNode2.ForeColor = System.Drawing.Color.Green;
treeNode2.Name = "节点1";
treeNode2.Text = "粉丝取消关注时回复";
treeNode3.ForeColor = System.Drawing.Color.Green;
treeNode3.Name = "节点2";
treeNode3.Text = "未匹配关键字时回复";
this.trwRuleReplyList.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2,
treeNode3});
this.trwRuleReplyList.Size = new System.Drawing.Size(224, 558);
this.trwRuleReplyList.TabIndex = 4;
//
// 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.btnAdd);
this.panelEx1.Controls.Add(this.btnDel);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(3, 17);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(224, 47);
this.panelEx1.TabIndex = 1;
//
// btnAdd
//
this.btnAdd.BackColor = System.Drawing.Color.Transparent;
this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnAdd.ForeColor = System.Drawing.Color.White;
this.btnAdd.IsCustomBackImg = false;
this.btnAdd.IsShowText = true;
this.btnAdd.Location = new System.Drawing.Point(4, 10);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(85, 28);
this.btnAdd.TabIndex = 0;
this.btnAdd.Text = "添加规则";
this.btnAdd.UseVisualStyleBackColor = false;
//
// btnDel
//
this.btnDel.BackColor = System.Drawing.Color.Transparent;
this.btnDel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDel.BackImg")));
this.btnDel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnDel.ForeColor = System.Drawing.Color.White;
this.btnDel.IsCustomBackImg = false;
this.btnDel.IsShowText = true;
this.btnDel.Location = new System.Drawing.Point(136, 10);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(85, 28);
this.btnDel.TabIndex = 0;
this.btnDel.Text = "删除规则";
this.btnDel.UseVisualStyleBackColor = false;
//
// groupBoxEx2
//
this.groupBoxEx2.Controls.Add(this.btnSave);
this.groupBoxEx2.Controls.Add(this.chkReplyall);
this.groupBoxEx2.Controls.Add(this.txtname);
this.groupBoxEx2.Controls.Add(this.btnPicTxt);
this.groupBoxEx2.Controls.Add(this.btnTxt);
this.groupBoxEx2.Controls.Add(this.btnAddKeyword);
this.groupBoxEx2.Controls.Add(this.dgvTextList);
this.groupBoxEx2.Controls.Add(this.dgvKeywordList);
this.groupBoxEx2.Controls.Add(this.labelEx2);
this.groupBoxEx2.Controls.Add(this.labelEx1);
this.groupBoxEx2.Controls.Add(this.labelEx4);
this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBoxEx2.Location = new System.Drawing.Point(235, 15);
this.groupBoxEx2.Name = "groupBoxEx2";
this.groupBoxEx2.Size = new System.Drawing.Size(720, 625);
this.groupBoxEx2.TabIndex = 0;
this.groupBoxEx2.TabStop = false;
this.groupBoxEx2.Text = "规则回复";
//
// 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("微软雅黑", 14.25F, 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(589, 29);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(121, 48);
this.btnSave.TabIndex = 0;
this.btnSave.Text = "保 存 规 则";
this.btnSave.UseVisualStyleBackColor = false;
//
// chkReplyall
//
this.chkReplyall.AutoSize = true;
this.chkReplyall.BackColor = System.Drawing.Color.Transparent;
this.chkReplyall.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkReplyall.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.chkReplyall.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkReplyall.Fourstates = false;
this.chkReplyall.IsGreenTick = false;
this.chkReplyall.Location = new System.Drawing.Point(635, 356);
this.chkReplyall.Name = "chkReplyall";
this.chkReplyall.Size = new System.Drawing.Size(75, 21);
this.chkReplyall.TabIndex = 5;
this.chkReplyall.Text = "回复全部";
this.chkReplyall.UseVisualStyleBackColor = false;
//
// txtname
//
this.txtname.BackColor = System.Drawing.Color.Transparent;
this.txtname.Icon = null;
this.txtname.IconIsButton = false;
this.txtname.IsPasswordChat = '\0';
this.txtname.IsSystemPasswordChar = false;
this.txtname.Lines = new string[0];
this.txtname.Location = new System.Drawing.Point(77, 29);
this.txtname.Margin = new System.Windows.Forms.Padding(0);
this.txtname.MaxLength = 32767;
this.txtname.MinimumSize = new System.Drawing.Size(0, 26);
this.txtname.MouseBack = null;
this.txtname.Multiline = false;
this.txtname.Name = "txtname";
this.txtname.NormlBack = null;
this.txtname.Padding = new System.Windows.Forms.Padding(5);
this.txtname.ReadOnly = false;
this.txtname.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtname.Size = new System.Drawing.Size(509, 26);
this.txtname.TabIndex = 4;
this.txtname.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtname.WaterColor = System.Drawing.Color.DarkGray;
this.txtname.WaterText = "规则名最多60个字";
this.txtname.WordWrap = true;
//
// btnPicTxt
//
this.btnPicTxt.BackColor = System.Drawing.Color.Transparent;
this.btnPicTxt.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPicTxt.BackImg")));
this.btnPicTxt.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnPicTxt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnPicTxt.ForeColor = System.Drawing.Color.White;
this.btnPicTxt.IsCustomBackImg = false;
this.btnPicTxt.IsShowText = true;
this.btnPicTxt.Location = new System.Drawing.Point(126, 352);
this.btnPicTxt.Name = "btnPicTxt";
this.btnPicTxt.Size = new System.Drawing.Size(107, 28);
this.btnPicTxt.TabIndex = 3;
this.btnPicTxt.Text = "添加图文回复";
this.btnPicTxt.UseVisualStyleBackColor = false;
//
// btnTxt
//
this.btnTxt.BackColor = System.Drawing.Color.Transparent;
this.btnTxt.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTxt.BackImg")));
this.btnTxt.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnTxt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnTxt.ForeColor = System.Drawing.Color.White;
this.btnTxt.IsCustomBackImg = false;
this.btnTxt.IsShowText = true;
this.btnTxt.Location = new System.Drawing.Point(9, 352);
this.btnTxt.Name = "btnTxt";
this.btnTxt.Size = new System.Drawing.Size(107, 28);
this.btnTxt.TabIndex = 3;
this.btnTxt.Text = "添加文字回复";
this.btnTxt.UseVisualStyleBackColor = false;
//
// btnAddKeyword
//
this.btnAddKeyword.BackColor = System.Drawing.Color.Transparent;
this.btnAddKeyword.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddKeyword.BackImg")));
this.btnAddKeyword.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnAddKeyword.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnAddKeyword.ForeColor = System.Drawing.Color.White;
this.btnAddKeyword.IsCustomBackImg = false;
this.btnAddKeyword.IsShowText = true;
this.btnAddKeyword.Location = new System.Drawing.Point(9, 64);
this.btnAddKeyword.Name = "btnAddKeyword";
this.btnAddKeyword.Size = new System.Drawing.Size(100, 28);
this.btnAddKeyword.TabIndex = 3;
this.btnAddKeyword.Text = "添加关键字";
this.btnAddKeyword.UseVisualStyleBackColor = false;
//
// dgvTextList
//
this.dgvTextList.AllowUserToAddRows = false;
this.dgvTextList.AllowUserToDeleteRows = false;
this.dgvTextList.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgvTextList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvTextList.BackgroundColor = System.Drawing.Color.White;
this.dgvTextList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvTextList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvTextList.ColumnHeadersHeight = 28;
this.dgvTextList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvTextList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7});
this.dgvTextList.EnableHeadersVisualStyles = false;
this.dgvTextList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvTextList.GridViewUniquelyIdentify = "_dataGridViewEx2_dataGridViewEx1_dgvTextList";
this.dgvTextList.IsCompleteBonding = false;
this.dgvTextList.IsCopyCellValue = true;
this.dgvTextList.Location = new System.Drawing.Point(6, 387);
this.dgvTextList.Name = "dgvTextList";
this.dgvTextList.RowHeadersVisible = false;
this.dgvTextList.RowTemplate.Height = 23;
this.dgvTextList.RowTemplate.ReadOnly = true;
this.dgvTextList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvTextList.Size = new System.Drawing.Size(707, 230);
this.dgvTextList.TabIndex = 2;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn3.HeaderText = "标题/内容";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.HeaderText = "消息类型";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 120;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.HeaderText = "编缉";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
this.dataGridViewTextBoxColumn6.Width = 80;
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.HeaderText = "删除";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
this.dataGridViewTextBoxColumn7.Width = 80;
//
// dgvKeywordList
//
this.dgvKeywordList.AllowUserToAddRows = false;
this.dgvKeywordList.AllowUserToDeleteRows = false;
this.dgvKeywordList.AllowUserToResizeRows = false;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
this.dgvKeywordList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvKeywordList.BackgroundColor = System.Drawing.Color.White;
this.dgvKeywordList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvKeywordList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvKeywordList.ColumnHeadersHeight = 28;
this.dgvKeywordList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvKeywordList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn5,
this.Column1});
this.dgvKeywordList.EnableHeadersVisualStyles = false;
this.dgvKeywordList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvKeywordList.GridViewUniquelyIdentify = "_dataGridViewEx2_dgvKeywordList";
this.dgvKeywordList.IsCompleteBonding = false;
this.dgvKeywordList.IsCopyCellValue = true;
this.dgvKeywordList.Location = new System.Drawing.Point(6, 94);
this.dgvKeywordList.Name = "dgvKeywordList";
this.dgvKeywordList.RowHeadersVisible = false;
this.dgvKeywordList.RowTemplate.Height = 23;
this.dgvKeywordList.RowTemplate.ReadOnly = true;
this.dgvKeywordList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvKeywordList.Size = new System.Drawing.Size(707, 230);
this.dgvKeywordList.TabIndex = 2;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn1.HeaderText = "关键字";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "匹配方式";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 120;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "编缉";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 80;
//
// Column1
//
this.Column1.HeaderText = "删除";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 80;
//
// 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(239, 358);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(363, 17);
this.labelEx2.TabIndex = 1;
this.labelEx2.Text = "最多可设置5条回复内容,若未设置“回复全部”,系统会随机回复";
//
// 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(123, 70);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(130, 17);
this.labelEx1.TabIndex = 1;
this.labelEx1.Text = "最多可设置10个关键字";
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(6, 34);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(68, 17);
this.labelEx4.TabIndex = 1;
this.labelEx4.Text = "规则名称:";
//
// frmMicroLetterAutoReply
//
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(960, 710);
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 = "frmMicroLetterAutoReply";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "微信公众号自动回复管理";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.groupBoxEx1.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.groupBoxEx2.ResumeLayout(false);
this.groupBoxEx2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvTextList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvKeywordList)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.GroupBoxEx groupBoxEx2;
private ComponentLibrary.GroupBoxEx groupBoxEx1;
private ComponentLibrary.PanelEx panelEx1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private ComponentLibrary.LabelEx labelEx4;
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 ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx1;
public ComponentLibrary.ButtonEx btnAdd;
public ComponentLibrary.ButtonEx btnDel;
public ComponentLibrary.ButtonForm btnTxt;
public ComponentLibrary.ButtonForm btnAddKeyword;
public ComponentLibrary.DataGridViewEx dgvTextList;
public ComponentLibrary.DataGridViewEx dgvKeywordList;
public System.Windows.Forms.TreeView trwRuleReplyList;
public ComponentLibrary.ButtonEx btnSave;
public ComponentLibrary.CheckBoxEx chkReplyall;
public OtherExpansion.SkinControl.SkinTextBox txtname;
public ComponentLibrary.ButtonForm btnPicTxt;
}
}