ScenePropertiesForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. namespace Max2Babylon
  2. {
  3. partial class ScenePropertiesForm
  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.gravityControl = new Max2Babylon.Vector3Control();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.butCancel = new System.Windows.Forms.Button();
  32. this.butOK = new System.Windows.Forms.Button();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.chkQuaternions = new System.Windows.Forms.CheckBox();
  35. this.groupBox3 = new System.Windows.Forms.GroupBox();
  36. this.cmdBrowse = new System.Windows.Forms.Button();
  37. this.txtSound = new System.Windows.Forms.TextBox();
  38. this.chkLoop = new System.Windows.Forms.CheckBox();
  39. this.chkAutoPlay = new System.Windows.Forms.CheckBox();
  40. this.ofdOpenSound = new System.Windows.Forms.OpenFileDialog();
  41. this.nupVolume = new System.Windows.Forms.NumericUpDown();
  42. this.lblVolume = new System.Windows.Forms.Label();
  43. this.groupBox1.SuspendLayout();
  44. this.groupBox2.SuspendLayout();
  45. this.groupBox3.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.nupVolume)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // groupBox1
  50. //
  51. this.groupBox1.Controls.Add(this.gravityControl);
  52. this.groupBox1.Controls.Add(this.label3);
  53. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  54. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  55. this.groupBox1.Name = "groupBox1";
  56. this.groupBox1.Size = new System.Drawing.Size(319, 87);
  57. this.groupBox1.TabIndex = 0;
  58. this.groupBox1.TabStop = false;
  59. this.groupBox1.Text = "Collisions";
  60. //
  61. // gravityControl
  62. //
  63. this.gravityControl.Location = new System.Drawing.Point(21, 44);
  64. this.gravityControl.Name = "gravityControl";
  65. this.gravityControl.Size = new System.Drawing.Size(294, 28);
  66. this.gravityControl.TabIndex = 5;
  67. this.gravityControl.X = 0F;
  68. this.gravityControl.Y = 0F;
  69. this.gravityControl.Z = 0F;
  70. //
  71. // label3
  72. //
  73. this.label3.AutoSize = true;
  74. this.label3.Location = new System.Drawing.Point(18, 28);
  75. this.label3.Name = "label3";
  76. this.label3.Size = new System.Drawing.Size(43, 13);
  77. this.label3.TabIndex = 4;
  78. this.label3.Text = "Gravity:";
  79. //
  80. // butCancel
  81. //
  82. this.butCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  83. this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  84. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  85. this.butCancel.Location = new System.Drawing.Point(174, 351);
  86. this.butCancel.Name = "butCancel";
  87. this.butCancel.Size = new System.Drawing.Size(75, 23);
  88. this.butCancel.TabIndex = 4;
  89. this.butCancel.Text = "Cancel";
  90. this.butCancel.UseVisualStyleBackColor = true;
  91. //
  92. // butOK
  93. //
  94. this.butOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  95. this.butOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  96. this.butOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.butOK.Location = new System.Drawing.Point(93, 351);
  98. this.butOK.Name = "butOK";
  99. this.butOK.Size = new System.Drawing.Size(75, 23);
  100. this.butOK.TabIndex = 3;
  101. this.butOK.Text = "OK";
  102. this.butOK.UseVisualStyleBackColor = true;
  103. this.butOK.Click += new System.EventHandler(this.butOK_Click);
  104. //
  105. // groupBox2
  106. //
  107. this.groupBox2.Controls.Add(this.chkQuaternions);
  108. this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  109. this.groupBox2.Location = new System.Drawing.Point(12, 105);
  110. this.groupBox2.Name = "groupBox2";
  111. this.groupBox2.Size = new System.Drawing.Size(319, 87);
  112. this.groupBox2.TabIndex = 5;
  113. this.groupBox2.TabStop = false;
  114. this.groupBox2.Text = "Advanced";
  115. //
  116. // chkQuaternions
  117. //
  118. this.chkQuaternions.AutoSize = true;
  119. this.chkQuaternions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  120. this.chkQuaternions.Location = new System.Drawing.Point(21, 28);
  121. this.chkQuaternions.Name = "chkQuaternions";
  122. this.chkQuaternions.Size = new System.Drawing.Size(221, 17);
  123. this.chkQuaternions.TabIndex = 2;
  124. this.chkQuaternions.Text = "Export quaternions instead of Euler angles";
  125. this.chkQuaternions.UseVisualStyleBackColor = true;
  126. //
  127. // groupBox3
  128. //
  129. this.groupBox3.Controls.Add(this.nupVolume);
  130. this.groupBox3.Controls.Add(this.lblVolume);
  131. this.groupBox3.Controls.Add(this.cmdBrowse);
  132. this.groupBox3.Controls.Add(this.txtSound);
  133. this.groupBox3.Controls.Add(this.chkLoop);
  134. this.groupBox3.Controls.Add(this.chkAutoPlay);
  135. this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  136. this.groupBox3.Location = new System.Drawing.Point(12, 198);
  137. this.groupBox3.Name = "groupBox3";
  138. this.groupBox3.Size = new System.Drawing.Size(319, 136);
  139. this.groupBox3.TabIndex = 6;
  140. this.groupBox3.TabStop = false;
  141. this.groupBox3.Text = "Sound";
  142. //
  143. // cmdBrowse
  144. //
  145. this.cmdBrowse.Anchor = System.Windows.Forms.AnchorStyles.Right;
  146. this.cmdBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  147. this.cmdBrowse.Location = new System.Drawing.Point(276, 28);
  148. this.cmdBrowse.Name = "cmdBrowse";
  149. this.cmdBrowse.Size = new System.Drawing.Size(37, 23);
  150. this.cmdBrowse.TabIndex = 6;
  151. this.cmdBrowse.Text = "...";
  152. this.cmdBrowse.UseVisualStyleBackColor = true;
  153. this.cmdBrowse.Click += new System.EventHandler(this.cmdBrowse_Click);
  154. //
  155. // txtSound
  156. //
  157. this.txtSound.Location = new System.Drawing.Point(21, 28);
  158. this.txtSound.Name = "txtSound";
  159. this.txtSound.Size = new System.Drawing.Size(249, 20);
  160. this.txtSound.TabIndex = 5;
  161. //
  162. // chkLoop
  163. //
  164. this.chkLoop.AutoSize = true;
  165. this.chkLoop.Checked = true;
  166. this.chkLoop.CheckState = System.Windows.Forms.CheckState.Checked;
  167. this.chkLoop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  168. this.chkLoop.Location = new System.Drawing.Point(21, 77);
  169. this.chkLoop.Name = "chkLoop";
  170. this.chkLoop.Size = new System.Drawing.Size(47, 17);
  171. this.chkLoop.TabIndex = 4;
  172. this.chkLoop.Text = "Loop";
  173. this.chkLoop.UseVisualStyleBackColor = true;
  174. //
  175. // chkAutoPlay
  176. //
  177. this.chkAutoPlay.AutoSize = true;
  178. this.chkAutoPlay.Checked = true;
  179. this.chkAutoPlay.CheckState = System.Windows.Forms.CheckState.Checked;
  180. this.chkAutoPlay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  181. this.chkAutoPlay.Location = new System.Drawing.Point(21, 54);
  182. this.chkAutoPlay.Name = "chkAutoPlay";
  183. this.chkAutoPlay.Size = new System.Drawing.Size(67, 17);
  184. this.chkAutoPlay.TabIndex = 3;
  185. this.chkAutoPlay.Text = "Auto play";
  186. this.chkAutoPlay.UseVisualStyleBackColor = true;
  187. //
  188. // ofdOpenSound
  189. //
  190. this.ofdOpenSound.Filter = "Sound files|*.wav;*.mp3";
  191. //
  192. // nupVolume
  193. //
  194. this.nupVolume.DecimalPlaces = 2;
  195. this.nupVolume.Increment = new decimal(new int[] {
  196. 1,
  197. 0,
  198. 0,
  199. 65536});
  200. this.nupVolume.Location = new System.Drawing.Point(150, 108);
  201. this.nupVolume.Maximum = new decimal(new int[] {
  202. 10,
  203. 0,
  204. 0,
  205. 0});
  206. this.nupVolume.Name = "nupVolume";
  207. this.nupVolume.Size = new System.Drawing.Size(120, 20);
  208. this.nupVolume.TabIndex = 10;
  209. this.nupVolume.Value = new decimal(new int[] {
  210. 1,
  211. 0,
  212. 0,
  213. 0});
  214. //
  215. // lblVolume
  216. //
  217. this.lblVolume.AutoSize = true;
  218. this.lblVolume.Location = new System.Drawing.Point(18, 110);
  219. this.lblVolume.Name = "lblVolume";
  220. this.lblVolume.Size = new System.Drawing.Size(45, 13);
  221. this.lblVolume.TabIndex = 9;
  222. this.lblVolume.Text = "Volume:";
  223. //
  224. // ScenePropertiesForm
  225. //
  226. this.AcceptButton = this.butOK;
  227. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  228. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  229. this.CancelButton = this.butCancel;
  230. this.ClientSize = new System.Drawing.Size(343, 386);
  231. this.Controls.Add(this.groupBox3);
  232. this.Controls.Add(this.groupBox2);
  233. this.Controls.Add(this.butCancel);
  234. this.Controls.Add(this.butOK);
  235. this.Controls.Add(this.groupBox1);
  236. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  237. this.Name = "ScenePropertiesForm";
  238. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  239. this.Text = "Babylon.js - Scene Properties";
  240. this.Load += new System.EventHandler(this.ScenePropertiesForm_Load);
  241. this.groupBox1.ResumeLayout(false);
  242. this.groupBox1.PerformLayout();
  243. this.groupBox2.ResumeLayout(false);
  244. this.groupBox2.PerformLayout();
  245. this.groupBox3.ResumeLayout(false);
  246. this.groupBox3.PerformLayout();
  247. ((System.ComponentModel.ISupportInitialize)(this.nupVolume)).EndInit();
  248. this.ResumeLayout(false);
  249. }
  250. #endregion
  251. private System.Windows.Forms.GroupBox groupBox1;
  252. private Vector3Control gravityControl;
  253. private System.Windows.Forms.Label label3;
  254. private System.Windows.Forms.Button butCancel;
  255. private System.Windows.Forms.Button butOK;
  256. private System.Windows.Forms.GroupBox groupBox2;
  257. private System.Windows.Forms.CheckBox chkQuaternions;
  258. private System.Windows.Forms.GroupBox groupBox3;
  259. private System.Windows.Forms.CheckBox chkLoop;
  260. private System.Windows.Forms.CheckBox chkAutoPlay;
  261. private System.Windows.Forms.Button cmdBrowse;
  262. private System.Windows.Forms.TextBox txtSound;
  263. private System.Windows.Forms.OpenFileDialog ofdOpenSound;
  264. private System.Windows.Forms.NumericUpDown nupVolume;
  265. private System.Windows.Forms.Label lblVolume;
  266. }
  267. }