加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Form1.Designer.cs 10.22 KB
一键复制 编辑 原始数据 按行查看 历史
村z书 提交于 2021-05-22 19:10 . 2021
namespace TestWechat
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.LogMessageBox = new System.Windows.Forms.TextBox();
this.buttonStartWeixin = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button5 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.textBox4 = new System.Windows.Forms.TextBox();
this.button12 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// LogMessageBox
//
this.LogMessageBox.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.LogMessageBox.Location = new System.Drawing.Point(12, 121);
this.LogMessageBox.Multiline = true;
this.LogMessageBox.Name = "LogMessageBox";
this.LogMessageBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.LogMessageBox.Size = new System.Drawing.Size(917, 309);
this.LogMessageBox.TabIndex = 0;
//
// buttonStartWeixin
//
this.buttonStartWeixin.Location = new System.Drawing.Point(13, 13);
this.buttonStartWeixin.Name = "buttonStartWeixin";
this.buttonStartWeixin.Size = new System.Drawing.Size(75, 23);
this.buttonStartWeixin.TabIndex = 1;
this.buttonStartWeixin.Text = "启动微信";
this.buttonStartWeixin.UseVisualStyleBackColor = true;
this.buttonStartWeixin.Click += new System.EventHandler(this.buttonStartWeixin_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(249, 13);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(106, 23);
this.button2.TabIndex = 3;
this.button2.Text = "关闭";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(266, 54);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(106, 23);
this.button3.TabIndex = 4;
this.button3.Text = "开启指定id回复";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(388, 54);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(106, 23);
this.button4.TabIndex = 5;
this.button4.Text = "关闭所有";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(89, 54);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(171, 21);
this.textBox1.TabIndex = 6;
//
// button5
//
this.button5.Location = new System.Drawing.Point(388, 12);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(106, 23);
this.button5.TabIndex = 7;
this.button5.Text = "清空数据";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 59);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 12;
this.label1.Text = "聊天房间id";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(304, 87);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(171, 21);
this.textBox2.TabIndex = 13;
this.textBox2.Text = "1";
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 90);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(239, 12);
this.label2.TabIndex = 14;
this.label2.Text = "默认机器人(0全部 1,2,3为机器人编号)";
//
// button10
//
this.button10.Location = new System.Drawing.Point(711, 87);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(106, 23);
this.button10.TabIndex = 15;
this.button10.Text = "开启故事";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(823, 87);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(106, 23);
this.button11.TabIndex = 17;
this.button11.Text = "关闭故事";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(121, 440);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(100, 21);
this.textBox4.TabIndex = 18;
//
// button12
//
this.button12.Location = new System.Drawing.Point(249, 440);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(75, 23);
this.button12.TabIndex = 19;
this.button12.Text = "提醒早睡";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(941, 473);
this.Controls.Add(this.button12);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.button11);
this.Controls.Add(this.button10);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label1);
this.Controls.Add(this.button5);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.buttonStartWeixin);
this.Controls.Add(this.LogMessageBox);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "微信自动回复";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox LogMessageBox;
private System.Windows.Forms.Button buttonStartWeixin;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Button button12;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化