MainForm.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. namespace WinFormsGraphicsDevice
  2. {
  3. partial class MainForm
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.spriteFontControl = new WinFormsGraphicsDevice.SpriteFontControl();
  30. this.vertexColor3 = new System.Windows.Forms.ComboBox();
  31. this.vertexColor2 = new System.Windows.Forms.ComboBox();
  32. this.vertexColor1 = new System.Windows.Forms.ComboBox();
  33. this.spinningTriangleControl = new WinFormsGraphicsDevice.SpinningTriangleControl();
  34. this.splitContainer1.Panel1.SuspendLayout();
  35. this.splitContainer1.Panel2.SuspendLayout();
  36. this.splitContainer1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // splitContainer1
  40. //
  41. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  43. this.splitContainer1.Name = "splitContainer1";
  44. //
  45. // splitContainer1.Panel1
  46. //
  47. this.splitContainer1.Panel1.Controls.Add(this.spriteFontControl);
  48. //
  49. // splitContainer1.Panel2
  50. //
  51. this.splitContainer1.Panel2.Controls.Add(this.vertexColor3);
  52. this.splitContainer1.Panel2.Controls.Add(this.vertexColor2);
  53. this.splitContainer1.Panel2.Controls.Add(this.vertexColor1);
  54. this.splitContainer1.Panel2.Controls.Add(this.spinningTriangleControl);
  55. this.splitContainer1.Size = new System.Drawing.Size(792, 573);
  56. this.splitContainer1.SplitterDistance = 396;
  57. this.splitContainer1.TabIndex = 0;
  58. //
  59. // spriteFontControl
  60. //
  61. this.spriteFontControl.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.spriteFontControl.Location = new System.Drawing.Point(0, 0);
  63. this.spriteFontControl.Name = "spriteFontControl";
  64. this.spriteFontControl.Size = new System.Drawing.Size(396, 573);
  65. this.spriteFontControl.TabIndex = 0;
  66. this.spriteFontControl.Text = "spriteFontControl";
  67. //
  68. // vertexColor3
  69. //
  70. this.vertexColor3.DropDownHeight = 500;
  71. this.vertexColor3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  72. this.vertexColor3.FormattingEnabled = true;
  73. this.vertexColor3.IntegralHeight = false;
  74. this.vertexColor3.Items.AddRange(new object[] {
  75. "BurlyWood",
  76. "Chartreuse",
  77. "Coral",
  78. "CornflowerBlue",
  79. "Cornsilk",
  80. "Firebrick",
  81. "Fuchsia",
  82. "Goldenrod",
  83. "Indigo",
  84. "Tan",
  85. "Teal",
  86. "Thistle",
  87. "Tomato"});
  88. this.vertexColor3.Location = new System.Drawing.Point(234, 12);
  89. this.vertexColor3.Name = "vertexColor3";
  90. this.vertexColor3.Size = new System.Drawing.Size(103, 21);
  91. this.vertexColor3.TabIndex = 3;
  92. this.vertexColor3.SelectedIndexChanged += new System.EventHandler(this.vertexColor_SelectedIndexChanged);
  93. //
  94. // vertexColor2
  95. //
  96. this.vertexColor2.DropDownHeight = 500;
  97. this.vertexColor2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  98. this.vertexColor2.FormattingEnabled = true;
  99. this.vertexColor2.IntegralHeight = false;
  100. this.vertexColor2.Items.AddRange(new object[] {
  101. "BurlyWood",
  102. "Chartreuse",
  103. "Coral",
  104. "CornflowerBlue",
  105. "Cornsilk",
  106. "Firebrick",
  107. "Fuchsia",
  108. "Goldenrod",
  109. "Indigo",
  110. "Tan",
  111. "Teal",
  112. "Thistle",
  113. "Tomato"});
  114. this.vertexColor2.Location = new System.Drawing.Point(125, 12);
  115. this.vertexColor2.Name = "vertexColor2";
  116. this.vertexColor2.Size = new System.Drawing.Size(103, 21);
  117. this.vertexColor2.TabIndex = 2;
  118. this.vertexColor2.SelectedIndexChanged += new System.EventHandler(this.vertexColor_SelectedIndexChanged);
  119. //
  120. // vertexColor1
  121. //
  122. this.vertexColor1.DropDownHeight = 500;
  123. this.vertexColor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  124. this.vertexColor1.FormattingEnabled = true;
  125. this.vertexColor1.IntegralHeight = false;
  126. this.vertexColor1.Items.AddRange(new object[] {
  127. "BurlyWood",
  128. "Chartreuse",
  129. "Coral",
  130. "CornflowerBlue",
  131. "Cornsilk",
  132. "Firebrick",
  133. "Fuchsia",
  134. "Goldenrod",
  135. "Indigo",
  136. "Tan",
  137. "Teal",
  138. "Thistle",
  139. "Tomato"});
  140. this.vertexColor1.Location = new System.Drawing.Point(16, 12);
  141. this.vertexColor1.Name = "vertexColor1";
  142. this.vertexColor1.Size = new System.Drawing.Size(103, 21);
  143. this.vertexColor1.TabIndex = 1;
  144. this.vertexColor1.SelectedIndexChanged += new System.EventHandler(this.vertexColor_SelectedIndexChanged);
  145. //
  146. // spinningTriangleControl
  147. //
  148. this.spinningTriangleControl.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.spinningTriangleControl.Location = new System.Drawing.Point(0, 0);
  150. this.spinningTriangleControl.Name = "spinningTriangleControl";
  151. this.spinningTriangleControl.Size = new System.Drawing.Size(392, 573);
  152. this.spinningTriangleControl.TabIndex = 0;
  153. this.spinningTriangleControl.Text = "spinningTriangleControl";
  154. //
  155. // MainForm
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(792, 573);
  160. this.Controls.Add(this.splitContainer1);
  161. this.Name = "MainForm";
  162. this.Text = "WinForms Graphics Device";
  163. this.splitContainer1.Panel1.ResumeLayout(false);
  164. this.splitContainer1.Panel2.ResumeLayout(false);
  165. this.splitContainer1.ResumeLayout(false);
  166. this.ResumeLayout(false);
  167. }
  168. #endregion
  169. private System.Windows.Forms.SplitContainer splitContainer1;
  170. private SpriteFontControl spriteFontControl;
  171. private SpinningTriangleControl spinningTriangleControl;
  172. private System.Windows.Forms.ComboBox vertexColor1;
  173. private System.Windows.Forms.ComboBox vertexColor3;
  174. private System.Windows.Forms.ComboBox vertexColor2;
  175. }
  176. }