ScenePropertiesForm.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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.groupBox1.SuspendLayout();
  36. this.groupBox2.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // groupBox1
  40. //
  41. this.groupBox1.Controls.Add(this.gravityControl);
  42. this.groupBox1.Controls.Add(this.label3);
  43. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  44. this.groupBox1.Location = new System.Drawing.Point(12, 105);
  45. this.groupBox1.Name = "groupBox1";
  46. this.groupBox1.Size = new System.Drawing.Size(319, 87);
  47. this.groupBox1.TabIndex = 0;
  48. this.groupBox1.TabStop = false;
  49. this.groupBox1.Text = "Collisions";
  50. //
  51. // gravityControl
  52. //
  53. this.gravityControl.Location = new System.Drawing.Point(21, 44);
  54. this.gravityControl.Name = "gravityControl";
  55. this.gravityControl.Size = new System.Drawing.Size(294, 28);
  56. this.gravityControl.TabIndex = 5;
  57. this.gravityControl.X = 0F;
  58. this.gravityControl.Y = 0F;
  59. this.gravityControl.Z = 0F;
  60. //
  61. // label3
  62. //
  63. this.label3.AutoSize = true;
  64. this.label3.Location = new System.Drawing.Point(18, 28);
  65. this.label3.Name = "label3";
  66. this.label3.Size = new System.Drawing.Size(43, 13);
  67. this.label3.TabIndex = 4;
  68. this.label3.Text = "Gravity:";
  69. //
  70. // butCancel
  71. //
  72. this.butCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  73. this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  74. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  75. this.butCancel.Location = new System.Drawing.Point(174, 355);
  76. this.butCancel.Name = "butCancel";
  77. this.butCancel.Size = new System.Drawing.Size(75, 23);
  78. this.butCancel.TabIndex = 4;
  79. this.butCancel.Text = "Cancel";
  80. this.butCancel.UseVisualStyleBackColor = true;
  81. //
  82. // butOK
  83. //
  84. this.butOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  85. this.butOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  86. this.butOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  87. this.butOK.Location = new System.Drawing.Point(93, 355);
  88. this.butOK.Name = "butOK";
  89. this.butOK.Size = new System.Drawing.Size(75, 23);
  90. this.butOK.TabIndex = 3;
  91. this.butOK.Text = "OK";
  92. this.butOK.UseVisualStyleBackColor = true;
  93. this.butOK.Click += new System.EventHandler(this.butOK_Click);
  94. //
  95. // groupBox2
  96. //
  97. this.groupBox2.Controls.Add(this.chkQuaternions);
  98. this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  99. this.groupBox2.Location = new System.Drawing.Point(12, 12);
  100. this.groupBox2.Name = "groupBox2";
  101. this.groupBox2.Size = new System.Drawing.Size(319, 87);
  102. this.groupBox2.TabIndex = 5;
  103. this.groupBox2.TabStop = false;
  104. this.groupBox2.Text = "Exportation";
  105. //
  106. // chkQuaternions
  107. //
  108. this.chkQuaternions.AutoSize = true;
  109. this.chkQuaternions.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  110. this.chkQuaternions.Location = new System.Drawing.Point(21, 27);
  111. this.chkQuaternions.Name = "chkQuaternions";
  112. this.chkQuaternions.Size = new System.Drawing.Size(221, 17);
  113. this.chkQuaternions.TabIndex = 1;
  114. this.chkQuaternions.Text = "Export quaternions instead of Euler angles";
  115. this.chkQuaternions.ThreeState = true;
  116. this.chkQuaternions.UseVisualStyleBackColor = true;
  117. //
  118. // ScenePropertiesForm
  119. //
  120. this.AcceptButton = this.butOK;
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.CancelButton = this.butCancel;
  124. this.ClientSize = new System.Drawing.Size(343, 390);
  125. this.Controls.Add(this.groupBox2);
  126. this.Controls.Add(this.butCancel);
  127. this.Controls.Add(this.butOK);
  128. this.Controls.Add(this.groupBox1);
  129. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  130. this.Name = "ScenePropertiesForm";
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.Text = "Babylon.js - Scene Properties";
  133. this.Load += new System.EventHandler(this.ScenePropertiesForm_Load);
  134. this.groupBox1.ResumeLayout(false);
  135. this.groupBox1.PerformLayout();
  136. this.groupBox2.ResumeLayout(false);
  137. this.groupBox2.PerformLayout();
  138. this.ResumeLayout(false);
  139. }
  140. #endregion
  141. private System.Windows.Forms.GroupBox groupBox1;
  142. private Vector3Control gravityControl;
  143. private System.Windows.Forms.Label label3;
  144. private System.Windows.Forms.Button butCancel;
  145. private System.Windows.Forms.Button butOK;
  146. private System.Windows.Forms.GroupBox groupBox2;
  147. private System.Windows.Forms.CheckBox chkQuaternions;
  148. }
  149. }