MainForm.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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.statusStrip1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // label1
  43. //
  44. this.label1.AutoSize = true;
  45. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  46. this.label1.Location = new System.Drawing.Point(24, 90);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(51, 17);
  49. this.label1.TabIndex = 0;
  50. this.label1.Text = "Token: ";
  51. //
  52. // label2
  53. //
  54. this.label2.AutoSize = true;
  55. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label2.Location = new System.Drawing.Point(24, 27);
  57. this.label2.Name = "label2";
  58. this.label2.Size = new System.Drawing.Size(63, 17);
  59. this.label2.TabIndex = 1;
  60. this.label2.Text = "通关次数: ";
  61. //
  62. // label3
  63. //
  64. this.label3.AutoSize = true;
  65. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.label3.Location = new System.Drawing.Point(24, 61);
  67. this.label3.Name = "label3";
  68. this.label3.Size = new System.Drawing.Size(59, 17);
  69. this.label3.TabIndex = 2;
  70. this.label3.Text = "通关耗时:";
  71. //
  72. // textBox1
  73. //
  74. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.textBox1.Location = new System.Drawing.Point(26, 109);
  76. this.textBox1.Multiline = true;
  77. this.textBox1.Name = "textBox1";
  78. this.textBox1.Size = new System.Drawing.Size(246, 142);
  79. this.textBox1.TabIndex = 3;
  80. //
  81. // comboBox1
  82. //
  83. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  84. this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.comboBox1.FormattingEnabled = true;
  86. this.comboBox1.Items.AddRange(new object[] {
  87. "随机",
  88. "自定义"});
  89. this.comboBox1.Location = new System.Drawing.Point(89, 58);
  90. this.comboBox1.Name = "comboBox1";
  91. this.comboBox1.Size = new System.Drawing.Size(121, 25);
  92. this.comboBox1.TabIndex = 4;
  93. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  94. //
  95. // button1
  96. //
  97. this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.button1.Location = new System.Drawing.Point(108, 270);
  99. this.button1.Name = "button1";
  100. this.button1.Size = new System.Drawing.Size(75, 23);
  101. this.button1.TabIndex = 5;
  102. this.button1.Text = "羊它!";
  103. this.button1.UseVisualStyleBackColor = true;
  104. this.button1.Click += new System.EventHandler(this.button1_Click);
  105. //
  106. // textBox2
  107. //
  108. this.textBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.textBox2.Location = new System.Drawing.Point(89, 24);
  110. this.textBox2.Name = "textBox2";
  111. this.textBox2.Size = new System.Drawing.Size(100, 23);
  112. this.textBox2.TabIndex = 6;
  113. this.textBox2.Text = "100";
  114. this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
  115. //
  116. // statusStrip1
  117. //
  118. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  119. this.toolStripStatusLabel1});
  120. this.statusStrip1.Location = new System.Drawing.Point(0, 308);
  121. this.statusStrip1.Name = "statusStrip1";
  122. this.statusStrip1.Size = new System.Drawing.Size(295, 22);
  123. this.statusStrip1.TabIndex = 7;
  124. this.statusStrip1.Text = "statusStrip1";
  125. //
  126. // toolStripStatusLabel1
  127. //
  128. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  129. this.toolStripStatusLabel1.Size = new System.Drawing.Size(71, 17);
  130. this.toolStripStatusLabel1.Text = "通关次数: 0";
  131. //
  132. // label4
  133. //
  134. this.label4.AutoSize = true;
  135. this.label4.Cursor = System.Windows.Forms.Cursors.Hand;
  136. this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.label4.Location = new System.Drawing.Point(206, 274);
  138. this.label4.Name = "label4";
  139. this.label4.Size = new System.Drawing.Size(68, 17);
  140. this.label4.TabIndex = 8;
  141. this.label4.Text = "获取Token";
  142. this.label4.Click += new System.EventHandler(this.label4_Click);
  143. //
  144. // Form1
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148. this.ClientSize = new System.Drawing.Size(295, 330);
  149. this.Controls.Add(this.label4);
  150. this.Controls.Add(this.statusStrip1);
  151. this.Controls.Add(this.textBox2);
  152. this.Controls.Add(this.button1);
  153. this.Controls.Add(this.comboBox1);
  154. this.Controls.Add(this.textBox1);
  155. this.Controls.Add(this.label3);
  156. this.Controls.Add(this.label2);
  157. this.Controls.Add(this.label1);
  158. this.Name = "Form1";
  159. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  160. this.Text = "让我帮你羊一下!";
  161. this.statusStrip1.ResumeLayout(false);
  162. this.statusStrip1.PerformLayout();
  163. this.ResumeLayout(false);
  164. this.PerformLayout();
  165. }
  166. #endregion
  167. private System.Windows.Forms.Label label1;
  168. private System.Windows.Forms.Label label2;
  169. private System.Windows.Forms.Label label3;
  170. private System.Windows.Forms.TextBox textBox1;
  171. private System.Windows.Forms.ComboBox comboBox1;
  172. private System.Windows.Forms.Button button1;
  173. private System.Windows.Forms.TextBox textBox2;
  174. private System.Windows.Forms.StatusStrip statusStrip1;
  175. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  176. private System.Windows.Forms.Label label4;
  177. }
  178. }