namespace PCRobot
{
partial class PCRobotForm
{
///
/// 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(PCRobotForm));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label7 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.删除微信ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.button7 = new System.Windows.Forms.Button();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.label6 = new System.Windows.Forms.Label();
this.status = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.易转发 = new System.Windows.Forms.NotifyIcon(this.components);
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label5 = new System.Windows.Forms.Label();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(635, 394);
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.button6);
this.tabPage1.Controls.Add(this.button5);
this.tabPage1.Controls.Add(this.button8);
this.tabPage1.Controls.Add(this.button4);
this.tabPage1.Controls.Add(this.button3);
this.tabPage1.Controls.Add(this.button2);
this.tabPage1.Controls.Add(this.listView1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(627, 368);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "微信客户端";
this.tabPage1.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(185, 183);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(240, 16);
this.label7.TabIndex = 6;
this.label7.Text = "正在识别已登录微信,请稍等....";
this.label7.Visible = false;
//
// button6
//
this.button6.Location = new System.Drawing.Point(498, 12);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(104, 27);
this.button6.TabIndex = 5;
this.button6.Text = "打开软件目录";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(107, 12);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(88, 27);
this.button5.TabIndex = 4;
this.button5.Text = "企业微信登陆";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(401, 12);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(88, 27);
this.button8.TabIndex = 3;
this.button8.Text = "清理系统缓存";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(304, 12);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(88, 27);
this.button4.TabIndex = 3;
this.button4.Text = "检查更新";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(206, 12);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(88, 27);
this.button3.TabIndex = 2;
this.button3.Text = "全部退出登陆";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(12, 12);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(88, 27);
this.button2.TabIndex = 1;
this.button2.Text = "个人微信登陆";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader5,
this.columnHeader2,
this.columnHeader3,
this.columnHeader6,
this.columnHeader4,
this.columnHeader1});
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(3, 53);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(620, 311);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// columnHeader5
//
this.columnHeader5.Text = "序号";
this.columnHeader5.Width = 40;
//
// columnHeader2
//
this.columnHeader2.Text = "微信ID";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader2.Width = 130;
//
// columnHeader3
//
this.columnHeader3.Text = "微信昵称";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader3.Width = 200;
//
// columnHeader6
//
this.columnHeader6.Text = "类型";
this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// columnHeader4
//
this.columnHeader4.Text = "版本号";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader4.Width = 120;
//
// columnHeader1
//
this.columnHeader1.Text = "协议";
this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.删除微信ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26);
//
// 删除微信ToolStripMenuItem
//
this.删除微信ToolStripMenuItem.Name = "删除微信ToolStripMenuItem";
this.删除微信ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.删除微信ToolStripMenuItem.Text = "删除微信";
this.删除微信ToolStripMenuItem.Click += new System.EventHandler(this.删除微信ToolStripMenuItem_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Controls.Add(this.button1);
this.tabPage2.Controls.Add(this.groupBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(627, 368);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "设置";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.checkBox1);
this.groupBox2.Location = new System.Drawing.Point(545, 61);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(407, 64);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "其他设置";
this.groupBox2.Visible = false;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(35, 29);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(300, 16);
this.checkBox1.TabIndex = 7;
this.checkBox1.Text = "开启防微信消息延迟功能(注:模拟用户发送消息)";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(160, 288);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(306, 33);
this.button1.TabIndex = 6;
this.button1.Text = "连接服务器";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(105, 47);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(407, 207);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "通信設置";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(80, 143);
this.textBox3.Name = "textBox3";
this.textBox3.PasswordChar = '*';
this.textBox3.Size = new System.Drawing.Size(249, 21);
this.textBox3.TabIndex = 5;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(80, 94);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(249, 21);
this.textBox2.TabIndex = 4;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(80, 44);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(249, 21);
this.textBox1.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(33, 146);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "秘钥:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(33, 97);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "端口:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(45, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "IP:";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.checkBox2);
this.tabPage3.Controls.Add(this.button7);
this.tabPage3.Controls.Add(this.richTextBox1);
this.tabPage3.Controls.Add(this.label6);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(627, 368);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "隐藏设置";
this.tabPage3.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(75, 175);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(132, 16);
this.checkBox2.TabIndex = 3;
this.checkBox2.Text = "自动处理会话为已读";
this.checkBox2.UseVisualStyleBackColor = true;
//
// button7
//
this.button7.Location = new System.Drawing.Point(222, 328);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(141, 34);
this.button7.TabIndex = 2;
this.button7.Text = "应用并保存";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(23, 44);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(541, 93);
this.richTextBox1.TabIndex = 1;
this.richTextBox1.Text = "";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(22, 27);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(125, 12);
this.label6.TabIndex = 0;
this.label6.Text = "允许接收的消息类型:";
//
// status
//
this.status.Location = new System.Drawing.Point(60, 397);
this.status.Name = "status";
this.status.Size = new System.Drawing.Size(399, 21);
this.status.TabIndex = 4;
this.status.Text = "准备就绪";
this.status.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(2, 400);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(52, 14);
this.label4.TabIndex = 3;
this.label4.Text = "状态:";
//
// 易转发
//
this.易转发.Icon = ((System.Drawing.Icon)(resources.GetObject("易转发.Icon")));
this.易转发.Text = "易转发 - 双击我显示窗口";
this.易转发.DoubleClick += new System.EventHandler(this.易转发_DoubleClick);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 77000000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(464, 402);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 5;
this.label5.Text = "label5";
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 6000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// PCRobotForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(635, 422);
this.Controls.Add(this.label5);
this.Controls.Add(this.status);
this.Controls.Add(this.label4);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "PCRobotForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " ";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PCRobotForm_FormClosing);
this.Load += new System.EventHandler(this.PCRobotForm_Load);
this.SizeChanged += new System.EventHandler(this.PCRobotForm_SizeChanged);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PCRobotForm_MouseDown);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label status;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NotifyIcon 易转发;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 删除微信ToolStripMenuItem;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.GroupBox groupBox2;
}
}