CurveEditor.designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. //-----------------------------------------------------------------------------
  2. // CurveEditor.designer.cs
  3. //
  4. // Microsoft XNA Community Game Platform
  5. // Copyright (C) Microsoft Corporation. All rights reserved.
  6. //-----------------------------------------------------------------------------
  7. namespace Xna.Tools
  8. {
  9. partial class CurveEditor
  10. {
  11. /// <summary>
  12. /// Required designer variable.
  13. /// </summary>
  14. private System.ComponentModel.IContainer components = null;
  15. /// <summary>
  16. /// Clean up any resources being used.
  17. /// </summary>
  18. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  19. protected override void Dispose(bool disposing)
  20. {
  21. if (disposing && (components != null))
  22. {
  23. components.Dispose();
  24. }
  25. base.Dispose(disposing);
  26. }
  27. #region Windows Form Designer generated code
  28. /// <summary>
  29. /// Required method for Designer support - do not modify
  30. /// the contents of this method with the code editor.
  31. /// </summary>
  32. private void InitializeComponent()
  33. {
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CurveEditor));
  35. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36. this.curveListView = new System.Windows.Forms.ListView();
  37. this.curveControl = new Xna.Tools.CurveControl();
  38. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  39. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
  43. this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  50. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  51. this.splitContainer1.Panel1.SuspendLayout();
  52. this.splitContainer1.Panel2.SuspendLayout();
  53. this.splitContainer1.SuspendLayout();
  54. this.menuStrip1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // splitContainer1
  58. //
  59. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.splitContainer1.Location = new System.Drawing.Point(0, 24);
  61. this.splitContainer1.Name = "splitContainer1";
  62. //
  63. // splitContainer1.Panel1
  64. //
  65. this.splitContainer1.Panel1.Controls.Add(this.curveListView);
  66. //
  67. // splitContainer1.Panel2
  68. //
  69. this.splitContainer1.Panel2.Controls.Add(this.curveControl);
  70. this.splitContainer1.Size = new System.Drawing.Size(808, 309);
  71. this.splitContainer1.SplitterDistance = 128;
  72. this.splitContainer1.TabIndex = 0;
  73. //
  74. // curveListView
  75. //
  76. this.curveListView.CheckBoxes = true;
  77. this.curveListView.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.curveListView.HideSelection = false;
  79. this.curveListView.LabelEdit = true;
  80. this.curveListView.Location = new System.Drawing.Point(0, 0);
  81. this.curveListView.Name = "curveListView";
  82. this.curveListView.Size = new System.Drawing.Size(128, 309);
  83. this.curveListView.TabIndex = 0;
  84. this.curveListView.TileSize = new System.Drawing.Size(168, 16);
  85. this.curveListView.UseCompatibleStateImageBehavior = false;
  86. this.curveListView.View = System.Windows.Forms.View.List;
  87. this.curveListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.curveListView_ItemChecked);
  88. this.curveListView.SelectedIndexChanged += new System.EventHandler(this.curveListView_SelectedIndexChanged);
  89. this.curveListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.curveListView_KeyDown);
  90. this.curveListView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.curveListView_AfterLabelEdit);
  91. //
  92. // curveControl
  93. //
  94. this.curveControl.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.curveControl.Editable = true;
  96. this.curveControl.GridBoldLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(102)))), ((int)(((byte)(106)))));
  97. this.curveControl.GridLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(205)))), ((int)(((byte)(211)))));
  98. this.curveControl.GridTextColor = System.Drawing.Color.Black;
  99. this.curveControl.Location = new System.Drawing.Point(0, 0);
  100. this.curveControl.MenuVisible = true;
  101. this.curveControl.Name = "curveControl";
  102. this.curveControl.SelectingBoxBorderColor = System.Drawing.Color.Black;
  103. this.curveControl.SelectingBoxColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(0)))), ((int)(((byte)(200)))), ((int)(((byte)(128)))));
  104. this.curveControl.Size = new System.Drawing.Size(676, 309);
  105. this.curveControl.TabIndex = 0;
  106. //
  107. // menuStrip1
  108. //
  109. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.fileToolStripMenuItem,
  111. this.helpToolStripMenuItem});
  112. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  113. this.menuStrip1.Name = "menuStrip1";
  114. this.menuStrip1.Size = new System.Drawing.Size(808, 24);
  115. this.menuStrip1.TabIndex = 1;
  116. this.menuStrip1.Text = "menuStrip1";
  117. //
  118. // fileToolStripMenuItem
  119. //
  120. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  121. this.newToolStripMenuItem,
  122. this.openToolStripMenuItem,
  123. this.toolStripSeparator,
  124. this.saveToolStripMenuItem,
  125. this.saveAsToolStripMenuItem,
  126. this.toolStripSeparator1,
  127. this.exitToolStripMenuItem});
  128. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  129. this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
  130. this.fileToolStripMenuItem.Text = "&File";
  131. //
  132. // newToolStripMenuItem
  133. //
  134. this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
  135. this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  136. this.newToolStripMenuItem.Name = "newToolStripMenuItem";
  137. this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
  138. this.newToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  139. this.newToolStripMenuItem.Text = "&New";
  140. this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
  141. //
  142. // openToolStripMenuItem
  143. //
  144. this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
  145. this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  146. this.openToolStripMenuItem.Name = "openToolStripMenuItem";
  147. this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  148. this.openToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  149. this.openToolStripMenuItem.Text = "&Open";
  150. this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
  151. //
  152. // toolStripSeparator
  153. //
  154. this.toolStripSeparator.Name = "toolStripSeparator";
  155. this.toolStripSeparator.Size = new System.Drawing.Size(133, 6);
  156. //
  157. // saveToolStripMenuItem
  158. //
  159. this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
  160. this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
  161. this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
  162. this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
  163. this.saveToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  164. this.saveToolStripMenuItem.Text = "&Save";
  165. this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
  166. //
  167. // saveAsToolStripMenuItem
  168. //
  169. this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
  170. this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  171. this.saveAsToolStripMenuItem.Text = "Save &As";
  172. this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
  173. //
  174. // toolStripSeparator1
  175. //
  176. this.toolStripSeparator1.Name = "toolStripSeparator1";
  177. this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
  178. //
  179. // exitToolStripMenuItem
  180. //
  181. this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  182. this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  183. this.exitToolStripMenuItem.Text = "E&xit";
  184. this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
  185. //
  186. // helpToolStripMenuItem
  187. //
  188. this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  189. this.aboutToolStripMenuItem});
  190. this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  191. this.helpToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
  192. this.helpToolStripMenuItem.Text = "&Help";
  193. //
  194. // aboutToolStripMenuItem
  195. //
  196. this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
  197. this.aboutToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
  198. this.aboutToolStripMenuItem.Text = "&About...";
  199. this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
  200. //
  201. // saveFileDialog1
  202. //
  203. this.saveFileDialog1.DefaultExt = "xml";
  204. this.saveFileDialog1.Filter = "Xml Files|*.xml|All Files|*.*";
  205. //
  206. // openFileDialog1
  207. //
  208. this.openFileDialog1.DefaultExt = "xml";
  209. this.openFileDialog1.FileName = "Curve";
  210. this.openFileDialog1.Filter = "Xml Files|*.xml|All Files|*.*";
  211. this.openFileDialog1.Multiselect = true;
  212. this.openFileDialog1.Title = "Open Curve File";
  213. //
  214. // CurveEditor
  215. //
  216. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  217. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218. this.ClientSize = new System.Drawing.Size(808, 333);
  219. this.Controls.Add(this.splitContainer1);
  220. this.Controls.Add(this.menuStrip1);
  221. this.MainMenuStrip = this.menuStrip1;
  222. this.Name = "CurveEditor";
  223. this.Text = "XNA Curve Editor";
  224. this.Load += new System.EventHandler(this.CurveEditor_Load);
  225. this.splitContainer1.Panel1.ResumeLayout(false);
  226. this.splitContainer1.Panel2.ResumeLayout(false);
  227. this.splitContainer1.ResumeLayout(false);
  228. this.menuStrip1.ResumeLayout(false);
  229. this.menuStrip1.PerformLayout();
  230. this.ResumeLayout(false);
  231. this.PerformLayout();
  232. }
  233. #endregion
  234. private System.Windows.Forms.SplitContainer splitContainer1;
  235. private CurveControl curveControl;
  236. private System.Windows.Forms.MenuStrip menuStrip1;
  237. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  238. private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
  239. private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
  240. private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
  241. private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
  242. private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
  243. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  244. private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  245. private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
  246. private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  247. private System.Windows.Forms.ListView curveListView;
  248. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  249. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  250. }
  251. }