Form1.Designer.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. namespace WindowsApplication1
  2. {
  3. partial class Form1
  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(Form1));
  29. this.t_uid = new System.Windows.Forms.TextBox();
  30. this.t_pwd = new System.Windows.Forms.TextBox();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.vtagss = new System.Windows.Forms.Label();
  33. this.vtag = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.t_mob = new System.Windows.Forms.RichTextBox();
  38. this.t_msg = new System.Windows.Forms.RichTextBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.groupBox1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // t_uid
  48. //
  49. this.t_uid.Location = new System.Drawing.Point(65, 12);
  50. this.t_uid.Name = "t_uid";
  51. this.t_uid.Size = new System.Drawing.Size(100, 21);
  52. this.t_uid.TabIndex = 1;
  53. this.t_uid.Text = "test";
  54. //
  55. // t_pwd
  56. //
  57. this.t_pwd.Location = new System.Drawing.Point(218, 12);
  58. this.t_pwd.Name = "t_pwd";
  59. this.t_pwd.Size = new System.Drawing.Size(100, 21);
  60. this.t_pwd.TabIndex = 2;
  61. this.t_pwd.Text = "123456";
  62. //
  63. // groupBox1
  64. //
  65. this.groupBox1.Controls.Add(this.button3);
  66. this.groupBox1.Controls.Add(this.vtagss);
  67. this.groupBox1.Controls.Add(this.vtag);
  68. this.groupBox1.Controls.Add(this.label2);
  69. this.groupBox1.Controls.Add(this.label1);
  70. this.groupBox1.Controls.Add(this.button1);
  71. this.groupBox1.Controls.Add(this.t_mob);
  72. this.groupBox1.Controls.Add(this.t_msg);
  73. this.groupBox1.Location = new System.Drawing.Point(12, 51);
  74. this.groupBox1.Name = "groupBox1";
  75. this.groupBox1.Size = new System.Drawing.Size(385, 365);
  76. this.groupBox1.TabIndex = 4;
  77. this.groupBox1.TabStop = false;
  78. this.groupBox1.Text = "发短信";
  79. //
  80. // vtagss
  81. //
  82. this.vtagss.AutoSize = true;
  83. this.vtagss.Location = new System.Drawing.Point(18, 245);
  84. this.vtagss.Name = "vtagss";
  85. this.vtagss.Size = new System.Drawing.Size(53, 12);
  86. this.vtagss.TabIndex = 10;
  87. this.vtagss.Text = "返回状态";
  88. //
  89. // vtag
  90. //
  91. this.vtag.BackColor = System.Drawing.SystemColors.ControlLight;
  92. this.vtag.Location = new System.Drawing.Point(8, 269);
  93. this.vtag.Name = "vtag";
  94. this.vtag.Size = new System.Drawing.Size(366, 21);
  95. this.vtag.TabIndex = 9;
  96. //
  97. // label2
  98. //
  99. this.label2.AutoSize = true;
  100. this.label2.Location = new System.Drawing.Point(16, 134);
  101. this.label2.Name = "label2";
  102. this.label2.Size = new System.Drawing.Size(227, 12);
  103. this.label2.TabIndex = 8;
  104. this.label2.Text = "短信内容(60-70个字,超过自己做下循环)";
  105. //
  106. // label1
  107. //
  108. this.label1.AutoSize = true;
  109. this.label1.Location = new System.Drawing.Point(16, 17);
  110. this.label1.Name = "label1";
  111. this.label1.Size = new System.Drawing.Size(155, 12);
  112. this.label1.TabIndex = 7;
  113. this.label1.Text = "手机号码(多个用逗号,分隔)";
  114. //
  115. // button1
  116. //
  117. this.button1.Location = new System.Drawing.Point(141, 311);
  118. this.button1.Name = "button1";
  119. this.button1.Size = new System.Drawing.Size(102, 34);
  120. this.button1.TabIndex = 6;
  121. this.button1.Text = "短信短信";
  122. this.button1.UseVisualStyleBackColor = true;
  123. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  124. //
  125. // t_mob
  126. //
  127. this.t_mob.Location = new System.Drawing.Point(18, 32);
  128. this.t_mob.Name = "t_mob";
  129. this.t_mob.Size = new System.Drawing.Size(270, 86);
  130. this.t_mob.TabIndex = 5;
  131. this.t_mob.Text = "";
  132. //
  133. // t_msg
  134. //
  135. this.t_msg.Location = new System.Drawing.Point(18, 149);
  136. this.t_msg.Name = "t_msg";
  137. this.t_msg.Size = new System.Drawing.Size(356, 82);
  138. this.t_msg.TabIndex = 4;
  139. this.t_msg.Text = "";
  140. //
  141. // label3
  142. //
  143. this.label3.AutoSize = true;
  144. this.label3.Location = new System.Drawing.Point(18, 20);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(41, 12);
  147. this.label3.TabIndex = 5;
  148. this.label3.Text = "账号:";
  149. //
  150. // label4
  151. //
  152. this.label4.AutoSize = true;
  153. this.label4.Location = new System.Drawing.Point(171, 15);
  154. this.label4.Name = "label4";
  155. this.label4.Size = new System.Drawing.Size(41, 12);
  156. this.label4.TabIndex = 6;
  157. this.label4.Text = "密码:";
  158. //
  159. // richTextBox1
  160. //
  161. this.richTextBox1.Location = new System.Drawing.Point(412, 53);
  162. this.richTextBox1.Name = "richTextBox1";
  163. this.richTextBox1.Size = new System.Drawing.Size(328, 343);
  164. this.richTextBox1.TabIndex = 7;
  165. this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
  166. //
  167. // button2
  168. //
  169. this.button2.Location = new System.Drawing.Point(339, 10);
  170. this.button2.Name = "button2";
  171. this.button2.Size = new System.Drawing.Size(75, 23);
  172. this.button2.TabIndex = 8;
  173. this.button2.Text = "查询余额";
  174. this.button2.UseVisualStyleBackColor = true;
  175. this.button2.Click += new System.EventHandler(this.button2_Click);
  176. //
  177. // button3
  178. //
  179. this.button3.Location = new System.Drawing.Point(268, 311);
  180. this.button3.Name = "button3";
  181. this.button3.Size = new System.Drawing.Size(93, 34);
  182. this.button3.TabIndex = 11;
  183. this.button3.Text = "加密狗测试";
  184. this.button3.UseVisualStyleBackColor = true;
  185. this.button3.Click += new System.EventHandler(this.button3_Click);
  186. //
  187. // Form1
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.ClientSize = new System.Drawing.Size(788, 494);
  192. this.Controls.Add(this.button2);
  193. this.Controls.Add(this.richTextBox1);
  194. this.Controls.Add(this.label4);
  195. this.Controls.Add(this.label3);
  196. this.Controls.Add(this.groupBox1);
  197. this.Controls.Add(this.t_pwd);
  198. this.Controls.Add(this.t_uid);
  199. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  200. this.Name = "Form1";
  201. this.Text = "c# 短信接口demo";
  202. this.groupBox1.ResumeLayout(false);
  203. this.groupBox1.PerformLayout();
  204. this.ResumeLayout(false);
  205. this.PerformLayout();
  206. }
  207. #endregion
  208. private System.Windows.Forms.TextBox t_uid;
  209. private System.Windows.Forms.TextBox t_pwd;
  210. private System.Windows.Forms.GroupBox groupBox1;
  211. private System.Windows.Forms.Label label2;
  212. private System.Windows.Forms.Label label1;
  213. private System.Windows.Forms.Button button1;
  214. private System.Windows.Forms.RichTextBox t_mob;
  215. private System.Windows.Forms.RichTextBox t_msg;
  216. private System.Windows.Forms.Label label3;
  217. private System.Windows.Forms.Label label4;
  218. private System.Windows.Forms.Label vtagss;
  219. private System.Windows.Forms.TextBox vtag;
  220. private System.Windows.Forms.RichTextBox richTextBox1;
  221. private System.Windows.Forms.Button button2;
  222. private System.Windows.Forms.Button button3;
  223. }
  224. }