namespace 监听违规
{
partial class MainForm
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
this.cb_nickkey = new System.Windows.Forms.CheckBox();
this.cb_expelmess = new System.Windows.Forms.CheckBox();
this.cb_messkey = new System.Windows.Forms.CheckBox();
this.nd_messwords = new System.Windows.Forms.NumericUpDown();
this.nd_messrows = new System.Windows.Forms.NumericUpDown();
this.cb_messwords = new System.Windows.Forms.CheckBox();
this.cb_messrows = new System.Windows.Forms.CheckBox();
this.cb_link = new System.Windows.Forms.CheckBox();
this.cb_card = new System.Windows.Forms.CheckBox();
this.cb_qrcode = new System.Windows.Forms.CheckBox();
this.tb_expelmess = new System.Windows.Forms.RichTextBox();
this.tb_messkey = new System.Windows.Forms.RichTextBox();
this.tb_nickkey = new System.Windows.Forms.RichTextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.pageControl2 = new UI.Framework.Controls.PageControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.添加ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.button1 = new System.Windows.Forms.Button();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label3 = new System.Windows.Forms.Label();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemPictureEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
this.tb_groupid = new DevExpress.XtraEditors.TextEdit();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nd_messwords)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nd_messrows)).BeginInit();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
this.contextMenuStrip2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tb_groupid.Properties)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(870, 608);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.panel1);
this.tabPage1.Location = new System.Drawing.Point(4, 23);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(862, 581);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = " 踢 人 设 置 ";
this.tabPage1.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.separatorControl1);
this.panel1.Controls.Add(this.cb_nickkey);
this.panel1.Controls.Add(this.cb_expelmess);
this.panel1.Controls.Add(this.cb_messkey);
this.panel1.Controls.Add(this.nd_messwords);
this.panel1.Controls.Add(this.nd_messrows);
this.panel1.Controls.Add(this.cb_messwords);
this.panel1.Controls.Add(this.cb_messrows);
this.panel1.Controls.Add(this.cb_link);
this.panel1.Controls.Add(this.cb_card);
this.panel1.Controls.Add(this.cb_qrcode);
this.panel1.Controls.Add(this.tb_expelmess);
this.panel1.Controls.Add(this.tb_messkey);
this.panel1.Controls.Add(this.tb_nickkey);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(856, 575);
this.panel1.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(176, 273);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 14);
this.label2.TabIndex = 8;
this.label2.Text = "逗号分隔";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(176, 110);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 14);
this.label1.TabIndex = 8;
this.label1.Text = "逗号分隔";
//
// separatorControl1
//
this.separatorControl1.Location = new System.Drawing.Point(4, 83);
this.separatorControl1.Name = "separatorControl1";
this.separatorControl1.Size = new System.Drawing.Size(723, 23);
this.separatorControl1.TabIndex = 7;
//
// cb_nickkey
//
this.cb_nickkey.AutoSize = true;
this.cb_nickkey.Location = new System.Drawing.Point(46, 108);
this.cb_nickkey.Name = "cb_nickkey";
this.cb_nickkey.Size = new System.Drawing.Size(86, 18);
this.cb_nickkey.TabIndex = 6;
this.cb_nickkey.Text = "昵称关键词";
this.cb_nickkey.UseVisualStyleBackColor = true;
this.cb_nickkey.CheckedChanged += new System.EventHandler(this.cb_nickkey_CheckedChanged);
//
// cb_expelmess
//
this.cb_expelmess.AutoSize = true;
this.cb_expelmess.Location = new System.Drawing.Point(46, 491);
this.cb_expelmess.Name = "cb_expelmess";
this.cb_expelmess.Size = new System.Drawing.Size(132, 18);
this.cb_expelmess.TabIndex = 6;
this.cb_expelmess.Text = "踢人提示语(可为空)";
this.cb_expelmess.UseVisualStyleBackColor = true;
this.cb_expelmess.CheckedChanged += new System.EventHandler(this.cb_messkey_CheckedChanged);
//
// cb_messkey
//
this.cb_messkey.AutoSize = true;
this.cb_messkey.Location = new System.Drawing.Point(46, 271);
this.cb_messkey.Name = "cb_messkey";
this.cb_messkey.Size = new System.Drawing.Size(86, 18);
this.cb_messkey.TabIndex = 6;
this.cb_messkey.Text = "消息关键词";
this.cb_messkey.UseVisualStyleBackColor = true;
this.cb_messkey.CheckedChanged += new System.EventHandler(this.cb_messkey_CheckedChanged);
//
// nd_messwords
//
this.nd_messwords.Location = new System.Drawing.Point(511, 57);
this.nd_messwords.Maximum = new decimal(new int[] {
9999999,
0,
0,
0});
this.nd_messwords.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nd_messwords.Name = "nd_messwords";
this.nd_messwords.Size = new System.Drawing.Size(125, 22);
this.nd_messwords.TabIndex = 5;
this.nd_messwords.Value = new decimal(new int[] {
60,
0,
0,
0});
//
// nd_messrows
//
this.nd_messrows.Location = new System.Drawing.Point(511, 28);
this.nd_messrows.Maximum = new decimal(new int[] {
9999999,
0,
0,
0});
this.nd_messrows.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nd_messrows.Name = "nd_messrows";
this.nd_messrows.Size = new System.Drawing.Size(125, 22);
this.nd_messrows.TabIndex = 5;
this.nd_messrows.Value = new decimal(new int[] {
5,
0,
0,
0});
//
// cb_messwords
//
this.cb_messwords.AutoSize = true;
this.cb_messwords.Location = new System.Drawing.Point(376, 59);
this.cb_messwords.Name = "cb_messwords";
this.cb_messwords.Size = new System.Drawing.Size(134, 18);
this.cb_messwords.TabIndex = 4;
this.cb_messwords.Text = "消息大于等于多少字";
this.cb_messwords.UseVisualStyleBackColor = true;
//
// cb_messrows
//
this.cb_messrows.AutoSize = true;
this.cb_messrows.Location = new System.Drawing.Point(376, 30);
this.cb_messrows.Name = "cb_messrows";
this.cb_messrows.Size = new System.Drawing.Size(134, 18);
this.cb_messrows.TabIndex = 4;
this.cb_messrows.Text = "消息大于等于多少行";
this.cb_messrows.UseVisualStyleBackColor = true;
//
// cb_link
//
this.cb_link.AutoSize = true;
this.cb_link.Location = new System.Drawing.Point(211, 30);
this.cb_link.Name = "cb_link";
this.cb_link.Size = new System.Drawing.Size(122, 18);
this.cb_link.TabIndex = 4;
this.cb_link.Text = "发送链接、小程序";
this.cb_link.UseVisualStyleBackColor = true;
//
// cb_card
//
this.cb_card.AutoSize = true;
this.cb_card.Location = new System.Drawing.Point(46, 59);
this.cb_card.Name = "cb_card";
this.cb_card.Size = new System.Drawing.Size(62, 18);
this.cb_card.TabIndex = 4;
this.cb_card.Text = "发名片";
this.cb_card.UseVisualStyleBackColor = true;
//
// cb_qrcode
//
this.cb_qrcode.AutoSize = true;
this.cb_qrcode.Location = new System.Drawing.Point(46, 30);
this.cb_qrcode.Name = "cb_qrcode";
this.cb_qrcode.Size = new System.Drawing.Size(110, 18);
this.cb_qrcode.TabIndex = 4;
this.cb_qrcode.Text = "图片包含二维码";
this.cb_qrcode.UseVisualStyleBackColor = true;
//
// tb_expelmess
//
this.tb_expelmess.Location = new System.Drawing.Point(46, 515);
this.tb_expelmess.Name = "tb_expelmess";
this.tb_expelmess.Size = new System.Drawing.Size(652, 185);
this.tb_expelmess.TabIndex = 3;
this.tb_expelmess.Text = "";
//
// tb_messkey
//
this.tb_messkey.Location = new System.Drawing.Point(46, 295);
this.tb_messkey.Name = "tb_messkey";
this.tb_messkey.Size = new System.Drawing.Size(652, 185);
this.tb_messkey.TabIndex = 3;
this.tb_messkey.Text = "";
//
// tb_nickkey
//
this.tb_nickkey.Location = new System.Drawing.Point(46, 133);
this.tb_nickkey.Name = "tb_nickkey";
this.tb_nickkey.Size = new System.Drawing.Size(652, 127);
this.tb_nickkey.TabIndex = 2;
this.tb_nickkey.Text = "";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.pageControl2);
this.tabPage2.Controls.Add(this.gridControl1);
this.tabPage2.Controls.Add(this.simpleButton1);
this.tabPage2.Controls.Add(this.comboBoxEdit1);
this.tabPage2.Controls.Add(this.textEdit1);
this.tabPage2.Location = new System.Drawing.Point(4, 23);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(862, 581);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = " 黑 白 名 单 列 表 ";
this.tabPage2.UseVisualStyleBackColor = true;
//
// pageControl2
//
this.pageControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pageControl2.Location = new System.Drawing.Point(3, 545);
this.pageControl2.Name = "pageControl2";
this.pageControl2.Size = new System.Drawing.Size(856, 33);
this.pageControl2.TabIndex = 10;
//
// gridControl1
//
this.gridControl1.ContextMenuStrip = this.contextMenuStrip1;
this.gridControl1.Location = new System.Drawing.Point(5, 75);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(728, 402);
this.gridControl1.TabIndex = 9;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.添加ToolStripMenuItem,
this.删除ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
//
// 添加ToolStripMenuItem
//
this.添加ToolStripMenuItem.Name = "添加ToolStripMenuItem";
this.添加ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.添加ToolStripMenuItem.Text = "添加";
this.添加ToolStripMenuItem.Click += new System.EventHandler(this.添加ToolStripMenuItem_Click);
//
// 删除ToolStripMenuItem
//
this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.删除ToolStripMenuItem.Text = "删除";
this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Appearance.Row.Options.UseTextOptions = true;
this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn14,
this.gridColumn21,
this.gridColumn33});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.ReadOnly = true;
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView1_CustomUnboundColumnData);
//
// gridColumn14
//
this.gridColumn14.Caption = "微信ID";
this.gridColumn14.FieldName = "wxid";
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 0;
this.gridColumn14.Width = 194;
//
// gridColumn21
//
this.gridColumn21.Caption = "微信昵称";
this.gridColumn21.FieldName = "nick_name";
this.gridColumn21.Name = "gridColumn21";
this.gridColumn21.OptionsColumn.AllowEdit = false;
this.gridColumn21.Visible = true;
this.gridColumn21.VisibleIndex = 1;
this.gridColumn21.Width = 198;
//
// gridColumn33
//
this.gridColumn33.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn33.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn33.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn33.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn33.Caption = "用户状态";
this.gridColumn33.DisplayFormat.FormatString = "{0}";
this.gridColumn33.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
this.gridColumn33.FieldName = "ssss";
this.gridColumn33.Name = "gridColumn33";
this.gridColumn33.OptionsColumn.AllowEdit = false;
this.gridColumn33.OptionsColumn.AllowFocus = false;
this.gridColumn33.UnboundType = DevExpress.Data.UnboundColumnType.String;
this.gridColumn33.Visible = true;
this.gridColumn33.VisibleIndex = 2;
this.gridColumn33.Width = 199;
//
// simpleButton1
//
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(452, 27);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(96, 31);
this.simpleButton1.TabIndex = 8;
this.simpleButton1.Text = "搜 索";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// comboBoxEdit1
//
this.comboBoxEdit1.EditValue = "全部状态";
this.comboBoxEdit1.Location = new System.Drawing.Point(336, 32);
this.comboBoxEdit1.Name = "comboBoxEdit1";
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
"全部状态",
"黑名单",
"白名单"});
this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBoxEdit1.Size = new System.Drawing.Size(92, 20);
this.comboBoxEdit1.TabIndex = 7;
this.comboBoxEdit1.Tag = "comboboxedit";
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(138, 32);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(182, 20);
this.textEdit1.TabIndex = 6;
this.textEdit1.Tag = "textedit";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.button1);
this.tabPage3.Location = new System.Drawing.Point(4, 23);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(862, 581);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = " 临 时 导 入 ";
this.tabPage3.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(173, 111);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(403, 118);
this.button1.TabIndex = 0;
this.button1.Text = " 导 入 外 部 数 据 ";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.linkLabel1);
this.tabPage4.Controls.Add(this.label3);
this.tabPage4.Controls.Add(this.gridControl2);
this.tabPage4.Controls.Add(this.simpleButton2);
this.tabPage4.Controls.Add(this.comboBoxEdit2);
this.tabPage4.Controls.Add(this.tb_groupid);
this.tabPage4.Location = new System.Drawing.Point(4, 23);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(862, 581);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = " 数 据 统 计 ";
this.tabPage4.UseVisualStyleBackColor = true;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(506, 31);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(91, 14);
this.linkLabel1.TabIndex = 15;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "刷新机器人列表";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(77, 31);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(40, 14);
this.label3.TabIndex = 14;
this.label3.Text = "群id:";
//
// gridControl2
//
this.gridControl2.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.gridControl2.ContextMenuStrip = this.contextMenuStrip2;
this.gridControl2.Location = new System.Drawing.Point(2, 73);
this.gridControl2.MainView = this.gridView2;
this.gridControl2.Name = "gridControl2";
this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemPictureEdit1,
this.repositoryItemPictureEdit2,
this.repositoryItemPictureEdit3});
this.gridControl2.Size = new System.Drawing.Size(807, 408);
this.gridControl2.TabIndex = 13;
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1});
this.contextMenuStrip2.Name = "contextMenuStrip1";
this.contextMenuStrip2.Size = new System.Drawing.Size(149, 26);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
this.toolStripMenuItem1.Text = "踢出选中用户";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// gridView2
//
this.gridView2.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView2.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView2.Appearance.Row.Options.UseTextOptions = true;
this.gridView2.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn6,
this.gridColumn4,
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn5,
this.gridColumn7,
this.gridColumn8});
this.gridView2.GridControl = this.gridControl2;
this.gridView2.Name = "gridView2";
this.gridView2.OptionsBehavior.ReadOnly = true;
this.gridView2.OptionsSelection.MultiSelect = true;
this.gridView2.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
this.gridView2.OptionsView.ColumnAutoWidth = false;
this.gridView2.OptionsView.ShowGroupPanel = false;
this.gridView2.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView2_CustomUnboundColumnData);
//
// gridColumn6
//
this.gridColumn6.Caption = "序号";
this.gridColumn6.FieldName = "id";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 1;
this.gridColumn6.Width = 50;
//
// gridColumn4
//
this.gridColumn4.Caption = "_";
this.gridColumn4.ColumnEdit = this.repositoryItemPictureEdit2;
this.gridColumn4.FieldName = "ddd";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.UnboundType = DevExpress.Data.UnboundColumnType.Object;
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 2;
this.gridColumn4.Width = 25;
//
// repositoryItemPictureEdit2
//
this.repositoryItemPictureEdit2.CustomHeight = 100;
this.repositoryItemPictureEdit2.Name = "repositoryItemPictureEdit2";
this.repositoryItemPictureEdit2.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
//
// gridColumn1
//
this.gridColumn1.Caption = "用户信息";
this.gridColumn1.FieldName = "gridColumn1";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.UnboundType = DevExpress.Data.UnboundColumnType.String;
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 3;
this.gridColumn1.Width = 163;
//
// gridColumn2
//
this.gridColumn2.Caption = "邀请人数";
this.gridColumn2.FieldName = "InviterNum";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.OptionsColumn.AllowEdit = false;
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 4;
this.gridColumn2.Width = 82;
//
// gridColumn3
//
this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn3.Caption = "__";
this.gridColumn3.ColumnEdit = this.repositoryItemPictureEdit3;
this.gridColumn3.FieldName = "ffff";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.OptionsColumn.AllowEdit = false;
this.gridColumn3.OptionsColumn.AllowFocus = false;
this.gridColumn3.UnboundType = DevExpress.Data.UnboundColumnType.Object;
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 5;
this.gridColumn3.Width = 25;
//
// repositoryItemPictureEdit3
//
this.repositoryItemPictureEdit3.CustomHeight = 100;
this.repositoryItemPictureEdit3.Name = "repositoryItemPictureEdit3";
this.repositoryItemPictureEdit3.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
//
// gridColumn5
//
this.gridColumn5.Caption = "被谁拉进的群";
this.gridColumn5.FieldName = "gridColumn5";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.UnboundType = DevExpress.Data.UnboundColumnType.String;
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 6;
this.gridColumn5.Width = 192;
//
// gridColumn7
//
this.gridColumn7.Caption = "状态";
this.gridColumn7.FieldName = "sss";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.UnboundType = DevExpress.Data.UnboundColumnType.Object;
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 7;
this.gridColumn7.Width = 56;
//
// gridColumn8
//
this.gridColumn8.Caption = "最后发言时间";
this.gridColumn8.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn8.FieldName = "upd_tiem";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 8;
this.gridColumn8.Width = 148;
//
// repositoryItemPictureEdit1
//
this.repositoryItemPictureEdit1.CustomHeight = 100;
this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
this.repositoryItemPictureEdit1.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
//
// simpleButton2
//
this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
this.simpleButton2.Location = new System.Drawing.Point(687, 23);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(96, 31);
this.simpleButton2.TabIndex = 12;
this.simpleButton2.Text = "搜 索";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// comboBoxEdit2
//
this.comboBoxEdit2.EditValue = "请选择对应机器人";
this.comboBoxEdit2.Location = new System.Drawing.Point(335, 28);
this.comboBoxEdit2.Name = "comboBoxEdit2";
this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
"请选择对应机器人"});
this.comboBoxEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBoxEdit2.Size = new System.Drawing.Size(169, 20);
this.comboBoxEdit2.TabIndex = 11;
this.comboBoxEdit2.Tag = "comboboxedit";
//
// tb_groupid
//
this.tb_groupid.Location = new System.Drawing.Point(123, 28);
this.tb_groupid.Name = "tb_groupid";
this.tb_groupid.Size = new System.Drawing.Size(196, 20);
this.tb_groupid.TabIndex = 10;
this.tb_groupid.Tag = "textedit";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(870, 608);
this.Controls.Add(this.tabControl1);
this.Name = "MainForm";
this.Text = "主程序";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nd_messwords)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nd_messrows)).EndInit();
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
this.contextMenuStrip2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tb_groupid.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.CheckBox cb_link;
private System.Windows.Forms.CheckBox cb_card;
private System.Windows.Forms.CheckBox cb_qrcode;
private System.Windows.Forms.RichTextBox tb_messkey;
private System.Windows.Forms.RichTextBox tb_nickkey;
private System.Windows.Forms.CheckBox cb_messkey;
private System.Windows.Forms.NumericUpDown nd_messwords;
private System.Windows.Forms.NumericUpDown nd_messrows;
private System.Windows.Forms.CheckBox cb_messwords;
private System.Windows.Forms.CheckBox cb_messrows;
private System.Windows.Forms.CheckBox cb_nickkey;
private DevExpress.XtraEditors.SeparatorControl separatorControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
private DevExpress.XtraEditors.TextEdit textEdit1;
private UI.Framework.Controls.PageControl pageControl2;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn33;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 添加ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RichTextBox tb_expelmess;
private System.Windows.Forms.CheckBox cb_expelmess;
private System.Windows.Forms.TabPage tabPage4;
private DevExpress.XtraGrid.GridControl gridControl2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit2;
private DevExpress.XtraEditors.TextEdit tb_groupid;
private System.Windows.Forms.Label label3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit2;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private System.Windows.Forms.LinkLabel linkLabel1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
}
}