123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- namespace Max2Babylon
- {
- partial class ExporterForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExporterForm));
- this.butExport = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.txtFilename = new System.Windows.Forms.TextBox();
- this.butBrowse = new System.Windows.Forms.Button();
- this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
- this.progressBar = new System.Windows.Forms.ProgressBar();
- this.treeView = new System.Windows.Forms.TreeView();
- this.butCancel = new System.Windows.Forms.Button();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.chkManifest = new System.Windows.Forms.CheckBox();
- this.label2 = new System.Windows.Forms.Label();
- this.chkCopyTextures = new System.Windows.Forms.CheckBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.chkBinary = new System.Windows.Forms.CheckBox();
- this.chkOnlySelected = new System.Windows.Forms.CheckBox();
- this.chkAutoSave = new System.Windows.Forms.CheckBox();
- this.chkHidden = new System.Windows.Forms.CheckBox();
- this.butExportAndRun = new System.Windows.Forms.Button();
- this.butClose = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // butExport
- //
- this.butExport.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.butExport.Enabled = false;
- this.butExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.butExport.Location = new System.Drawing.Point(211, 153);
- this.butExport.Name = "butExport";
- this.butExport.Size = new System.Drawing.Size(197, 27);
- this.butExport.TabIndex = 0;
- this.butExport.Text = "Export";
- this.butExport.UseVisualStyleBackColor = true;
- this.butExport.Click += new System.EventHandler(this.butExport_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 17);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(52, 13);
- this.label1.TabIndex = 2;
- this.label1.Text = "Filename:";
- //
- // txtFilename
- //
- this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtFilename.Location = new System.Drawing.Point(18, 34);
- this.txtFilename.Name = "txtFilename";
- this.txtFilename.Size = new System.Drawing.Size(420, 20);
- this.txtFilename.TabIndex = 3;
- this.txtFilename.TextChanged += new System.EventHandler(this.txtFilename_TextChanged);
- //
- // butBrowse
- //
- this.butBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.butBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.butBrowse.Location = new System.Drawing.Point(444, 32);
- this.butBrowse.Name = "butBrowse";
- this.butBrowse.Size = new System.Drawing.Size(43, 23);
- this.butBrowse.TabIndex = 4;
- this.butBrowse.Text = "...";
- this.butBrowse.UseVisualStyleBackColor = true;
- this.butBrowse.Click += new System.EventHandler(this.butBrowse_Click);
- //
- // saveFileDialog
- //
- this.saveFileDialog.DefaultExt = "babylon";
- this.saveFileDialog.Filter = "Babylon files|*.babylon";
- this.saveFileDialog.RestoreDirectory = true;
- //
- // progressBar
- //
- this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.progressBar.Location = new System.Drawing.Point(12, 516);
- this.progressBar.Name = "progressBar";
- this.progressBar.Size = new System.Drawing.Size(627, 23);
- this.progressBar.TabIndex = 5;
- //
- // treeView
- //
- this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.treeView.Location = new System.Drawing.Point(12, 186);
- this.treeView.Name = "treeView";
- this.treeView.Size = new System.Drawing.Size(799, 324);
- this.treeView.TabIndex = 6;
- //
- // butCancel
- //
- this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.butCancel.Enabled = false;
- this.butCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.butCancel.Location = new System.Drawing.Point(645, 516);
- this.butCancel.Name = "butCancel";
- this.butCancel.Size = new System.Drawing.Size(80, 23);
- this.butCancel.TabIndex = 7;
- this.butCancel.Text = "Cancel";
- this.butCancel.UseVisualStyleBackColor = true;
- this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
- //
- // pictureBox2
- //
- this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
- this.pictureBox2.Location = new System.Drawing.Point(511, 12);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(300, 130);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
- this.pictureBox2.TabIndex = 9;
- this.pictureBox2.TabStop = false;
- //
- // chkManifest
- //
- this.chkManifest.AutoSize = true;
- this.chkManifest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkManifest.Location = new System.Drawing.Point(18, 104);
- this.chkManifest.Name = "chkManifest";
- this.chkManifest.Size = new System.Drawing.Size(112, 17);
- this.chkManifest.TabIndex = 2;
- this.chkManifest.Text = "Generate .manifest";
- this.chkManifest.UseVisualStyleBackColor = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 62);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(46, 13);
- this.label2.TabIndex = 11;
- this.label2.Text = "Options:";
- //
- // chkCopyTextures
- //
- this.chkCopyTextures.AutoSize = true;
- this.chkCopyTextures.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkCopyTextures.Location = new System.Drawing.Point(18, 81);
- this.chkCopyTextures.Name = "chkCopyTextures";
- this.chkCopyTextures.Size = new System.Drawing.Size(132, 17);
- this.chkCopyTextures.TabIndex = 12;
- this.chkCopyTextures.Text = "Copy textures to output";
- this.chkCopyTextures.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.chkBinary);
- this.groupBox1.Controls.Add(this.chkOnlySelected);
- this.groupBox1.Controls.Add(this.chkAutoSave);
- this.groupBox1.Controls.Add(this.chkHidden);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.chkCopyTextures);
- this.groupBox1.Controls.Add(this.txtFilename);
- this.groupBox1.Controls.Add(this.chkManifest);
- this.groupBox1.Controls.Add(this.butBrowse);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Location = new System.Drawing.Point(12, 6);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(493, 136);
- this.groupBox1.TabIndex = 13;
- this.groupBox1.TabStop = false;
- //
- // chkBinary
- //
- this.chkBinary.AutoSize = true;
- this.chkBinary.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkBinary.Location = new System.Drawing.Point(320, 104);
- this.chkBinary.Name = "chkBinary";
- this.chkBinary.Size = new System.Drawing.Size(135, 17);
- this.chkBinary.TabIndex = 16;
- this.chkBinary.Text = "Generate binary version";
- this.chkBinary.UseVisualStyleBackColor = true;
- //
- // chkOnlySelected
- //
- this.chkOnlySelected.AutoSize = true;
- this.chkOnlySelected.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkOnlySelected.Location = new System.Drawing.Point(320, 81);
- this.chkOnlySelected.Name = "chkOnlySelected";
- this.chkOnlySelected.Size = new System.Drawing.Size(118, 17);
- this.chkOnlySelected.TabIndex = 15;
- this.chkOnlySelected.Text = "Export only selected";
- this.chkOnlySelected.UseVisualStyleBackColor = true;
- //
- // chkAutoSave
- //
- this.chkAutoSave.AutoSize = true;
- this.chkAutoSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkAutoSave.Location = new System.Drawing.Point(166, 104);
- this.chkAutoSave.Name = "chkAutoSave";
- this.chkAutoSave.Size = new System.Drawing.Size(130, 17);
- this.chkAutoSave.TabIndex = 14;
- this.chkAutoSave.Text = "Auto save 3ds Max file";
- this.chkAutoSave.UseVisualStyleBackColor = true;
- //
- // chkHidden
- //
- this.chkHidden.AutoSize = true;
- this.chkHidden.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.chkHidden.Location = new System.Drawing.Point(166, 81);
- this.chkHidden.Name = "chkHidden";
- this.chkHidden.Size = new System.Drawing.Size(125, 17);
- this.chkHidden.TabIndex = 13;
- this.chkHidden.Text = "Export hidden objects";
- this.chkHidden.UseVisualStyleBackColor = true;
- //
- // butExportAndRun
- //
- this.butExportAndRun.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.butExportAndRun.Enabled = false;
- this.butExportAndRun.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.butExportAndRun.Location = new System.Drawing.Point(414, 153);
- this.butExportAndRun.Name = "butExportAndRun";
- this.butExportAndRun.Size = new System.Drawing.Size(197, 27);
- this.butExportAndRun.TabIndex = 14;
- this.butExportAndRun.Text = "Export && Run";
- this.butExportAndRun.UseVisualStyleBackColor = true;
- this.butExportAndRun.Click += new System.EventHandler(this.butExportAndRun_Click);
- //
- // butClose
- //
- this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.butClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.butClose.Location = new System.Drawing.Point(731, 516);
- this.butClose.Name = "butClose";
- this.butClose.Size = new System.Drawing.Size(80, 23);
- this.butClose.TabIndex = 7;
- this.butClose.Text = "Close";
- this.butClose.UseVisualStyleBackColor = true;
- this.butClose.Click += new System.EventHandler(this.butClose_Click);
- //
- // ExporterForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(823, 551);
- this.Controls.Add(this.butExportAndRun);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.pictureBox2);
- this.Controls.Add(this.butClose);
- this.Controls.Add(this.butCancel);
- this.Controls.Add(this.treeView);
- this.Controls.Add(this.progressBar);
- this.Controls.Add(this.butExport);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
- this.MinimumSize = new System.Drawing.Size(750, 400);
- this.Name = "ExporterForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Babylon.js - Export scene to .babylon file";
- this.Activated += new System.EventHandler(this.ExporterForm_Activated);
- this.Deactivate += new System.EventHandler(this.ExporterForm_Deactivate);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ExporterForm_FormClosed);
- this.Load += new System.EventHandler(this.ExporterForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button butExport;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtFilename;
- private System.Windows.Forms.Button butBrowse;
- private System.Windows.Forms.SaveFileDialog saveFileDialog;
- private System.Windows.Forms.ProgressBar progressBar;
- private System.Windows.Forms.TreeView treeView;
- private System.Windows.Forms.Button butCancel;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.CheckBox chkManifest;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.CheckBox chkCopyTextures;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.CheckBox chkHidden;
- private System.Windows.Forms.CheckBox chkAutoSave;
- private System.Windows.Forms.Button butExportAndRun;
- private System.Windows.Forms.CheckBox chkOnlySelected;
- private System.Windows.Forms.Button butClose;
- private System.Windows.Forms.CheckBox chkBinary;
- }
- }
|