ObjectPropertiesForm.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace Max2Babylon
  2. {
  3. partial class ObjectPropertiesForm
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.chkCollisions = new System.Windows.Forms.CheckBox();
  30. this.butCancel = new System.Windows.Forms.Button();
  31. this.butOK = new System.Windows.Forms.Button();
  32. this.groupBox2 = new System.Windows.Forms.GroupBox();
  33. this.chkNoExport = new System.Windows.Forms.CheckBox();
  34. this.chkShowSubMeshesBoundingBox = new System.Windows.Forms.CheckBox();
  35. this.chkShowBoundingBox = new System.Windows.Forms.CheckBox();
  36. this.chkOptimize = new System.Windows.Forms.CheckBox();
  37. this.chkPickable = new System.Windows.Forms.CheckBox();
  38. this.groupBox3 = new System.Windows.Forms.GroupBox();
  39. this.grpAutoAnimate = new System.Windows.Forms.GroupBox();
  40. this.chkLoop = new System.Windows.Forms.CheckBox();
  41. this.nupTo = new System.Windows.Forms.NumericUpDown();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.nupFrom = new System.Windows.Forms.NumericUpDown();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.chkAutoAnimate = new System.Windows.Forms.CheckBox();
  46. this.groupBox1.SuspendLayout();
  47. this.groupBox2.SuspendLayout();
  48. this.groupBox3.SuspendLayout();
  49. this.grpAutoAnimate.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.nupTo)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // groupBox1
  55. //
  56. this.groupBox1.Controls.Add(this.chkCollisions);
  57. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  58. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  59. this.groupBox1.Name = "groupBox1";
  60. this.groupBox1.Size = new System.Drawing.Size(319, 59);
  61. this.groupBox1.TabIndex = 1;
  62. this.groupBox1.TabStop = false;
  63. this.groupBox1.Text = "Collisions";
  64. //
  65. // chkCollisions
  66. //
  67. this.chkCollisions.AutoSize = true;
  68. this.chkCollisions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  69. this.chkCollisions.Location = new System.Drawing.Point(21, 28);
  70. this.chkCollisions.Name = "chkCollisions";
  71. this.chkCollisions.Size = new System.Drawing.Size(99, 17);
  72. this.chkCollisions.TabIndex = 0;
  73. this.chkCollisions.Text = "Check collisions";
  74. this.chkCollisions.ThreeState = true;
  75. this.chkCollisions.UseVisualStyleBackColor = true;
  76. //
  77. // butCancel
  78. //
  79. this.butCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  80. this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  81. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  82. this.butCancel.Location = new System.Drawing.Point(174, 419);
  83. this.butCancel.Name = "butCancel";
  84. this.butCancel.Size = new System.Drawing.Size(75, 23);
  85. this.butCancel.TabIndex = 6;
  86. this.butCancel.Text = "Cancel";
  87. this.butCancel.UseVisualStyleBackColor = true;
  88. //
  89. // butOK
  90. //
  91. this.butOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  92. this.butOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  93. this.butOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  94. this.butOK.Location = new System.Drawing.Point(93, 419);
  95. this.butOK.Name = "butOK";
  96. this.butOK.Size = new System.Drawing.Size(75, 23);
  97. this.butOK.TabIndex = 5;
  98. this.butOK.Text = "OK";
  99. this.butOK.UseVisualStyleBackColor = true;
  100. this.butOK.Click += new System.EventHandler(this.butOK_Click);
  101. //
  102. // groupBox2
  103. //
  104. this.groupBox2.Controls.Add(this.chkNoExport);
  105. this.groupBox2.Controls.Add(this.chkShowSubMeshesBoundingBox);
  106. this.groupBox2.Controls.Add(this.chkShowBoundingBox);
  107. this.groupBox2.Controls.Add(this.chkOptimize);
  108. this.groupBox2.Controls.Add(this.chkPickable);
  109. this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  110. this.groupBox2.Location = new System.Drawing.Point(12, 77);
  111. this.groupBox2.Name = "groupBox2";
  112. this.groupBox2.Size = new System.Drawing.Size(319, 154);
  113. this.groupBox2.TabIndex = 2;
  114. this.groupBox2.TabStop = false;
  115. this.groupBox2.Text = "Misc.";
  116. //
  117. // chkNoExport
  118. //
  119. this.chkNoExport.AutoSize = true;
  120. this.chkNoExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  121. this.chkNoExport.Location = new System.Drawing.Point(21, 28);
  122. this.chkNoExport.Name = "chkNoExport";
  123. this.chkNoExport.Size = new System.Drawing.Size(87, 17);
  124. this.chkNoExport.TabIndex = 4;
  125. this.chkNoExport.Text = "Do not export";
  126. this.chkNoExport.ThreeState = true;
  127. this.chkNoExport.UseVisualStyleBackColor = true;
  128. //
  129. // chkShowSubMeshesBoundingBox
  130. //
  131. this.chkShowSubMeshesBoundingBox.AutoSize = true;
  132. this.chkShowSubMeshesBoundingBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  133. this.chkShowSubMeshesBoundingBox.Location = new System.Drawing.Point(21, 120);
  134. this.chkShowSubMeshesBoundingBox.Name = "chkShowSubMeshesBoundingBox";
  135. this.chkShowSubMeshesBoundingBox.Size = new System.Drawing.Size(184, 17);
  136. this.chkShowSubMeshesBoundingBox.TabIndex = 3;
  137. this.chkShowSubMeshesBoundingBox.Text = "Show submeshes bounding boxes";
  138. this.chkShowSubMeshesBoundingBox.ThreeState = true;
  139. this.chkShowSubMeshesBoundingBox.UseVisualStyleBackColor = true;
  140. //
  141. // chkShowBoundingBox
  142. //
  143. this.chkShowBoundingBox.AutoSize = true;
  144. this.chkShowBoundingBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  145. this.chkShowBoundingBox.Location = new System.Drawing.Point(21, 97);
  146. this.chkShowBoundingBox.Name = "chkShowBoundingBox";
  147. this.chkShowBoundingBox.Size = new System.Drawing.Size(117, 17);
  148. this.chkShowBoundingBox.TabIndex = 2;
  149. this.chkShowBoundingBox.Text = "Show bounding box";
  150. this.chkShowBoundingBox.ThreeState = true;
  151. this.chkShowBoundingBox.UseVisualStyleBackColor = true;
  152. //
  153. // chkOptimize
  154. //
  155. this.chkOptimize.AutoSize = true;
  156. this.chkOptimize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  157. this.chkOptimize.Location = new System.Drawing.Point(21, 74);
  158. this.chkOptimize.Name = "chkOptimize";
  159. this.chkOptimize.Size = new System.Drawing.Size(131, 17);
  160. this.chkOptimize.TabIndex = 1;
  161. this.chkOptimize.Text = "Try to optimize vertices";
  162. this.chkOptimize.ThreeState = true;
  163. this.chkOptimize.UseVisualStyleBackColor = true;
  164. //
  165. // chkPickable
  166. //
  167. this.chkPickable.AutoSize = true;
  168. this.chkPickable.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  169. this.chkPickable.Location = new System.Drawing.Point(21, 51);
  170. this.chkPickable.Name = "chkPickable";
  171. this.chkPickable.Size = new System.Drawing.Size(64, 17);
  172. this.chkPickable.TabIndex = 0;
  173. this.chkPickable.Text = "Pickable";
  174. this.chkPickable.ThreeState = true;
  175. this.chkPickable.UseVisualStyleBackColor = true;
  176. //
  177. // groupBox3
  178. //
  179. this.groupBox3.Controls.Add(this.grpAutoAnimate);
  180. this.groupBox3.Controls.Add(this.chkAutoAnimate);
  181. this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  182. this.groupBox3.Location = new System.Drawing.Point(12, 237);
  183. this.groupBox3.Name = "groupBox3";
  184. this.groupBox3.Size = new System.Drawing.Size(319, 156);
  185. this.groupBox3.TabIndex = 4;
  186. this.groupBox3.TabStop = false;
  187. this.groupBox3.Text = "Animations";
  188. //
  189. // grpAutoAnimate
  190. //
  191. this.grpAutoAnimate.Controls.Add(this.chkLoop);
  192. this.grpAutoAnimate.Controls.Add(this.nupTo);
  193. this.grpAutoAnimate.Controls.Add(this.label2);
  194. this.grpAutoAnimate.Controls.Add(this.nupFrom);
  195. this.grpAutoAnimate.Controls.Add(this.label1);
  196. this.grpAutoAnimate.Enabled = false;
  197. this.grpAutoAnimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  198. this.grpAutoAnimate.Location = new System.Drawing.Point(21, 51);
  199. this.grpAutoAnimate.Name = "grpAutoAnimate";
  200. this.grpAutoAnimate.Size = new System.Drawing.Size(292, 99);
  201. this.grpAutoAnimate.TabIndex = 3;
  202. this.grpAutoAnimate.TabStop = false;
  203. //
  204. // chkLoop
  205. //
  206. this.chkLoop.AutoSize = true;
  207. this.chkLoop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  208. this.chkLoop.Location = new System.Drawing.Point(9, 66);
  209. this.chkLoop.Name = "chkLoop";
  210. this.chkLoop.Size = new System.Drawing.Size(47, 17);
  211. this.chkLoop.TabIndex = 5;
  212. this.chkLoop.Text = "Loop";
  213. this.chkLoop.ThreeState = true;
  214. this.chkLoop.UseVisualStyleBackColor = true;
  215. //
  216. // nupTo
  217. //
  218. this.nupTo.Location = new System.Drawing.Point(47, 40);
  219. this.nupTo.Maximum = new decimal(new int[] {
  220. 1000,
  221. 0,
  222. 0,
  223. 0});
  224. this.nupTo.Name = "nupTo";
  225. this.nupTo.Size = new System.Drawing.Size(120, 20);
  226. this.nupTo.TabIndex = 3;
  227. //
  228. // label2
  229. //
  230. this.label2.AutoSize = true;
  231. this.label2.Location = new System.Drawing.Point(6, 42);
  232. this.label2.Name = "label2";
  233. this.label2.Size = new System.Drawing.Size(23, 13);
  234. this.label2.TabIndex = 4;
  235. this.label2.Text = "To:";
  236. //
  237. // nupFrom
  238. //
  239. this.nupFrom.Location = new System.Drawing.Point(47, 14);
  240. this.nupFrom.Maximum = new decimal(new int[] {
  241. 1000,
  242. 0,
  243. 0,
  244. 0});
  245. this.nupFrom.Name = "nupFrom";
  246. this.nupFrom.Size = new System.Drawing.Size(120, 20);
  247. this.nupFrom.TabIndex = 1;
  248. //
  249. // label1
  250. //
  251. this.label1.AutoSize = true;
  252. this.label1.Location = new System.Drawing.Point(6, 16);
  253. this.label1.Name = "label1";
  254. this.label1.Size = new System.Drawing.Size(33, 13);
  255. this.label1.TabIndex = 2;
  256. this.label1.Text = "From:";
  257. //
  258. // chkAutoAnimate
  259. //
  260. this.chkAutoAnimate.AutoSize = true;
  261. this.chkAutoAnimate.Location = new System.Drawing.Point(21, 28);
  262. this.chkAutoAnimate.Name = "chkAutoAnimate";
  263. this.chkAutoAnimate.Size = new System.Drawing.Size(88, 17);
  264. this.chkAutoAnimate.TabIndex = 0;
  265. this.chkAutoAnimate.Text = "Auto animate";
  266. this.chkAutoAnimate.ThreeState = true;
  267. this.chkAutoAnimate.UseVisualStyleBackColor = true;
  268. this.chkAutoAnimate.CheckedChanged += new System.EventHandler(this.chkAutoAnimate_CheckedChanged);
  269. //
  270. // ObjectPropertiesForm
  271. //
  272. this.AcceptButton = this.butOK;
  273. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  274. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  275. this.CancelButton = this.butCancel;
  276. this.ClientSize = new System.Drawing.Size(343, 454);
  277. this.Controls.Add(this.groupBox3);
  278. this.Controls.Add(this.groupBox2);
  279. this.Controls.Add(this.butCancel);
  280. this.Controls.Add(this.butOK);
  281. this.Controls.Add(this.groupBox1);
  282. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  283. this.Name = "ObjectPropertiesForm";
  284. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  285. this.Text = "Babylon.js - Object Properties";
  286. this.Load += new System.EventHandler(this.ObjectPropertiesForm_Load);
  287. this.groupBox1.ResumeLayout(false);
  288. this.groupBox1.PerformLayout();
  289. this.groupBox2.ResumeLayout(false);
  290. this.groupBox2.PerformLayout();
  291. this.groupBox3.ResumeLayout(false);
  292. this.groupBox3.PerformLayout();
  293. this.grpAutoAnimate.ResumeLayout(false);
  294. this.grpAutoAnimate.PerformLayout();
  295. ((System.ComponentModel.ISupportInitialize)(this.nupTo)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).EndInit();
  297. this.ResumeLayout(false);
  298. }
  299. #endregion
  300. private System.Windows.Forms.GroupBox groupBox1;
  301. private System.Windows.Forms.CheckBox chkCollisions;
  302. private System.Windows.Forms.Button butCancel;
  303. private System.Windows.Forms.Button butOK;
  304. private System.Windows.Forms.GroupBox groupBox2;
  305. private System.Windows.Forms.CheckBox chkPickable;
  306. private System.Windows.Forms.CheckBox chkOptimize;
  307. private System.Windows.Forms.CheckBox chkShowSubMeshesBoundingBox;
  308. private System.Windows.Forms.CheckBox chkShowBoundingBox;
  309. private System.Windows.Forms.GroupBox groupBox3;
  310. private System.Windows.Forms.GroupBox grpAutoAnimate;
  311. private System.Windows.Forms.CheckBox chkLoop;
  312. private System.Windows.Forms.NumericUpDown nupTo;
  313. private System.Windows.Forms.Label label2;
  314. private System.Windows.Forms.NumericUpDown nupFrom;
  315. private System.Windows.Forms.Label label1;
  316. private System.Windows.Forms.CheckBox chkAutoAnimate;
  317. private System.Windows.Forms.CheckBox chkNoExport;
  318. }
  319. }