ObjectPropertiesForm.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942
  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.nupAlphaIndex = new System.Windows.Forms.NumericUpDown();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.chkNoExport = new System.Windows.Forms.CheckBox();
  36. this.chkShowSubMeshesBoundingBox = new System.Windows.Forms.CheckBox();
  37. this.chkShowBoundingBox = new System.Windows.Forms.CheckBox();
  38. this.chkOptimize = new System.Windows.Forms.CheckBox();
  39. this.chkPickable = new System.Windows.Forms.CheckBox();
  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.label2 = new System.Windows.Forms.Label();
  45. this.nupFrom = new System.Windows.Forms.NumericUpDown();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.chkAutoAnimate = new System.Windows.Forms.CheckBox();
  48. this.groupBox4 = new System.Windows.Forms.GroupBox();
  49. this.nupRestitution = new System.Windows.Forms.NumericUpDown();
  50. this.label7 = new System.Windows.Forms.Label();
  51. this.nupFriction = new System.Windows.Forms.NumericUpDown();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.label6 = new System.Windows.Forms.Label();
  54. this.cbImpostor = new System.Windows.Forms.ComboBox();
  55. this.nupMass = new System.Windows.Forms.NumericUpDown();
  56. this.label4 = new System.Windows.Forms.Label();
  57. this.groupBox5 = new System.Windows.Forms.GroupBox();
  58. this.cmdFileBrowse = new System.Windows.Forms.Button();
  59. this.grpDirectional = new System.Windows.Forms.GroupBox();
  60. this.nupConeOuterGain = new System.Windows.Forms.NumericUpDown();
  61. this.lblConeOuterGain = new System.Windows.Forms.Label();
  62. this.nupConeOuterAngle = new System.Windows.Forms.NumericUpDown();
  63. this.lblConeOuterAngle = new System.Windows.Forms.Label();
  64. this.nupConeInnerAngle = new System.Windows.Forms.NumericUpDown();
  65. this.lblConeInnerAngle = new System.Windows.Forms.Label();
  66. this.chkDirectional = new System.Windows.Forms.CheckBox();
  67. this.nupPlaybackRate = new System.Windows.Forms.NumericUpDown();
  68. this.lblPlaybackRate = new System.Windows.Forms.Label();
  69. this.nupVolume = new System.Windows.Forms.NumericUpDown();
  70. this.lblVolume = new System.Windows.Forms.Label();
  71. this.grpSpatialSound = new System.Windows.Forms.GroupBox();
  72. this.cbDistanceModel = new System.Windows.Forms.ComboBox();
  73. this.lblDistanceModel = new System.Windows.Forms.Label();
  74. this.nupRefDistance = new System.Windows.Forms.NumericUpDown();
  75. this.lblRefDistance = new System.Windows.Forms.Label();
  76. this.nupRolloff = new System.Windows.Forms.NumericUpDown();
  77. this.lblRolloff = new System.Windows.Forms.Label();
  78. this.nupMaxDistance = new System.Windows.Forms.NumericUpDown();
  79. this.lblMaxDistance = new System.Windows.Forms.Label();
  80. this.txtSound = new System.Windows.Forms.TextBox();
  81. this.checkBox1 = new System.Windows.Forms.CheckBox();
  82. this.chkAutoPlay = new System.Windows.Forms.CheckBox();
  83. this.ofdOpenSound = new System.Windows.Forms.OpenFileDialog();
  84. this.groupBox1.SuspendLayout();
  85. this.groupBox2.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.nupAlphaIndex)).BeginInit();
  87. this.groupBox3.SuspendLayout();
  88. this.grpAutoAnimate.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.nupTo)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).BeginInit();
  91. this.groupBox4.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.nupRestitution)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.nupFriction)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.nupMass)).BeginInit();
  95. this.groupBox5.SuspendLayout();
  96. this.grpDirectional.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.nupConeOuterGain)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.nupConeOuterAngle)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.nupConeInnerAngle)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.nupPlaybackRate)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.nupVolume)).BeginInit();
  102. this.grpSpatialSound.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.nupRefDistance)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.nupRolloff)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.nupMaxDistance)).BeginInit();
  106. this.SuspendLayout();
  107. //
  108. // groupBox1
  109. //
  110. this.groupBox1.Controls.Add(this.chkCollisions);
  111. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  112. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  113. this.groupBox1.Name = "groupBox1";
  114. this.groupBox1.Size = new System.Drawing.Size(319, 59);
  115. this.groupBox1.TabIndex = 1;
  116. this.groupBox1.TabStop = false;
  117. this.groupBox1.Text = "Collisions";
  118. //
  119. // chkCollisions
  120. //
  121. this.chkCollisions.AutoSize = true;
  122. this.chkCollisions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  123. this.chkCollisions.Location = new System.Drawing.Point(21, 28);
  124. this.chkCollisions.Name = "chkCollisions";
  125. this.chkCollisions.Size = new System.Drawing.Size(99, 17);
  126. this.chkCollisions.TabIndex = 0;
  127. this.chkCollisions.Text = "Check collisions";
  128. this.chkCollisions.ThreeState = true;
  129. this.chkCollisions.UseVisualStyleBackColor = true;
  130. //
  131. // butCancel
  132. //
  133. this.butCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  134. this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  135. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  136. this.butCancel.Location = new System.Drawing.Point(508, 457);
  137. this.butCancel.Name = "butCancel";
  138. this.butCancel.Size = new System.Drawing.Size(75, 23);
  139. this.butCancel.TabIndex = 6;
  140. this.butCancel.Text = "Cancel";
  141. this.butCancel.UseVisualStyleBackColor = true;
  142. //
  143. // butOK
  144. //
  145. this.butOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  146. this.butOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  147. this.butOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  148. this.butOK.Location = new System.Drawing.Point(415, 457);
  149. this.butOK.Name = "butOK";
  150. this.butOK.Size = new System.Drawing.Size(75, 23);
  151. this.butOK.TabIndex = 5;
  152. this.butOK.Text = "OK";
  153. this.butOK.UseVisualStyleBackColor = true;
  154. this.butOK.Click += new System.EventHandler(this.butOK_Click);
  155. //
  156. // groupBox2
  157. //
  158. this.groupBox2.Controls.Add(this.nupAlphaIndex);
  159. this.groupBox2.Controls.Add(this.label3);
  160. this.groupBox2.Controls.Add(this.chkNoExport);
  161. this.groupBox2.Controls.Add(this.chkShowSubMeshesBoundingBox);
  162. this.groupBox2.Controls.Add(this.chkShowBoundingBox);
  163. this.groupBox2.Controls.Add(this.chkOptimize);
  164. this.groupBox2.Controls.Add(this.chkPickable);
  165. this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  166. this.groupBox2.Location = new System.Drawing.Point(12, 77);
  167. this.groupBox2.Name = "groupBox2";
  168. this.groupBox2.Size = new System.Drawing.Size(319, 126);
  169. this.groupBox2.TabIndex = 2;
  170. this.groupBox2.TabStop = false;
  171. this.groupBox2.Text = "Misc.";
  172. //
  173. // nupAlphaIndex
  174. //
  175. this.nupAlphaIndex.Location = new System.Drawing.Point(89, 95);
  176. this.nupAlphaIndex.Maximum = new decimal(new int[] {
  177. 1000,
  178. 0,
  179. 0,
  180. 0});
  181. this.nupAlphaIndex.Name = "nupAlphaIndex";
  182. this.nupAlphaIndex.Size = new System.Drawing.Size(120, 20);
  183. this.nupAlphaIndex.TabIndex = 5;
  184. //
  185. // label3
  186. //
  187. this.label3.AutoSize = true;
  188. this.label3.Location = new System.Drawing.Point(18, 97);
  189. this.label3.Name = "label3";
  190. this.label3.Size = new System.Drawing.Size(65, 13);
  191. this.label3.TabIndex = 6;
  192. this.label3.Text = "Alpha index:";
  193. //
  194. // chkNoExport
  195. //
  196. this.chkNoExport.AutoSize = true;
  197. this.chkNoExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  198. this.chkNoExport.Location = new System.Drawing.Point(21, 28);
  199. this.chkNoExport.Name = "chkNoExport";
  200. this.chkNoExport.Size = new System.Drawing.Size(87, 17);
  201. this.chkNoExport.TabIndex = 4;
  202. this.chkNoExport.Text = "Do not export";
  203. this.chkNoExport.ThreeState = true;
  204. this.chkNoExport.UseVisualStyleBackColor = true;
  205. //
  206. // chkShowSubMeshesBoundingBox
  207. //
  208. this.chkShowSubMeshesBoundingBox.AutoSize = true;
  209. this.chkShowSubMeshesBoundingBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  210. this.chkShowSubMeshesBoundingBox.Location = new System.Drawing.Point(21, 74);
  211. this.chkShowSubMeshesBoundingBox.Name = "chkShowSubMeshesBoundingBox";
  212. this.chkShowSubMeshesBoundingBox.Size = new System.Drawing.Size(184, 17);
  213. this.chkShowSubMeshesBoundingBox.TabIndex = 3;
  214. this.chkShowSubMeshesBoundingBox.Text = "Show submeshes bounding boxes";
  215. this.chkShowSubMeshesBoundingBox.ThreeState = true;
  216. this.chkShowSubMeshesBoundingBox.UseVisualStyleBackColor = true;
  217. //
  218. // chkShowBoundingBox
  219. //
  220. this.chkShowBoundingBox.AutoSize = true;
  221. this.chkShowBoundingBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  222. this.chkShowBoundingBox.Location = new System.Drawing.Point(21, 51);
  223. this.chkShowBoundingBox.Name = "chkShowBoundingBox";
  224. this.chkShowBoundingBox.Size = new System.Drawing.Size(117, 17);
  225. this.chkShowBoundingBox.TabIndex = 2;
  226. this.chkShowBoundingBox.Text = "Show bounding box";
  227. this.chkShowBoundingBox.ThreeState = true;
  228. this.chkShowBoundingBox.UseVisualStyleBackColor = true;
  229. //
  230. // chkOptimize
  231. //
  232. this.chkOptimize.AutoSize = true;
  233. this.chkOptimize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  234. this.chkOptimize.Location = new System.Drawing.Point(182, 51);
  235. this.chkOptimize.Name = "chkOptimize";
  236. this.chkOptimize.Size = new System.Drawing.Size(131, 17);
  237. this.chkOptimize.TabIndex = 1;
  238. this.chkOptimize.Text = "Try to optimize vertices";
  239. this.chkOptimize.ThreeState = true;
  240. this.chkOptimize.UseVisualStyleBackColor = true;
  241. //
  242. // chkPickable
  243. //
  244. this.chkPickable.AutoSize = true;
  245. this.chkPickable.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  246. this.chkPickable.Location = new System.Drawing.Point(182, 28);
  247. this.chkPickable.Name = "chkPickable";
  248. this.chkPickable.Size = new System.Drawing.Size(64, 17);
  249. this.chkPickable.TabIndex = 0;
  250. this.chkPickable.Text = "Pickable";
  251. this.chkPickable.ThreeState = true;
  252. this.chkPickable.UseVisualStyleBackColor = true;
  253. //
  254. // groupBox3
  255. //
  256. this.groupBox3.Controls.Add(this.grpAutoAnimate);
  257. this.groupBox3.Controls.Add(this.chkAutoAnimate);
  258. this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  259. this.groupBox3.Location = new System.Drawing.Point(12, 209);
  260. this.groupBox3.Name = "groupBox3";
  261. this.groupBox3.Size = new System.Drawing.Size(319, 156);
  262. this.groupBox3.TabIndex = 4;
  263. this.groupBox3.TabStop = false;
  264. this.groupBox3.Text = "Animations";
  265. //
  266. // grpAutoAnimate
  267. //
  268. this.grpAutoAnimate.Controls.Add(this.chkLoop);
  269. this.grpAutoAnimate.Controls.Add(this.nupTo);
  270. this.grpAutoAnimate.Controls.Add(this.label2);
  271. this.grpAutoAnimate.Controls.Add(this.nupFrom);
  272. this.grpAutoAnimate.Controls.Add(this.label1);
  273. this.grpAutoAnimate.Enabled = false;
  274. this.grpAutoAnimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  275. this.grpAutoAnimate.Location = new System.Drawing.Point(21, 51);
  276. this.grpAutoAnimate.Name = "grpAutoAnimate";
  277. this.grpAutoAnimate.Size = new System.Drawing.Size(292, 99);
  278. this.grpAutoAnimate.TabIndex = 3;
  279. this.grpAutoAnimate.TabStop = false;
  280. //
  281. // chkLoop
  282. //
  283. this.chkLoop.AutoSize = true;
  284. this.chkLoop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  285. this.chkLoop.Location = new System.Drawing.Point(9, 66);
  286. this.chkLoop.Name = "chkLoop";
  287. this.chkLoop.Size = new System.Drawing.Size(47, 17);
  288. this.chkLoop.TabIndex = 5;
  289. this.chkLoop.Text = "Loop";
  290. this.chkLoop.ThreeState = true;
  291. this.chkLoop.UseVisualStyleBackColor = true;
  292. //
  293. // nupTo
  294. //
  295. this.nupTo.Location = new System.Drawing.Point(47, 40);
  296. this.nupTo.Maximum = new decimal(new int[] {
  297. 100000,
  298. 0,
  299. 0,
  300. 0});
  301. this.nupTo.Name = "nupTo";
  302. this.nupTo.Size = new System.Drawing.Size(120, 20);
  303. this.nupTo.TabIndex = 3;
  304. //
  305. // label2
  306. //
  307. this.label2.AutoSize = true;
  308. this.label2.Location = new System.Drawing.Point(6, 42);
  309. this.label2.Name = "label2";
  310. this.label2.Size = new System.Drawing.Size(23, 13);
  311. this.label2.TabIndex = 4;
  312. this.label2.Text = "To:";
  313. //
  314. // nupFrom
  315. //
  316. this.nupFrom.Location = new System.Drawing.Point(47, 14);
  317. this.nupFrom.Maximum = new decimal(new int[] {
  318. 100000,
  319. 0,
  320. 0,
  321. 0});
  322. this.nupFrom.Name = "nupFrom";
  323. this.nupFrom.Size = new System.Drawing.Size(120, 20);
  324. this.nupFrom.TabIndex = 1;
  325. //
  326. // label1
  327. //
  328. this.label1.AutoSize = true;
  329. this.label1.Location = new System.Drawing.Point(6, 16);
  330. this.label1.Name = "label1";
  331. this.label1.Size = new System.Drawing.Size(33, 13);
  332. this.label1.TabIndex = 2;
  333. this.label1.Text = "From:";
  334. //
  335. // chkAutoAnimate
  336. //
  337. this.chkAutoAnimate.AutoSize = true;
  338. this.chkAutoAnimate.Location = new System.Drawing.Point(21, 28);
  339. this.chkAutoAnimate.Name = "chkAutoAnimate";
  340. this.chkAutoAnimate.Size = new System.Drawing.Size(88, 17);
  341. this.chkAutoAnimate.TabIndex = 0;
  342. this.chkAutoAnimate.Text = "Auto animate";
  343. this.chkAutoAnimate.ThreeState = true;
  344. this.chkAutoAnimate.UseVisualStyleBackColor = true;
  345. this.chkAutoAnimate.CheckedChanged += new System.EventHandler(this.chkAutoAnimate_CheckedChanged);
  346. //
  347. // groupBox4
  348. //
  349. this.groupBox4.Controls.Add(this.nupRestitution);
  350. this.groupBox4.Controls.Add(this.label7);
  351. this.groupBox4.Controls.Add(this.nupFriction);
  352. this.groupBox4.Controls.Add(this.label5);
  353. this.groupBox4.Controls.Add(this.label6);
  354. this.groupBox4.Controls.Add(this.cbImpostor);
  355. this.groupBox4.Controls.Add(this.nupMass);
  356. this.groupBox4.Controls.Add(this.label4);
  357. this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  358. this.groupBox4.Location = new System.Drawing.Point(12, 371);
  359. this.groupBox4.Name = "groupBox4";
  360. this.groupBox4.Size = new System.Drawing.Size(319, 156);
  361. this.groupBox4.TabIndex = 7;
  362. this.groupBox4.TabStop = false;
  363. this.groupBox4.Text = "Physics";
  364. //
  365. // nupRestitution
  366. //
  367. this.nupRestitution.DecimalPlaces = 2;
  368. this.nupRestitution.Location = new System.Drawing.Point(89, 122);
  369. this.nupRestitution.Maximum = new decimal(new int[] {
  370. 1,
  371. 0,
  372. 0,
  373. 0});
  374. this.nupRestitution.Name = "nupRestitution";
  375. this.nupRestitution.Size = new System.Drawing.Size(120, 20);
  376. this.nupRestitution.TabIndex = 11;
  377. //
  378. // label7
  379. //
  380. this.label7.AutoSize = true;
  381. this.label7.Location = new System.Drawing.Point(18, 122);
  382. this.label7.Name = "label7";
  383. this.label7.Size = new System.Drawing.Size(60, 13);
  384. this.label7.TabIndex = 12;
  385. this.label7.Text = "Restitution:";
  386. //
  387. // nupFriction
  388. //
  389. this.nupFriction.DecimalPlaces = 2;
  390. this.nupFriction.Location = new System.Drawing.Point(89, 96);
  391. this.nupFriction.Maximum = new decimal(new int[] {
  392. 1,
  393. 0,
  394. 0,
  395. 0});
  396. this.nupFriction.Name = "nupFriction";
  397. this.nupFriction.Size = new System.Drawing.Size(120, 20);
  398. this.nupFriction.TabIndex = 9;
  399. //
  400. // label5
  401. //
  402. this.label5.AutoSize = true;
  403. this.label5.Location = new System.Drawing.Point(18, 96);
  404. this.label5.Name = "label5";
  405. this.label5.Size = new System.Drawing.Size(44, 13);
  406. this.label5.TabIndex = 10;
  407. this.label5.Text = "Friction:";
  408. //
  409. // label6
  410. //
  411. this.label6.AutoSize = true;
  412. this.label6.Location = new System.Drawing.Point(18, 26);
  413. this.label6.Name = "label6";
  414. this.label6.Size = new System.Drawing.Size(50, 13);
  415. this.label6.TabIndex = 8;
  416. this.label6.Text = "Impostor:";
  417. //
  418. // cbImpostor
  419. //
  420. this.cbImpostor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  421. this.cbImpostor.FormattingEnabled = true;
  422. this.cbImpostor.Items.AddRange(new object[] {
  423. "None",
  424. "Sphere",
  425. "Box",
  426. "Plane"});
  427. this.cbImpostor.Location = new System.Drawing.Point(25, 43);
  428. this.cbImpostor.Name = "cbImpostor";
  429. this.cbImpostor.Size = new System.Drawing.Size(290, 21);
  430. this.cbImpostor.TabIndex = 7;
  431. //
  432. // nupMass
  433. //
  434. this.nupMass.DecimalPlaces = 2;
  435. this.nupMass.Location = new System.Drawing.Point(89, 70);
  436. this.nupMass.Maximum = new decimal(new int[] {
  437. 1000,
  438. 0,
  439. 0,
  440. 0});
  441. this.nupMass.Name = "nupMass";
  442. this.nupMass.Size = new System.Drawing.Size(120, 20);
  443. this.nupMass.TabIndex = 5;
  444. //
  445. // label4
  446. //
  447. this.label4.AutoSize = true;
  448. this.label4.Location = new System.Drawing.Point(18, 70);
  449. this.label4.Name = "label4";
  450. this.label4.Size = new System.Drawing.Size(35, 13);
  451. this.label4.TabIndex = 6;
  452. this.label4.Text = "Mass:";
  453. //
  454. // groupBox5
  455. //
  456. this.groupBox5.Controls.Add(this.cmdFileBrowse);
  457. this.groupBox5.Controls.Add(this.grpDirectional);
  458. this.groupBox5.Controls.Add(this.chkDirectional);
  459. this.groupBox5.Controls.Add(this.nupPlaybackRate);
  460. this.groupBox5.Controls.Add(this.lblPlaybackRate);
  461. this.groupBox5.Controls.Add(this.nupVolume);
  462. this.groupBox5.Controls.Add(this.lblVolume);
  463. this.groupBox5.Controls.Add(this.grpSpatialSound);
  464. this.groupBox5.Controls.Add(this.txtSound);
  465. this.groupBox5.Controls.Add(this.checkBox1);
  466. this.groupBox5.Controls.Add(this.chkAutoPlay);
  467. this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  468. this.groupBox5.Location = new System.Drawing.Point(337, 12);
  469. this.groupBox5.Name = "groupBox5";
  470. this.groupBox5.Size = new System.Drawing.Size(319, 399);
  471. this.groupBox5.TabIndex = 8;
  472. this.groupBox5.TabStop = false;
  473. this.groupBox5.Text = "Sound";
  474. //
  475. // cmdFileBrowse
  476. //
  477. this.cmdFileBrowse.Anchor = System.Windows.Forms.AnchorStyles.Right;
  478. this.cmdFileBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  479. this.cmdFileBrowse.Location = new System.Drawing.Point(277, 26);
  480. this.cmdFileBrowse.Name = "cmdFileBrowse";
  481. this.cmdFileBrowse.Size = new System.Drawing.Size(37, 22);
  482. this.cmdFileBrowse.TabIndex = 14;
  483. this.cmdFileBrowse.Text = "...";
  484. this.cmdFileBrowse.UseVisualStyleBackColor = true;
  485. this.cmdFileBrowse.Click += new System.EventHandler(this.cmdFileBrowse_Click);
  486. //
  487. // grpDirectional
  488. //
  489. this.grpDirectional.Controls.Add(this.nupConeOuterGain);
  490. this.grpDirectional.Controls.Add(this.lblConeOuterGain);
  491. this.grpDirectional.Controls.Add(this.nupConeOuterAngle);
  492. this.grpDirectional.Controls.Add(this.lblConeOuterAngle);
  493. this.grpDirectional.Controls.Add(this.nupConeInnerAngle);
  494. this.grpDirectional.Controls.Add(this.lblConeInnerAngle);
  495. this.grpDirectional.Enabled = false;
  496. this.grpDirectional.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  497. this.grpDirectional.Location = new System.Drawing.Point(22, 288);
  498. this.grpDirectional.Name = "grpDirectional";
  499. this.grpDirectional.Size = new System.Drawing.Size(292, 102);
  500. this.grpDirectional.TabIndex = 13;
  501. this.grpDirectional.TabStop = false;
  502. //
  503. // nupConeOuterGain
  504. //
  505. this.nupConeOuterGain.DecimalPlaces = 2;
  506. this.nupConeOuterGain.Increment = new decimal(new int[] {
  507. 1,
  508. 0,
  509. 0,
  510. 65536});
  511. this.nupConeOuterGain.Location = new System.Drawing.Point(105, 69);
  512. this.nupConeOuterGain.Maximum = new decimal(new int[] {
  513. 10,
  514. 0,
  515. 0,
  516. 0});
  517. this.nupConeOuterGain.Name = "nupConeOuterGain";
  518. this.nupConeOuterGain.Size = new System.Drawing.Size(121, 20);
  519. this.nupConeOuterGain.TabIndex = 5;
  520. //
  521. // lblConeOuterGain
  522. //
  523. this.lblConeOuterGain.AutoSize = true;
  524. this.lblConeOuterGain.Location = new System.Drawing.Point(8, 71);
  525. this.lblConeOuterGain.Name = "lblConeOuterGain";
  526. this.lblConeOuterGain.Size = new System.Drawing.Size(85, 13);
  527. this.lblConeOuterGain.TabIndex = 6;
  528. this.lblConeOuterGain.Text = "Cone outer gain:";
  529. //
  530. // nupConeOuterAngle
  531. //
  532. this.nupConeOuterAngle.DecimalPlaces = 2;
  533. this.nupConeOuterAngle.Location = new System.Drawing.Point(105, 43);
  534. this.nupConeOuterAngle.Maximum = new decimal(new int[] {
  535. 360,
  536. 0,
  537. 0,
  538. 0});
  539. this.nupConeOuterAngle.Name = "nupConeOuterAngle";
  540. this.nupConeOuterAngle.Size = new System.Drawing.Size(121, 20);
  541. this.nupConeOuterAngle.TabIndex = 3;
  542. this.nupConeOuterAngle.Value = new decimal(new int[] {
  543. 360,
  544. 0,
  545. 0,
  546. 0});
  547. //
  548. // lblConeOuterAngle
  549. //
  550. this.lblConeOuterAngle.AutoSize = true;
  551. this.lblConeOuterAngle.Location = new System.Drawing.Point(8, 45);
  552. this.lblConeOuterAngle.Name = "lblConeOuterAngle";
  553. this.lblConeOuterAngle.Size = new System.Drawing.Size(91, 13);
  554. this.lblConeOuterAngle.TabIndex = 4;
  555. this.lblConeOuterAngle.Text = "Cone outer angle:";
  556. //
  557. // nupConeInnerAngle
  558. //
  559. this.nupConeInnerAngle.DecimalPlaces = 2;
  560. this.nupConeInnerAngle.Location = new System.Drawing.Point(105, 17);
  561. this.nupConeInnerAngle.Maximum = new decimal(new int[] {
  562. 360,
  563. 0,
  564. 0,
  565. 0});
  566. this.nupConeInnerAngle.Name = "nupConeInnerAngle";
  567. this.nupConeInnerAngle.Size = new System.Drawing.Size(121, 20);
  568. this.nupConeInnerAngle.TabIndex = 1;
  569. this.nupConeInnerAngle.Value = new decimal(new int[] {
  570. 360,
  571. 0,
  572. 0,
  573. 0});
  574. //
  575. // lblConeInnerAngle
  576. //
  577. this.lblConeInnerAngle.AutoSize = true;
  578. this.lblConeInnerAngle.Location = new System.Drawing.Point(7, 19);
  579. this.lblConeInnerAngle.Name = "lblConeInnerAngle";
  580. this.lblConeInnerAngle.Size = new System.Drawing.Size(90, 13);
  581. this.lblConeInnerAngle.TabIndex = 2;
  582. this.lblConeInnerAngle.Text = "Cone inner angle:";
  583. //
  584. // chkDirectional
  585. //
  586. this.chkDirectional.AutoSize = true;
  587. this.chkDirectional.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  588. this.chkDirectional.Location = new System.Drawing.Point(22, 265);
  589. this.chkDirectional.Name = "chkDirectional";
  590. this.chkDirectional.Size = new System.Drawing.Size(73, 17);
  591. this.chkDirectional.TabIndex = 12;
  592. this.chkDirectional.Text = "Directional";
  593. this.chkDirectional.UseVisualStyleBackColor = true;
  594. this.chkDirectional.CheckedChanged += new System.EventHandler(this.chkDirectional_CheckedChanged);
  595. //
  596. // nupPlaybackRate
  597. //
  598. this.nupPlaybackRate.DecimalPlaces = 2;
  599. this.nupPlaybackRate.Increment = new decimal(new int[] {
  600. 1,
  601. 0,
  602. 0,
  603. 65536});
  604. this.nupPlaybackRate.Location = new System.Drawing.Point(126, 107);
  605. this.nupPlaybackRate.Maximum = new decimal(new int[] {
  606. 10,
  607. 0,
  608. 0,
  609. 0});
  610. this.nupPlaybackRate.Name = "nupPlaybackRate";
  611. this.nupPlaybackRate.Size = new System.Drawing.Size(120, 20);
  612. this.nupPlaybackRate.TabIndex = 10;
  613. this.nupPlaybackRate.Value = new decimal(new int[] {
  614. 1,
  615. 0,
  616. 0,
  617. 0});
  618. //
  619. // lblPlaybackRate
  620. //
  621. this.lblPlaybackRate.AutoSize = true;
  622. this.lblPlaybackRate.Location = new System.Drawing.Point(18, 109);
  623. this.lblPlaybackRate.Name = "lblPlaybackRate";
  624. this.lblPlaybackRate.Size = new System.Drawing.Size(75, 13);
  625. this.lblPlaybackRate.TabIndex = 9;
  626. this.lblPlaybackRate.Text = "Playback rate:";
  627. //
  628. // nupVolume
  629. //
  630. this.nupVolume.DecimalPlaces = 2;
  631. this.nupVolume.Increment = new decimal(new int[] {
  632. 1,
  633. 0,
  634. 0,
  635. 65536});
  636. this.nupVolume.Location = new System.Drawing.Point(126, 81);
  637. this.nupVolume.Maximum = new decimal(new int[] {
  638. 10,
  639. 0,
  640. 0,
  641. 0});
  642. this.nupVolume.Name = "nupVolume";
  643. this.nupVolume.Size = new System.Drawing.Size(120, 20);
  644. this.nupVolume.TabIndex = 8;
  645. this.nupVolume.Value = new decimal(new int[] {
  646. 1,
  647. 0,
  648. 0,
  649. 0});
  650. //
  651. // lblVolume
  652. //
  653. this.lblVolume.AutoSize = true;
  654. this.lblVolume.Location = new System.Drawing.Point(18, 83);
  655. this.lblVolume.Name = "lblVolume";
  656. this.lblVolume.Size = new System.Drawing.Size(45, 13);
  657. this.lblVolume.TabIndex = 7;
  658. this.lblVolume.Text = "Volume:";
  659. //
  660. // grpSpatialSound
  661. //
  662. this.grpSpatialSound.Controls.Add(this.cbDistanceModel);
  663. this.grpSpatialSound.Controls.Add(this.lblDistanceModel);
  664. this.grpSpatialSound.Controls.Add(this.nupRefDistance);
  665. this.grpSpatialSound.Controls.Add(this.lblRefDistance);
  666. this.grpSpatialSound.Controls.Add(this.nupRolloff);
  667. this.grpSpatialSound.Controls.Add(this.lblRolloff);
  668. this.grpSpatialSound.Controls.Add(this.nupMaxDistance);
  669. this.grpSpatialSound.Controls.Add(this.lblMaxDistance);
  670. this.grpSpatialSound.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  671. this.grpSpatialSound.Location = new System.Drawing.Point(20, 139);
  672. this.grpSpatialSound.Name = "grpSpatialSound";
  673. this.grpSpatialSound.Size = new System.Drawing.Size(292, 116);
  674. this.grpSpatialSound.TabIndex = 6;
  675. this.grpSpatialSound.TabStop = false;
  676. //
  677. // cbDistanceModel
  678. //
  679. this.cbDistanceModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  680. this.cbDistanceModel.FormattingEnabled = true;
  681. this.cbDistanceModel.Items.AddRange(new object[] {
  682. "linear",
  683. "inverse",
  684. "exponential"});
  685. this.cbDistanceModel.Location = new System.Drawing.Point(105, 15);
  686. this.cbDistanceModel.Name = "cbDistanceModel";
  687. this.cbDistanceModel.Size = new System.Drawing.Size(123, 21);
  688. this.cbDistanceModel.TabIndex = 11;
  689. //
  690. // lblDistanceModel
  691. //
  692. this.lblDistanceModel.AutoSize = true;
  693. this.lblDistanceModel.Location = new System.Drawing.Point(6, 16);
  694. this.lblDistanceModel.Name = "lblDistanceModel";
  695. this.lblDistanceModel.Size = new System.Drawing.Size(83, 13);
  696. this.lblDistanceModel.TabIndex = 7;
  697. this.lblDistanceModel.Text = "Distance model:";
  698. //
  699. // nupRefDistance
  700. //
  701. this.nupRefDistance.DecimalPlaces = 2;
  702. this.nupRefDistance.Increment = new decimal(new int[] {
  703. 1,
  704. 0,
  705. 0,
  706. 65536});
  707. this.nupRefDistance.Location = new System.Drawing.Point(105, 90);
  708. this.nupRefDistance.Maximum = new decimal(new int[] {
  709. 1000,
  710. 0,
  711. 0,
  712. 0});
  713. this.nupRefDistance.Name = "nupRefDistance";
  714. this.nupRefDistance.Size = new System.Drawing.Size(121, 20);
  715. this.nupRefDistance.TabIndex = 5;
  716. this.nupRefDistance.Value = new decimal(new int[] {
  717. 1,
  718. 0,
  719. 0,
  720. 0});
  721. //
  722. // lblRefDistance
  723. //
  724. this.lblRefDistance.AutoSize = true;
  725. this.lblRefDistance.Location = new System.Drawing.Point(7, 93);
  726. this.lblRefDistance.Name = "lblRefDistance";
  727. this.lblRefDistance.Size = new System.Drawing.Size(70, 13);
  728. this.lblRefDistance.TabIndex = 6;
  729. this.lblRefDistance.Text = "Ref distance:";
  730. //
  731. // nupRolloff
  732. //
  733. this.nupRolloff.DecimalPlaces = 2;
  734. this.nupRolloff.Increment = new decimal(new int[] {
  735. 1,
  736. 0,
  737. 0,
  738. 65536});
  739. this.nupRolloff.Location = new System.Drawing.Point(105, 64);
  740. this.nupRolloff.Maximum = new decimal(new int[] {
  741. 1000,
  742. 0,
  743. 0,
  744. 0});
  745. this.nupRolloff.Name = "nupRolloff";
  746. this.nupRolloff.Size = new System.Drawing.Size(121, 20);
  747. this.nupRolloff.TabIndex = 3;
  748. this.nupRolloff.Value = new decimal(new int[] {
  749. 1,
  750. 0,
  751. 0,
  752. 0});
  753. //
  754. // lblRolloff
  755. //
  756. this.lblRolloff.AutoSize = true;
  757. this.lblRolloff.Location = new System.Drawing.Point(7, 67);
  758. this.lblRolloff.Name = "lblRolloff";
  759. this.lblRolloff.Size = new System.Drawing.Size(40, 13);
  760. this.lblRolloff.TabIndex = 4;
  761. this.lblRolloff.Text = "Rolloff:";
  762. //
  763. // nupMaxDistance
  764. //
  765. this.nupMaxDistance.DecimalPlaces = 2;
  766. this.nupMaxDistance.Location = new System.Drawing.Point(105, 38);
  767. this.nupMaxDistance.Maximum = new decimal(new int[] {
  768. 100000,
  769. 0,
  770. 0,
  771. 0});
  772. this.nupMaxDistance.Name = "nupMaxDistance";
  773. this.nupMaxDistance.Size = new System.Drawing.Size(121, 20);
  774. this.nupMaxDistance.TabIndex = 1;
  775. this.nupMaxDistance.Value = new decimal(new int[] {
  776. 100,
  777. 0,
  778. 0,
  779. 0});
  780. //
  781. // lblMaxDistance
  782. //
  783. this.lblMaxDistance.AutoSize = true;
  784. this.lblMaxDistance.Location = new System.Drawing.Point(6, 41);
  785. this.lblMaxDistance.Name = "lblMaxDistance";
  786. this.lblMaxDistance.Size = new System.Drawing.Size(73, 13);
  787. this.lblMaxDistance.TabIndex = 2;
  788. this.lblMaxDistance.Text = "Max distance:";
  789. //
  790. // txtSound
  791. //
  792. this.txtSound.Location = new System.Drawing.Point(21, 28);
  793. this.txtSound.Name = "txtSound";
  794. this.txtSound.Size = new System.Drawing.Size(249, 20);
  795. this.txtSound.TabIndex = 5;
  796. //
  797. // checkBox1
  798. //
  799. this.checkBox1.AutoSize = true;
  800. this.checkBox1.Checked = true;
  801. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  802. this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  803. this.checkBox1.Location = new System.Drawing.Point(94, 54);
  804. this.checkBox1.Name = "checkBox1";
  805. this.checkBox1.Size = new System.Drawing.Size(47, 17);
  806. this.checkBox1.TabIndex = 4;
  807. this.checkBox1.Text = "Loop";
  808. this.checkBox1.UseVisualStyleBackColor = true;
  809. //
  810. // chkAutoPlay
  811. //
  812. this.chkAutoPlay.AutoSize = true;
  813. this.chkAutoPlay.Checked = true;
  814. this.chkAutoPlay.CheckState = System.Windows.Forms.CheckState.Checked;
  815. this.chkAutoPlay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  816. this.chkAutoPlay.Location = new System.Drawing.Point(21, 54);
  817. this.chkAutoPlay.Name = "chkAutoPlay";
  818. this.chkAutoPlay.Size = new System.Drawing.Size(67, 17);
  819. this.chkAutoPlay.TabIndex = 3;
  820. this.chkAutoPlay.Text = "Auto play";
  821. this.chkAutoPlay.UseVisualStyleBackColor = true;
  822. //
  823. // ofdOpenSound
  824. //
  825. this.ofdOpenSound.Filter = "Sound files|*.wav;*.mp3";
  826. //
  827. // ObjectPropertiesForm
  828. //
  829. this.AcceptButton = this.butOK;
  830. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  831. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  832. this.CancelButton = this.butCancel;
  833. this.ClientSize = new System.Drawing.Size(667, 536);
  834. this.Controls.Add(this.groupBox5);
  835. this.Controls.Add(this.groupBox4);
  836. this.Controls.Add(this.groupBox3);
  837. this.Controls.Add(this.groupBox2);
  838. this.Controls.Add(this.butCancel);
  839. this.Controls.Add(this.butOK);
  840. this.Controls.Add(this.groupBox1);
  841. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  842. this.Name = "ObjectPropertiesForm";
  843. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  844. this.Text = "Babylon.js - Object Properties";
  845. this.Load += new System.EventHandler(this.ObjectPropertiesForm_Load);
  846. this.groupBox1.ResumeLayout(false);
  847. this.groupBox1.PerformLayout();
  848. this.groupBox2.ResumeLayout(false);
  849. this.groupBox2.PerformLayout();
  850. ((System.ComponentModel.ISupportInitialize)(this.nupAlphaIndex)).EndInit();
  851. this.groupBox3.ResumeLayout(false);
  852. this.groupBox3.PerformLayout();
  853. this.grpAutoAnimate.ResumeLayout(false);
  854. this.grpAutoAnimate.PerformLayout();
  855. ((System.ComponentModel.ISupportInitialize)(this.nupTo)).EndInit();
  856. ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).EndInit();
  857. this.groupBox4.ResumeLayout(false);
  858. this.groupBox4.PerformLayout();
  859. ((System.ComponentModel.ISupportInitialize)(this.nupRestitution)).EndInit();
  860. ((System.ComponentModel.ISupportInitialize)(this.nupFriction)).EndInit();
  861. ((System.ComponentModel.ISupportInitialize)(this.nupMass)).EndInit();
  862. this.groupBox5.ResumeLayout(false);
  863. this.groupBox5.PerformLayout();
  864. this.grpDirectional.ResumeLayout(false);
  865. this.grpDirectional.PerformLayout();
  866. ((System.ComponentModel.ISupportInitialize)(this.nupConeOuterGain)).EndInit();
  867. ((System.ComponentModel.ISupportInitialize)(this.nupConeOuterAngle)).EndInit();
  868. ((System.ComponentModel.ISupportInitialize)(this.nupConeInnerAngle)).EndInit();
  869. ((System.ComponentModel.ISupportInitialize)(this.nupPlaybackRate)).EndInit();
  870. ((System.ComponentModel.ISupportInitialize)(this.nupVolume)).EndInit();
  871. this.grpSpatialSound.ResumeLayout(false);
  872. this.grpSpatialSound.PerformLayout();
  873. ((System.ComponentModel.ISupportInitialize)(this.nupRefDistance)).EndInit();
  874. ((System.ComponentModel.ISupportInitialize)(this.nupRolloff)).EndInit();
  875. ((System.ComponentModel.ISupportInitialize)(this.nupMaxDistance)).EndInit();
  876. this.ResumeLayout(false);
  877. }
  878. #endregion
  879. private System.Windows.Forms.GroupBox groupBox1;
  880. private System.Windows.Forms.CheckBox chkCollisions;
  881. private System.Windows.Forms.Button butCancel;
  882. private System.Windows.Forms.Button butOK;
  883. private System.Windows.Forms.GroupBox groupBox2;
  884. private System.Windows.Forms.CheckBox chkPickable;
  885. private System.Windows.Forms.CheckBox chkOptimize;
  886. private System.Windows.Forms.CheckBox chkShowSubMeshesBoundingBox;
  887. private System.Windows.Forms.CheckBox chkShowBoundingBox;
  888. private System.Windows.Forms.GroupBox groupBox3;
  889. private System.Windows.Forms.GroupBox grpAutoAnimate;
  890. private System.Windows.Forms.CheckBox chkLoop;
  891. private System.Windows.Forms.NumericUpDown nupTo;
  892. private System.Windows.Forms.Label label2;
  893. private System.Windows.Forms.NumericUpDown nupFrom;
  894. private System.Windows.Forms.Label label1;
  895. private System.Windows.Forms.CheckBox chkAutoAnimate;
  896. private System.Windows.Forms.CheckBox chkNoExport;
  897. private System.Windows.Forms.NumericUpDown nupAlphaIndex;
  898. private System.Windows.Forms.Label label3;
  899. private System.Windows.Forms.GroupBox groupBox4;
  900. private System.Windows.Forms.NumericUpDown nupMass;
  901. private System.Windows.Forms.Label label4;
  902. private System.Windows.Forms.Label label6;
  903. private System.Windows.Forms.ComboBox cbImpostor;
  904. private System.Windows.Forms.NumericUpDown nupRestitution;
  905. private System.Windows.Forms.Label label7;
  906. private System.Windows.Forms.NumericUpDown nupFriction;
  907. private System.Windows.Forms.Label label5;
  908. private System.Windows.Forms.GroupBox groupBox5;
  909. private System.Windows.Forms.TextBox txtSound;
  910. private System.Windows.Forms.CheckBox checkBox1;
  911. private System.Windows.Forms.CheckBox chkAutoPlay;
  912. private System.Windows.Forms.OpenFileDialog ofdOpenSound;
  913. private System.Windows.Forms.GroupBox grpSpatialSound;
  914. private System.Windows.Forms.NumericUpDown nupMaxDistance;
  915. private System.Windows.Forms.Label lblMaxDistance;
  916. private System.Windows.Forms.NumericUpDown nupPlaybackRate;
  917. private System.Windows.Forms.Label lblPlaybackRate;
  918. private System.Windows.Forms.NumericUpDown nupVolume;
  919. private System.Windows.Forms.Label lblVolume;
  920. private System.Windows.Forms.NumericUpDown nupRefDistance;
  921. private System.Windows.Forms.Label lblRefDistance;
  922. private System.Windows.Forms.NumericUpDown nupRolloff;
  923. private System.Windows.Forms.Label lblRolloff;
  924. private System.Windows.Forms.Label lblDistanceModel;
  925. private System.Windows.Forms.GroupBox grpDirectional;
  926. private System.Windows.Forms.NumericUpDown nupConeOuterGain;
  927. private System.Windows.Forms.Label lblConeOuterGain;
  928. private System.Windows.Forms.NumericUpDown nupConeOuterAngle;
  929. private System.Windows.Forms.Label lblConeOuterAngle;
  930. private System.Windows.Forms.NumericUpDown nupConeInnerAngle;
  931. private System.Windows.Forms.Label lblConeInnerAngle;
  932. private System.Windows.Forms.CheckBox chkDirectional;
  933. private System.Windows.Forms.ComboBox cbDistanceModel;
  934. private System.Windows.Forms.Button cmdFileBrowse;
  935. }
  936. }