PageRenderTime 27ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Setup/SwarmForm.Designer.cs

https://github.com/swax/SwarmNLP
C# | 252 lines | 184 code | 6 blank | 62 comment | 3 complexity | 617afb8c0519f1b075231ef9b7ad9242 MD5 | raw file
  1. namespace SwarmNLP
  2. {
  3. partial class SwarmForm
  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(SwarmForm));
  29. this.SetButton = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.SizeBox = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.InertiaBox = new System.Windows.Forms.TextBox();
  36. this.GlobalBox = new System.Windows.Forms.TextBox();
  37. this.PersonalBox = new System.Windows.Forms.TextBox();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.FlyBox = new System.Windows.Forms.NumericUpDown();
  40. this.Repulse = new System.Windows.Forms.CheckBox();
  41. this.BugSizeBox = new System.Windows.Forms.TextBox();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.SolutionsKeptBox = new System.Windows.Forms.TextBox();
  44. this.label7 = new System.Windows.Forms.Label();
  45. ((System.ComponentModel.ISupportInitialize)(this.FlyBox)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // SetButton
  49. //
  50. this.SetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  51. this.SetButton.Location = new System.Drawing.Point(213, 265);
  52. this.SetButton.Name = "SetButton";
  53. this.SetButton.Size = new System.Drawing.Size(75, 23);
  54. this.SetButton.TabIndex = 0;
  55. this.SetButton.Text = "Set";
  56. this.SetButton.UseVisualStyleBackColor = true;
  57. this.SetButton.Click += new System.EventHandler(this.SetButton_Click);
  58. //
  59. // label1
  60. //
  61. this.label1.AutoSize = true;
  62. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  63. this.label1.Location = new System.Drawing.Point(12, 15);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(62, 13);
  66. this.label1.TabIndex = 1;
  67. this.label1.Text = "Swarm Size";
  68. //
  69. // SizeBox
  70. //
  71. this.SizeBox.Location = new System.Drawing.Point(80, 12);
  72. this.SizeBox.Name = "SizeBox";
  73. this.SizeBox.Size = new System.Drawing.Size(44, 20);
  74. this.SizeBox.TabIndex = 2;
  75. //
  76. // label2
  77. //
  78. this.label2.AutoSize = true;
  79. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  80. this.label2.Location = new System.Drawing.Point(13, 76);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(122, 13);
  83. this.label2.TabIndex = 3;
  84. this.label2.Text = "Global Optimal Influence";
  85. //
  86. // label3
  87. //
  88. this.label3.AutoSize = true;
  89. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  90. this.label3.Location = new System.Drawing.Point(13, 41);
  91. this.label3.Name = "label3";
  92. this.label3.Size = new System.Drawing.Size(36, 13);
  93. this.label3.TabIndex = 4;
  94. this.label3.Text = "Inertia";
  95. //
  96. // label4
  97. //
  98. this.label4.AutoSize = true;
  99. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  100. this.label4.Location = new System.Drawing.Point(13, 103);
  101. this.label4.Name = "label4";
  102. this.label4.Size = new System.Drawing.Size(133, 13);
  103. this.label4.TabIndex = 6;
  104. this.label4.Text = "Personal Optimal Influence";
  105. //
  106. // InertiaBox
  107. //
  108. this.InertiaBox.Location = new System.Drawing.Point(80, 38);
  109. this.InertiaBox.Name = "InertiaBox";
  110. this.InertiaBox.Size = new System.Drawing.Size(44, 20);
  111. this.InertiaBox.TabIndex = 5;
  112. //
  113. // GlobalBox
  114. //
  115. this.GlobalBox.Location = new System.Drawing.Point(152, 73);
  116. this.GlobalBox.Name = "GlobalBox";
  117. this.GlobalBox.Size = new System.Drawing.Size(44, 20);
  118. this.GlobalBox.TabIndex = 7;
  119. //
  120. // PersonalBox
  121. //
  122. this.PersonalBox.Location = new System.Drawing.Point(152, 100);
  123. this.PersonalBox.Name = "PersonalBox";
  124. this.PersonalBox.Size = new System.Drawing.Size(44, 20);
  125. this.PersonalBox.TabIndex = 8;
  126. //
  127. // label5
  128. //
  129. this.label5.AutoSize = true;
  130. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  131. this.label5.Location = new System.Drawing.Point(13, 161);
  132. this.label5.Name = "label5";
  133. this.label5.Size = new System.Drawing.Size(200, 13);
  134. this.label5.TabIndex = 9;
  135. this.label5.Text = "Time particle flys before changing course";
  136. //
  137. // FlyBox
  138. //
  139. this.FlyBox.Location = new System.Drawing.Point(219, 159);
  140. this.FlyBox.Maximum = new decimal(new int[] {
  141. 1000,
  142. 0,
  143. 0,
  144. 0});
  145. this.FlyBox.Name = "FlyBox";
  146. this.FlyBox.Size = new System.Drawing.Size(46, 20);
  147. this.FlyBox.TabIndex = 10;
  148. //
  149. // Repulse
  150. //
  151. this.Repulse.AutoSize = true;
  152. this.Repulse.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  153. this.Repulse.Location = new System.Drawing.Point(16, 126);
  154. this.Repulse.Name = "Repulse";
  155. this.Repulse.Size = new System.Drawing.Size(225, 17);
  156. this.Repulse.TabIndex = 11;
  157. this.Repulse.Text = "Repulsion - helps keep particles distanced";
  158. this.Repulse.UseVisualStyleBackColor = true;
  159. //
  160. // BugSizeBox
  161. //
  162. this.BugSizeBox.Location = new System.Drawing.Point(68, 189);
  163. this.BugSizeBox.Name = "BugSizeBox";
  164. this.BugSizeBox.Size = new System.Drawing.Size(44, 20);
  165. this.BugSizeBox.TabIndex = 13;
  166. this.BugSizeBox.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  167. //
  168. // label6
  169. //
  170. this.label6.AutoSize = true;
  171. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  172. this.label6.Location = new System.Drawing.Point(13, 192);
  173. this.label6.Name = "label6";
  174. this.label6.Size = new System.Drawing.Size(49, 13);
  175. this.label6.TabIndex = 12;
  176. this.label6.Text = "Bug Size";
  177. //
  178. // SolutionsKeptBox
  179. //
  180. this.SolutionsKeptBox.Location = new System.Drawing.Point(147, 220);
  181. this.SolutionsKeptBox.Name = "SolutionsKeptBox";
  182. this.SolutionsKeptBox.Size = new System.Drawing.Size(44, 20);
  183. this.SolutionsKeptBox.TabIndex = 15;
  184. //
  185. // label7
  186. //
  187. this.label7.AutoSize = true;
  188. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  189. this.label7.Location = new System.Drawing.Point(12, 223);
  190. this.label7.Name = "label7";
  191. this.label7.Size = new System.Drawing.Size(129, 13);
  192. this.label7.TabIndex = 14;
  193. this.label7.Text = "Max # of solutions to kept";
  194. //
  195. // SwarmForm
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.BackColor = System.Drawing.SystemColors.Control;
  200. this.ClientSize = new System.Drawing.Size(300, 300);
  201. this.Controls.Add(this.SolutionsKeptBox);
  202. this.Controls.Add(this.label7);
  203. this.Controls.Add(this.BugSizeBox);
  204. this.Controls.Add(this.label6);
  205. this.Controls.Add(this.Repulse);
  206. this.Controls.Add(this.FlyBox);
  207. this.Controls.Add(this.label5);
  208. this.Controls.Add(this.PersonalBox);
  209. this.Controls.Add(this.GlobalBox);
  210. this.Controls.Add(this.label4);
  211. this.Controls.Add(this.InertiaBox);
  212. this.Controls.Add(this.label3);
  213. this.Controls.Add(this.label2);
  214. this.Controls.Add(this.SizeBox);
  215. this.Controls.Add(this.label1);
  216. this.Controls.Add(this.SetButton);
  217. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  218. this.MaximizeBox = false;
  219. this.MinimizeBox = false;
  220. this.Name = "SwarmForm";
  221. this.Text = "Swarm";
  222. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SwarmForm_FormClosing);
  223. this.Load += new System.EventHandler(this.SwarmForm_Load);
  224. ((System.ComponentModel.ISupportInitialize)(this.FlyBox)).EndInit();
  225. this.ResumeLayout(false);
  226. this.PerformLayout();
  227. }
  228. #endregion
  229. private System.Windows.Forms.Button SetButton;
  230. private System.Windows.Forms.Label label1;
  231. private System.Windows.Forms.TextBox SizeBox;
  232. private System.Windows.Forms.Label label2;
  233. private System.Windows.Forms.Label label3;
  234. private System.Windows.Forms.Label label4;
  235. private System.Windows.Forms.TextBox InertiaBox;
  236. private System.Windows.Forms.TextBox GlobalBox;
  237. private System.Windows.Forms.TextBox PersonalBox;
  238. private System.Windows.Forms.Label label5;
  239. private System.Windows.Forms.NumericUpDown FlyBox;
  240. private System.Windows.Forms.CheckBox Repulse;
  241. private System.Windows.Forms.TextBox BugSizeBox;
  242. private System.Windows.Forms.Label label6;
  243. private System.Windows.Forms.TextBox SolutionsKeptBox;
  244. private System.Windows.Forms.Label label7;
  245. }
  246. }