CameraPropertiesForm.Designer.cs 17 KB

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