LightPropertiesForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. namespace Max2Babylon
  2. {
  3. partial class LightPropertiesForm
  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.butOK = new System.Windows.Forms.Button();
  29. this.butCancel = new System.Windows.Forms.Button();
  30. this.groupBox3 = new System.Windows.Forms.GroupBox();
  31. this.grpAutoAnimate = new System.Windows.Forms.GroupBox();
  32. this.chkLoop = new System.Windows.Forms.CheckBox();
  33. this.nupTo = new System.Windows.Forms.NumericUpDown();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.nupFrom = new System.Windows.Forms.NumericUpDown();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.chkAutoAnimate = new System.Windows.Forms.CheckBox();
  38. this.groupBox4 = new System.Windows.Forms.GroupBox();
  39. this.chkNoExport = new System.Windows.Forms.CheckBox();
  40. this.groupBox3.SuspendLayout();
  41. this.grpAutoAnimate.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.nupTo)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).BeginInit();
  44. this.groupBox4.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // butOK
  48. //
  49. this.butOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  50. this.butOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  51. this.butOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  52. this.butOK.Location = new System.Drawing.Point(93, 252);
  53. this.butOK.Name = "butOK";
  54. this.butOK.Size = new System.Drawing.Size(75, 23);
  55. this.butOK.TabIndex = 1;
  56. this.butOK.Text = "OK";
  57. this.butOK.UseVisualStyleBackColor = true;
  58. this.butOK.Click += new System.EventHandler(this.butOK_Click);
  59. //
  60. // butCancel
  61. //
  62. this.butCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  63. this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  64. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  65. this.butCancel.Location = new System.Drawing.Point(174, 252);
  66. this.butCancel.Name = "butCancel";
  67. this.butCancel.Size = new System.Drawing.Size(75, 23);
  68. this.butCancel.TabIndex = 2;
  69. this.butCancel.Text = "Cancel";
  70. this.butCancel.UseVisualStyleBackColor = true;
  71. //
  72. // groupBox3
  73. //
  74. this.groupBox3.Controls.Add(this.grpAutoAnimate);
  75. this.groupBox3.Controls.Add(this.chkAutoAnimate);
  76. this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77. this.groupBox3.Location = new System.Drawing.Point(12, 77);
  78. this.groupBox3.Name = "groupBox3";
  79. this.groupBox3.Size = new System.Drawing.Size(319, 156);
  80. this.groupBox3.TabIndex = 5;
  81. this.groupBox3.TabStop = false;
  82. this.groupBox3.Text = "Animations";
  83. //
  84. // grpAutoAnimate
  85. //
  86. this.grpAutoAnimate.Controls.Add(this.chkLoop);
  87. this.grpAutoAnimate.Controls.Add(this.nupTo);
  88. this.grpAutoAnimate.Controls.Add(this.label4);
  89. this.grpAutoAnimate.Controls.Add(this.nupFrom);
  90. this.grpAutoAnimate.Controls.Add(this.label5);
  91. this.grpAutoAnimate.Enabled = false;
  92. this.grpAutoAnimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.grpAutoAnimate.Location = new System.Drawing.Point(21, 51);
  94. this.grpAutoAnimate.Name = "grpAutoAnimate";
  95. this.grpAutoAnimate.Size = new System.Drawing.Size(292, 99);
  96. this.grpAutoAnimate.TabIndex = 3;
  97. this.grpAutoAnimate.TabStop = false;
  98. //
  99. // chkLoop
  100. //
  101. this.chkLoop.AutoSize = true;
  102. this.chkLoop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  103. this.chkLoop.Location = new System.Drawing.Point(9, 66);
  104. this.chkLoop.Name = "chkLoop";
  105. this.chkLoop.Size = new System.Drawing.Size(47, 17);
  106. this.chkLoop.TabIndex = 5;
  107. this.chkLoop.Text = "Loop";
  108. this.chkLoop.ThreeState = true;
  109. this.chkLoop.UseVisualStyleBackColor = true;
  110. //
  111. // nupTo
  112. //
  113. this.nupTo.Location = new System.Drawing.Point(47, 40);
  114. this.nupTo.Maximum = new decimal(new int[] {
  115. 1000,
  116. 0,
  117. 0,
  118. 0});
  119. this.nupTo.Name = "nupTo";
  120. this.nupTo.Size = new System.Drawing.Size(120, 20);
  121. this.nupTo.TabIndex = 3;
  122. //
  123. // label4
  124. //
  125. this.label4.AutoSize = true;
  126. this.label4.Location = new System.Drawing.Point(6, 42);
  127. this.label4.Name = "label4";
  128. this.label4.Size = new System.Drawing.Size(23, 13);
  129. this.label4.TabIndex = 4;
  130. this.label4.Text = "To:";
  131. //
  132. // nupFrom
  133. //
  134. this.nupFrom.Location = new System.Drawing.Point(47, 14);
  135. this.nupFrom.Maximum = new decimal(new int[] {
  136. 1000,
  137. 0,
  138. 0,
  139. 0});
  140. this.nupFrom.Name = "nupFrom";
  141. this.nupFrom.Size = new System.Drawing.Size(120, 20);
  142. this.nupFrom.TabIndex = 1;
  143. //
  144. // label5
  145. //
  146. this.label5.AutoSize = true;
  147. this.label5.Location = new System.Drawing.Point(6, 16);
  148. this.label5.Name = "label5";
  149. this.label5.Size = new System.Drawing.Size(33, 13);
  150. this.label5.TabIndex = 2;
  151. this.label5.Text = "From:";
  152. //
  153. // chkAutoAnimate
  154. //
  155. this.chkAutoAnimate.AutoSize = true;
  156. this.chkAutoAnimate.Location = new System.Drawing.Point(21, 28);
  157. this.chkAutoAnimate.Name = "chkAutoAnimate";
  158. this.chkAutoAnimate.Size = new System.Drawing.Size(88, 17);
  159. this.chkAutoAnimate.TabIndex = 0;
  160. this.chkAutoAnimate.Text = "Auto animate";
  161. this.chkAutoAnimate.ThreeState = true;
  162. this.chkAutoAnimate.UseVisualStyleBackColor = true;
  163. this.chkAutoAnimate.CheckedChanged += new System.EventHandler(this.chkAutoAnimate_CheckedChanged);
  164. //
  165. // groupBox4
  166. //
  167. this.groupBox4.Controls.Add(this.chkNoExport);
  168. this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  169. this.groupBox4.Location = new System.Drawing.Point(12, 12);
  170. this.groupBox4.Name = "groupBox4";
  171. this.groupBox4.Size = new System.Drawing.Size(319, 59);
  172. this.groupBox4.TabIndex = 7;
  173. this.groupBox4.TabStop = false;
  174. this.groupBox4.Text = "Misc.";
  175. //
  176. // chkNoExport
  177. //
  178. this.chkNoExport.AutoSize = true;
  179. this.chkNoExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  180. this.chkNoExport.Location = new System.Drawing.Point(21, 28);
  181. this.chkNoExport.Name = "chkNoExport";
  182. this.chkNoExport.Size = new System.Drawing.Size(87, 17);
  183. this.chkNoExport.TabIndex = 4;
  184. this.chkNoExport.Text = "Do not export";
  185. this.chkNoExport.ThreeState = true;
  186. this.chkNoExport.UseVisualStyleBackColor = true;
  187. //
  188. // LightPropertiesForm
  189. //
  190. this.AcceptButton = this.butOK;
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.CancelButton = this.butCancel;
  194. this.ClientSize = new System.Drawing.Size(343, 287);
  195. this.Controls.Add(this.groupBox4);
  196. this.Controls.Add(this.groupBox3);
  197. this.Controls.Add(this.butCancel);
  198. this.Controls.Add(this.butOK);
  199. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  200. this.Name = "LightPropertiesForm";
  201. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  202. this.Text = "Babylon.js - Light Properties";
  203. this.Load += new System.EventHandler(this.LightPropertiesForm_Load);
  204. this.groupBox3.ResumeLayout(false);
  205. this.groupBox3.PerformLayout();
  206. this.grpAutoAnimate.ResumeLayout(false);
  207. this.grpAutoAnimate.PerformLayout();
  208. ((System.ComponentModel.ISupportInitialize)(this.nupTo)).EndInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).EndInit();
  210. this.groupBox4.ResumeLayout(false);
  211. this.groupBox4.PerformLayout();
  212. this.ResumeLayout(false);
  213. }
  214. #endregion
  215. private System.Windows.Forms.Button butOK;
  216. private System.Windows.Forms.Button butCancel;
  217. private System.Windows.Forms.GroupBox groupBox3;
  218. private System.Windows.Forms.GroupBox grpAutoAnimate;
  219. private System.Windows.Forms.CheckBox chkLoop;
  220. private System.Windows.Forms.NumericUpDown nupTo;
  221. private System.Windows.Forms.Label label4;
  222. private System.Windows.Forms.NumericUpDown nupFrom;
  223. private System.Windows.Forms.Label label5;
  224. private System.Windows.Forms.CheckBox chkAutoAnimate;
  225. private System.Windows.Forms.GroupBox groupBox4;
  226. private System.Windows.Forms.CheckBox chkNoExport;
  227. }
  228. }