FormDemo.Designer.cs 81 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763
  1. namespace IPADDemo
  2. {
  3. partial class FormDemo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDemo));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.tabControl1 = new System.Windows.Forms.TabControl();
  33. this.tabPage1 = new System.Windows.Forms.TabPage();
  34. this.button24 = new System.Windows.Forms.Button();
  35. this.txt_linkImgUrl = new System.Windows.Forms.TextBox();
  36. this.label28 = new System.Windows.Forms.Label();
  37. this.txt_linkUrl = new System.Windows.Forms.TextBox();
  38. this.label27 = new System.Windows.Forms.Label();
  39. this.txt_linkDesc = new System.Windows.Forms.TextBox();
  40. this.label26 = new System.Windows.Forms.Label();
  41. this.txt_linkSdkVer = new System.Windows.Forms.TextBox();
  42. this.label25 = new System.Windows.Forms.Label();
  43. this.txt_linkAppId = new System.Windows.Forms.TextBox();
  44. this.label24 = new System.Windows.Forms.Label();
  45. this.txt_linkTitle = new System.Windows.Forms.TextBox();
  46. this.label23 = new System.Windows.Forms.Label();
  47. this.button23 = new System.Windows.Forms.Button();
  48. this.button17 = new System.Windows.Forms.Button();
  49. this.button2 = new System.Windows.Forms.Button();
  50. this.button1 = new System.Windows.Forms.Button();
  51. this.txt_msgText = new System.Windows.Forms.TextBox();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.txt_msgWxid = new System.Windows.Forms.TextBox();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.tabPage2 = new System.Windows.Forms.TabPage();
  56. this.txt_snsContext = new System.Windows.Forms.TextBox();
  57. this.label40 = new System.Windows.Forms.Label();
  58. this.button34 = new System.Windows.Forms.Button();
  59. this.txt_snsPlId = new System.Windows.Forms.TextBox();
  60. this.label39 = new System.Windows.Forms.Label();
  61. this.button33 = new System.Windows.Forms.Button();
  62. this.txt_snsId = new System.Windows.Forms.TextBox();
  63. this.label38 = new System.Windows.Forms.Label();
  64. this.button32 = new System.Windows.Forms.Button();
  65. this.txt_snswxid = new System.Windows.Forms.TextBox();
  66. this.label37 = new System.Windows.Forms.Label();
  67. this.button5 = new System.Windows.Forms.Button();
  68. this.listBox1 = new System.Windows.Forms.ListBox();
  69. this.button4 = new System.Windows.Forms.Button();
  70. this.button3 = new System.Windows.Forms.Button();
  71. this.txt_snsText = new System.Windows.Forms.TextBox();
  72. this.label4 = new System.Windows.Forms.Label();
  73. this.tabPage3 = new System.Windows.Forms.TabPage();
  74. this.button37 = new System.Windows.Forms.Button();
  75. this.button36 = new System.Windows.Forms.Button();
  76. this.txt_friendRemark = new System.Windows.Forms.TextBox();
  77. this.label41 = new System.Windows.Forms.Label();
  78. this.button35 = new System.Windows.Forms.Button();
  79. this.txt_friendwxid = new System.Windows.Forms.TextBox();
  80. this.label6 = new System.Windows.Forms.Label();
  81. this.lb_friend = new System.Windows.Forms.ListBox();
  82. this.label5 = new System.Windows.Forms.Label();
  83. this.tabPage4 = new System.Windows.Forms.TabPage();
  84. this.lb_group = new System.Windows.Forms.ListBox();
  85. this.label29 = new System.Windows.Forms.Label();
  86. this.button11 = new System.Windows.Forms.Button();
  87. this.button10 = new System.Windows.Forms.Button();
  88. this.txt_groupgg = new System.Windows.Forms.TextBox();
  89. this.label10 = new System.Windows.Forms.Label();
  90. this.button9 = new System.Windows.Forms.Button();
  91. this.txt_groupname = new System.Windows.Forms.TextBox();
  92. this.label11 = new System.Windows.Forms.Label();
  93. this.button8 = new System.Windows.Forms.Button();
  94. this.txt_groupwxid = new System.Windows.Forms.TextBox();
  95. this.label9 = new System.Windows.Forms.Label();
  96. this.button7 = new System.Windows.Forms.Button();
  97. this.txt_groupuserwxid = new System.Windows.Forms.TextBox();
  98. this.label8 = new System.Windows.Forms.Label();
  99. this.button6 = new System.Windows.Forms.Button();
  100. this.txt_GroupUsers = new System.Windows.Forms.TextBox();
  101. this.label7 = new System.Windows.Forms.Label();
  102. this.tabPage5 = new System.Windows.Forms.TabPage();
  103. this.button20 = new System.Windows.Forms.Button();
  104. this.button19 = new System.Windows.Forms.Button();
  105. this.button18 = new System.Windows.Forms.Button();
  106. this.button13 = new System.Windows.Forms.Button();
  107. this.button12 = new System.Windows.Forms.Button();
  108. this.txt_loginToken = new System.Windows.Forms.TextBox();
  109. this.label15 = new System.Windows.Forms.Label();
  110. this.txt_login62 = new System.Windows.Forms.TextBox();
  111. this.label14 = new System.Windows.Forms.Label();
  112. this.txt_loginPassword = new System.Windows.Forms.TextBox();
  113. this.label13 = new System.Windows.Forms.Label();
  114. this.txt_loginName = new System.Windows.Forms.TextBox();
  115. this.label12 = new System.Windows.Forms.Label();
  116. this.tabPage6 = new System.Windows.Forms.TabPage();
  117. this.button16 = new System.Windows.Forms.Button();
  118. this.label21 = new System.Windows.Forms.Label();
  119. this.cb_addtype = new System.Windows.Forms.ComboBox();
  120. this.txt_hellotext = new System.Windows.Forms.TextBox();
  121. this.label20 = new System.Windows.Forms.Label();
  122. this.txt_v2 = new System.Windows.Forms.TextBox();
  123. this.label19 = new System.Windows.Forms.Label();
  124. this.txt_v1 = new System.Windows.Forms.TextBox();
  125. this.label18 = new System.Windows.Forms.Label();
  126. this.txt_positionReturn = new System.Windows.Forms.TextBox();
  127. this.button15 = new System.Windows.Forms.Button();
  128. this.txt_Lng = new System.Windows.Forms.TextBox();
  129. this.label17 = new System.Windows.Forms.Label();
  130. this.txt_Lat = new System.Windows.Forms.TextBox();
  131. this.label16 = new System.Windows.Forms.Label();
  132. this.tabPage8 = new System.Windows.Forms.TabPage();
  133. this.lb_gzh = new System.Windows.Forms.ListBox();
  134. this.button22 = new System.Windows.Forms.Button();
  135. this.txt_gzhlog = new System.Windows.Forms.TextBox();
  136. this.button21 = new System.Windows.Forms.Button();
  137. this.txt_gzhid = new System.Windows.Forms.TextBox();
  138. this.label22 = new System.Windows.Forms.Label();
  139. this.tabPage7 = new System.Windows.Forms.TabPage();
  140. this.txt_msgcallback = new System.Windows.Forms.TextBox();
  141. this.tabPage9 = new System.Windows.Forms.TabPage();
  142. this.button28 = new System.Windows.Forms.Button();
  143. this.txt_labelId1 = new System.Windows.Forms.TextBox();
  144. this.label33 = new System.Windows.Forms.Label();
  145. this.button27 = new System.Windows.Forms.Button();
  146. this.txt_labelName = new System.Windows.Forms.TextBox();
  147. this.label32 = new System.Windows.Forms.Label();
  148. this.button26 = new System.Windows.Forms.Button();
  149. this.txt_labelId = new System.Windows.Forms.TextBox();
  150. this.label31 = new System.Windows.Forms.Label();
  151. this.txt_labelWxid = new System.Windows.Forms.TextBox();
  152. this.label30 = new System.Windows.Forms.Label();
  153. this.txt_labelList = new System.Windows.Forms.TextBox();
  154. this.button25 = new System.Windows.Forms.Button();
  155. this.tabPage10 = new System.Windows.Forms.TabPage();
  156. this.txt_favItem = new System.Windows.Forms.TextBox();
  157. this.txt_favId = new System.Windows.Forms.TextBox();
  158. this.label36 = new System.Windows.Forms.Label();
  159. this.button31 = new System.Windows.Forms.Button();
  160. this.txt_favObject = new System.Windows.Forms.TextBox();
  161. this.label35 = new System.Windows.Forms.Label();
  162. this.button30 = new System.Windows.Forms.Button();
  163. this.txt_favKey = new System.Windows.Forms.TextBox();
  164. this.label34 = new System.Windows.Forms.Label();
  165. this.button29 = new System.Windows.Forms.Button();
  166. this.button14 = new System.Windows.Forms.Button();
  167. this.button38 = new System.Windows.Forms.Button();
  168. this.button39 = new System.Windows.Forms.Button();
  169. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  170. this.tabControl1.SuspendLayout();
  171. this.tabPage1.SuspendLayout();
  172. this.tabPage2.SuspendLayout();
  173. this.tabPage3.SuspendLayout();
  174. this.tabPage4.SuspendLayout();
  175. this.tabPage5.SuspendLayout();
  176. this.tabPage6.SuspendLayout();
  177. this.tabPage8.SuspendLayout();
  178. this.tabPage7.SuspendLayout();
  179. this.tabPage9.SuspendLayout();
  180. this.tabPage10.SuspendLayout();
  181. this.SuspendLayout();
  182. //
  183. // pictureBox1
  184. //
  185. this.pictureBox1.Location = new System.Drawing.Point(13, 13);
  186. this.pictureBox1.Name = "pictureBox1";
  187. this.pictureBox1.Size = new System.Drawing.Size(191, 185);
  188. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  189. this.pictureBox1.TabIndex = 0;
  190. this.pictureBox1.TabStop = false;
  191. //
  192. // textBox1
  193. //
  194. this.textBox1.Location = new System.Drawing.Point(12, 248);
  195. this.textBox1.Multiline = true;
  196. this.textBox1.Name = "textBox1";
  197. this.textBox1.Size = new System.Drawing.Size(192, 126);
  198. this.textBox1.TabIndex = 1;
  199. //
  200. // label1
  201. //
  202. this.label1.AutoSize = true;
  203. this.label1.Location = new System.Drawing.Point(12, 216);
  204. this.label1.Name = "label1";
  205. this.label1.Size = new System.Drawing.Size(39, 15);
  206. this.label1.TabIndex = 2;
  207. this.label1.Text = "log:";
  208. //
  209. // tabControl1
  210. //
  211. this.tabControl1.Controls.Add(this.tabPage1);
  212. this.tabControl1.Controls.Add(this.tabPage2);
  213. this.tabControl1.Controls.Add(this.tabPage3);
  214. this.tabControl1.Controls.Add(this.tabPage4);
  215. this.tabControl1.Controls.Add(this.tabPage5);
  216. this.tabControl1.Controls.Add(this.tabPage6);
  217. this.tabControl1.Controls.Add(this.tabPage8);
  218. this.tabControl1.Controls.Add(this.tabPage7);
  219. this.tabControl1.Controls.Add(this.tabPage9);
  220. this.tabControl1.Controls.Add(this.tabPage10);
  221. this.tabControl1.Location = new System.Drawing.Point(223, 13);
  222. this.tabControl1.Name = "tabControl1";
  223. this.tabControl1.SelectedIndex = 0;
  224. this.tabControl1.Size = new System.Drawing.Size(773, 425);
  225. this.tabControl1.TabIndex = 3;
  226. //
  227. // tabPage1
  228. //
  229. this.tabPage1.Controls.Add(this.button24);
  230. this.tabPage1.Controls.Add(this.txt_linkImgUrl);
  231. this.tabPage1.Controls.Add(this.label28);
  232. this.tabPage1.Controls.Add(this.txt_linkUrl);
  233. this.tabPage1.Controls.Add(this.label27);
  234. this.tabPage1.Controls.Add(this.txt_linkDesc);
  235. this.tabPage1.Controls.Add(this.label26);
  236. this.tabPage1.Controls.Add(this.txt_linkSdkVer);
  237. this.tabPage1.Controls.Add(this.label25);
  238. this.tabPage1.Controls.Add(this.txt_linkAppId);
  239. this.tabPage1.Controls.Add(this.label24);
  240. this.tabPage1.Controls.Add(this.txt_linkTitle);
  241. this.tabPage1.Controls.Add(this.label23);
  242. this.tabPage1.Controls.Add(this.button23);
  243. this.tabPage1.Controls.Add(this.button17);
  244. this.tabPage1.Controls.Add(this.button2);
  245. this.tabPage1.Controls.Add(this.button1);
  246. this.tabPage1.Controls.Add(this.txt_msgText);
  247. this.tabPage1.Controls.Add(this.label3);
  248. this.tabPage1.Controls.Add(this.txt_msgWxid);
  249. this.tabPage1.Controls.Add(this.label2);
  250. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  251. this.tabPage1.Name = "tabPage1";
  252. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  253. this.tabPage1.Size = new System.Drawing.Size(765, 396);
  254. this.tabPage1.TabIndex = 0;
  255. this.tabPage1.Text = "消息模块";
  256. this.tabPage1.UseVisualStyleBackColor = true;
  257. //
  258. // button24
  259. //
  260. this.button24.Location = new System.Drawing.Point(51, 341);
  261. this.button24.Name = "button24";
  262. this.button24.Size = new System.Drawing.Size(107, 35);
  263. this.button24.TabIndex = 20;
  264. this.button24.Text = "发送链接";
  265. this.button24.UseVisualStyleBackColor = true;
  266. this.button24.Click += new System.EventHandler(this.button24_Click);
  267. //
  268. // txt_linkImgUrl
  269. //
  270. this.txt_linkImgUrl.Location = new System.Drawing.Point(109, 291);
  271. this.txt_linkImgUrl.Name = "txt_linkImgUrl";
  272. this.txt_linkImgUrl.Size = new System.Drawing.Size(638, 25);
  273. this.txt_linkImgUrl.TabIndex = 19;
  274. this.txt_linkImgUrl.Text = "https://avatars2.githubusercontent.com/u/26290929?s=460&v=4";
  275. //
  276. // label28
  277. //
  278. this.label28.AutoSize = true;
  279. this.label28.Location = new System.Drawing.Point(27, 294);
  280. this.label28.Name = "label28";
  281. this.label28.Size = new System.Drawing.Size(76, 15);
  282. this.label28.TabIndex = 18;
  283. this.label28.Text = "图片url:";
  284. //
  285. // txt_linkUrl
  286. //
  287. this.txt_linkUrl.Location = new System.Drawing.Point(109, 251);
  288. this.txt_linkUrl.Name = "txt_linkUrl";
  289. this.txt_linkUrl.Size = new System.Drawing.Size(638, 25);
  290. this.txt_linkUrl.TabIndex = 17;
  291. this.txt_linkUrl.Text = "https://github.com/xuzeyu91/Xzy.Mac.WeChat";
  292. //
  293. // label27
  294. //
  295. this.label27.AutoSize = true;
  296. this.label27.Location = new System.Drawing.Point(57, 254);
  297. this.label27.Name = "label27";
  298. this.label27.Size = new System.Drawing.Size(46, 15);
  299. this.label27.TabIndex = 16;
  300. this.label27.Text = "url:";
  301. //
  302. // txt_linkDesc
  303. //
  304. this.txt_linkDesc.Location = new System.Drawing.Point(109, 210);
  305. this.txt_linkDesc.Name = "txt_linkDesc";
  306. this.txt_linkDesc.Size = new System.Drawing.Size(638, 25);
  307. this.txt_linkDesc.TabIndex = 15;
  308. this.txt_linkDesc.Text = "test";
  309. //
  310. // label26
  311. //
  312. this.label26.AutoSize = true;
  313. this.label26.Location = new System.Drawing.Point(21, 213);
  314. this.label26.Name = "label26";
  315. this.label26.Size = new System.Drawing.Size(82, 15);
  316. this.label26.TabIndex = 14;
  317. this.label26.Text = "链接描述:";
  318. //
  319. // txt_linkSdkVer
  320. //
  321. this.txt_linkSdkVer.Location = new System.Drawing.Point(589, 175);
  322. this.txt_linkSdkVer.Name = "txt_linkSdkVer";
  323. this.txt_linkSdkVer.Size = new System.Drawing.Size(158, 25);
  324. this.txt_linkSdkVer.TabIndex = 13;
  325. this.txt_linkSdkVer.Text = "0";
  326. //
  327. // label25
  328. //
  329. this.label25.AutoSize = true;
  330. this.label25.Location = new System.Drawing.Point(513, 181);
  331. this.label25.Name = "label25";
  332. this.label25.Size = new System.Drawing.Size(70, 15);
  333. this.label25.TabIndex = 12;
  334. this.label25.Text = "sdkVer:";
  335. //
  336. // txt_linkAppId
  337. //
  338. this.txt_linkAppId.Location = new System.Drawing.Point(331, 175);
  339. this.txt_linkAppId.Name = "txt_linkAppId";
  340. this.txt_linkAppId.Size = new System.Drawing.Size(158, 25);
  341. this.txt_linkAppId.TabIndex = 11;
  342. this.txt_linkAppId.Text = "wx0f76313b15c62c93";
  343. //
  344. // label24
  345. //
  346. this.label24.AutoSize = true;
  347. this.label24.Location = new System.Drawing.Point(279, 178);
  348. this.label24.Name = "label24";
  349. this.label24.Size = new System.Drawing.Size(62, 15);
  350. this.label24.TabIndex = 10;
  351. this.label24.Text = "appid:";
  352. //
  353. // txt_linkTitle
  354. //
  355. this.txt_linkTitle.Location = new System.Drawing.Point(109, 175);
  356. this.txt_linkTitle.Name = "txt_linkTitle";
  357. this.txt_linkTitle.Size = new System.Drawing.Size(158, 25);
  358. this.txt_linkTitle.TabIndex = 9;
  359. this.txt_linkTitle.Text = "协议链接demo";
  360. //
  361. // label23
  362. //
  363. this.label23.AutoSize = true;
  364. this.label23.Location = new System.Drawing.Point(21, 178);
  365. this.label23.Name = "label23";
  366. this.label23.Size = new System.Drawing.Size(82, 15);
  367. this.label23.TabIndex = 8;
  368. this.label23.Text = "链接标题:";
  369. //
  370. // button23
  371. //
  372. this.button23.Location = new System.Drawing.Point(331, 117);
  373. this.button23.Name = "button23";
  374. this.button23.Size = new System.Drawing.Size(135, 31);
  375. this.button23.TabIndex = 7;
  376. this.button23.Text = "发送语音MP3";
  377. this.button23.UseVisualStyleBackColor = true;
  378. this.button23.Click += new System.EventHandler(this.button23_Click);
  379. //
  380. // button17
  381. //
  382. this.button17.Location = new System.Drawing.Point(189, 117);
  383. this.button17.Name = "button17";
  384. this.button17.Size = new System.Drawing.Size(116, 31);
  385. this.button17.TabIndex = 6;
  386. this.button17.Text = "发送语音silk";
  387. this.button17.UseVisualStyleBackColor = true;
  388. this.button17.Click += new System.EventHandler(this.button17_Click);
  389. //
  390. // button2
  391. //
  392. this.button2.Location = new System.Drawing.Point(51, 117);
  393. this.button2.Name = "button2";
  394. this.button2.Size = new System.Drawing.Size(107, 31);
  395. this.button2.TabIndex = 5;
  396. this.button2.Text = "发送图片";
  397. this.button2.UseVisualStyleBackColor = true;
  398. this.button2.Click += new System.EventHandler(this.button2_Click);
  399. //
  400. // button1
  401. //
  402. this.button1.Location = new System.Drawing.Point(485, 59);
  403. this.button1.Name = "button1";
  404. this.button1.Size = new System.Drawing.Size(86, 28);
  405. this.button1.TabIndex = 4;
  406. this.button1.Text = "发送";
  407. this.button1.UseVisualStyleBackColor = true;
  408. this.button1.Click += new System.EventHandler(this.button1_Click);
  409. //
  410. // txt_msgText
  411. //
  412. this.txt_msgText.Location = new System.Drawing.Point(122, 59);
  413. this.txt_msgText.Name = "txt_msgText";
  414. this.txt_msgText.Size = new System.Drawing.Size(344, 25);
  415. this.txt_msgText.TabIndex = 3;
  416. //
  417. // label3
  418. //
  419. this.label3.AutoSize = true;
  420. this.label3.Location = new System.Drawing.Point(34, 62);
  421. this.label3.Name = "label3";
  422. this.label3.Size = new System.Drawing.Size(82, 15);
  423. this.label3.TabIndex = 2;
  424. this.label3.Text = "文字消息:";
  425. //
  426. // txt_msgWxid
  427. //
  428. this.txt_msgWxid.Location = new System.Drawing.Point(122, 13);
  429. this.txt_msgWxid.Name = "txt_msgWxid";
  430. this.txt_msgWxid.Size = new System.Drawing.Size(206, 25);
  431. this.txt_msgWxid.TabIndex = 1;
  432. //
  433. // label2
  434. //
  435. this.label2.AutoSize = true;
  436. this.label2.Location = new System.Drawing.Point(18, 18);
  437. this.label2.Name = "label2";
  438. this.label2.Size = new System.Drawing.Size(98, 15);
  439. this.label2.TabIndex = 0;
  440. this.label2.Text = "好友微信id:";
  441. //
  442. // tabPage2
  443. //
  444. this.tabPage2.Controls.Add(this.txt_snsContext);
  445. this.tabPage2.Controls.Add(this.label40);
  446. this.tabPage2.Controls.Add(this.button34);
  447. this.tabPage2.Controls.Add(this.txt_snsPlId);
  448. this.tabPage2.Controls.Add(this.label39);
  449. this.tabPage2.Controls.Add(this.button33);
  450. this.tabPage2.Controls.Add(this.txt_snsId);
  451. this.tabPage2.Controls.Add(this.label38);
  452. this.tabPage2.Controls.Add(this.button32);
  453. this.tabPage2.Controls.Add(this.txt_snswxid);
  454. this.tabPage2.Controls.Add(this.label37);
  455. this.tabPage2.Controls.Add(this.button5);
  456. this.tabPage2.Controls.Add(this.listBox1);
  457. this.tabPage2.Controls.Add(this.button4);
  458. this.tabPage2.Controls.Add(this.button3);
  459. this.tabPage2.Controls.Add(this.txt_snsText);
  460. this.tabPage2.Controls.Add(this.label4);
  461. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  462. this.tabPage2.Name = "tabPage2";
  463. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  464. this.tabPage2.Size = new System.Drawing.Size(765, 396);
  465. this.tabPage2.TabIndex = 1;
  466. this.tabPage2.Text = "朋友圈模块";
  467. this.tabPage2.UseVisualStyleBackColor = true;
  468. //
  469. // txt_snsContext
  470. //
  471. this.txt_snsContext.Location = new System.Drawing.Point(489, 151);
  472. this.txt_snsContext.Name = "txt_snsContext";
  473. this.txt_snsContext.Size = new System.Drawing.Size(151, 25);
  474. this.txt_snsContext.TabIndex = 16;
  475. //
  476. // label40
  477. //
  478. this.label40.AutoSize = true;
  479. this.label40.Location = new System.Drawing.Point(401, 154);
  480. this.label40.Name = "label40";
  481. this.label40.Size = new System.Drawing.Size(82, 15);
  482. this.label40.TabIndex = 15;
  483. this.label40.Text = "评论内容:";
  484. //
  485. // button34
  486. //
  487. this.button34.Location = new System.Drawing.Point(646, 125);
  488. this.button34.Name = "button34";
  489. this.button34.Size = new System.Drawing.Size(113, 25);
  490. this.button34.TabIndex = 14;
  491. this.button34.Text = "朋友圈评论";
  492. this.button34.UseVisualStyleBackColor = true;
  493. this.button34.Click += new System.EventHandler(this.button34_Click);
  494. //
  495. // txt_snsPlId
  496. //
  497. this.txt_snsPlId.Location = new System.Drawing.Point(489, 108);
  498. this.txt_snsPlId.Name = "txt_snsPlId";
  499. this.txt_snsPlId.Size = new System.Drawing.Size(151, 25);
  500. this.txt_snsPlId.TabIndex = 13;
  501. //
  502. // label39
  503. //
  504. this.label39.AutoSize = true;
  505. this.label39.Location = new System.Drawing.Point(430, 111);
  506. this.label39.Name = "label39";
  507. this.label39.Size = new System.Drawing.Size(68, 15);
  508. this.label39.TabIndex = 12;
  509. this.label39.Text = "评论id:";
  510. //
  511. // button33
  512. //
  513. this.button33.Location = new System.Drawing.Point(647, 60);
  514. this.button33.Name = "button33";
  515. this.button33.Size = new System.Drawing.Size(112, 25);
  516. this.button33.TabIndex = 11;
  517. this.button33.Text = "获取朋友圈";
  518. this.button33.UseVisualStyleBackColor = true;
  519. this.button33.Click += new System.EventHandler(this.button33_Click);
  520. //
  521. // txt_snsId
  522. //
  523. this.txt_snsId.Location = new System.Drawing.Point(489, 60);
  524. this.txt_snsId.Name = "txt_snsId";
  525. this.txt_snsId.Size = new System.Drawing.Size(151, 25);
  526. this.txt_snsId.TabIndex = 10;
  527. //
  528. // label38
  529. //
  530. this.label38.AutoSize = true;
  531. this.label38.Location = new System.Drawing.Point(430, 63);
  532. this.label38.Name = "label38";
  533. this.label38.Size = new System.Drawing.Size(62, 15);
  534. this.label38.TabIndex = 9;
  535. this.label38.Text = "snsid:";
  536. //
  537. // button32
  538. //
  539. this.button32.Location = new System.Drawing.Point(646, 16);
  540. this.button32.Name = "button32";
  541. this.button32.Size = new System.Drawing.Size(113, 26);
  542. this.button32.TabIndex = 8;
  543. this.button32.Text = "查看朋友圈";
  544. this.button32.UseVisualStyleBackColor = true;
  545. this.button32.Click += new System.EventHandler(this.button32_Click);
  546. //
  547. // txt_snswxid
  548. //
  549. this.txt_snswxid.Location = new System.Drawing.Point(489, 16);
  550. this.txt_snswxid.Name = "txt_snswxid";
  551. this.txt_snswxid.Size = new System.Drawing.Size(151, 25);
  552. this.txt_snswxid.TabIndex = 7;
  553. //
  554. // label37
  555. //
  556. this.label37.AutoSize = true;
  557. this.label37.Location = new System.Drawing.Point(438, 19);
  558. this.label37.Name = "label37";
  559. this.label37.Size = new System.Drawing.Size(54, 15);
  560. this.label37.TabIndex = 6;
  561. this.label37.Text = "wxid:";
  562. //
  563. // button5
  564. //
  565. this.button5.Location = new System.Drawing.Point(275, 71);
  566. this.button5.Name = "button5";
  567. this.button5.Size = new System.Drawing.Size(129, 31);
  568. this.button5.TabIndex = 5;
  569. this.button5.Text = "添加图片";
  570. this.button5.UseVisualStyleBackColor = true;
  571. this.button5.Click += new System.EventHandler(this.button5_Click);
  572. //
  573. // listBox1
  574. //
  575. this.listBox1.FormattingEnabled = true;
  576. this.listBox1.ItemHeight = 15;
  577. this.listBox1.Location = new System.Drawing.Point(23, 71);
  578. this.listBox1.Name = "listBox1";
  579. this.listBox1.Size = new System.Drawing.Size(227, 274);
  580. this.listBox1.TabIndex = 4;
  581. //
  582. // button4
  583. //
  584. this.button4.Location = new System.Drawing.Point(275, 108);
  585. this.button4.Name = "button4";
  586. this.button4.Size = new System.Drawing.Size(129, 31);
  587. this.button4.TabIndex = 3;
  588. this.button4.Text = "图文朋友圈";
  589. this.button4.UseVisualStyleBackColor = true;
  590. this.button4.Click += new System.EventHandler(this.button4_Click);
  591. //
  592. // button3
  593. //
  594. this.button3.Location = new System.Drawing.Point(275, 11);
  595. this.button3.Name = "button3";
  596. this.button3.Size = new System.Drawing.Size(129, 31);
  597. this.button3.TabIndex = 2;
  598. this.button3.Text = "文字朋友圈";
  599. this.button3.UseVisualStyleBackColor = true;
  600. this.button3.Click += new System.EventHandler(this.button3_Click);
  601. //
  602. // txt_snsText
  603. //
  604. this.txt_snsText.Location = new System.Drawing.Point(78, 16);
  605. this.txt_snsText.Name = "txt_snsText";
  606. this.txt_snsText.Size = new System.Drawing.Size(160, 25);
  607. this.txt_snsText.TabIndex = 1;
  608. this.txt_snsText.Text = "发送一次朋友圈子,你们平时看不到我的芳容骚貌";
  609. //
  610. // label4
  611. //
  612. this.label4.AutoSize = true;
  613. this.label4.Location = new System.Drawing.Point(20, 19);
  614. this.label4.Name = "label4";
  615. this.label4.Size = new System.Drawing.Size(52, 15);
  616. this.label4.TabIndex = 0;
  617. this.label4.Text = "文字:";
  618. //
  619. // tabPage3
  620. //
  621. this.tabPage3.Controls.Add(this.button37);
  622. this.tabPage3.Controls.Add(this.button36);
  623. this.tabPage3.Controls.Add(this.txt_friendRemark);
  624. this.tabPage3.Controls.Add(this.label41);
  625. this.tabPage3.Controls.Add(this.button35);
  626. this.tabPage3.Controls.Add(this.txt_friendwxid);
  627. this.tabPage3.Controls.Add(this.label6);
  628. this.tabPage3.Controls.Add(this.lb_friend);
  629. this.tabPage3.Controls.Add(this.label5);
  630. this.tabPage3.Location = new System.Drawing.Point(4, 25);
  631. this.tabPage3.Name = "tabPage3";
  632. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  633. this.tabPage3.Size = new System.Drawing.Size(765, 396);
  634. this.tabPage3.TabIndex = 2;
  635. this.tabPage3.Text = "好友模块";
  636. this.tabPage3.UseVisualStyleBackColor = true;
  637. //
  638. // button37
  639. //
  640. this.button37.Location = new System.Drawing.Point(621, 113);
  641. this.button37.Name = "button37";
  642. this.button37.Size = new System.Drawing.Size(94, 30);
  643. this.button37.TabIndex = 9;
  644. this.button37.Text = "删除好友";
  645. this.button37.UseVisualStyleBackColor = true;
  646. this.button37.Click += new System.EventHandler(this.button37_Click);
  647. //
  648. // button36
  649. //
  650. this.button36.Location = new System.Drawing.Point(621, 68);
  651. this.button36.Name = "button36";
  652. this.button36.Size = new System.Drawing.Size(94, 25);
  653. this.button36.TabIndex = 8;
  654. this.button36.Text = "修改备注";
  655. this.button36.UseVisualStyleBackColor = true;
  656. this.button36.Click += new System.EventHandler(this.button36_Click);
  657. //
  658. // txt_friendRemark
  659. //
  660. this.txt_friendRemark.Location = new System.Drawing.Point(439, 68);
  661. this.txt_friendRemark.Name = "txt_friendRemark";
  662. this.txt_friendRemark.Size = new System.Drawing.Size(166, 25);
  663. this.txt_friendRemark.TabIndex = 7;
  664. //
  665. // label41
  666. //
  667. this.label41.AutoSize = true;
  668. this.label41.Location = new System.Drawing.Point(388, 78);
  669. this.label41.Name = "label41";
  670. this.label41.Size = new System.Drawing.Size(52, 15);
  671. this.label41.TabIndex = 6;
  672. this.label41.Text = "备注:";
  673. //
  674. // button35
  675. //
  676. this.button35.Location = new System.Drawing.Point(621, 19);
  677. this.button35.Name = "button35";
  678. this.button35.Size = new System.Drawing.Size(94, 29);
  679. this.button35.TabIndex = 5;
  680. this.button35.Text = "获取详情";
  681. this.button35.UseVisualStyleBackColor = true;
  682. this.button35.Click += new System.EventHandler(this.button35_Click);
  683. //
  684. // txt_friendwxid
  685. //
  686. this.txt_friendwxid.Location = new System.Drawing.Point(439, 19);
  687. this.txt_friendwxid.Name = "txt_friendwxid";
  688. this.txt_friendwxid.Size = new System.Drawing.Size(166, 25);
  689. this.txt_friendwxid.TabIndex = 4;
  690. //
  691. // label6
  692. //
  693. this.label6.AutoSize = true;
  694. this.label6.Location = new System.Drawing.Point(385, 19);
  695. this.label6.Name = "label6";
  696. this.label6.Size = new System.Drawing.Size(47, 15);
  697. this.label6.TabIndex = 3;
  698. this.label6.Text = "wxid:";
  699. //
  700. // lb_friend
  701. //
  702. this.lb_friend.FormattingEnabled = true;
  703. this.lb_friend.ItemHeight = 15;
  704. this.lb_friend.Location = new System.Drawing.Point(26, 58);
  705. this.lb_friend.Name = "lb_friend";
  706. this.lb_friend.Size = new System.Drawing.Size(325, 319);
  707. this.lb_friend.TabIndex = 2;
  708. //
  709. // label5
  710. //
  711. this.label5.AutoSize = true;
  712. this.label5.Location = new System.Drawing.Point(23, 19);
  713. this.label5.Name = "label5";
  714. this.label5.Size = new System.Drawing.Size(52, 15);
  715. this.label5.TabIndex = 0;
  716. this.label5.Text = "好友:";
  717. //
  718. // tabPage4
  719. //
  720. this.tabPage4.Controls.Add(this.button39);
  721. this.tabPage4.Controls.Add(this.button38);
  722. this.tabPage4.Controls.Add(this.lb_group);
  723. this.tabPage4.Controls.Add(this.label29);
  724. this.tabPage4.Controls.Add(this.button11);
  725. this.tabPage4.Controls.Add(this.button10);
  726. this.tabPage4.Controls.Add(this.txt_groupgg);
  727. this.tabPage4.Controls.Add(this.label10);
  728. this.tabPage4.Controls.Add(this.button9);
  729. this.tabPage4.Controls.Add(this.txt_groupname);
  730. this.tabPage4.Controls.Add(this.label11);
  731. this.tabPage4.Controls.Add(this.button8);
  732. this.tabPage4.Controls.Add(this.txt_groupwxid);
  733. this.tabPage4.Controls.Add(this.label9);
  734. this.tabPage4.Controls.Add(this.button7);
  735. this.tabPage4.Controls.Add(this.txt_groupuserwxid);
  736. this.tabPage4.Controls.Add(this.label8);
  737. this.tabPage4.Controls.Add(this.button6);
  738. this.tabPage4.Controls.Add(this.txt_GroupUsers);
  739. this.tabPage4.Controls.Add(this.label7);
  740. this.tabPage4.Location = new System.Drawing.Point(4, 25);
  741. this.tabPage4.Name = "tabPage4";
  742. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  743. this.tabPage4.Size = new System.Drawing.Size(765, 396);
  744. this.tabPage4.TabIndex = 3;
  745. this.tabPage4.Text = "群模块";
  746. this.tabPage4.UseVisualStyleBackColor = true;
  747. //
  748. // lb_group
  749. //
  750. this.lb_group.FormattingEnabled = true;
  751. this.lb_group.ItemHeight = 15;
  752. this.lb_group.Location = new System.Drawing.Point(6, 247);
  753. this.lb_group.Name = "lb_group";
  754. this.lb_group.Size = new System.Drawing.Size(753, 139);
  755. this.lb_group.TabIndex = 18;
  756. //
  757. // label29
  758. //
  759. this.label29.AutoSize = true;
  760. this.label29.Location = new System.Drawing.Point(442, 18);
  761. this.label29.Name = "label29";
  762. this.label29.Size = new System.Drawing.Size(272, 15);
  763. this.label29.TabIndex = 16;
  764. this.label29.Text = "需要传自己和好友的wxid,且不少于3人";
  765. //
  766. // button11
  767. //
  768. this.button11.Location = new System.Drawing.Point(341, 67);
  769. this.button11.Name = "button11";
  770. this.button11.Size = new System.Drawing.Size(89, 25);
  771. this.button11.TabIndex = 15;
  772. this.button11.Text = "退出群";
  773. this.button11.UseVisualStyleBackColor = true;
  774. this.button11.Click += new System.EventHandler(this.button11_Click);
  775. //
  776. // button10
  777. //
  778. this.button10.Location = new System.Drawing.Point(270, 200);
  779. this.button10.Name = "button10";
  780. this.button10.Size = new System.Drawing.Size(104, 25);
  781. this.button10.TabIndex = 14;
  782. this.button10.Text = "修改群公告";
  783. this.button10.UseVisualStyleBackColor = true;
  784. this.button10.Click += new System.EventHandler(this.button10_Click);
  785. //
  786. // txt_groupgg
  787. //
  788. this.txt_groupgg.Location = new System.Drawing.Point(109, 200);
  789. this.txt_groupgg.Name = "txt_groupgg";
  790. this.txt_groupgg.Size = new System.Drawing.Size(146, 25);
  791. this.txt_groupgg.TabIndex = 13;
  792. //
  793. // label10
  794. //
  795. this.label10.AutoSize = true;
  796. this.label10.Location = new System.Drawing.Point(36, 210);
  797. this.label10.Name = "label10";
  798. this.label10.Size = new System.Drawing.Size(67, 15);
  799. this.label10.TabIndex = 12;
  800. this.label10.Text = "群公告:";
  801. //
  802. // button9
  803. //
  804. this.button9.Location = new System.Drawing.Point(270, 157);
  805. this.button9.Name = "button9";
  806. this.button9.Size = new System.Drawing.Size(104, 25);
  807. this.button9.TabIndex = 11;
  808. this.button9.Text = "修改群名称";
  809. this.button9.UseVisualStyleBackColor = true;
  810. this.button9.Click += new System.EventHandler(this.button9_Click);
  811. //
  812. // txt_groupname
  813. //
  814. this.txt_groupname.Location = new System.Drawing.Point(109, 157);
  815. this.txt_groupname.Name = "txt_groupname";
  816. this.txt_groupname.Size = new System.Drawing.Size(146, 25);
  817. this.txt_groupname.TabIndex = 10;
  818. //
  819. // label11
  820. //
  821. this.label11.AutoSize = true;
  822. this.label11.Location = new System.Drawing.Point(36, 167);
  823. this.label11.Name = "label11";
  824. this.label11.Size = new System.Drawing.Size(67, 15);
  825. this.label11.TabIndex = 9;
  826. this.label11.Text = "群名称:";
  827. //
  828. // button8
  829. //
  830. this.button8.Location = new System.Drawing.Point(539, 106);
  831. this.button8.Name = "button8";
  832. this.button8.Size = new System.Drawing.Size(114, 25);
  833. this.button8.TabIndex = 8;
  834. this.button8.Text = "踢出群成员";
  835. this.button8.UseVisualStyleBackColor = true;
  836. this.button8.Click += new System.EventHandler(this.button8_Click);
  837. //
  838. // txt_groupwxid
  839. //
  840. this.txt_groupwxid.Location = new System.Drawing.Point(109, 67);
  841. this.txt_groupwxid.Name = "txt_groupwxid";
  842. this.txt_groupwxid.Size = new System.Drawing.Size(205, 25);
  843. this.txt_groupwxid.TabIndex = 7;
  844. this.txt_groupwxid.Text = "222@chatroom";
  845. //
  846. // label9
  847. //
  848. this.label9.AutoSize = true;
  849. this.label9.Location = new System.Drawing.Point(26, 77);
  850. this.label9.Name = "label9";
  851. this.label9.Size = new System.Drawing.Size(46, 15);
  852. this.label9.TabIndex = 6;
  853. this.label9.Text = "群id:";
  854. //
  855. // button7
  856. //
  857. this.button7.Location = new System.Drawing.Point(270, 108);
  858. this.button7.Name = "button7";
  859. this.button7.Size = new System.Drawing.Size(104, 25);
  860. this.button7.TabIndex = 5;
  861. this.button7.Text = "添加群成员";
  862. this.button7.UseVisualStyleBackColor = true;
  863. this.button7.Click += new System.EventHandler(this.button7_Click);
  864. //
  865. // txt_groupuserwxid
  866. //
  867. this.txt_groupuserwxid.Location = new System.Drawing.Point(109, 108);
  868. this.txt_groupuserwxid.Name = "txt_groupuserwxid";
  869. this.txt_groupuserwxid.Size = new System.Drawing.Size(146, 25);
  870. this.txt_groupuserwxid.TabIndex = 4;
  871. this.txt_groupuserwxid.Text = "wxid_111";
  872. //
  873. // label8
  874. //
  875. this.label8.AutoSize = true;
  876. this.label8.Location = new System.Drawing.Point(26, 118);
  877. this.label8.Name = "label8";
  878. this.label8.Size = new System.Drawing.Size(77, 15);
  879. this.label8.TabIndex = 3;
  880. this.label8.Text = "好友wxid:";
  881. //
  882. // button6
  883. //
  884. this.button6.Location = new System.Drawing.Point(341, 14);
  885. this.button6.Name = "button6";
  886. this.button6.Size = new System.Drawing.Size(84, 29);
  887. this.button6.TabIndex = 2;
  888. this.button6.Text = "创建群";
  889. this.button6.UseVisualStyleBackColor = true;
  890. this.button6.Click += new System.EventHandler(this.button6_Click);
  891. //
  892. // txt_GroupUsers
  893. //
  894. this.txt_GroupUsers.Location = new System.Drawing.Point(109, 18);
  895. this.txt_GroupUsers.Name = "txt_GroupUsers";
  896. this.txt_GroupUsers.Size = new System.Drawing.Size(205, 25);
  897. this.txt_GroupUsers.TabIndex = 1;
  898. this.txt_GroupUsers.Text = "[\"wxid_aaa\",\"wxid_bbb\"]";
  899. //
  900. // label7
  901. //
  902. this.label7.AutoSize = true;
  903. this.label7.Location = new System.Drawing.Point(26, 21);
  904. this.label7.Name = "label7";
  905. this.label7.Size = new System.Drawing.Size(77, 15);
  906. this.label7.TabIndex = 0;
  907. this.label7.Text = "好友wxid:";
  908. //
  909. // tabPage5
  910. //
  911. this.tabPage5.Controls.Add(this.button20);
  912. this.tabPage5.Controls.Add(this.button19);
  913. this.tabPage5.Controls.Add(this.button18);
  914. this.tabPage5.Controls.Add(this.button13);
  915. this.tabPage5.Controls.Add(this.button12);
  916. this.tabPage5.Controls.Add(this.txt_loginToken);
  917. this.tabPage5.Controls.Add(this.label15);
  918. this.tabPage5.Controls.Add(this.txt_login62);
  919. this.tabPage5.Controls.Add(this.label14);
  920. this.tabPage5.Controls.Add(this.txt_loginPassword);
  921. this.tabPage5.Controls.Add(this.label13);
  922. this.tabPage5.Controls.Add(this.txt_loginName);
  923. this.tabPage5.Controls.Add(this.label12);
  924. this.tabPage5.Location = new System.Drawing.Point(4, 25);
  925. this.tabPage5.Name = "tabPage5";
  926. this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
  927. this.tabPage5.Size = new System.Drawing.Size(765, 396);
  928. this.tabPage5.TabIndex = 4;
  929. this.tabPage5.Text = "二次登陆";
  930. this.tabPage5.UseVisualStyleBackColor = true;
  931. //
  932. // button20
  933. //
  934. this.button20.Location = new System.Drawing.Point(359, 271);
  935. this.button20.Name = "button20";
  936. this.button20.Size = new System.Drawing.Size(124, 35);
  937. this.button20.TabIndex = 12;
  938. this.button20.Text = "断线重连";
  939. this.button20.UseVisualStyleBackColor = true;
  940. this.button20.Click += new System.EventHandler(this.button20_Click);
  941. //
  942. // button19
  943. //
  944. this.button19.Location = new System.Drawing.Point(359, 210);
  945. this.button19.Name = "button19";
  946. this.button19.Size = new System.Drawing.Size(167, 37);
  947. this.button19.TabIndex = 11;
  948. this.button19.Text = "扫码62token二次登录";
  949. this.button19.UseVisualStyleBackColor = true;
  950. this.button19.Click += new System.EventHandler(this.button19_Click);
  951. //
  952. // button18
  953. //
  954. this.button18.Location = new System.Drawing.Point(359, 149);
  955. this.button18.Name = "button18";
  956. this.button18.Size = new System.Drawing.Size(124, 37);
  957. this.button18.TabIndex = 10;
  958. this.button18.Text = "获取token";
  959. this.button18.UseVisualStyleBackColor = true;
  960. this.button18.Click += new System.EventHandler(this.button18_Click);
  961. //
  962. // button13
  963. //
  964. this.button13.Location = new System.Drawing.Point(359, 87);
  965. this.button13.Name = "button13";
  966. this.button13.Size = new System.Drawing.Size(124, 38);
  967. this.button13.TabIndex = 9;
  968. this.button13.Text = "账号密码62登陆";
  969. this.button13.UseVisualStyleBackColor = true;
  970. this.button13.Click += new System.EventHandler(this.button13_Click);
  971. //
  972. // button12
  973. //
  974. this.button12.Location = new System.Drawing.Point(359, 24);
  975. this.button12.Name = "button12";
  976. this.button12.Size = new System.Drawing.Size(124, 39);
  977. this.button12.TabIndex = 8;
  978. this.button12.Text = "获取62数据";
  979. this.button12.UseVisualStyleBackColor = true;
  980. this.button12.Click += new System.EventHandler(this.button12_Click);
  981. //
  982. // txt_loginToken
  983. //
  984. this.txt_loginToken.Location = new System.Drawing.Point(93, 194);
  985. this.txt_loginToken.Name = "txt_loginToken";
  986. this.txt_loginToken.Size = new System.Drawing.Size(179, 25);
  987. this.txt_loginToken.TabIndex = 7;
  988. //
  989. // label15
  990. //
  991. this.label15.AutoSize = true;
  992. this.label15.Location = new System.Drawing.Point(19, 197);
  993. this.label15.Name = "label15";
  994. this.label15.Size = new System.Drawing.Size(62, 15);
  995. this.label15.TabIndex = 6;
  996. this.label15.Text = "Token:";
  997. //
  998. // txt_login62
  999. //
  1000. this.txt_login62.Location = new System.Drawing.Point(93, 135);
  1001. this.txt_login62.Name = "txt_login62";
  1002. this.txt_login62.Size = new System.Drawing.Size(179, 25);
  1003. this.txt_login62.TabIndex = 5;
  1004. //
  1005. // label14
  1006. //
  1007. this.label14.AutoSize = true;
  1008. this.label14.Location = new System.Drawing.Point(19, 138);
  1009. this.label14.Name = "label14";
  1010. this.label14.Size = new System.Drawing.Size(68, 15);
  1011. this.label14.TabIndex = 4;
  1012. this.label14.Text = "62数据:";
  1013. //
  1014. // txt_loginPassword
  1015. //
  1016. this.txt_loginPassword.Location = new System.Drawing.Point(93, 78);
  1017. this.txt_loginPassword.Name = "txt_loginPassword";
  1018. this.txt_loginPassword.Size = new System.Drawing.Size(179, 25);
  1019. this.txt_loginPassword.TabIndex = 3;
  1020. //
  1021. // label13
  1022. //
  1023. this.label13.AutoSize = true;
  1024. this.label13.Location = new System.Drawing.Point(35, 81);
  1025. this.label13.Name = "label13";
  1026. this.label13.Size = new System.Drawing.Size(52, 15);
  1027. this.label13.TabIndex = 2;
  1028. this.label13.Text = "密码:";
  1029. //
  1030. // txt_loginName
  1031. //
  1032. this.txt_loginName.Location = new System.Drawing.Point(93, 24);
  1033. this.txt_loginName.Name = "txt_loginName";
  1034. this.txt_loginName.Size = new System.Drawing.Size(179, 25);
  1035. this.txt_loginName.TabIndex = 1;
  1036. //
  1037. // label12
  1038. //
  1039. this.label12.AutoSize = true;
  1040. this.label12.Location = new System.Drawing.Point(35, 27);
  1041. this.label12.Name = "label12";
  1042. this.label12.Size = new System.Drawing.Size(52, 15);
  1043. this.label12.TabIndex = 0;
  1044. this.label12.Text = "账号:";
  1045. //
  1046. // tabPage6
  1047. //
  1048. this.tabPage6.Controls.Add(this.button16);
  1049. this.tabPage6.Controls.Add(this.label21);
  1050. this.tabPage6.Controls.Add(this.cb_addtype);
  1051. this.tabPage6.Controls.Add(this.txt_hellotext);
  1052. this.tabPage6.Controls.Add(this.label20);
  1053. this.tabPage6.Controls.Add(this.txt_v2);
  1054. this.tabPage6.Controls.Add(this.label19);
  1055. this.tabPage6.Controls.Add(this.txt_v1);
  1056. this.tabPage6.Controls.Add(this.label18);
  1057. this.tabPage6.Controls.Add(this.txt_positionReturn);
  1058. this.tabPage6.Controls.Add(this.button15);
  1059. this.tabPage6.Controls.Add(this.txt_Lng);
  1060. this.tabPage6.Controls.Add(this.label17);
  1061. this.tabPage6.Controls.Add(this.txt_Lat);
  1062. this.tabPage6.Controls.Add(this.label16);
  1063. this.tabPage6.Location = new System.Drawing.Point(4, 25);
  1064. this.tabPage6.Name = "tabPage6";
  1065. this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
  1066. this.tabPage6.Size = new System.Drawing.Size(765, 396);
  1067. this.tabPage6.TabIndex = 5;
  1068. this.tabPage6.Text = "附近的人";
  1069. this.tabPage6.UseVisualStyleBackColor = true;
  1070. //
  1071. // button16
  1072. //
  1073. this.button16.Location = new System.Drawing.Point(33, 295);
  1074. this.button16.Name = "button16";
  1075. this.button16.Size = new System.Drawing.Size(90, 41);
  1076. this.button16.TabIndex = 14;
  1077. this.button16.Text = "添加";
  1078. this.button16.UseVisualStyleBackColor = true;
  1079. this.button16.Click += new System.EventHandler(this.button16_Click);
  1080. //
  1081. // label21
  1082. //
  1083. this.label21.AutoSize = true;
  1084. this.label21.Location = new System.Drawing.Point(353, 253);
  1085. this.label21.Name = "label21";
  1086. this.label21.Size = new System.Drawing.Size(82, 15);
  1087. this.label21.TabIndex = 13;
  1088. this.label21.Text = "添加方式:";
  1089. //
  1090. // cb_addtype
  1091. //
  1092. this.cb_addtype.FormattingEnabled = true;
  1093. this.cb_addtype.Items.AddRange(new object[] {
  1094. "1-通过QQ好友添加--可以",
  1095. "2-通过搜索邮箱--可加但无提示",
  1096. "3-通过微信号搜索--可以",
  1097. "5-通过朋友验证消息-可加但无提示",
  1098. "7-通过朋友验证消息(可回复)-可加但无提示",
  1099. "12-来自QQ好友--可以",
  1100. "13-通过手机通讯录添加--可以",
  1101. "14-通过群来源--no",
  1102. "15-通过搜索手机号--可以",
  1103. "16-通过朋友验证消息-可加但无提示",
  1104. "17-通过名片分享--no",
  1105. "18-通过附近的人--可以(貌似只需要v1就够了)",
  1106. "22-通过摇一摇打招呼方式--可以",
  1107. "25-通过漂流瓶---no",
  1108. "30-通过二维码方式--可以"});
  1109. this.cb_addtype.Location = new System.Drawing.Point(441, 252);
  1110. this.cb_addtype.Name = "cb_addtype";
  1111. this.cb_addtype.Size = new System.Drawing.Size(274, 23);
  1112. this.cb_addtype.TabIndex = 12;
  1113. //
  1114. // txt_hellotext
  1115. //
  1116. this.txt_hellotext.Location = new System.Drawing.Point(92, 250);
  1117. this.txt_hellotext.Name = "txt_hellotext";
  1118. this.txt_hellotext.Size = new System.Drawing.Size(219, 25);
  1119. this.txt_hellotext.TabIndex = 11;
  1120. //
  1121. // label20
  1122. //
  1123. this.label20.AutoSize = true;
  1124. this.label20.Location = new System.Drawing.Point(33, 253);
  1125. this.label20.Name = "label20";
  1126. this.label20.Size = new System.Drawing.Size(67, 15);
  1127. this.label20.TabIndex = 10;
  1128. this.label20.Text = "打招呼:";
  1129. //
  1130. // txt_v2
  1131. //
  1132. this.txt_v2.Location = new System.Drawing.Point(92, 210);
  1133. this.txt_v2.Name = "txt_v2";
  1134. this.txt_v2.Size = new System.Drawing.Size(653, 25);
  1135. this.txt_v2.TabIndex = 9;
  1136. //
  1137. // label19
  1138. //
  1139. this.label19.AutoSize = true;
  1140. this.label19.Location = new System.Drawing.Point(33, 213);
  1141. this.label19.Name = "label19";
  1142. this.label19.Size = new System.Drawing.Size(38, 15);
  1143. this.label19.TabIndex = 8;
  1144. this.label19.Text = "v2:";
  1145. //
  1146. // txt_v1
  1147. //
  1148. this.txt_v1.Location = new System.Drawing.Point(92, 175);
  1149. this.txt_v1.Name = "txt_v1";
  1150. this.txt_v1.Size = new System.Drawing.Size(653, 25);
  1151. this.txt_v1.TabIndex = 7;
  1152. //
  1153. // label18
  1154. //
  1155. this.label18.AutoSize = true;
  1156. this.label18.Location = new System.Drawing.Point(33, 178);
  1157. this.label18.Name = "label18";
  1158. this.label18.Size = new System.Drawing.Size(38, 15);
  1159. this.label18.TabIndex = 6;
  1160. this.label18.Text = "v1:";
  1161. //
  1162. // txt_positionReturn
  1163. //
  1164. this.txt_positionReturn.Location = new System.Drawing.Point(33, 60);
  1165. this.txt_positionReturn.Multiline = true;
  1166. this.txt_positionReturn.Name = "txt_positionReturn";
  1167. this.txt_positionReturn.Size = new System.Drawing.Size(712, 100);
  1168. this.txt_positionReturn.TabIndex = 5;
  1169. //
  1170. // button15
  1171. //
  1172. this.button15.Location = new System.Drawing.Point(441, 18);
  1173. this.button15.Name = "button15";
  1174. this.button15.Size = new System.Drawing.Size(142, 26);
  1175. this.button15.TabIndex = 4;
  1176. this.button15.Text = "查看附近的人";
  1177. this.button15.UseVisualStyleBackColor = true;
  1178. this.button15.Click += new System.EventHandler(this.button15_Click);
  1179. //
  1180. // txt_Lng
  1181. //
  1182. this.txt_Lng.Location = new System.Drawing.Point(283, 18);
  1183. this.txt_Lng.Name = "txt_Lng";
  1184. this.txt_Lng.Size = new System.Drawing.Size(100, 25);
  1185. this.txt_Lng.TabIndex = 3;
  1186. this.txt_Lng.Text = "118.538361";
  1187. //
  1188. // label17
  1189. //
  1190. this.label17.AutoSize = true;
  1191. this.label17.Location = new System.Drawing.Point(227, 19);
  1192. this.label17.Name = "label17";
  1193. this.label17.Size = new System.Drawing.Size(39, 15);
  1194. this.label17.TabIndex = 2;
  1195. this.label17.Text = "Lng:";
  1196. //
  1197. // txt_Lat
  1198. //
  1199. this.txt_Lat.Location = new System.Drawing.Point(92, 19);
  1200. this.txt_Lat.Name = "txt_Lat";
  1201. this.txt_Lat.Size = new System.Drawing.Size(100, 25);
  1202. this.txt_Lat.TabIndex = 1;
  1203. this.txt_Lat.Text = "24.911349";
  1204. //
  1205. // label16
  1206. //
  1207. this.label16.AutoSize = true;
  1208. this.label16.Location = new System.Drawing.Point(30, 19);
  1209. this.label16.Name = "label16";
  1210. this.label16.Size = new System.Drawing.Size(39, 15);
  1211. this.label16.TabIndex = 0;
  1212. this.label16.Text = "Lat:";
  1213. //
  1214. // tabPage8
  1215. //
  1216. this.tabPage8.Controls.Add(this.lb_gzh);
  1217. this.tabPage8.Controls.Add(this.button22);
  1218. this.tabPage8.Controls.Add(this.txt_gzhlog);
  1219. this.tabPage8.Controls.Add(this.button21);
  1220. this.tabPage8.Controls.Add(this.txt_gzhid);
  1221. this.tabPage8.Controls.Add(this.label22);
  1222. this.tabPage8.Location = new System.Drawing.Point(4, 25);
  1223. this.tabPage8.Name = "tabPage8";
  1224. this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
  1225. this.tabPage8.Size = new System.Drawing.Size(765, 396);
  1226. this.tabPage8.TabIndex = 7;
  1227. this.tabPage8.Text = "公众号";
  1228. this.tabPage8.UseVisualStyleBackColor = true;
  1229. //
  1230. // lb_gzh
  1231. //
  1232. this.lb_gzh.FormattingEnabled = true;
  1233. this.lb_gzh.ItemHeight = 15;
  1234. this.lb_gzh.Location = new System.Drawing.Point(26, 46);
  1235. this.lb_gzh.Name = "lb_gzh";
  1236. this.lb_gzh.Size = new System.Drawing.Size(229, 199);
  1237. this.lb_gzh.TabIndex = 5;
  1238. //
  1239. // button22
  1240. //
  1241. this.button22.Location = new System.Drawing.Point(541, 15);
  1242. this.button22.Name = "button22";
  1243. this.button22.Size = new System.Drawing.Size(121, 23);
  1244. this.button22.TabIndex = 4;
  1245. this.button22.Text = "获取公众号内容";
  1246. this.button22.UseVisualStyleBackColor = true;
  1247. this.button22.Click += new System.EventHandler(this.button22_Click);
  1248. //
  1249. // txt_gzhlog
  1250. //
  1251. this.txt_gzhlog.Location = new System.Drawing.Point(6, 257);
  1252. this.txt_gzhlog.Multiline = true;
  1253. this.txt_gzhlog.Name = "txt_gzhlog";
  1254. this.txt_gzhlog.Size = new System.Drawing.Size(753, 133);
  1255. this.txt_gzhlog.TabIndex = 3;
  1256. //
  1257. // button21
  1258. //
  1259. this.button21.Location = new System.Drawing.Point(422, 15);
  1260. this.button21.Name = "button21";
  1261. this.button21.Size = new System.Drawing.Size(112, 24);
  1262. this.button21.TabIndex = 2;
  1263. this.button21.Text = "关注公众号";
  1264. this.button21.UseVisualStyleBackColor = true;
  1265. this.button21.Click += new System.EventHandler(this.button21_Click);
  1266. //
  1267. // txt_gzhid
  1268. //
  1269. this.txt_gzhid.Location = new System.Drawing.Point(197, 14);
  1270. this.txt_gzhid.Name = "txt_gzhid";
  1271. this.txt_gzhid.Size = new System.Drawing.Size(198, 25);
  1272. this.txt_gzhid.TabIndex = 1;
  1273. //
  1274. // label22
  1275. //
  1276. this.label22.AutoSize = true;
  1277. this.label22.Location = new System.Drawing.Point(23, 17);
  1278. this.label22.Name = "label22";
  1279. this.label22.Size = new System.Drawing.Size(156, 15);
  1280. this.label22.TabIndex = 0;
  1281. this.label22.Text = "公众号id: gh_xxxxxx";
  1282. //
  1283. // tabPage7
  1284. //
  1285. this.tabPage7.Controls.Add(this.txt_msgcallback);
  1286. this.tabPage7.Location = new System.Drawing.Point(4, 25);
  1287. this.tabPage7.Name = "tabPage7";
  1288. this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
  1289. this.tabPage7.Size = new System.Drawing.Size(765, 396);
  1290. this.tabPage7.TabIndex = 8;
  1291. this.tabPage7.Text = "收消息回调";
  1292. this.tabPage7.UseVisualStyleBackColor = true;
  1293. //
  1294. // txt_msgcallback
  1295. //
  1296. this.txt_msgcallback.Location = new System.Drawing.Point(6, 6);
  1297. this.txt_msgcallback.Multiline = true;
  1298. this.txt_msgcallback.Name = "txt_msgcallback";
  1299. this.txt_msgcallback.Size = new System.Drawing.Size(753, 384);
  1300. this.txt_msgcallback.TabIndex = 0;
  1301. //
  1302. // tabPage9
  1303. //
  1304. this.tabPage9.Controls.Add(this.button28);
  1305. this.tabPage9.Controls.Add(this.txt_labelId1);
  1306. this.tabPage9.Controls.Add(this.label33);
  1307. this.tabPage9.Controls.Add(this.button27);
  1308. this.tabPage9.Controls.Add(this.txt_labelName);
  1309. this.tabPage9.Controls.Add(this.label32);
  1310. this.tabPage9.Controls.Add(this.button26);
  1311. this.tabPage9.Controls.Add(this.txt_labelId);
  1312. this.tabPage9.Controls.Add(this.label31);
  1313. this.tabPage9.Controls.Add(this.txt_labelWxid);
  1314. this.tabPage9.Controls.Add(this.label30);
  1315. this.tabPage9.Controls.Add(this.txt_labelList);
  1316. this.tabPage9.Controls.Add(this.button25);
  1317. this.tabPage9.Location = new System.Drawing.Point(4, 25);
  1318. this.tabPage9.Name = "tabPage9";
  1319. this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
  1320. this.tabPage9.Size = new System.Drawing.Size(765, 396);
  1321. this.tabPage9.TabIndex = 9;
  1322. this.tabPage9.Text = "用户标签";
  1323. this.tabPage9.UseVisualStyleBackColor = true;
  1324. //
  1325. // button28
  1326. //
  1327. this.button28.Location = new System.Drawing.Point(479, 112);
  1328. this.button28.Name = "button28";
  1329. this.button28.Size = new System.Drawing.Size(95, 25);
  1330. this.button28.TabIndex = 12;
  1331. this.button28.Text = "删除标签";
  1332. this.button28.UseVisualStyleBackColor = true;
  1333. this.button28.Click += new System.EventHandler(this.button28_Click);
  1334. //
  1335. // txt_labelId1
  1336. //
  1337. this.txt_labelId1.Location = new System.Drawing.Point(322, 112);
  1338. this.txt_labelId1.Name = "txt_labelId1";
  1339. this.txt_labelId1.Size = new System.Drawing.Size(136, 25);
  1340. this.txt_labelId1.TabIndex = 11;
  1341. //
  1342. // label33
  1343. //
  1344. this.label33.AutoSize = true;
  1345. this.label33.Location = new System.Drawing.Point(255, 119);
  1346. this.label33.Name = "label33";
  1347. this.label33.Size = new System.Drawing.Size(61, 15);
  1348. this.label33.TabIndex = 10;
  1349. this.label33.Text = "标签id:";
  1350. //
  1351. // button27
  1352. //
  1353. this.button27.Location = new System.Drawing.Point(542, 63);
  1354. this.button27.Name = "button27";
  1355. this.button27.Size = new System.Drawing.Size(94, 27);
  1356. this.button27.TabIndex = 9;
  1357. this.button27.Text = "创建标签";
  1358. this.button27.UseVisualStyleBackColor = true;
  1359. this.button27.Click += new System.EventHandler(this.button27_Click);
  1360. //
  1361. // txt_labelName
  1362. //
  1363. this.txt_labelName.Location = new System.Drawing.Point(322, 65);
  1364. this.txt_labelName.Name = "txt_labelName";
  1365. this.txt_labelName.Size = new System.Drawing.Size(194, 25);
  1366. this.txt_labelName.TabIndex = 8;
  1367. //
  1368. // label32
  1369. //
  1370. this.label32.AutoSize = true;
  1371. this.label32.Location = new System.Drawing.Point(249, 68);
  1372. this.label32.Name = "label32";
  1373. this.label32.Size = new System.Drawing.Size(67, 15);
  1374. this.label32.TabIndex = 7;
  1375. this.label32.Text = "标签名:";
  1376. //
  1377. // button26
  1378. //
  1379. this.button26.Location = new System.Drawing.Point(664, 19);
  1380. this.button26.Name = "button26";
  1381. this.button26.Size = new System.Drawing.Size(75, 27);
  1382. this.button26.TabIndex = 6;
  1383. this.button26.Text = "设置标签";
  1384. this.button26.UseVisualStyleBackColor = true;
  1385. this.button26.Click += new System.EventHandler(this.button26_Click);
  1386. //
  1387. // txt_labelId
  1388. //
  1389. this.txt_labelId.Location = new System.Drawing.Point(521, 21);
  1390. this.txt_labelId.Name = "txt_labelId";
  1391. this.txt_labelId.Size = new System.Drawing.Size(136, 25);
  1392. this.txt_labelId.TabIndex = 5;
  1393. //
  1394. // label31
  1395. //
  1396. this.label31.AutoSize = true;
  1397. this.label31.Location = new System.Drawing.Point(454, 28);
  1398. this.label31.Name = "label31";
  1399. this.label31.Size = new System.Drawing.Size(61, 15);
  1400. this.label31.TabIndex = 4;
  1401. this.label31.Text = "标签id:";
  1402. //
  1403. // txt_labelWxid
  1404. //
  1405. this.txt_labelWxid.Location = new System.Drawing.Point(300, 21);
  1406. this.txt_labelWxid.Name = "txt_labelWxid";
  1407. this.txt_labelWxid.Size = new System.Drawing.Size(136, 25);
  1408. this.txt_labelWxid.TabIndex = 3;
  1409. //
  1410. // label30
  1411. //
  1412. this.label30.AutoSize = true;
  1413. this.label30.Location = new System.Drawing.Point(246, 28);
  1414. this.label30.Name = "label30";
  1415. this.label30.Size = new System.Drawing.Size(47, 15);
  1416. this.label30.TabIndex = 2;
  1417. this.label30.Text = "wxid:";
  1418. //
  1419. // txt_labelList
  1420. //
  1421. this.txt_labelList.Location = new System.Drawing.Point(24, 68);
  1422. this.txt_labelList.Multiline = true;
  1423. this.txt_labelList.Name = "txt_labelList";
  1424. this.txt_labelList.Size = new System.Drawing.Size(198, 307);
  1425. this.txt_labelList.TabIndex = 1;
  1426. //
  1427. // button25
  1428. //
  1429. this.button25.Location = new System.Drawing.Point(24, 21);
  1430. this.button25.Name = "button25";
  1431. this.button25.Size = new System.Drawing.Size(127, 29);
  1432. this.button25.TabIndex = 0;
  1433. this.button25.Text = "获取标签列表";
  1434. this.button25.UseVisualStyleBackColor = true;
  1435. this.button25.Click += new System.EventHandler(this.button25_Click);
  1436. //
  1437. // tabPage10
  1438. //
  1439. this.tabPage10.Controls.Add(this.txt_favItem);
  1440. this.tabPage10.Controls.Add(this.txt_favId);
  1441. this.tabPage10.Controls.Add(this.label36);
  1442. this.tabPage10.Controls.Add(this.button31);
  1443. this.tabPage10.Controls.Add(this.txt_favObject);
  1444. this.tabPage10.Controls.Add(this.label35);
  1445. this.tabPage10.Controls.Add(this.button30);
  1446. this.tabPage10.Controls.Add(this.txt_favKey);
  1447. this.tabPage10.Controls.Add(this.label34);
  1448. this.tabPage10.Controls.Add(this.button29);
  1449. this.tabPage10.Location = new System.Drawing.Point(4, 25);
  1450. this.tabPage10.Name = "tabPage10";
  1451. this.tabPage10.Padding = new System.Windows.Forms.Padding(3);
  1452. this.tabPage10.Size = new System.Drawing.Size(765, 396);
  1453. this.tabPage10.TabIndex = 10;
  1454. this.tabPage10.Text = "收藏";
  1455. this.tabPage10.UseVisualStyleBackColor = true;
  1456. //
  1457. // txt_favItem
  1458. //
  1459. this.txt_favItem.Location = new System.Drawing.Point(6, 175);
  1460. this.txt_favItem.Multiline = true;
  1461. this.txt_favItem.Name = "txt_favItem";
  1462. this.txt_favItem.Size = new System.Drawing.Size(753, 212);
  1463. this.txt_favItem.TabIndex = 9;
  1464. //
  1465. // txt_favId
  1466. //
  1467. this.txt_favId.Location = new System.Drawing.Point(233, 121);
  1468. this.txt_favId.Name = "txt_favId";
  1469. this.txt_favId.Size = new System.Drawing.Size(138, 25);
  1470. this.txt_favId.TabIndex = 8;
  1471. //
  1472. // label36
  1473. //
  1474. this.label36.AutoSize = true;
  1475. this.label36.Location = new System.Drawing.Point(140, 124);
  1476. this.label36.Name = "label36";
  1477. this.label36.Size = new System.Drawing.Size(68, 15);
  1478. this.label36.TabIndex = 7;
  1479. this.label36.Text = "收藏id:";
  1480. //
  1481. // button31
  1482. //
  1483. this.button31.Location = new System.Drawing.Point(19, 114);
  1484. this.button31.Name = "button31";
  1485. this.button31.Size = new System.Drawing.Size(87, 34);
  1486. this.button31.TabIndex = 6;
  1487. this.button31.Text = "查看收藏";
  1488. this.button31.UseVisualStyleBackColor = true;
  1489. this.button31.Click += new System.EventHandler(this.button31_Click);
  1490. //
  1491. // txt_favObject
  1492. //
  1493. this.txt_favObject.Location = new System.Drawing.Point(233, 65);
  1494. this.txt_favObject.Name = "txt_favObject";
  1495. this.txt_favObject.Size = new System.Drawing.Size(512, 25);
  1496. this.txt_favObject.TabIndex = 5;
  1497. this.txt_favObject.Text = resources.GetString("txt_favObject.Text");
  1498. //
  1499. // label35
  1500. //
  1501. this.label35.AutoSize = true;
  1502. this.label35.Location = new System.Drawing.Point(140, 70);
  1503. this.label35.Name = "label35";
  1504. this.label35.Size = new System.Drawing.Size(76, 15);
  1505. this.label35.TabIndex = 4;
  1506. this.label35.Text = "收藏key:";
  1507. //
  1508. // button30
  1509. //
  1510. this.button30.Location = new System.Drawing.Point(19, 65);
  1511. this.button30.Name = "button30";
  1512. this.button30.Size = new System.Drawing.Size(87, 31);
  1513. this.button30.TabIndex = 3;
  1514. this.button30.Text = "添加收藏";
  1515. this.button30.UseVisualStyleBackColor = true;
  1516. this.button30.Click += new System.EventHandler(this.button30_Click);
  1517. //
  1518. // txt_favKey
  1519. //
  1520. this.txt_favKey.Location = new System.Drawing.Point(233, 19);
  1521. this.txt_favKey.Name = "txt_favKey";
  1522. this.txt_favKey.Size = new System.Drawing.Size(138, 25);
  1523. this.txt_favKey.TabIndex = 2;
  1524. //
  1525. // label34
  1526. //
  1527. this.label34.AutoSize = true;
  1528. this.label34.Location = new System.Drawing.Point(140, 24);
  1529. this.label34.Name = "label34";
  1530. this.label34.Size = new System.Drawing.Size(76, 15);
  1531. this.label34.TabIndex = 1;
  1532. this.label34.Text = "收藏key:";
  1533. //
  1534. // button29
  1535. //
  1536. this.button29.Location = new System.Drawing.Point(19, 17);
  1537. this.button29.Name = "button29";
  1538. this.button29.Size = new System.Drawing.Size(87, 28);
  1539. this.button29.TabIndex = 0;
  1540. this.button29.Text = "同步收藏";
  1541. this.button29.UseVisualStyleBackColor = true;
  1542. this.button29.Click += new System.EventHandler(this.button29_Click);
  1543. //
  1544. // button14
  1545. //
  1546. this.button14.Location = new System.Drawing.Point(12, 390);
  1547. this.button14.Name = "button14";
  1548. this.button14.Size = new System.Drawing.Size(106, 44);
  1549. this.button14.TabIndex = 4;
  1550. this.button14.Text = "扫码登录";
  1551. this.button14.UseVisualStyleBackColor = true;
  1552. this.button14.Click += new System.EventHandler(this.button14_Click);
  1553. //
  1554. // button38
  1555. //
  1556. this.button38.Location = new System.Drawing.Point(393, 108);
  1557. this.button38.Name = "button38";
  1558. this.button38.Size = new System.Drawing.Size(124, 25);
  1559. this.button38.TabIndex = 19;
  1560. this.button38.Text = "邀请群成员";
  1561. this.button38.UseVisualStyleBackColor = true;
  1562. this.button38.Click += new System.EventHandler(this.button38_Click);
  1563. //
  1564. // button39
  1565. //
  1566. this.button39.Location = new System.Drawing.Point(445, 67);
  1567. this.button39.Name = "button39";
  1568. this.button39.Size = new System.Drawing.Size(148, 25);
  1569. this.button39.TabIndex = 20;
  1570. this.button39.Text = "获取群成员资料";
  1571. this.button39.UseVisualStyleBackColor = true;
  1572. this.button39.Click += new System.EventHandler(this.button39_Click);
  1573. //
  1574. // FormDemo
  1575. //
  1576. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1577. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1578. this.ClientSize = new System.Drawing.Size(1009, 454);
  1579. this.Controls.Add(this.button14);
  1580. this.Controls.Add(this.tabControl1);
  1581. this.Controls.Add(this.label1);
  1582. this.Controls.Add(this.textBox1);
  1583. this.Controls.Add(this.pictureBox1);
  1584. this.MaximizeBox = false;
  1585. this.MinimizeBox = false;
  1586. this.Name = "FormDemo";
  1587. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1588. this.Text = "Mac微信Demo";
  1589. this.Load += new System.EventHandler(this.FormDemo_Load);
  1590. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1591. this.tabControl1.ResumeLayout(false);
  1592. this.tabPage1.ResumeLayout(false);
  1593. this.tabPage1.PerformLayout();
  1594. this.tabPage2.ResumeLayout(false);
  1595. this.tabPage2.PerformLayout();
  1596. this.tabPage3.ResumeLayout(false);
  1597. this.tabPage3.PerformLayout();
  1598. this.tabPage4.ResumeLayout(false);
  1599. this.tabPage4.PerformLayout();
  1600. this.tabPage5.ResumeLayout(false);
  1601. this.tabPage5.PerformLayout();
  1602. this.tabPage6.ResumeLayout(false);
  1603. this.tabPage6.PerformLayout();
  1604. this.tabPage8.ResumeLayout(false);
  1605. this.tabPage8.PerformLayout();
  1606. this.tabPage7.ResumeLayout(false);
  1607. this.tabPage7.PerformLayout();
  1608. this.tabPage9.ResumeLayout(false);
  1609. this.tabPage9.PerformLayout();
  1610. this.tabPage10.ResumeLayout(false);
  1611. this.tabPage10.PerformLayout();
  1612. this.ResumeLayout(false);
  1613. this.PerformLayout();
  1614. }
  1615. #endregion
  1616. private System.Windows.Forms.PictureBox pictureBox1;
  1617. private System.Windows.Forms.TextBox textBox1;
  1618. private System.Windows.Forms.Label label1;
  1619. private System.Windows.Forms.TabControl tabControl1;
  1620. private System.Windows.Forms.TabPage tabPage1;
  1621. private System.Windows.Forms.TabPage tabPage2;
  1622. private System.Windows.Forms.TextBox txt_msgWxid;
  1623. private System.Windows.Forms.Label label2;
  1624. private System.Windows.Forms.TextBox txt_msgText;
  1625. private System.Windows.Forms.Label label3;
  1626. private System.Windows.Forms.Button button1;
  1627. private System.Windows.Forms.Button button2;
  1628. private System.Windows.Forms.Label label4;
  1629. private System.Windows.Forms.Button button3;
  1630. private System.Windows.Forms.TextBox txt_snsText;
  1631. private System.Windows.Forms.Button button4;
  1632. private System.Windows.Forms.Button button5;
  1633. private System.Windows.Forms.ListBox listBox1;
  1634. private System.Windows.Forms.TabPage tabPage3;
  1635. private System.Windows.Forms.Label label5;
  1636. private System.Windows.Forms.ListBox lb_friend;
  1637. private System.Windows.Forms.TabPage tabPage4;
  1638. private System.Windows.Forms.Label label7;
  1639. private System.Windows.Forms.TextBox txt_GroupUsers;
  1640. private System.Windows.Forms.Button button6;
  1641. private System.Windows.Forms.TextBox txt_groupuserwxid;
  1642. private System.Windows.Forms.Label label8;
  1643. private System.Windows.Forms.Button button7;
  1644. private System.Windows.Forms.TextBox txt_groupwxid;
  1645. private System.Windows.Forms.Label label9;
  1646. private System.Windows.Forms.Button button8;
  1647. private System.Windows.Forms.TextBox txt_groupname;
  1648. private System.Windows.Forms.Label label11;
  1649. private System.Windows.Forms.Button button9;
  1650. private System.Windows.Forms.TextBox txt_groupgg;
  1651. private System.Windows.Forms.Label label10;
  1652. private System.Windows.Forms.Button button10;
  1653. private System.Windows.Forms.Button button11;
  1654. private System.Windows.Forms.TabPage tabPage5;
  1655. private System.Windows.Forms.Button button12;
  1656. private System.Windows.Forms.TextBox txt_loginToken;
  1657. private System.Windows.Forms.Label label15;
  1658. private System.Windows.Forms.TextBox txt_login62;
  1659. private System.Windows.Forms.Label label14;
  1660. private System.Windows.Forms.TextBox txt_loginPassword;
  1661. private System.Windows.Forms.Label label13;
  1662. private System.Windows.Forms.TextBox txt_loginName;
  1663. private System.Windows.Forms.Label label12;
  1664. private System.Windows.Forms.Button button13;
  1665. private System.Windows.Forms.Button button14;
  1666. private System.Windows.Forms.TabPage tabPage6;
  1667. private System.Windows.Forms.Label label17;
  1668. private System.Windows.Forms.TextBox txt_Lat;
  1669. private System.Windows.Forms.Label label16;
  1670. private System.Windows.Forms.Button button15;
  1671. private System.Windows.Forms.TextBox txt_Lng;
  1672. private System.Windows.Forms.TextBox txt_positionReturn;
  1673. private System.Windows.Forms.TextBox txt_v2;
  1674. private System.Windows.Forms.Label label19;
  1675. private System.Windows.Forms.TextBox txt_v1;
  1676. private System.Windows.Forms.Label label18;
  1677. private System.Windows.Forms.TextBox txt_hellotext;
  1678. private System.Windows.Forms.Label label20;
  1679. private System.Windows.Forms.Label label21;
  1680. private System.Windows.Forms.ComboBox cb_addtype;
  1681. private System.Windows.Forms.Button button16;
  1682. private System.Windows.Forms.Button button17;
  1683. private System.Windows.Forms.Button button18;
  1684. private System.Windows.Forms.Button button19;
  1685. private System.Windows.Forms.Button button20;
  1686. private System.Windows.Forms.TabPage tabPage8;
  1687. private System.Windows.Forms.Label label22;
  1688. private System.Windows.Forms.Button button21;
  1689. private System.Windows.Forms.TextBox txt_gzhid;
  1690. private System.Windows.Forms.TextBox txt_gzhlog;
  1691. private System.Windows.Forms.Button button22;
  1692. private System.Windows.Forms.ListBox lb_gzh;
  1693. private System.Windows.Forms.Button button23;
  1694. private System.Windows.Forms.TextBox txt_linkImgUrl;
  1695. private System.Windows.Forms.Label label28;
  1696. private System.Windows.Forms.TextBox txt_linkUrl;
  1697. private System.Windows.Forms.Label label27;
  1698. private System.Windows.Forms.TextBox txt_linkDesc;
  1699. private System.Windows.Forms.Label label26;
  1700. private System.Windows.Forms.TextBox txt_linkSdkVer;
  1701. private System.Windows.Forms.Label label25;
  1702. private System.Windows.Forms.TextBox txt_linkAppId;
  1703. private System.Windows.Forms.Label label24;
  1704. private System.Windows.Forms.TextBox txt_linkTitle;
  1705. private System.Windows.Forms.Label label23;
  1706. private System.Windows.Forms.Button button24;
  1707. private System.Windows.Forms.TabPage tabPage7;
  1708. private System.Windows.Forms.TextBox txt_msgcallback;
  1709. private System.Windows.Forms.Label label29;
  1710. private System.Windows.Forms.TabPage tabPage9;
  1711. private System.Windows.Forms.Button button25;
  1712. private System.Windows.Forms.TextBox txt_labelList;
  1713. private System.Windows.Forms.Button button26;
  1714. private System.Windows.Forms.TextBox txt_labelId;
  1715. private System.Windows.Forms.Label label31;
  1716. private System.Windows.Forms.TextBox txt_labelWxid;
  1717. private System.Windows.Forms.Label label30;
  1718. private System.Windows.Forms.Button button27;
  1719. private System.Windows.Forms.TextBox txt_labelName;
  1720. private System.Windows.Forms.Label label32;
  1721. private System.Windows.Forms.Button button28;
  1722. private System.Windows.Forms.TextBox txt_labelId1;
  1723. private System.Windows.Forms.Label label33;
  1724. private System.Windows.Forms.TabPage tabPage10;
  1725. private System.Windows.Forms.Button button29;
  1726. private System.Windows.Forms.TextBox txt_favKey;
  1727. private System.Windows.Forms.Label label34;
  1728. private System.Windows.Forms.TextBox txt_favObject;
  1729. private System.Windows.Forms.Label label35;
  1730. private System.Windows.Forms.Button button30;
  1731. private System.Windows.Forms.Button button31;
  1732. private System.Windows.Forms.TextBox txt_favId;
  1733. private System.Windows.Forms.Label label36;
  1734. private System.Windows.Forms.TextBox txt_favItem;
  1735. private System.Windows.Forms.TextBox txt_snswxid;
  1736. private System.Windows.Forms.Label label37;
  1737. private System.Windows.Forms.Button button32;
  1738. private System.Windows.Forms.Button button33;
  1739. private System.Windows.Forms.TextBox txt_snsId;
  1740. private System.Windows.Forms.Label label38;
  1741. private System.Windows.Forms.Button button34;
  1742. private System.Windows.Forms.TextBox txt_snsPlId;
  1743. private System.Windows.Forms.Label label39;
  1744. private System.Windows.Forms.TextBox txt_snsContext;
  1745. private System.Windows.Forms.Label label40;
  1746. private System.Windows.Forms.ListBox lb_group;
  1747. private System.Windows.Forms.TextBox txt_friendwxid;
  1748. private System.Windows.Forms.Label label6;
  1749. private System.Windows.Forms.Button button35;
  1750. private System.Windows.Forms.Button button36;
  1751. private System.Windows.Forms.TextBox txt_friendRemark;
  1752. private System.Windows.Forms.Label label41;
  1753. private System.Windows.Forms.Button button37;
  1754. private System.Windows.Forms.Button button38;
  1755. private System.Windows.Forms.Button button39;
  1756. }
  1757. }