ExporterForm.Designer.cs 13 KB

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