Form1.Designer.cs 7.8 KB

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