ParseDetalis.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. namespace Movement_Loop_Generator_2._0
  2. {
  3. partial class ParseDetalis
  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. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.tbSpawnName = new System.Windows.Forms.TextBox();
  31. this.tbAuthorName = new System.Windows.Forms.TextBox();
  32. this.label6 = new System.Windows.Forms.Label();
  33. this.label7 = new System.Windows.Forms.Label();
  34. this.tbSpeed = new System.Windows.Forms.TextBox();
  35. this.tbDelay = new System.Windows.Forms.TextBox();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.tbFunction = new System.Windows.Forms.TextBox();
  38. this.btnParse = new System.Windows.Forms.Button();
  39. this.SuspendLayout();
  40. //
  41. // label1
  42. //
  43. this.label1.AutoSize = true;
  44. this.label1.Location = new System.Drawing.Point(12, 22);
  45. this.label1.Name = "label1";
  46. this.label1.Size = new System.Drawing.Size(71, 13);
  47. this.label1.TabIndex = 0;
  48. this.label1.Text = "Spawn Name";
  49. //
  50. // label2
  51. //
  52. this.label2.AutoSize = true;
  53. this.label2.Location = new System.Drawing.Point(186, 22);
  54. this.label2.Name = "label2";
  55. this.label2.Size = new System.Drawing.Size(38, 13);
  56. this.label2.TabIndex = 1;
  57. this.label2.Text = "Author";
  58. //
  59. // tbSpawnName
  60. //
  61. this.tbSpawnName.Location = new System.Drawing.Point(12, 38);
  62. this.tbSpawnName.Name = "tbSpawnName";
  63. this.tbSpawnName.Size = new System.Drawing.Size(138, 20);
  64. this.tbSpawnName.TabIndex = 2;
  65. //
  66. // tbAuthorName
  67. //
  68. this.tbAuthorName.Location = new System.Drawing.Point(186, 38);
  69. this.tbAuthorName.Name = "tbAuthorName";
  70. this.tbAuthorName.Size = new System.Drawing.Size(138, 20);
  71. this.tbAuthorName.TabIndex = 3;
  72. //
  73. // label6
  74. //
  75. this.label6.AutoSize = true;
  76. this.label6.Location = new System.Drawing.Point(50, 74);
  77. this.label6.Name = "label6";
  78. this.label6.Size = new System.Drawing.Size(38, 13);
  79. this.label6.TabIndex = 10;
  80. this.label6.Text = "Speed";
  81. //
  82. // label7
  83. //
  84. this.label7.AutoSize = true;
  85. this.label7.Location = new System.Drawing.Point(186, 74);
  86. this.label7.Name = "label7";
  87. this.label7.Size = new System.Drawing.Size(34, 13);
  88. this.label7.TabIndex = 11;
  89. this.label7.Text = "Delay";
  90. //
  91. // tbSpeed
  92. //
  93. this.tbSpeed.Location = new System.Drawing.Point(50, 90);
  94. this.tbSpeed.Name = "tbSpeed";
  95. this.tbSpeed.Size = new System.Drawing.Size(100, 20);
  96. this.tbSpeed.TabIndex = 13;
  97. //
  98. // tbDelay
  99. //
  100. this.tbDelay.Location = new System.Drawing.Point(186, 90);
  101. this.tbDelay.Name = "tbDelay";
  102. this.tbDelay.Size = new System.Drawing.Size(100, 20);
  103. this.tbDelay.TabIndex = 14;
  104. //
  105. // label8
  106. //
  107. this.label8.AutoSize = true;
  108. this.label8.Location = new System.Drawing.Point(50, 126);
  109. this.label8.Name = "label8";
  110. this.label8.Size = new System.Drawing.Size(48, 13);
  111. this.label8.TabIndex = 15;
  112. this.label8.Text = "Function";
  113. //
  114. // tbFunction
  115. //
  116. this.tbFunction.Location = new System.Drawing.Point(50, 142);
  117. this.tbFunction.Name = "tbFunction";
  118. this.tbFunction.Size = new System.Drawing.Size(236, 20);
  119. this.tbFunction.TabIndex = 16;
  120. //
  121. // btnParse
  122. //
  123. this.btnParse.Location = new System.Drawing.Point(120, 187);
  124. this.btnParse.Name = "btnParse";
  125. this.btnParse.Size = new System.Drawing.Size(100, 31);
  126. this.btnParse.TabIndex = 17;
  127. this.btnParse.Text = "Parse";
  128. this.btnParse.UseVisualStyleBackColor = true;
  129. this.btnParse.Click += new System.EventHandler(this.btnParse_Click);
  130. //
  131. // ParseDetalis
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(336, 230);
  136. this.Controls.Add(this.btnParse);
  137. this.Controls.Add(this.tbFunction);
  138. this.Controls.Add(this.label8);
  139. this.Controls.Add(this.tbDelay);
  140. this.Controls.Add(this.tbSpeed);
  141. this.Controls.Add(this.label7);
  142. this.Controls.Add(this.label6);
  143. this.Controls.Add(this.tbAuthorName);
  144. this.Controls.Add(this.tbSpawnName);
  145. this.Controls.Add(this.label2);
  146. this.Controls.Add(this.label1);
  147. this.Name = "ParseDetalis";
  148. this.Text = "ParseDetalis";
  149. this.Load += new System.EventHandler(this.ParseDetalis_Load);
  150. this.ResumeLayout(false);
  151. this.PerformLayout();
  152. }
  153. #endregion
  154. private System.Windows.Forms.Label label1;
  155. private System.Windows.Forms.Label label2;
  156. private System.Windows.Forms.TextBox tbSpawnName;
  157. private System.Windows.Forms.TextBox tbAuthorName;
  158. private System.Windows.Forms.Label label6;
  159. private System.Windows.Forms.Label label7;
  160. private System.Windows.Forms.TextBox tbSpeed;
  161. private System.Windows.Forms.TextBox tbDelay;
  162. private System.Windows.Forms.Label label8;
  163. private System.Windows.Forms.TextBox tbFunction;
  164. private System.Windows.Forms.Button btnParse;
  165. }
  166. }