ExporterForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. namespace Max2Babylon
  2. {
  3. partial class ExporterForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExporterForm));
  29. this.butExport = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.txtFilename = new System.Windows.Forms.TextBox();
  32. this.butBrowse = new System.Windows.Forms.Button();
  33. this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
  34. this.progressBar = new System.Windows.Forms.ProgressBar();
  35. this.treeView = new System.Windows.Forms.TreeView();
  36. this.butCancel = new System.Windows.Forms.Button();
  37. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  38. this.chkManifest = new System.Windows.Forms.CheckBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.chkCopyTextures = new System.Windows.Forms.CheckBox();
  41. this.groupBox1 = new System.Windows.Forms.GroupBox();
  42. this.chkHidden = new System.Windows.Forms.CheckBox();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  44. this.groupBox1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // butExport
  48. //
  49. this.butExport.Anchor = System.Windows.Forms.AnchorStyles.Top;
  50. this.butExport.Enabled = false;
  51. this.butExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  52. this.butExport.Location = new System.Drawing.Point(313, 153);
  53. this.butExport.Name = "butExport";
  54. this.butExport.Size = new System.Drawing.Size(197, 27);
  55. this.butExport.TabIndex = 0;
  56. this.butExport.Text = "Export";
  57. this.butExport.UseVisualStyleBackColor = true;
  58. this.butExport.Click += new System.EventHandler(this.butExport_Click);
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Location = new System.Drawing.Point(6, 17);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(52, 13);
  66. this.label1.TabIndex = 2;
  67. this.label1.Text = "Filename:";
  68. //
  69. // txtFilename
  70. //
  71. this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  72. | System.Windows.Forms.AnchorStyles.Right)));
  73. this.txtFilename.Location = new System.Drawing.Point(18, 34);
  74. this.txtFilename.Name = "txtFilename";
  75. this.txtFilename.Size = new System.Drawing.Size(420, 20);
  76. this.txtFilename.TabIndex = 3;
  77. this.txtFilename.TextChanged += new System.EventHandler(this.txtFilename_TextChanged);
  78. //
  79. // butBrowse
  80. //
  81. this.butBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  82. this.butBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  83. this.butBrowse.Location = new System.Drawing.Point(444, 32);
  84. this.butBrowse.Name = "butBrowse";
  85. this.butBrowse.Size = new System.Drawing.Size(43, 23);
  86. this.butBrowse.TabIndex = 4;
  87. this.butBrowse.Text = "...";
  88. this.butBrowse.UseVisualStyleBackColor = true;
  89. this.butBrowse.Click += new System.EventHandler(this.butBrowse_Click);
  90. //
  91. // saveFileDialog
  92. //
  93. this.saveFileDialog.DefaultExt = "babylon";
  94. this.saveFileDialog.Filter = "Babylon files|*.babylon";
  95. this.saveFileDialog.RestoreDirectory = true;
  96. //
  97. // progressBar
  98. //
  99. this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  100. | System.Windows.Forms.AnchorStyles.Right)));
  101. this.progressBar.Location = new System.Drawing.Point(12, 516);
  102. this.progressBar.Name = "progressBar";
  103. this.progressBar.Size = new System.Drawing.Size(713, 23);
  104. this.progressBar.TabIndex = 5;
  105. //
  106. // treeView
  107. //
  108. this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  109. | System.Windows.Forms.AnchorStyles.Left)
  110. | System.Windows.Forms.AnchorStyles.Right)));
  111. this.treeView.Location = new System.Drawing.Point(12, 186);
  112. this.treeView.Name = "treeView";
  113. this.treeView.Size = new System.Drawing.Size(799, 324);
  114. this.treeView.TabIndex = 6;
  115. //
  116. // butCancel
  117. //
  118. this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  119. this.butCancel.Enabled = false;
  120. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  121. this.butCancel.Location = new System.Drawing.Point(731, 516);
  122. this.butCancel.Name = "butCancel";
  123. this.butCancel.Size = new System.Drawing.Size(80, 23);
  124. this.butCancel.TabIndex = 7;
  125. this.butCancel.Text = "Cancel";
  126. this.butCancel.UseVisualStyleBackColor = true;
  127. this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
  128. //
  129. // pictureBox2
  130. //
  131. this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  132. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  133. this.pictureBox2.Location = new System.Drawing.Point(511, 12);
  134. this.pictureBox2.Name = "pictureBox2";
  135. this.pictureBox2.Size = new System.Drawing.Size(300, 130);
  136. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  137. this.pictureBox2.TabIndex = 9;
  138. this.pictureBox2.TabStop = false;
  139. //
  140. // chkManifest
  141. //
  142. this.chkManifest.AutoSize = true;
  143. this.chkManifest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  144. this.chkManifest.Location = new System.Drawing.Point(18, 104);
  145. this.chkManifest.Name = "chkManifest";
  146. this.chkManifest.Size = new System.Drawing.Size(112, 17);
  147. this.chkManifest.TabIndex = 2;
  148. this.chkManifest.Text = "Generate .manifest";
  149. this.chkManifest.UseVisualStyleBackColor = true;
  150. //
  151. // label2
  152. //
  153. this.label2.AutoSize = true;
  154. this.label2.Location = new System.Drawing.Point(6, 62);
  155. this.label2.Name = "label2";
  156. this.label2.Size = new System.Drawing.Size(46, 13);
  157. this.label2.TabIndex = 11;
  158. this.label2.Text = "Options:";
  159. //
  160. // chkCopyTextures
  161. //
  162. this.chkCopyTextures.AutoSize = true;
  163. this.chkCopyTextures.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  164. this.chkCopyTextures.Location = new System.Drawing.Point(18, 81);
  165. this.chkCopyTextures.Name = "chkCopyTextures";
  166. this.chkCopyTextures.Size = new System.Drawing.Size(132, 17);
  167. this.chkCopyTextures.TabIndex = 12;
  168. this.chkCopyTextures.Text = "Copy textures to output";
  169. this.chkCopyTextures.UseVisualStyleBackColor = true;
  170. //
  171. // groupBox1
  172. //
  173. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  174. | System.Windows.Forms.AnchorStyles.Right)));
  175. this.groupBox1.Controls.Add(this.chkHidden);
  176. this.groupBox1.Controls.Add(this.label1);
  177. this.groupBox1.Controls.Add(this.chkCopyTextures);
  178. this.groupBox1.Controls.Add(this.txtFilename);
  179. this.groupBox1.Controls.Add(this.chkManifest);
  180. this.groupBox1.Controls.Add(this.butBrowse);
  181. this.groupBox1.Controls.Add(this.label2);
  182. this.groupBox1.Location = new System.Drawing.Point(12, 6);
  183. this.groupBox1.Name = "groupBox1";
  184. this.groupBox1.Size = new System.Drawing.Size(493, 136);
  185. this.groupBox1.TabIndex = 13;
  186. this.groupBox1.TabStop = false;
  187. //
  188. // chkHidden
  189. //
  190. this.chkHidden.AutoSize = true;
  191. this.chkHidden.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  192. this.chkHidden.Location = new System.Drawing.Point(196, 81);
  193. this.chkHidden.Name = "chkHidden";
  194. this.chkHidden.Size = new System.Drawing.Size(125, 17);
  195. this.chkHidden.TabIndex = 13;
  196. this.chkHidden.Text = "Export hidden objects";
  197. this.chkHidden.UseVisualStyleBackColor = true;
  198. //
  199. // ExporterForm
  200. //
  201. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  202. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  203. this.ClientSize = new System.Drawing.Size(823, 551);
  204. this.Controls.Add(this.groupBox1);
  205. this.Controls.Add(this.pictureBox2);
  206. this.Controls.Add(this.butCancel);
  207. this.Controls.Add(this.treeView);
  208. this.Controls.Add(this.progressBar);
  209. this.Controls.Add(this.butExport);
  210. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  211. this.MinimumSize = new System.Drawing.Size(750, 400);
  212. this.Name = "ExporterForm";
  213. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  214. this.Text = "Babylon.js - Export scene to .babylon file";
  215. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ExporterForm_FormClosed);
  216. this.Load += new System.EventHandler(this.ExporterForm_Load);
  217. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  218. this.groupBox1.ResumeLayout(false);
  219. this.groupBox1.PerformLayout();
  220. this.ResumeLayout(false);
  221. this.PerformLayout();
  222. }
  223. #endregion
  224. private System.Windows.Forms.Button butExport;
  225. private System.Windows.Forms.Label label1;
  226. private System.Windows.Forms.TextBox txtFilename;
  227. private System.Windows.Forms.Button butBrowse;
  228. private System.Windows.Forms.SaveFileDialog saveFileDialog;
  229. private System.Windows.Forms.ProgressBar progressBar;
  230. private System.Windows.Forms.TreeView treeView;
  231. private System.Windows.Forms.Button butCancel;
  232. private System.Windows.Forms.PictureBox pictureBox2;
  233. private System.Windows.Forms.CheckBox chkManifest;
  234. private System.Windows.Forms.Label label2;
  235. private System.Windows.Forms.CheckBox chkCopyTextures;
  236. private System.Windows.Forms.GroupBox groupBox1;
  237. private System.Windows.Forms.CheckBox chkHidden;
  238. }
  239. }