ExporterForm.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // butExport
  42. //
  43. this.butExport.Anchor = System.Windows.Forms.AnchorStyles.Top;
  44. this.butExport.Enabled = false;
  45. this.butExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  46. this.butExport.Location = new System.Drawing.Point(368, 51);
  47. this.butExport.Name = "butExport";
  48. this.butExport.Size = new System.Drawing.Size(80, 23);
  49. this.butExport.TabIndex = 0;
  50. this.butExport.Text = "Export";
  51. this.butExport.UseVisualStyleBackColor = true;
  52. this.butExport.Click += new System.EventHandler(this.butExport_Click);
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Location = new System.Drawing.Point(150, 9);
  58. this.label1.Name = "label1";
  59. this.label1.Size = new System.Drawing.Size(52, 13);
  60. this.label1.TabIndex = 2;
  61. this.label1.Text = "Filename:";
  62. //
  63. // txtFilename
  64. //
  65. this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.txtFilename.Location = new System.Drawing.Point(150, 25);
  68. this.txtFilename.Name = "txtFilename";
  69. this.txtFilename.Size = new System.Drawing.Size(481, 20);
  70. this.txtFilename.TabIndex = 3;
  71. this.txtFilename.TextChanged += new System.EventHandler(this.txtFilename_TextChanged);
  72. //
  73. // butBrowse
  74. //
  75. this.butBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  76. this.butBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77. this.butBrowse.Location = new System.Drawing.Point(637, 22);
  78. this.butBrowse.Name = "butBrowse";
  79. this.butBrowse.Size = new System.Drawing.Size(43, 23);
  80. this.butBrowse.TabIndex = 4;
  81. this.butBrowse.Text = "...";
  82. this.butBrowse.UseVisualStyleBackColor = true;
  83. this.butBrowse.Click += new System.EventHandler(this.butBrowse_Click);
  84. //
  85. // saveFileDialog
  86. //
  87. this.saveFileDialog.DefaultExt = "babylon";
  88. this.saveFileDialog.Filter = "Babylon files|*.babylon";
  89. this.saveFileDialog.RestoreDirectory = true;
  90. //
  91. // progressBar
  92. //
  93. this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.progressBar.Location = new System.Drawing.Point(153, 418);
  96. this.progressBar.Name = "progressBar";
  97. this.progressBar.Size = new System.Drawing.Size(441, 23);
  98. this.progressBar.TabIndex = 5;
  99. //
  100. // treeView
  101. //
  102. this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  103. | System.Windows.Forms.AnchorStyles.Left)
  104. | System.Windows.Forms.AnchorStyles.Right)));
  105. this.treeView.Location = new System.Drawing.Point(153, 80);
  106. this.treeView.Name = "treeView";
  107. this.treeView.Size = new System.Drawing.Size(527, 333);
  108. this.treeView.TabIndex = 6;
  109. //
  110. // butCancel
  111. //
  112. this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  113. this.butCancel.Enabled = false;
  114. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  115. this.butCancel.Location = new System.Drawing.Point(600, 418);
  116. this.butCancel.Name = "butCancel";
  117. this.butCancel.Size = new System.Drawing.Size(80, 23);
  118. this.butCancel.TabIndex = 7;
  119. this.butCancel.Text = "Cancel";
  120. this.butCancel.UseVisualStyleBackColor = true;
  121. this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
  122. //
  123. // pictureBox1
  124. //
  125. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  126. this.pictureBox1.Location = new System.Drawing.Point(12, 12);
  127. this.pictureBox1.Name = "pictureBox1";
  128. this.pictureBox1.Size = new System.Drawing.Size(132, 302);
  129. this.pictureBox1.TabIndex = 8;
  130. this.pictureBox1.TabStop = false;
  131. //
  132. // ExporterForm
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(692, 457);
  137. this.Controls.Add(this.pictureBox1);
  138. this.Controls.Add(this.butCancel);
  139. this.Controls.Add(this.treeView);
  140. this.Controls.Add(this.progressBar);
  141. this.Controls.Add(this.butExport);
  142. this.Controls.Add(this.butBrowse);
  143. this.Controls.Add(this.txtFilename);
  144. this.Controls.Add(this.label1);
  145. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  146. this.MinimumSize = new System.Drawing.Size(500, 400);
  147. this.Name = "ExporterForm";
  148. this.ShowInTaskbar = true;
  149. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  150. this.Text = "Babylon.js - Export scene to .babylon file";
  151. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ExporterForm_FormClosed);
  152. this.Load += new System.EventHandler(this.ExporterForm_Load);
  153. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  154. this.ResumeLayout(false);
  155. this.PerformLayout();
  156. }
  157. #endregion
  158. private System.Windows.Forms.Button butExport;
  159. private System.Windows.Forms.Label label1;
  160. private System.Windows.Forms.TextBox txtFilename;
  161. private System.Windows.Forms.Button butBrowse;
  162. private System.Windows.Forms.SaveFileDialog saveFileDialog;
  163. private System.Windows.Forms.ProgressBar progressBar;
  164. private System.Windows.Forms.TreeView treeView;
  165. private System.Windows.Forms.Button butCancel;
  166. private System.Windows.Forms.PictureBox pictureBox1;
  167. }
  168. }