123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942 |
- namespace Max2Babylon
- {
- partial class ObjectPropertiesForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.chkCollisions = new System.Windows.Forms.CheckBox();
- this.butCancel = new System.Windows.Forms.Button();
- this.butOK = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.nupAlphaIndex = new System.Windows.Forms.NumericUpDown();
- this.label3 = new System.Windows.Forms.Label();
- this.chkNoExport = new System.Windows.Forms.CheckBox();
- this.chkShowSubMeshesBoundingBox = new System.Windows.Forms.CheckBox();
- this.chkShowBoundingBox = new System.Windows.Forms.CheckBox();
- this.chkOptimize = new System.Windows.Forms.CheckBox();
- this.chkPickable = new System.Windows.Forms.CheckBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.grpAutoAnimate = new System.Windows.Forms.GroupBox();
- this.chkLoop = new System.Windows.Forms.CheckBox();
- this.nupTo = new System.Windows.Forms.NumericUpDown();
- this.label2 = new System.Windows.Forms.Label();
- this.nupFrom = new System.Windows.Forms.NumericUpDown();
- this.label1 = new System.Windows.Forms.Label();
- this.chkAutoAnimate = new System.Windows.Forms.CheckBox();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.nupRestitution = new System.Windows.Forms.NumericUpDown();
- this.label7 = new System.Windows.Forms.Label();
- this.nupFriction = new System.Windows.Forms.NumericUpDown();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.cbImpostor = new System.Windows.Forms.ComboBox();
- this.nupMass = new System.Windows.Forms.NumericUpDown();
- this.label4 = new System.Windows.Forms.Label();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.cmdFileBrowse = new System.Windows.Forms.Button();
- this.grpDirectional = new System.Windows.Forms.GroupBox();
- this.nupConeOuterGain = new System.Windows.Forms.NumericUpDown();
- this.lblConeOuterGain = new System.Windows.Forms.Label();
- this.nupConeOuterAngle = new System.Windows.Forms.NumericUpDown();
- this.lblConeOuterAngle = new System.Windows.Forms.Label();
- this.nupConeInnerAngle = new System.Windows.Forms.NumericUpDown();
- this.lblConeInnerAngle = new System.Windows.Forms.Label();
- this.chkDirectional = new System.Windows.Forms.CheckBox();
- this.nupPlaybackRate = new System.Windows.Forms.NumericUpDown();
- this.lblPlaybackRate = new System.Windows.Forms.Label();
- this.nupVolume = new System.Windows.Forms.NumericUpDown();
- this.lblVolume = new System.Windows.Forms.Label();
- this.grpSpatialSound = new System.Windows.Forms.GroupBox();
- this.cbDistanceModel = new System.Windows.Forms.ComboBox();
- this.lblDistanceModel = new System.Windows.Forms.Label();
- this.nupRefDistance = new System.Windows.Forms.NumericUpDown();
- this.lblRefDistance = new System.Windows.Forms.Label();
- this.nupRolloff = new System.Windows.Forms.NumericUpDown();
- this.lblRolloff = new System.Windows.Forms.Label();
- this.nupMaxDistance = new System.Windows.Forms.NumericUpDown();
- this.lblMaxDistance = new System.Windows.Forms.Label();
- this.txtSound = new System.Windows.Forms.TextBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.chkAutoPlay = new System.Windows.Forms.CheckBox();
- this.ofdOpenSound = new System.Windows.Forms.OpenFileDialog();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupAlphaIndex)).BeginInit();
- this.groupBox3.SuspendLayout();
- this.grpAutoAnimate.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupTo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).BeginInit();
- this.groupBox4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupRestitution)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupFriction)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupMass)).BeginInit();
- this.groupBox5.SuspendLayout();
- this.grpDirectional.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupConeOuterGain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupConeOuterAngle)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupConeInnerAngle)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupPlaybackRate)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupVolume)).BeginInit();
- this.grpSpatialSound.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupRefDistance)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupRolloff)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupMaxDistance)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.chkCollisions);
- this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(319, 59);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Collisions";
- //
- // chkCollisions
- //
- this.chkCollisions.AutoSize = true;
- this.chkCollisions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkCollisions.Location = new System.Drawing.Point(21, 28);
- this.chkCollisions.Name = "chkCollisions";
- this.chkCollisions.Size = new System.Drawing.Size(99, 17);
- this.chkCollisions.TabIndex = 0;
- this.chkCollisions.Text = "Check collisions";
- this.chkCollisions.ThreeState = true;
- this.chkCollisions.UseVisualStyleBackColor = true;
- //
- // butCancel
- //
- this.butCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.butCancel.Location = new System.Drawing.Point(508, 457);
- this.butCancel.Name = "butCancel";
- this.butCancel.Size = new System.Drawing.Size(75, 23);
- this.butCancel.TabIndex = 6;
- this.butCancel.Text = "Cancel";
- this.butCancel.UseVisualStyleBackColor = true;
- //
- // butOK
- //
- this.butOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.butOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.butOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.butOK.Location = new System.Drawing.Point(415, 457);
- this.butOK.Name = "butOK";
- this.butOK.Size = new System.Drawing.Size(75, 23);
- this.butOK.TabIndex = 5;
- this.butOK.Text = "OK";
- this.butOK.UseVisualStyleBackColor = true;
- this.butOK.Click += new System.EventHandler(this.butOK_Click);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.nupAlphaIndex);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.chkNoExport);
- this.groupBox2.Controls.Add(this.chkShowSubMeshesBoundingBox);
- this.groupBox2.Controls.Add(this.chkShowBoundingBox);
- this.groupBox2.Controls.Add(this.chkOptimize);
- this.groupBox2.Controls.Add(this.chkPickable);
- this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.groupBox2.Location = new System.Drawing.Point(12, 77);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(319, 126);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Misc.";
- //
- // nupAlphaIndex
- //
- this.nupAlphaIndex.Location = new System.Drawing.Point(89, 95);
- this.nupAlphaIndex.Maximum = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.nupAlphaIndex.Name = "nupAlphaIndex";
- this.nupAlphaIndex.Size = new System.Drawing.Size(120, 20);
- this.nupAlphaIndex.TabIndex = 5;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(18, 97);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 13);
- this.label3.TabIndex = 6;
- this.label3.Text = "Alpha index:";
- //
- // chkNoExport
- //
- this.chkNoExport.AutoSize = true;
- this.chkNoExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkNoExport.Location = new System.Drawing.Point(21, 28);
- this.chkNoExport.Name = "chkNoExport";
- this.chkNoExport.Size = new System.Drawing.Size(87, 17);
- this.chkNoExport.TabIndex = 4;
- this.chkNoExport.Text = "Do not export";
- this.chkNoExport.ThreeState = true;
- this.chkNoExport.UseVisualStyleBackColor = true;
- //
- // chkShowSubMeshesBoundingBox
- //
- this.chkShowSubMeshesBoundingBox.AutoSize = true;
- this.chkShowSubMeshesBoundingBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkShowSubMeshesBoundingBox.Location = new System.Drawing.Point(21, 74);
- this.chkShowSubMeshesBoundingBox.Name = "chkShowSubMeshesBoundingBox";
- this.chkShowSubMeshesBoundingBox.Size = new System.Drawing.Size(184, 17);
- this.chkShowSubMeshesBoundingBox.TabIndex = 3;
- this.chkShowSubMeshesBoundingBox.Text = "Show submeshes bounding boxes";
- this.chkShowSubMeshesBoundingBox.ThreeState = true;
- this.chkShowSubMeshesBoundingBox.UseVisualStyleBackColor = true;
- //
- // chkShowBoundingBox
- //
- this.chkShowBoundingBox.AutoSize = true;
- this.chkShowBoundingBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkShowBoundingBox.Location = new System.Drawing.Point(21, 51);
- this.chkShowBoundingBox.Name = "chkShowBoundingBox";
- this.chkShowBoundingBox.Size = new System.Drawing.Size(117, 17);
- this.chkShowBoundingBox.TabIndex = 2;
- this.chkShowBoundingBox.Text = "Show bounding box";
- this.chkShowBoundingBox.ThreeState = true;
- this.chkShowBoundingBox.UseVisualStyleBackColor = true;
- //
- // chkOptimize
- //
- this.chkOptimize.AutoSize = true;
- this.chkOptimize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkOptimize.Location = new System.Drawing.Point(182, 51);
- this.chkOptimize.Name = "chkOptimize";
- this.chkOptimize.Size = new System.Drawing.Size(131, 17);
- this.chkOptimize.TabIndex = 1;
- this.chkOptimize.Text = "Try to optimize vertices";
- this.chkOptimize.ThreeState = true;
- this.chkOptimize.UseVisualStyleBackColor = true;
- //
- // chkPickable
- //
- this.chkPickable.AutoSize = true;
- this.chkPickable.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkPickable.Location = new System.Drawing.Point(182, 28);
- this.chkPickable.Name = "chkPickable";
- this.chkPickable.Size = new System.Drawing.Size(64, 17);
- this.chkPickable.TabIndex = 0;
- this.chkPickable.Text = "Pickable";
- this.chkPickable.ThreeState = true;
- this.chkPickable.UseVisualStyleBackColor = true;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.grpAutoAnimate);
- this.groupBox3.Controls.Add(this.chkAutoAnimate);
- this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.groupBox3.Location = new System.Drawing.Point(12, 209);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(319, 156);
- this.groupBox3.TabIndex = 4;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Animations";
- //
- // grpAutoAnimate
- //
- this.grpAutoAnimate.Controls.Add(this.chkLoop);
- this.grpAutoAnimate.Controls.Add(this.nupTo);
- this.grpAutoAnimate.Controls.Add(this.label2);
- this.grpAutoAnimate.Controls.Add(this.nupFrom);
- this.grpAutoAnimate.Controls.Add(this.label1);
- this.grpAutoAnimate.Enabled = false;
- this.grpAutoAnimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.grpAutoAnimate.Location = new System.Drawing.Point(21, 51);
- this.grpAutoAnimate.Name = "grpAutoAnimate";
- this.grpAutoAnimate.Size = new System.Drawing.Size(292, 99);
- this.grpAutoAnimate.TabIndex = 3;
- this.grpAutoAnimate.TabStop = false;
- //
- // chkLoop
- //
- this.chkLoop.AutoSize = true;
- this.chkLoop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkLoop.Location = new System.Drawing.Point(9, 66);
- this.chkLoop.Name = "chkLoop";
- this.chkLoop.Size = new System.Drawing.Size(47, 17);
- this.chkLoop.TabIndex = 5;
- this.chkLoop.Text = "Loop";
- this.chkLoop.ThreeState = true;
- this.chkLoop.UseVisualStyleBackColor = true;
- //
- // nupTo
- //
- this.nupTo.Location = new System.Drawing.Point(47, 40);
- this.nupTo.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.nupTo.Name = "nupTo";
- this.nupTo.Size = new System.Drawing.Size(120, 20);
- this.nupTo.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 42);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(23, 13);
- this.label2.TabIndex = 4;
- this.label2.Text = "To:";
- //
- // nupFrom
- //
- this.nupFrom.Location = new System.Drawing.Point(47, 14);
- this.nupFrom.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.nupFrom.Name = "nupFrom";
- this.nupFrom.Size = new System.Drawing.Size(120, 20);
- this.nupFrom.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 16);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(33, 13);
- this.label1.TabIndex = 2;
- this.label1.Text = "From:";
- //
- // chkAutoAnimate
- //
- this.chkAutoAnimate.AutoSize = true;
- this.chkAutoAnimate.Location = new System.Drawing.Point(21, 28);
- this.chkAutoAnimate.Name = "chkAutoAnimate";
- this.chkAutoAnimate.Size = new System.Drawing.Size(88, 17);
- this.chkAutoAnimate.TabIndex = 0;
- this.chkAutoAnimate.Text = "Auto animate";
- this.chkAutoAnimate.ThreeState = true;
- this.chkAutoAnimate.UseVisualStyleBackColor = true;
- this.chkAutoAnimate.CheckedChanged += new System.EventHandler(this.chkAutoAnimate_CheckedChanged);
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.nupRestitution);
- this.groupBox4.Controls.Add(this.label7);
- this.groupBox4.Controls.Add(this.nupFriction);
- this.groupBox4.Controls.Add(this.label5);
- this.groupBox4.Controls.Add(this.label6);
- this.groupBox4.Controls.Add(this.cbImpostor);
- this.groupBox4.Controls.Add(this.nupMass);
- this.groupBox4.Controls.Add(this.label4);
- this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.groupBox4.Location = new System.Drawing.Point(12, 371);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(319, 156);
- this.groupBox4.TabIndex = 7;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "Physics";
- //
- // nupRestitution
- //
- this.nupRestitution.DecimalPlaces = 2;
- this.nupRestitution.Location = new System.Drawing.Point(89, 122);
- this.nupRestitution.Maximum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nupRestitution.Name = "nupRestitution";
- this.nupRestitution.Size = new System.Drawing.Size(120, 20);
- this.nupRestitution.TabIndex = 11;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(18, 122);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(60, 13);
- this.label7.TabIndex = 12;
- this.label7.Text = "Restitution:";
- //
- // nupFriction
- //
- this.nupFriction.DecimalPlaces = 2;
- this.nupFriction.Location = new System.Drawing.Point(89, 96);
- this.nupFriction.Maximum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.nupFriction.Name = "nupFriction";
- this.nupFriction.Size = new System.Drawing.Size(120, 20);
- this.nupFriction.TabIndex = 9;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(18, 96);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(44, 13);
- this.label5.TabIndex = 10;
- this.label5.Text = "Friction:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(18, 26);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(50, 13);
- this.label6.TabIndex = 8;
- this.label6.Text = "Impostor:";
- //
- // cbImpostor
- //
- this.cbImpostor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbImpostor.FormattingEnabled = true;
- this.cbImpostor.Items.AddRange(new object[] {
- "None",
- "Sphere",
- "Box",
- "Plane"});
- this.cbImpostor.Location = new System.Drawing.Point(25, 43);
- this.cbImpostor.Name = "cbImpostor";
- this.cbImpostor.Size = new System.Drawing.Size(290, 21);
- this.cbImpostor.TabIndex = 7;
- //
- // nupMass
- //
- this.nupMass.DecimalPlaces = 2;
- this.nupMass.Location = new System.Drawing.Point(89, 70);
- this.nupMass.Maximum = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.nupMass.Name = "nupMass";
- this.nupMass.Size = new System.Drawing.Size(120, 20);
- this.nupMass.TabIndex = 5;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(18, 70);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(35, 13);
- this.label4.TabIndex = 6;
- this.label4.Text = "Mass:";
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.cmdFileBrowse);
- this.groupBox5.Controls.Add(this.grpDirectional);
- this.groupBox5.Controls.Add(this.chkDirectional);
- this.groupBox5.Controls.Add(this.nupPlaybackRate);
- this.groupBox5.Controls.Add(this.lblPlaybackRate);
- this.groupBox5.Controls.Add(this.nupVolume);
- this.groupBox5.Controls.Add(this.lblVolume);
- this.groupBox5.Controls.Add(this.grpSpatialSound);
- this.groupBox5.Controls.Add(this.txtSound);
- this.groupBox5.Controls.Add(this.checkBox1);
- this.groupBox5.Controls.Add(this.chkAutoPlay);
- this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.groupBox5.Location = new System.Drawing.Point(337, 12);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(319, 399);
- this.groupBox5.TabIndex = 8;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "Sound";
- //
- // cmdFileBrowse
- //
- this.cmdFileBrowse.Anchor = System.Windows.Forms.AnchorStyles.Right;
- this.cmdFileBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.cmdFileBrowse.Location = new System.Drawing.Point(277, 26);
- this.cmdFileBrowse.Name = "cmdFileBrowse";
- this.cmdFileBrowse.Size = new System.Drawing.Size(37, 22);
- this.cmdFileBrowse.TabIndex = 14;
- this.cmdFileBrowse.Text = "...";
- this.cmdFileBrowse.UseVisualStyleBackColor = true;
- this.cmdFileBrowse.Click += new System.EventHandler(this.cmdFileBrowse_Click);
- //
- // grpDirectional
- //
- this.grpDirectional.Controls.Add(this.nupConeOuterGain);
- this.grpDirectional.Controls.Add(this.lblConeOuterGain);
- this.grpDirectional.Controls.Add(this.nupConeOuterAngle);
- this.grpDirectional.Controls.Add(this.lblConeOuterAngle);
- this.grpDirectional.Controls.Add(this.nupConeInnerAngle);
- this.grpDirectional.Controls.Add(this.lblConeInnerAngle);
- this.grpDirectional.Enabled = false;
- this.grpDirectional.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.grpDirectional.Location = new System.Drawing.Point(22, 288);
- this.grpDirectional.Name = "grpDirectional";
- this.grpDirectional.Size = new System.Drawing.Size(292, 102);
- this.grpDirectional.TabIndex = 13;
- this.grpDirectional.TabStop = false;
- //
- // nupConeOuterGain
- //
- this.nupConeOuterGain.DecimalPlaces = 2;
- this.nupConeOuterGain.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.nupConeOuterGain.Location = new System.Drawing.Point(105, 69);
- this.nupConeOuterGain.Maximum = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.nupConeOuterGain.Name = "nupConeOuterGain";
- this.nupConeOuterGain.Size = new System.Drawing.Size(121, 20);
- this.nupConeOuterGain.TabIndex = 5;
- //
- // lblConeOuterGain
- //
- this.lblConeOuterGain.AutoSize = true;
- this.lblConeOuterGain.Location = new System.Drawing.Point(8, 71);
- this.lblConeOuterGain.Name = "lblConeOuterGain";
- this.lblConeOuterGain.Size = new System.Drawing.Size(85, 13);
- this.lblConeOuterGain.TabIndex = 6;
- this.lblConeOuterGain.Text = "Cone outer gain:";
- //
- // nupConeOuterAngle
- //
- this.nupConeOuterAngle.DecimalPlaces = 2;
- this.nupConeOuterAngle.Location = new System.Drawing.Point(105, 43);
- this.nupConeOuterAngle.Maximum = new decimal(new int[] {
- 360,
- 0,
- 0,
- 0});
- this.nupConeOuterAngle.Name = "nupConeOuterAngle";
- this.nupConeOuterAngle.Size = new System.Drawing.Size(121, 20);
- this.nupConeOuterAngle.TabIndex = 3;
- this.nupConeOuterAngle.Value = new decimal(new int[] {
- 360,
- 0,
- 0,
- 0});
- //
- // lblConeOuterAngle
- //
- this.lblConeOuterAngle.AutoSize = true;
- this.lblConeOuterAngle.Location = new System.Drawing.Point(8, 45);
- this.lblConeOuterAngle.Name = "lblConeOuterAngle";
- this.lblConeOuterAngle.Size = new System.Drawing.Size(91, 13);
- this.lblConeOuterAngle.TabIndex = 4;
- this.lblConeOuterAngle.Text = "Cone outer angle:";
- //
- // nupConeInnerAngle
- //
- this.nupConeInnerAngle.DecimalPlaces = 2;
- this.nupConeInnerAngle.Location = new System.Drawing.Point(105, 17);
- this.nupConeInnerAngle.Maximum = new decimal(new int[] {
- 360,
- 0,
- 0,
- 0});
- this.nupConeInnerAngle.Name = "nupConeInnerAngle";
- this.nupConeInnerAngle.Size = new System.Drawing.Size(121, 20);
- this.nupConeInnerAngle.TabIndex = 1;
- this.nupConeInnerAngle.Value = new decimal(new int[] {
- 360,
- 0,
- 0,
- 0});
- //
- // lblConeInnerAngle
- //
- this.lblConeInnerAngle.AutoSize = true;
- this.lblConeInnerAngle.Location = new System.Drawing.Point(7, 19);
- this.lblConeInnerAngle.Name = "lblConeInnerAngle";
- this.lblConeInnerAngle.Size = new System.Drawing.Size(90, 13);
- this.lblConeInnerAngle.TabIndex = 2;
- this.lblConeInnerAngle.Text = "Cone inner angle:";
- //
- // chkDirectional
- //
- this.chkDirectional.AutoSize = true;
- this.chkDirectional.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkDirectional.Location = new System.Drawing.Point(22, 265);
- this.chkDirectional.Name = "chkDirectional";
- this.chkDirectional.Size = new System.Drawing.Size(73, 17);
- this.chkDirectional.TabIndex = 12;
- this.chkDirectional.Text = "Directional";
- this.chkDirectional.UseVisualStyleBackColor = true;
- this.chkDirectional.CheckedChanged += new System.EventHandler(this.chkDirectional_CheckedChanged);
- //
- // nupPlaybackRate
- //
- this.nupPlaybackRate.DecimalPlaces = 2;
- this.nupPlaybackRate.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.nupPlaybackRate.Location = new System.Drawing.Point(126, 107);
- this.nupPlaybackRate.Maximum = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.nupPlaybackRate.Name = "nupPlaybackRate";
- this.nupPlaybackRate.Size = new System.Drawing.Size(120, 20);
- this.nupPlaybackRate.TabIndex = 10;
- this.nupPlaybackRate.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // lblPlaybackRate
- //
- this.lblPlaybackRate.AutoSize = true;
- this.lblPlaybackRate.Location = new System.Drawing.Point(18, 109);
- this.lblPlaybackRate.Name = "lblPlaybackRate";
- this.lblPlaybackRate.Size = new System.Drawing.Size(75, 13);
- this.lblPlaybackRate.TabIndex = 9;
- this.lblPlaybackRate.Text = "Playback rate:";
- //
- // nupVolume
- //
- this.nupVolume.DecimalPlaces = 2;
- this.nupVolume.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.nupVolume.Location = new System.Drawing.Point(126, 81);
- this.nupVolume.Maximum = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.nupVolume.Name = "nupVolume";
- this.nupVolume.Size = new System.Drawing.Size(120, 20);
- this.nupVolume.TabIndex = 8;
- this.nupVolume.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // lblVolume
- //
- this.lblVolume.AutoSize = true;
- this.lblVolume.Location = new System.Drawing.Point(18, 83);
- this.lblVolume.Name = "lblVolume";
- this.lblVolume.Size = new System.Drawing.Size(45, 13);
- this.lblVolume.TabIndex = 7;
- this.lblVolume.Text = "Volume:";
- //
- // grpSpatialSound
- //
- this.grpSpatialSound.Controls.Add(this.cbDistanceModel);
- this.grpSpatialSound.Controls.Add(this.lblDistanceModel);
- this.grpSpatialSound.Controls.Add(this.nupRefDistance);
- this.grpSpatialSound.Controls.Add(this.lblRefDistance);
- this.grpSpatialSound.Controls.Add(this.nupRolloff);
- this.grpSpatialSound.Controls.Add(this.lblRolloff);
- this.grpSpatialSound.Controls.Add(this.nupMaxDistance);
- this.grpSpatialSound.Controls.Add(this.lblMaxDistance);
- this.grpSpatialSound.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.grpSpatialSound.Location = new System.Drawing.Point(20, 139);
- this.grpSpatialSound.Name = "grpSpatialSound";
- this.grpSpatialSound.Size = new System.Drawing.Size(292, 116);
- this.grpSpatialSound.TabIndex = 6;
- this.grpSpatialSound.TabStop = false;
- //
- // cbDistanceModel
- //
- this.cbDistanceModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbDistanceModel.FormattingEnabled = true;
- this.cbDistanceModel.Items.AddRange(new object[] {
- "linear",
- "inverse",
- "exponential"});
- this.cbDistanceModel.Location = new System.Drawing.Point(105, 15);
- this.cbDistanceModel.Name = "cbDistanceModel";
- this.cbDistanceModel.Size = new System.Drawing.Size(123, 21);
- this.cbDistanceModel.TabIndex = 11;
- //
- // lblDistanceModel
- //
- this.lblDistanceModel.AutoSize = true;
- this.lblDistanceModel.Location = new System.Drawing.Point(6, 16);
- this.lblDistanceModel.Name = "lblDistanceModel";
- this.lblDistanceModel.Size = new System.Drawing.Size(83, 13);
- this.lblDistanceModel.TabIndex = 7;
- this.lblDistanceModel.Text = "Distance model:";
- //
- // nupRefDistance
- //
- this.nupRefDistance.DecimalPlaces = 2;
- this.nupRefDistance.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.nupRefDistance.Location = new System.Drawing.Point(105, 90);
- this.nupRefDistance.Maximum = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.nupRefDistance.Name = "nupRefDistance";
- this.nupRefDistance.Size = new System.Drawing.Size(121, 20);
- this.nupRefDistance.TabIndex = 5;
- this.nupRefDistance.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // lblRefDistance
- //
- this.lblRefDistance.AutoSize = true;
- this.lblRefDistance.Location = new System.Drawing.Point(7, 93);
- this.lblRefDistance.Name = "lblRefDistance";
- this.lblRefDistance.Size = new System.Drawing.Size(70, 13);
- this.lblRefDistance.TabIndex = 6;
- this.lblRefDistance.Text = "Ref distance:";
- //
- // nupRolloff
- //
- this.nupRolloff.DecimalPlaces = 2;
- this.nupRolloff.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.nupRolloff.Location = new System.Drawing.Point(105, 64);
- this.nupRolloff.Maximum = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.nupRolloff.Name = "nupRolloff";
- this.nupRolloff.Size = new System.Drawing.Size(121, 20);
- this.nupRolloff.TabIndex = 3;
- this.nupRolloff.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // lblRolloff
- //
- this.lblRolloff.AutoSize = true;
- this.lblRolloff.Location = new System.Drawing.Point(7, 67);
- this.lblRolloff.Name = "lblRolloff";
- this.lblRolloff.Size = new System.Drawing.Size(40, 13);
- this.lblRolloff.TabIndex = 4;
- this.lblRolloff.Text = "Rolloff:";
- //
- // nupMaxDistance
- //
- this.nupMaxDistance.DecimalPlaces = 2;
- this.nupMaxDistance.Location = new System.Drawing.Point(105, 38);
- this.nupMaxDistance.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.nupMaxDistance.Name = "nupMaxDistance";
- this.nupMaxDistance.Size = new System.Drawing.Size(121, 20);
- this.nupMaxDistance.TabIndex = 1;
- this.nupMaxDistance.Value = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- //
- // lblMaxDistance
- //
- this.lblMaxDistance.AutoSize = true;
- this.lblMaxDistance.Location = new System.Drawing.Point(6, 41);
- this.lblMaxDistance.Name = "lblMaxDistance";
- this.lblMaxDistance.Size = new System.Drawing.Size(73, 13);
- this.lblMaxDistance.TabIndex = 2;
- this.lblMaxDistance.Text = "Max distance:";
- //
- // txtSound
- //
- this.txtSound.Location = new System.Drawing.Point(21, 28);
- this.txtSound.Name = "txtSound";
- this.txtSound.Size = new System.Drawing.Size(249, 20);
- this.txtSound.TabIndex = 5;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.checkBox1.Location = new System.Drawing.Point(94, 54);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(47, 17);
- this.checkBox1.TabIndex = 4;
- this.checkBox1.Text = "Loop";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // chkAutoPlay
- //
- this.chkAutoPlay.AutoSize = true;
- this.chkAutoPlay.Checked = true;
- this.chkAutoPlay.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkAutoPlay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkAutoPlay.Location = new System.Drawing.Point(21, 54);
- this.chkAutoPlay.Name = "chkAutoPlay";
- this.chkAutoPlay.Size = new System.Drawing.Size(67, 17);
- this.chkAutoPlay.TabIndex = 3;
- this.chkAutoPlay.Text = "Auto play";
- this.chkAutoPlay.UseVisualStyleBackColor = true;
- //
- // ofdOpenSound
- //
- this.ofdOpenSound.Filter = "Sound files|*.wav;*.mp3";
- //
- // ObjectPropertiesForm
- //
- this.AcceptButton = this.butOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.butCancel;
- this.ClientSize = new System.Drawing.Size(667, 536);
- this.Controls.Add(this.groupBox5);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.butCancel);
- this.Controls.Add(this.butOK);
- this.Controls.Add(this.groupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Name = "ObjectPropertiesForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Babylon.js - Object Properties";
- this.Load += new System.EventHandler(this.ObjectPropertiesForm_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupAlphaIndex)).EndInit();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.grpAutoAnimate.ResumeLayout(false);
- this.grpAutoAnimate.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupTo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).EndInit();
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupRestitution)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupFriction)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupMass)).EndInit();
- this.groupBox5.ResumeLayout(false);
- this.groupBox5.PerformLayout();
- this.grpDirectional.ResumeLayout(false);
- this.grpDirectional.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupConeOuterGain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupConeOuterAngle)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupConeInnerAngle)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupPlaybackRate)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupVolume)).EndInit();
- this.grpSpatialSound.ResumeLayout(false);
- this.grpSpatialSound.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nupRefDistance)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupRolloff)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nupMaxDistance)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.CheckBox chkCollisions;
- private System.Windows.Forms.Button butCancel;
- private System.Windows.Forms.Button butOK;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.CheckBox chkPickable;
- private System.Windows.Forms.CheckBox chkOptimize;
- private System.Windows.Forms.CheckBox chkShowSubMeshesBoundingBox;
- private System.Windows.Forms.CheckBox chkShowBoundingBox;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.GroupBox grpAutoAnimate;
- private System.Windows.Forms.CheckBox chkLoop;
- private System.Windows.Forms.NumericUpDown nupTo;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.NumericUpDown nupFrom;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.CheckBox chkAutoAnimate;
- private System.Windows.Forms.CheckBox chkNoExport;
- private System.Windows.Forms.NumericUpDown nupAlphaIndex;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.NumericUpDown nupMass;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ComboBox cbImpostor;
- private System.Windows.Forms.NumericUpDown nupRestitution;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.NumericUpDown nupFriction;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.TextBox txtSound;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.CheckBox chkAutoPlay;
- private System.Windows.Forms.OpenFileDialog ofdOpenSound;
- private System.Windows.Forms.GroupBox grpSpatialSound;
- private System.Windows.Forms.NumericUpDown nupMaxDistance;
- private System.Windows.Forms.Label lblMaxDistance;
- private System.Windows.Forms.NumericUpDown nupPlaybackRate;
- private System.Windows.Forms.Label lblPlaybackRate;
- private System.Windows.Forms.NumericUpDown nupVolume;
- private System.Windows.Forms.Label lblVolume;
- private System.Windows.Forms.NumericUpDown nupRefDistance;
- private System.Windows.Forms.Label lblRefDistance;
- private System.Windows.Forms.NumericUpDown nupRolloff;
- private System.Windows.Forms.Label lblRolloff;
- private System.Windows.Forms.Label lblDistanceModel;
- private System.Windows.Forms.GroupBox grpDirectional;
- private System.Windows.Forms.NumericUpDown nupConeOuterGain;
- private System.Windows.Forms.Label lblConeOuterGain;
- private System.Windows.Forms.NumericUpDown nupConeOuterAngle;
- private System.Windows.Forms.Label lblConeOuterAngle;
- private System.Windows.Forms.NumericUpDown nupConeInnerAngle;
- private System.Windows.Forms.Label lblConeInnerAngle;
- private System.Windows.Forms.CheckBox chkDirectional;
- private System.Windows.Forms.ComboBox cbDistanceModel;
- private System.Windows.Forms.Button cmdFileBrowse;
- }
- }
|