MainForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. 
  2. namespace SheepSheep
  3. {
  4. partial class MainForm
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.comboBox1 = new System.Windows.Forms.ComboBox();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  37. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.textBox3 = new System.Windows.Forms.TextBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  42. this.statusStrip1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.label1.Location = new System.Drawing.Point(25, 117);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(51, 17);
  52. this.label1.TabIndex = 0;
  53. this.label1.Text = "Token: ";
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.label2.Location = new System.Drawing.Point(24, 27);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(87, 17);
  62. this.label2.TabIndex = 1;
  63. this.label2.Text = "加入羊群次数: ";
  64. //
  65. // label3
  66. //
  67. this.label3.AutoSize = true;
  68. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.label3.Location = new System.Drawing.Point(25, 88);
  70. this.label3.Name = "label3";
  71. this.label3.Size = new System.Drawing.Size(59, 17);
  72. this.label3.TabIndex = 2;
  73. this.label3.Text = "通关耗时:";
  74. //
  75. // textBox1
  76. //
  77. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.textBox1.Location = new System.Drawing.Point(27, 136);
  79. this.textBox1.Multiline = true;
  80. this.textBox1.Name = "textBox1";
  81. this.textBox1.Size = new System.Drawing.Size(246, 142);
  82. this.textBox1.TabIndex = 3;
  83. //
  84. // comboBox1
  85. //
  86. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  87. this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.comboBox1.FormattingEnabled = true;
  89. this.comboBox1.Items.AddRange(new object[] {
  90. "随机",
  91. "自定义"});
  92. this.comboBox1.Location = new System.Drawing.Point(90, 85);
  93. this.comboBox1.Name = "comboBox1";
  94. this.comboBox1.Size = new System.Drawing.Size(121, 25);
  95. this.comboBox1.TabIndex = 4;
  96. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  97. //
  98. // button1
  99. //
  100. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.button1.Location = new System.Drawing.Point(109, 297);
  102. this.button1.Name = "button1";
  103. this.button1.Size = new System.Drawing.Size(75, 23);
  104. this.button1.TabIndex = 5;
  105. this.button1.Text = "羊它!";
  106. this.button1.UseVisualStyleBackColor = true;
  107. this.button1.Click += new System.EventHandler(this.button1_Click);
  108. //
  109. // textBox2
  110. //
  111. this.textBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.textBox2.Location = new System.Drawing.Point(110, 24);
  113. this.textBox2.Name = "textBox2";
  114. this.textBox2.Size = new System.Drawing.Size(100, 23);
  115. this.textBox2.TabIndex = 6;
  116. this.textBox2.Text = "100";
  117. this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
  118. //
  119. // statusStrip1
  120. //
  121. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  122. this.toolStripStatusLabel1,
  123. this.toolStripStatusLabel2});
  124. this.statusStrip1.Location = new System.Drawing.Point(0, 333);
  125. this.statusStrip1.Name = "statusStrip1";
  126. this.statusStrip1.Size = new System.Drawing.Size(295, 22);
  127. this.statusStrip1.TabIndex = 7;
  128. this.statusStrip1.Text = "statusStrip1";
  129. //
  130. // toolStripStatusLabel1
  131. //
  132. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  133. this.toolStripStatusLabel1.Size = new System.Drawing.Size(71, 17);
  134. this.toolStripStatusLabel1.Text = "加入次数: 0";
  135. //
  136. // label4
  137. //
  138. this.label4.AutoSize = true;
  139. this.label4.Cursor = System.Windows.Forms.Cursors.Hand;
  140. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.label4.Location = new System.Drawing.Point(207, 301);
  142. this.label4.Name = "label4";
  143. this.label4.Size = new System.Drawing.Size(68, 17);
  144. this.label4.TabIndex = 8;
  145. this.label4.Text = "获取Token";
  146. this.label4.Click += new System.EventHandler(this.label4_Click);
  147. //
  148. // textBox3
  149. //
  150. this.textBox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.textBox3.Location = new System.Drawing.Point(110, 54);
  152. this.textBox3.Name = "textBox3";
  153. this.textBox3.Size = new System.Drawing.Size(100, 23);
  154. this.textBox3.TabIndex = 10;
  155. this.textBox3.Text = "100";
  156. //
  157. // label5
  158. //
  159. this.label5.AutoSize = true;
  160. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.label5.Location = new System.Drawing.Point(25, 57);
  162. this.label5.Name = "label5";
  163. this.label5.Size = new System.Drawing.Size(87, 17);
  164. this.label5.TabIndex = 9;
  165. this.label5.Text = "话题通关次数: ";
  166. //
  167. // toolStripStatusLabel2
  168. //
  169. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  170. this.toolStripStatusLabel2.Size = new System.Drawing.Size(68, 17);
  171. this.toolStripStatusLabel2.Text = "通关次数:0";
  172. //
  173. // Form1
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(295, 355);
  178. this.Controls.Add(this.textBox3);
  179. this.Controls.Add(this.label5);
  180. this.Controls.Add(this.label4);
  181. this.Controls.Add(this.statusStrip1);
  182. this.Controls.Add(this.textBox2);
  183. this.Controls.Add(this.button1);
  184. this.Controls.Add(this.comboBox1);
  185. this.Controls.Add(this.textBox1);
  186. this.Controls.Add(this.label3);
  187. this.Controls.Add(this.label2);
  188. this.Controls.Add(this.label1);
  189. this.Name = "Form1";
  190. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  191. this.Text = "让我帮你羊一下!";
  192. this.statusStrip1.ResumeLayout(false);
  193. this.statusStrip1.PerformLayout();
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196. }
  197. #endregion
  198. private System.Windows.Forms.Label label1;
  199. private System.Windows.Forms.Label label2;
  200. private System.Windows.Forms.Label label3;
  201. private System.Windows.Forms.TextBox textBox1;
  202. private System.Windows.Forms.ComboBox comboBox1;
  203. private System.Windows.Forms.Button button1;
  204. private System.Windows.Forms.TextBox textBox2;
  205. private System.Windows.Forms.StatusStrip statusStrip1;
  206. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  207. private System.Windows.Forms.Label label4;
  208. private System.Windows.Forms.TextBox textBox3;
  209. private System.Windows.Forms.Label label5;
  210. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  211. }
  212. }