FormMain.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. namespace RevokeMsgPatcher
  2. {
  3. partial class FormMain
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  29. this.lblPathTag = new System.Windows.Forms.Label();
  30. this.btnPatch = new System.Windows.Forms.Button();
  31. this.txtPath = new System.Windows.Forms.TextBox();
  32. this.btnChoosePath = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  35. this.btnRestore = new System.Windows.Forms.Button();
  36. this.lblUpdatePachJson = new System.Windows.Forms.Label();
  37. this.lblVersion = new System.Windows.Forms.Label();
  38. this.lblVersionTag = new System.Windows.Forms.Label();
  39. this.rbtWechat = new System.Windows.Forms.RadioButton();
  40. this.rbtQQ = new System.Windows.Forms.RadioButton();
  41. this.rbtTIM = new System.Windows.Forms.RadioButton();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.panelMask = new System.Windows.Forms.Panel();
  44. this.rbtQQLite = new System.Windows.Forms.RadioButton();
  45. this.SuspendLayout();
  46. //
  47. // lblPathTag
  48. //
  49. this.lblPathTag.AutoSize = true;
  50. this.lblPathTag.Location = new System.Drawing.Point(12, 34);
  51. this.lblPathTag.Name = "lblPathTag";
  52. this.lblPathTag.Size = new System.Drawing.Size(65, 12);
  53. this.lblPathTag.TabIndex = 1;
  54. this.lblPathTag.Text = "应用路径:";
  55. //
  56. // btnPatch
  57. //
  58. this.btnPatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  59. this.btnPatch.Location = new System.Drawing.Point(372, 56);
  60. this.btnPatch.Name = "btnPatch";
  61. this.btnPatch.Size = new System.Drawing.Size(102, 23);
  62. this.btnPatch.TabIndex = 3;
  63. this.btnPatch.Text = "点我防撤回!";
  64. this.btnPatch.UseVisualStyleBackColor = true;
  65. this.btnPatch.Click += new System.EventHandler(this.btnPatch_Click);
  66. //
  67. // txtPath
  68. //
  69. this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.txtPath.Location = new System.Drawing.Point(82, 29);
  72. this.txtPath.Name = "txtPath";
  73. this.txtPath.Size = new System.Drawing.Size(352, 21);
  74. this.txtPath.TabIndex = 4;
  75. this.txtPath.TextChanged += new System.EventHandler(this.txtPath_TextChanged);
  76. //
  77. // btnChoosePath
  78. //
  79. this.btnChoosePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  80. this.btnChoosePath.Location = new System.Drawing.Point(440, 27);
  81. this.btnChoosePath.Name = "btnChoosePath";
  82. this.btnChoosePath.Size = new System.Drawing.Size(34, 23);
  83. this.btnChoosePath.TabIndex = 5;
  84. this.btnChoosePath.Text = "...";
  85. this.btnChoosePath.UseVisualStyleBackColor = true;
  86. this.btnChoosePath.Click += new System.EventHandler(this.btnChoosePath_Click);
  87. //
  88. // label1
  89. //
  90. this.label1.AutoSize = true;
  91. this.label1.Location = new System.Drawing.Point(12, 87);
  92. this.label1.Name = "label1";
  93. this.label1.Size = new System.Drawing.Size(101, 12);
  94. this.label1.TabIndex = 6;
  95. this.label1.Text = "软件主页(开源):";
  96. //
  97. // linkLabel1
  98. //
  99. this.linkLabel1.AutoSize = true;
  100. this.linkLabel1.Location = new System.Drawing.Point(119, 87);
  101. this.linkLabel1.Name = "linkLabel1";
  102. this.linkLabel1.Size = new System.Drawing.Size(41, 12);
  103. this.linkLabel1.TabIndex = 7;
  104. this.linkLabel1.TabStop = true;
  105. this.linkLabel1.Text = "GitHub";
  106. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
  107. //
  108. // btnRestore
  109. //
  110. this.btnRestore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  111. this.btnRestore.Location = new System.Drawing.Point(264, 56);
  112. this.btnRestore.Name = "btnRestore";
  113. this.btnRestore.Size = new System.Drawing.Size(102, 23);
  114. this.btnRestore.TabIndex = 8;
  115. this.btnRestore.Text = "备份还原";
  116. this.btnRestore.UseVisualStyleBackColor = true;
  117. this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);
  118. //
  119. // lblUpdatePachJson
  120. //
  121. this.lblUpdatePachJson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  122. this.lblUpdatePachJson.Cursor = System.Windows.Forms.Cursors.Hand;
  123. this.lblUpdatePachJson.ForeColor = System.Drawing.SystemColors.Highlight;
  124. this.lblUpdatePachJson.Location = new System.Drawing.Point(166, 89);
  125. this.lblUpdatePachJson.Name = "lblUpdatePachJson";
  126. this.lblUpdatePachJson.Size = new System.Drawing.Size(308, 12);
  127. this.lblUpdatePachJson.TabIndex = 9;
  128. this.lblUpdatePachJson.Text = "[ 获取最新补丁信息中... ]";
  129. this.lblUpdatePachJson.TextAlign = System.Drawing.ContentAlignment.TopRight;
  130. this.lblUpdatePachJson.Click += new System.EventHandler(this.lblUpdatePachJson_Click);
  131. //
  132. // lblVersion
  133. //
  134. this.lblVersion.AutoSize = true;
  135. this.lblVersion.Location = new System.Drawing.Point(83, 61);
  136. this.lblVersion.Name = "lblVersion";
  137. this.lblVersion.Size = new System.Drawing.Size(0, 12);
  138. this.lblVersion.TabIndex = 10;
  139. //
  140. // lblVersionTag
  141. //
  142. this.lblVersionTag.AutoSize = true;
  143. this.lblVersionTag.Location = new System.Drawing.Point(12, 61);
  144. this.lblVersionTag.Name = "lblVersionTag";
  145. this.lblVersionTag.Size = new System.Drawing.Size(65, 12);
  146. this.lblVersionTag.TabIndex = 9;
  147. this.lblVersionTag.Text = "当前版本:";
  148. //
  149. // rbtWechat
  150. //
  151. this.rbtWechat.AutoSize = true;
  152. this.rbtWechat.Checked = true;
  153. this.rbtWechat.Location = new System.Drawing.Point(82, 7);
  154. this.rbtWechat.Name = "rbtWechat";
  155. this.rbtWechat.Size = new System.Drawing.Size(47, 16);
  156. this.rbtWechat.TabIndex = 12;
  157. this.rbtWechat.TabStop = true;
  158. this.rbtWechat.Text = "微信";
  159. this.rbtWechat.UseVisualStyleBackColor = true;
  160. this.rbtWechat.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);
  161. //
  162. // rbtQQ
  163. //
  164. this.rbtQQ.AutoSize = true;
  165. this.rbtQQ.Location = new System.Drawing.Point(140, 7);
  166. this.rbtQQ.Name = "rbtQQ";
  167. this.rbtQQ.Size = new System.Drawing.Size(35, 16);
  168. this.rbtQQ.TabIndex = 13;
  169. this.rbtQQ.Text = "QQ";
  170. this.rbtQQ.UseVisualStyleBackColor = true;
  171. this.rbtQQ.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);
  172. //
  173. // rbtTIM
  174. //
  175. this.rbtTIM.AutoSize = true;
  176. this.rbtTIM.Location = new System.Drawing.Point(186, 7);
  177. this.rbtTIM.Name = "rbtTIM";
  178. this.rbtTIM.Size = new System.Drawing.Size(41, 16);
  179. this.rbtTIM.TabIndex = 14;
  180. this.rbtTIM.Text = "TIM";
  181. this.rbtTIM.UseVisualStyleBackColor = true;
  182. this.rbtTIM.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);
  183. //
  184. // label5
  185. //
  186. this.label5.AutoSize = true;
  187. this.label5.Location = new System.Drawing.Point(12, 9);
  188. this.label5.Name = "label5";
  189. this.label5.Size = new System.Drawing.Size(65, 12);
  190. this.label5.TabIndex = 16;
  191. this.label5.Text = "选择应用:";
  192. //
  193. // panelMask
  194. //
  195. this.panelMask.Location = new System.Drawing.Point(140, 127);
  196. this.panelMask.Name = "panelMask";
  197. this.panelMask.Size = new System.Drawing.Size(157, 58);
  198. this.panelMask.TabIndex = 17;
  199. this.panelMask.Visible = false;
  200. //
  201. // rbtQQLite
  202. //
  203. this.rbtQQLite.AutoSize = true;
  204. this.rbtQQLite.Location = new System.Drawing.Point(235, 7);
  205. this.rbtQQLite.Name = "rbtQQLite";
  206. this.rbtQQLite.Size = new System.Drawing.Size(71, 16);
  207. this.rbtQQLite.TabIndex = 18;
  208. this.rbtQQLite.Text = "QQ轻聊版";
  209. this.rbtQQLite.UseVisualStyleBackColor = true;
  210. //
  211. // FormMain
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.ClientSize = new System.Drawing.Size(490, 110);
  216. this.Controls.Add(this.rbtQQLite);
  217. this.Controls.Add(this.lblUpdatePachJson);
  218. this.Controls.Add(this.panelMask);
  219. this.Controls.Add(this.lblVersion);
  220. this.Controls.Add(this.lblVersionTag);
  221. this.Controls.Add(this.label5);
  222. this.Controls.Add(this.txtPath);
  223. this.Controls.Add(this.rbtTIM);
  224. this.Controls.Add(this.lblPathTag);
  225. this.Controls.Add(this.rbtQQ);
  226. this.Controls.Add(this.btnRestore);
  227. this.Controls.Add(this.rbtWechat);
  228. this.Controls.Add(this.btnPatch);
  229. this.Controls.Add(this.btnChoosePath);
  230. this.Controls.Add(this.linkLabel1);
  231. this.Controls.Add(this.label1);
  232. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  233. this.MinimumSize = new System.Drawing.Size(506, 149);
  234. this.Name = "FormMain";
  235. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  236. this.Text = "微信/QQ/TIM防撤回补丁";
  237. this.Load += new System.EventHandler(this.FormMain_Load);
  238. this.ResumeLayout(false);
  239. this.PerformLayout();
  240. }
  241. #endregion
  242. private System.Windows.Forms.Label lblPathTag;
  243. private System.Windows.Forms.Button btnPatch;
  244. private System.Windows.Forms.TextBox txtPath;
  245. private System.Windows.Forms.Button btnChoosePath;
  246. private System.Windows.Forms.Label label1;
  247. private System.Windows.Forms.LinkLabel linkLabel1;
  248. private System.Windows.Forms.Button btnRestore;
  249. private System.Windows.Forms.Label lblUpdatePachJson;
  250. private System.Windows.Forms.Label lblVersion;
  251. private System.Windows.Forms.Label lblVersionTag;
  252. private System.Windows.Forms.RadioButton rbtWechat;
  253. private System.Windows.Forms.RadioButton rbtQQ;
  254. private System.Windows.Forms.RadioButton rbtTIM;
  255. private System.Windows.Forms.Label label5;
  256. private System.Windows.Forms.Panel panelMask;
  257. private System.Windows.Forms.RadioButton rbtQQLite;
  258. }
  259. }