FormMultiInstance.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace RevokeMsgPatcher.MultiInstance
  2. {
  3. partial class FormMultiInstance
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.txtPath = new System.Windows.Forms.TextBox();
  29. this.lblPathTag = new System.Windows.Forms.Label();
  30. this.btnChoosePath = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.startNum = new System.Windows.Forms.NumericUpDown();
  34. this.btnStart = new System.Windows.Forms.Button();
  35. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. ((System.ComponentModel.ISupportInitialize)(this.startNum)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // txtPath
  42. //
  43. this.txtPath.Location = new System.Drawing.Point(86, 60);
  44. this.txtPath.Name = "txtPath";
  45. this.txtPath.Size = new System.Drawing.Size(332, 21);
  46. this.txtPath.TabIndex = 7;
  47. //
  48. // lblPathTag
  49. //
  50. this.lblPathTag.AutoSize = true;
  51. this.lblPathTag.Location = new System.Drawing.Point(15, 63);
  52. this.lblPathTag.Name = "lblPathTag";
  53. this.lblPathTag.Size = new System.Drawing.Size(65, 12);
  54. this.lblPathTag.TabIndex = 6;
  55. this.lblPathTag.Text = "微信路径:";
  56. //
  57. // btnChoosePath
  58. //
  59. this.btnChoosePath.Location = new System.Drawing.Point(424, 59);
  60. this.btnChoosePath.Name = "btnChoosePath";
  61. this.btnChoosePath.Size = new System.Drawing.Size(36, 23);
  62. this.btnChoosePath.TabIndex = 8;
  63. this.btnChoosePath.Text = "...";
  64. this.btnChoosePath.UseVisualStyleBackColor = true;
  65. this.btnChoosePath.Click += new System.EventHandler(this.btnChoosePath_Click);
  66. //
  67. // label1
  68. //
  69. this.label1.AutoSize = true;
  70. this.label1.Location = new System.Drawing.Point(84, 151);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(293, 24);
  73. this.label1.TabIndex = 9;
  74. this.label1.Text = "只要我打开微信的速度足够快,我就多开无限个微信。\r\n我为什么能手动双开微信,别问,问就是手速快。";
  75. //
  76. // label2
  77. //
  78. this.label2.AutoSize = true;
  79. this.label2.Location = new System.Drawing.Point(15, 95);
  80. this.label2.Name = "label2";
  81. this.label2.Size = new System.Drawing.Size(65, 12);
  82. this.label2.TabIndex = 11;
  83. this.label2.Text = "多开个数:";
  84. //
  85. // startNum
  86. //
  87. this.startNum.Location = new System.Drawing.Point(86, 91);
  88. this.startNum.Maximum = new decimal(new int[] {
  89. 1000,
  90. 0,
  91. 0,
  92. 0});
  93. this.startNum.Minimum = new decimal(new int[] {
  94. 2,
  95. 0,
  96. 0,
  97. 0});
  98. this.startNum.Name = "startNum";
  99. this.startNum.Size = new System.Drawing.Size(55, 21);
  100. this.startNum.TabIndex = 12;
  101. this.startNum.Value = new decimal(new int[] {
  102. 2,
  103. 0,
  104. 0,
  105. 0});
  106. //
  107. // btnStart
  108. //
  109. this.btnStart.Location = new System.Drawing.Point(369, 91);
  110. this.btnStart.Name = "btnStart";
  111. this.btnStart.Size = new System.Drawing.Size(91, 23);
  112. this.btnStart.TabIndex = 13;
  113. this.btnStart.Text = "点击启动!";
  114. this.btnStart.UseVisualStyleBackColor = true;
  115. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  116. //
  117. // linkLabel1
  118. //
  119. this.linkLabel1.AutoSize = true;
  120. this.linkLabel1.Location = new System.Drawing.Point(284, 95);
  121. this.linkLabel1.Name = "linkLabel1";
  122. this.linkLabel1.Size = new System.Drawing.Size(41, 12);
  123. this.linkLabel1.TabIndex = 15;
  124. this.linkLabel1.TabStop = true;
  125. this.linkLabel1.Text = "GitHub";
  126. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
  127. //
  128. // label3
  129. //
  130. this.label3.AutoSize = true;
  131. this.label3.Location = new System.Drawing.Point(177, 95);
  132. this.label3.Name = "label3";
  133. this.label3.Size = new System.Drawing.Size(101, 12);
  134. this.label3.TabIndex = 14;
  135. this.label3.Text = "软件主页(开源):";
  136. //
  137. // label4
  138. //
  139. this.label4.AutoSize = true;
  140. this.label4.Location = new System.Drawing.Point(12, 9);
  141. this.label4.Name = "label4";
  142. this.label4.Size = new System.Drawing.Size(323, 36);
  143. this.label4.TabIndex = 16;
  144. this.label4.Text = "注意:\r\n1. 使用本程序多开前不能存在正在运行的微信进程。\r\n2. 多开的成功率取决于你的机器性能,不保证每次都能成功";
  145. //
  146. // FormMultiInstance
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(472, 133);
  151. this.Controls.Add(this.label4);
  152. this.Controls.Add(this.linkLabel1);
  153. this.Controls.Add(this.label3);
  154. this.Controls.Add(this.btnStart);
  155. this.Controls.Add(this.startNum);
  156. this.Controls.Add(this.label2);
  157. this.Controls.Add(this.label1);
  158. this.Controls.Add(this.txtPath);
  159. this.Controls.Add(this.lblPathTag);
  160. this.Controls.Add(this.btnChoosePath);
  161. this.Name = "FormMultiInstance";
  162. this.Text = "微信多开小工具";
  163. ((System.ComponentModel.ISupportInitialize)(this.startNum)).EndInit();
  164. this.ResumeLayout(false);
  165. this.PerformLayout();
  166. }
  167. #endregion
  168. private System.Windows.Forms.TextBox txtPath;
  169. private System.Windows.Forms.Label lblPathTag;
  170. private System.Windows.Forms.Button btnChoosePath;
  171. private System.Windows.Forms.Label label1;
  172. private System.Windows.Forms.Label label2;
  173. private System.Windows.Forms.NumericUpDown startNum;
  174. private System.Windows.Forms.Button btnStart;
  175. private System.Windows.Forms.LinkLabel linkLabel1;
  176. private System.Windows.Forms.Label label3;
  177. private System.Windows.Forms.Label label4;
  178. }
  179. }