CameraPropertiesForm.Designer.cs 19 KB

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