PageRenderTime 36ms CodeModel.GetById 9ms RepoModel.GetById 1ms app.codeStats 0ms

/TestForm/DreamTester.Designer.cs

#
C# | 209 lines | 155 code | 7 blank | 47 comment | 3 complexity | 15dbdf074d8ebf927cd52f0de80319a9 MD5 | raw file
  1. namespace Refl.TestApp
  2. {
  3. partial class Form1
  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.txtReflective = new System.Windows.Forms.RichTextBox();
  29. this.injections = new System.Windows.Forms.RichTextBox();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.comboBox1 = new System.Windows.Forms.ComboBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.txtConsole = new System.Windows.Forms.RichTextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.txtErrors = new System.Windows.Forms.RichTextBox();
  39. this.SuspendLayout();
  40. //
  41. // txtReflective
  42. //
  43. this.txtReflective.Font = new System.Drawing.Font("Consolas", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  44. this.txtReflective.Location = new System.Drawing.Point(12, 28);
  45. this.txtReflective.Name = "txtReflective";
  46. this.txtReflective.Size = new System.Drawing.Size(517, 338);
  47. this.txtReflective.TabIndex = 0;
  48. this.txtReflective.Text = "";
  49. this.txtReflective.TextChanged += new System.EventHandler(this.txtReflective_TextChanged);
  50. //
  51. // injections
  52. //
  53. this.injections.Font = new System.Drawing.Font("Consolas", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  54. this.injections.Location = new System.Drawing.Point(12, 389);
  55. this.injections.Name = "injections";
  56. this.injections.Size = new System.Drawing.Size(517, 58);
  57. this.injections.TabIndex = 1;
  58. this.injections.Text = "";
  59. this.injections.TextChanged += new System.EventHandler(this.injections_TextChanged);
  60. //
  61. // button1
  62. //
  63. this.button1.Font = new System.Drawing.Font("Consolas", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.button1.Location = new System.Drawing.Point(354, 447);
  65. this.button1.Name = "button1";
  66. this.button1.Size = new System.Drawing.Size(174, 30);
  67. this.button1.TabIndex = 2;
  68. this.button1.Text = "Test";
  69. this.button1.UseVisualStyleBackColor = true;
  70. this.button1.Click += new System.EventHandler(this.button1_Click);
  71. //
  72. // comboBox1
  73. //
  74. this.comboBox1.FormattingEnabled = true;
  75. this.comboBox1.Items.AddRange(new object[] {
  76. "Brainfuck",
  77. "C++",
  78. "C#",
  79. "F#",
  80. "IL",
  81. "IronPython",
  82. "IronRuby",
  83. "JScript",
  84. "Lua",
  85. "Reflective-C#",
  86. "VB"});
  87. this.comboBox1.Location = new System.Drawing.Point(98, 453);
  88. this.comboBox1.Name = "comboBox1";
  89. this.comboBox1.Size = new System.Drawing.Size(250, 21);
  90. this.comboBox1.TabIndex = 3;
  91. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  92. //
  93. // label1
  94. //
  95. this.label1.AutoSize = true;
  96. this.label1.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  97. this.label1.Location = new System.Drawing.Point(12, 8);
  98. this.label1.Name = "label1";
  99. this.label1.Size = new System.Drawing.Size(48, 17);
  100. this.label1.TabIndex = 4;
  101. this.label1.Text = "Code:";
  102. //
  103. // label2
  104. //
  105. this.label2.AutoSize = true;
  106. this.label2.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  107. this.label2.Location = new System.Drawing.Point(12, 369);
  108. this.label2.Name = "label2";
  109. this.label2.Size = new System.Drawing.Size(216, 17);
  110. this.label2.TabIndex = 5;
  111. this.label2.Text = "Variable injections (CSV):";
  112. //
  113. // label3
  114. //
  115. this.label3.AutoSize = true;
  116. this.label3.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.label3.Location = new System.Drawing.Point(12, 455);
  118. this.label3.Name = "label3";
  119. this.label3.Size = new System.Drawing.Size(80, 17);
  120. this.label3.TabIndex = 6;
  121. this.label3.Text = "Language:";
  122. //
  123. // txtConsole
  124. //
  125. this.txtConsole.BackColor = System.Drawing.Color.Black;
  126. this.txtConsole.Font = new System.Drawing.Font("Consolas", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  127. this.txtConsole.ForeColor = System.Drawing.Color.LawnGreen;
  128. this.txtConsole.Location = new System.Drawing.Point(535, 28);
  129. this.txtConsole.Name = "txtConsole";
  130. this.txtConsole.ReadOnly = true;
  131. this.txtConsole.Size = new System.Drawing.Size(517, 219);
  132. this.txtConsole.TabIndex = 7;
  133. this.txtConsole.Text = "";
  134. //
  135. // label4
  136. //
  137. this.label4.AutoSize = true;
  138. this.label4.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  139. this.label4.Location = new System.Drawing.Point(532, 8);
  140. this.label4.Name = "label4";
  141. this.label4.Size = new System.Drawing.Size(128, 17);
  142. this.label4.TabIndex = 9;
  143. this.label4.Text = "Console output:";
  144. //
  145. // label5
  146. //
  147. this.label5.AutoSize = true;
  148. this.label5.Font = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  149. this.label5.Location = new System.Drawing.Point(535, 250);
  150. this.label5.Name = "label5";
  151. this.label5.Size = new System.Drawing.Size(64, 17);
  152. this.label5.TabIndex = 10;
  153. this.label5.Text = "Errors:";
  154. //
  155. // txtErrors
  156. //
  157. this.txtErrors.BackColor = System.Drawing.Color.Black;
  158. this.txtErrors.Font = new System.Drawing.Font("Consolas", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  159. this.txtErrors.ForeColor = System.Drawing.Color.White;
  160. this.txtErrors.Location = new System.Drawing.Point(538, 270);
  161. this.txtErrors.Name = "txtErrors";
  162. this.txtErrors.ReadOnly = true;
  163. this.txtErrors.Size = new System.Drawing.Size(517, 207);
  164. this.txtErrors.TabIndex = 11;
  165. this.txtErrors.Text = "";
  166. //
  167. // Form1
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.ClientSize = new System.Drawing.Size(1063, 483);
  172. this.Controls.Add(this.txtErrors);
  173. this.Controls.Add(this.label5);
  174. this.Controls.Add(this.label4);
  175. this.Controls.Add(this.txtConsole);
  176. this.Controls.Add(this.label3);
  177. this.Controls.Add(this.label2);
  178. this.Controls.Add(this.label1);
  179. this.Controls.Add(this.comboBox1);
  180. this.Controls.Add(this.button1);
  181. this.Controls.Add(this.injections);
  182. this.Controls.Add(this.txtReflective);
  183. this.Name = "Form1";
  184. this.Text = "Dream Tester";
  185. this.Load += new System.EventHandler(this.Form1_Load);
  186. this.ResumeLayout(false);
  187. this.PerformLayout();
  188. }
  189. #endregion
  190. private System.Windows.Forms.RichTextBox txtReflective;
  191. private System.Windows.Forms.RichTextBox injections;
  192. private System.Windows.Forms.Button button1;
  193. private System.Windows.Forms.ComboBox comboBox1;
  194. private System.Windows.Forms.Label label1;
  195. private System.Windows.Forms.Label label2;
  196. private System.Windows.Forms.Label label3;
  197. private System.Windows.Forms.RichTextBox txtConsole;
  198. private System.Windows.Forms.Label label4;
  199. private System.Windows.Forms.Label label5;
  200. private System.Windows.Forms.RichTextBox txtErrors;
  201. }
  202. }