LightPropertiesForm.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.grpBlurInfo = new System.Windows.Forms.GroupBox();
  42. this.nupBlurBoxOffset = new System.Windows.Forms.NumericUpDown();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.nupBlurScale = new System.Windows.Forms.NumericUpDown();
  46. this.cbCameraType = new System.Windows.Forms.ComboBox();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.nupBias = new System.Windows.Forms.NumericUpDown();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.groupBox3.SuspendLayout();
  51. this.grpAutoAnimate.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.nupTo)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).BeginInit();
  54. this.groupBox4.SuspendLayout();
  55. this.groupBox1.SuspendLayout();
  56. this.grpBlurInfo.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.nupBlurBoxOffset)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.nupBlurScale)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.nupBias)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // butOK
  63. //
  64. this.butOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  65. this.butOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  66. this.butOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  67. this.butOK.Location = new System.Drawing.Point(93, 454);
  68. this.butOK.Name = "butOK";
  69. this.butOK.Size = new System.Drawing.Size(75, 23);
  70. this.butOK.TabIndex = 1;
  71. this.butOK.Text = "OK";
  72. this.butOK.UseVisualStyleBackColor = true;
  73. this.butOK.Click += new System.EventHandler(this.butOK_Click);
  74. //
  75. // butCancel
  76. //
  77. this.butCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  78. this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  79. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  80. this.butCancel.Location = new System.Drawing.Point(174, 454);
  81. this.butCancel.Name = "butCancel";
  82. this.butCancel.Size = new System.Drawing.Size(75, 23);
  83. this.butCancel.TabIndex = 2;
  84. this.butCancel.Text = "Cancel";
  85. this.butCancel.UseVisualStyleBackColor = true;
  86. //
  87. // groupBox3
  88. //
  89. this.groupBox3.Controls.Add(this.grpAutoAnimate);
  90. this.groupBox3.Controls.Add(this.chkAutoAnimate);
  91. this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  92. this.groupBox3.Location = new System.Drawing.Point(12, 284);
  93. this.groupBox3.Name = "groupBox3";
  94. this.groupBox3.Size = new System.Drawing.Size(319, 156);
  95. this.groupBox3.TabIndex = 5;
  96. this.groupBox3.TabStop = false;
  97. this.groupBox3.Text = "Animations";
  98. //
  99. // grpAutoAnimate
  100. //
  101. this.grpAutoAnimate.Controls.Add(this.chkLoop);
  102. this.grpAutoAnimate.Controls.Add(this.nupTo);
  103. this.grpAutoAnimate.Controls.Add(this.label4);
  104. this.grpAutoAnimate.Controls.Add(this.nupFrom);
  105. this.grpAutoAnimate.Controls.Add(this.label5);
  106. this.grpAutoAnimate.Enabled = false;
  107. this.grpAutoAnimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  108. this.grpAutoAnimate.Location = new System.Drawing.Point(21, 51);
  109. this.grpAutoAnimate.Name = "grpAutoAnimate";
  110. this.grpAutoAnimate.Size = new System.Drawing.Size(292, 99);
  111. this.grpAutoAnimate.TabIndex = 3;
  112. this.grpAutoAnimate.TabStop = false;
  113. //
  114. // chkLoop
  115. //
  116. this.chkLoop.AutoSize = true;
  117. this.chkLoop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  118. this.chkLoop.Location = new System.Drawing.Point(9, 66);
  119. this.chkLoop.Name = "chkLoop";
  120. this.chkLoop.Size = new System.Drawing.Size(47, 17);
  121. this.chkLoop.TabIndex = 5;
  122. this.chkLoop.Text = "Loop";
  123. this.chkLoop.ThreeState = true;
  124. this.chkLoop.UseVisualStyleBackColor = true;
  125. //
  126. // nupTo
  127. //
  128. this.nupTo.Location = new System.Drawing.Point(47, 40);
  129. this.nupTo.Maximum = new decimal(new int[] {
  130. 1000,
  131. 0,
  132. 0,
  133. 0});
  134. this.nupTo.Name = "nupTo";
  135. this.nupTo.Size = new System.Drawing.Size(120, 20);
  136. this.nupTo.TabIndex = 3;
  137. //
  138. // label4
  139. //
  140. this.label4.AutoSize = true;
  141. this.label4.Location = new System.Drawing.Point(6, 42);
  142. this.label4.Name = "label4";
  143. this.label4.Size = new System.Drawing.Size(23, 13);
  144. this.label4.TabIndex = 4;
  145. this.label4.Text = "To:";
  146. //
  147. // nupFrom
  148. //
  149. this.nupFrom.Location = new System.Drawing.Point(47, 14);
  150. this.nupFrom.Maximum = new decimal(new int[] {
  151. 1000,
  152. 0,
  153. 0,
  154. 0});
  155. this.nupFrom.Name = "nupFrom";
  156. this.nupFrom.Size = new System.Drawing.Size(120, 20);
  157. this.nupFrom.TabIndex = 1;
  158. //
  159. // label5
  160. //
  161. this.label5.AutoSize = true;
  162. this.label5.Location = new System.Drawing.Point(6, 16);
  163. this.label5.Name = "label5";
  164. this.label5.Size = new System.Drawing.Size(33, 13);
  165. this.label5.TabIndex = 2;
  166. this.label5.Text = "From:";
  167. //
  168. // chkAutoAnimate
  169. //
  170. this.chkAutoAnimate.AutoSize = true;
  171. this.chkAutoAnimate.Location = new System.Drawing.Point(21, 28);
  172. this.chkAutoAnimate.Name = "chkAutoAnimate";
  173. this.chkAutoAnimate.Size = new System.Drawing.Size(88, 17);
  174. this.chkAutoAnimate.TabIndex = 0;
  175. this.chkAutoAnimate.Text = "Auto animate";
  176. this.chkAutoAnimate.ThreeState = true;
  177. this.chkAutoAnimate.UseVisualStyleBackColor = true;
  178. this.chkAutoAnimate.CheckedChanged += new System.EventHandler(this.chkAutoAnimate_CheckedChanged);
  179. //
  180. // groupBox4
  181. //
  182. this.groupBox4.Controls.Add(this.chkNoExport);
  183. this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  184. this.groupBox4.Location = new System.Drawing.Point(12, 12);
  185. this.groupBox4.Name = "groupBox4";
  186. this.groupBox4.Size = new System.Drawing.Size(319, 59);
  187. this.groupBox4.TabIndex = 7;
  188. this.groupBox4.TabStop = false;
  189. this.groupBox4.Text = "Misc.";
  190. //
  191. // chkNoExport
  192. //
  193. this.chkNoExport.AutoSize = true;
  194. this.chkNoExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  195. this.chkNoExport.Location = new System.Drawing.Point(21, 28);
  196. this.chkNoExport.Name = "chkNoExport";
  197. this.chkNoExport.Size = new System.Drawing.Size(87, 17);
  198. this.chkNoExport.TabIndex = 4;
  199. this.chkNoExport.Text = "Do not export";
  200. this.chkNoExport.ThreeState = true;
  201. this.chkNoExport.UseVisualStyleBackColor = true;
  202. //
  203. // groupBox1
  204. //
  205. this.groupBox1.Controls.Add(this.grpBlurInfo);
  206. this.groupBox1.Controls.Add(this.nupBias);
  207. this.groupBox1.Controls.Add(this.label6);
  208. this.groupBox1.Controls.Add(this.label1);
  209. this.groupBox1.Controls.Add(this.cbCameraType);
  210. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  211. this.groupBox1.Location = new System.Drawing.Point(12, 77);
  212. this.groupBox1.Name = "groupBox1";
  213. this.groupBox1.Size = new System.Drawing.Size(319, 201);
  214. this.groupBox1.TabIndex = 6;
  215. this.groupBox1.TabStop = false;
  216. this.groupBox1.Text = "Shadows";
  217. //
  218. // grpBlurInfo
  219. //
  220. this.grpBlurInfo.Controls.Add(this.nupBlurBoxOffset);
  221. this.grpBlurInfo.Controls.Add(this.label3);
  222. this.grpBlurInfo.Controls.Add(this.nupBlurScale);
  223. this.grpBlurInfo.Controls.Add(this.label2);
  224. this.grpBlurInfo.Enabled = false;
  225. this.grpBlurInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  226. this.grpBlurInfo.Location = new System.Drawing.Point(21, 108);
  227. this.grpBlurInfo.Name = "grpBlurInfo";
  228. this.grpBlurInfo.Size = new System.Drawing.Size(292, 87);
  229. this.grpBlurInfo.TabIndex = 13;
  230. this.grpBlurInfo.TabStop = false;
  231. this.grpBlurInfo.Text = "Blur info";
  232. //
  233. // nupBlurBoxOffset
  234. //
  235. this.nupBlurBoxOffset.Location = new System.Drawing.Point(89, 50);
  236. this.nupBlurBoxOffset.Maximum = new decimal(new int[] {
  237. 3,
  238. 0,
  239. 0,
  240. 0});
  241. this.nupBlurBoxOffset.Minimum = new decimal(new int[] {
  242. 1,
  243. 0,
  244. 0,
  245. 0});
  246. this.nupBlurBoxOffset.Name = "nupBlurBoxOffset";
  247. this.nupBlurBoxOffset.Size = new System.Drawing.Size(120, 20);
  248. this.nupBlurBoxOffset.TabIndex = 13;
  249. this.nupBlurBoxOffset.Value = new decimal(new int[] {
  250. 1,
  251. 0,
  252. 0,
  253. 0});
  254. //
  255. // label3
  256. //
  257. this.label3.AutoSize = true;
  258. this.label3.Location = new System.Drawing.Point(6, 52);
  259. this.label3.Name = "label3";
  260. this.label3.Size = new System.Drawing.Size(77, 13);
  261. this.label3.TabIndex = 14;
  262. this.label3.Text = "Blur box offset:";
  263. //
  264. // label6
  265. //
  266. this.label6.AutoSize = true;
  267. this.label6.Location = new System.Drawing.Point(21, 55);
  268. this.label6.Name = "label6";
  269. this.label6.Size = new System.Drawing.Size(34, 13);
  270. this.label6.TabIndex = 8;
  271. this.label6.Text = "Type:";
  272. //
  273. // nupBlurScale
  274. //
  275. this.nupBlurScale.Location = new System.Drawing.Point(89, 24);
  276. this.nupBlurScale.Maximum = new decimal(new int[] {
  277. 10,
  278. 0,
  279. 0,
  280. 0});
  281. this.nupBlurScale.Minimum = new decimal(new int[] {
  282. 1,
  283. 0,
  284. 0,
  285. 0});
  286. this.nupBlurScale.Name = "nupBlurScale";
  287. this.nupBlurScale.Size = new System.Drawing.Size(120, 20);
  288. this.nupBlurScale.TabIndex = 11;
  289. this.nupBlurScale.Value = new decimal(new int[] {
  290. 1,
  291. 0,
  292. 0,
  293. 0});
  294. //
  295. // cbCameraType
  296. //
  297. this.cbCameraType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  298. this.cbCameraType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  299. this.cbCameraType.FormattingEnabled = true;
  300. this.cbCameraType.Items.AddRange(new object[] {
  301. "Hard shadows",
  302. "Poisson Sampling",
  303. "Variance",
  304. "Blurred Variance"});
  305. this.cbCameraType.Location = new System.Drawing.Point(24, 71);
  306. this.cbCameraType.Name = "cbCameraType";
  307. this.cbCameraType.Size = new System.Drawing.Size(289, 21);
  308. this.cbCameraType.TabIndex = 7;
  309. this.cbCameraType.SelectedIndexChanged += new System.EventHandler(this.cbCameraType_SelectedIndexChanged);
  310. //
  311. // label2
  312. //
  313. this.label2.AutoSize = true;
  314. this.label2.Location = new System.Drawing.Point(6, 26);
  315. this.label2.Name = "label2";
  316. this.label2.Size = new System.Drawing.Size(56, 13);
  317. this.label2.TabIndex = 12;
  318. this.label2.Text = "Blur scale:";
  319. //
  320. // nupBias
  321. //
  322. this.nupBias.DecimalPlaces = 5;
  323. this.nupBias.Location = new System.Drawing.Point(57, 26);
  324. this.nupBias.Maximum = new decimal(new int[] {
  325. 1,
  326. 0,
  327. 0,
  328. 0});
  329. this.nupBias.Name = "nupBias";
  330. this.nupBias.Size = new System.Drawing.Size(120, 20);
  331. this.nupBias.TabIndex = 9;
  332. //
  333. // label1
  334. //
  335. this.label1.AutoSize = true;
  336. this.label1.Location = new System.Drawing.Point(21, 28);
  337. this.label1.Name = "label1";
  338. this.label1.Size = new System.Drawing.Size(30, 13);
  339. this.label1.TabIndex = 10;
  340. this.label1.Text = "Bias:";
  341. //
  342. // LightPropertiesForm
  343. //
  344. this.AcceptButton = this.butOK;
  345. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  347. this.CancelButton = this.butCancel;
  348. this.ClientSize = new System.Drawing.Size(343, 489);
  349. this.Controls.Add(this.groupBox1);
  350. this.Controls.Add(this.groupBox4);
  351. this.Controls.Add(this.groupBox3);
  352. this.Controls.Add(this.butCancel);
  353. this.Controls.Add(this.butOK);
  354. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  355. this.Name = "LightPropertiesForm";
  356. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  357. this.Text = "Babylon.js - Light Properties";
  358. this.Load += new System.EventHandler(this.LightPropertiesForm_Load);
  359. this.groupBox3.ResumeLayout(false);
  360. this.groupBox3.PerformLayout();
  361. this.grpAutoAnimate.ResumeLayout(false);
  362. this.grpAutoAnimate.PerformLayout();
  363. ((System.ComponentModel.ISupportInitialize)(this.nupTo)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.nupFrom)).EndInit();
  365. this.groupBox4.ResumeLayout(false);
  366. this.groupBox4.PerformLayout();
  367. this.groupBox1.ResumeLayout(false);
  368. this.groupBox1.PerformLayout();
  369. this.grpBlurInfo.ResumeLayout(false);
  370. this.grpBlurInfo.PerformLayout();
  371. ((System.ComponentModel.ISupportInitialize)(this.nupBlurBoxOffset)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.nupBlurScale)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.nupBias)).EndInit();
  374. this.ResumeLayout(false);
  375. }
  376. #endregion
  377. private System.Windows.Forms.Button butOK;
  378. private System.Windows.Forms.Button butCancel;
  379. private System.Windows.Forms.GroupBox groupBox3;
  380. private System.Windows.Forms.GroupBox grpAutoAnimate;
  381. private System.Windows.Forms.CheckBox chkLoop;
  382. private System.Windows.Forms.NumericUpDown nupTo;
  383. private System.Windows.Forms.Label label4;
  384. private System.Windows.Forms.NumericUpDown nupFrom;
  385. private System.Windows.Forms.Label label5;
  386. private System.Windows.Forms.CheckBox chkAutoAnimate;
  387. private System.Windows.Forms.GroupBox groupBox4;
  388. private System.Windows.Forms.CheckBox chkNoExport;
  389. private System.Windows.Forms.GroupBox groupBox1;
  390. private System.Windows.Forms.Label label6;
  391. private System.Windows.Forms.ComboBox cbCameraType;
  392. private System.Windows.Forms.NumericUpDown nupBlurScale;
  393. private System.Windows.Forms.Label label2;
  394. private System.Windows.Forms.NumericUpDown nupBias;
  395. private System.Windows.Forms.Label label1;
  396. private System.Windows.Forms.GroupBox grpBlurInfo;
  397. private System.Windows.Forms.NumericUpDown nupBlurBoxOffset;
  398. private System.Windows.Forms.Label label3;
  399. }
  400. }