ExporterForm.Designer.cs 14 KB

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