ExporterForm.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. this.butExport = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.txtFilename = new System.Windows.Forms.TextBox();
  31. this.butBrowse = new System.Windows.Forms.Button();
  32. this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
  33. this.progressBar = new System.Windows.Forms.ProgressBar();
  34. this.treeView = new System.Windows.Forms.TreeView();
  35. this.butCancel = new System.Windows.Forms.Button();
  36. this.SuspendLayout();
  37. //
  38. // butExport
  39. //
  40. this.butExport.Anchor = System.Windows.Forms.AnchorStyles.Top;
  41. this.butExport.Enabled = false;
  42. this.butExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  43. this.butExport.Location = new System.Drawing.Point(321, 50);
  44. this.butExport.Name = "butExport";
  45. this.butExport.Size = new System.Drawing.Size(80, 23);
  46. this.butExport.TabIndex = 0;
  47. this.butExport.Text = "Export";
  48. this.butExport.UseVisualStyleBackColor = true;
  49. this.butExport.Click += new System.EventHandler(this.butExport_Click);
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Location = new System.Drawing.Point(12, 9);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(52, 13);
  57. this.label1.TabIndex = 2;
  58. this.label1.Text = "Filename:";
  59. //
  60. // txtFilename
  61. //
  62. this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.txtFilename.Location = new System.Drawing.Point(12, 25);
  65. this.txtFilename.Name = "txtFilename";
  66. this.txtFilename.Size = new System.Drawing.Size(650, 20);
  67. this.txtFilename.TabIndex = 3;
  68. this.txtFilename.TextChanged += new System.EventHandler(this.txtFilename_TextChanged);
  69. //
  70. // butBrowse
  71. //
  72. this.butBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  73. this.butBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  74. this.butBrowse.Location = new System.Drawing.Point(668, 22);
  75. this.butBrowse.Name = "butBrowse";
  76. this.butBrowse.Size = new System.Drawing.Size(43, 23);
  77. this.butBrowse.TabIndex = 4;
  78. this.butBrowse.Text = "...";
  79. this.butBrowse.UseVisualStyleBackColor = true;
  80. this.butBrowse.Click += new System.EventHandler(this.butBrowse_Click);
  81. //
  82. // saveFileDialog
  83. //
  84. this.saveFileDialog.DefaultExt = "babylon";
  85. this.saveFileDialog.Filter = "Babylon files|*.babylon";
  86. this.saveFileDialog.RestoreDirectory = true;
  87. //
  88. // progressBar
  89. //
  90. this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.progressBar.Location = new System.Drawing.Point(12, 486);
  93. this.progressBar.Name = "progressBar";
  94. this.progressBar.Size = new System.Drawing.Size(613, 23);
  95. this.progressBar.TabIndex = 5;
  96. //
  97. // treeView
  98. //
  99. this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  100. | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.treeView.Location = new System.Drawing.Point(12, 80);
  103. this.treeView.Name = "treeView";
  104. this.treeView.Size = new System.Drawing.Size(699, 401);
  105. this.treeView.TabIndex = 6;
  106. //
  107. // butCancel
  108. //
  109. this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  110. this.butCancel.Enabled = false;
  111. this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  112. this.butCancel.Location = new System.Drawing.Point(631, 486);
  113. this.butCancel.Name = "butCancel";
  114. this.butCancel.Size = new System.Drawing.Size(80, 23);
  115. this.butCancel.TabIndex = 7;
  116. this.butCancel.Text = "Cancel";
  117. this.butCancel.UseVisualStyleBackColor = true;
  118. this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
  119. //
  120. // ExporterForm
  121. //
  122. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  123. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  124. this.ClientSize = new System.Drawing.Size(723, 525);
  125. this.Controls.Add(this.butCancel);
  126. this.Controls.Add(this.treeView);
  127. this.Controls.Add(this.progressBar);
  128. this.Controls.Add(this.butExport);
  129. this.Controls.Add(this.butBrowse);
  130. this.Controls.Add(this.txtFilename);
  131. this.Controls.Add(this.label1);
  132. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  133. this.MinimumSize = new System.Drawing.Size(500, 300);
  134. this.Name = "ExporterForm";
  135. this.ShowInTaskbar = true;
  136. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  137. this.Text = "Babylon.js - Export scene to .babylon file";
  138. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ExporterForm_FormClosed);
  139. this.Load += new System.EventHandler(this.ExporterForm_Load);
  140. this.ResumeLayout(false);
  141. this.PerformLayout();
  142. }
  143. #endregion
  144. private System.Windows.Forms.Button butExport;
  145. private System.Windows.Forms.Label label1;
  146. private System.Windows.Forms.TextBox txtFilename;
  147. private System.Windows.Forms.Button butBrowse;
  148. private System.Windows.Forms.SaveFileDialog saveFileDialog;
  149. private System.Windows.Forms.ProgressBar progressBar;
  150. private System.Windows.Forms.TreeView treeView;
  151. private System.Windows.Forms.Button butCancel;
  152. }
  153. }