using System; using System.Linq; using System.Windows.Forms; using System.Xml.Linq; namespace AssetStudio.GUI { partial class ExportOptions { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); OKbutton = new Button(); Cancel = new Button(); groupBox1 = new GroupBox(); texNameTextBox = new TextBox(); label10 = new Label(); texTypeComboBox = new ComboBox(); uvTypesComboBox = new ComboBox(); uvEnabledCheckBox = new CheckBox(); uvsComboBox = new ComboBox(); canExportCheckBox = new CheckBox(); label8 = new Label(); canParseCheckBox = new CheckBox(); typesComboBox = new ComboBox(); label6 = new Label(); minimalAssetMap = new CheckBox(); assetGroupOptions = new ComboBox(); label7 = new Label(); openAfterExport = new CheckBox(); restoreExtensionName = new CheckBox(); key = new NumericUpDown(); encrypted = new CheckBox(); convertAudio = new CheckBox(); panel1 = new Panel(); totga = new RadioButton(); tojpg = new RadioButton(); topng = new RadioButton(); tobmp = new RadioButton(); converttexture = new CheckBox(); collectAnimations = new CheckBox(); groupBox2 = new GroupBox(); exportBlendShape = new CheckBox(); exportAnimations = new CheckBox(); scaleFactor = new NumericUpDown(); label5 = new Label(); fbxFormat = new ComboBox(); label4 = new Label(); fbxVersion = new ComboBox(); label3 = new Label(); boneSize = new NumericUpDown(); label2 = new Label(); exportSkins = new CheckBox(); label1 = new Label(); filterPrecision = new NumericUpDown(); castToBone = new CheckBox(); exportAllNodes = new CheckBox(); eulerFilter = new CheckBox(); toolTip = new ToolTip(components); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)key).BeginInit(); panel1.SuspendLayout(); groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)scaleFactor).BeginInit(); ((System.ComponentModel.ISupportInitialize)boneSize).BeginInit(); ((System.ComponentModel.ISupportInitialize)filterPrecision).BeginInit(); SuspendLayout(); // // OKbutton // OKbutton.Location = new System.Drawing.Point(480, 428); OKbutton.Margin = new Padding(4); OKbutton.Name = "OKbutton"; OKbutton.Size = new System.Drawing.Size(88, 26); OKbutton.TabIndex = 6; OKbutton.Text = "OK"; OKbutton.UseVisualStyleBackColor = true; OKbutton.Click += OKbutton_Click; // // Cancel // Cancel.DialogResult = DialogResult.Cancel; Cancel.Location = new System.Drawing.Point(576, 428); Cancel.Margin = new Padding(4); Cancel.Name = "Cancel"; Cancel.Size = new System.Drawing.Size(88, 26); Cancel.TabIndex = 7; Cancel.Text = "Cancel"; Cancel.UseVisualStyleBackColor = true; Cancel.Click += Cancel_Click; // // groupBox1 // groupBox1.AutoSize = true; groupBox1.Controls.Add(texNameTextBox); groupBox1.Controls.Add(label10); groupBox1.Controls.Add(texTypeComboBox); groupBox1.Controls.Add(uvTypesComboBox); groupBox1.Controls.Add(uvEnabledCheckBox); groupBox1.Controls.Add(uvsComboBox); groupBox1.Controls.Add(canExportCheckBox); groupBox1.Controls.Add(label8); groupBox1.Controls.Add(canParseCheckBox); groupBox1.Controls.Add(typesComboBox); groupBox1.Controls.Add(label6); groupBox1.Controls.Add(minimalAssetMap); groupBox1.Controls.Add(assetGroupOptions); groupBox1.Controls.Add(label7); groupBox1.Controls.Add(openAfterExport); groupBox1.Controls.Add(restoreExtensionName); groupBox1.Controls.Add(key); groupBox1.Controls.Add(encrypted); groupBox1.Controls.Add(convertAudio); groupBox1.Controls.Add(panel1); groupBox1.Controls.Add(converttexture); groupBox1.Location = new System.Drawing.Point(14, 15); groupBox1.Margin = new Padding(4); groupBox1.Name = "groupBox1"; groupBox1.Padding = new Padding(4); groupBox1.Size = new System.Drawing.Size(271, 420); groupBox1.TabIndex = 9; groupBox1.TabStop = false; groupBox1.Text = "Export"; // // texNameTextBox // texNameTextBox.Location = new System.Drawing.Point(119, 374); texNameTextBox.Name = "texNameTextBox"; texNameTextBox.Size = new System.Drawing.Size(141, 23); texNameTextBox.TabIndex = 37; texNameTextBox.LostFocus += TexNameTextBox_LostFocus; // // label10 // label10.AutoSize = true; label10.Location = new System.Drawing.Point(7, 356); label10.Margin = new Padding(4, 0, 4, 0); label10.Name = "label10"; label10.Size = new System.Drawing.Size(142, 15); label10.TabIndex = 36; label10.Text = "Texture mapping options:"; // // texTypeComboBox // texTypeComboBox.DropDownStyle = ComboBoxStyle.DropDownList; texTypeComboBox.FormattingEnabled = true; texTypeComboBox.Items.AddRange(new object[] { "Diffuse", "NormalMap", "Specular", "Bump", "Ambient", "Emissive", "Reflection", "Displacement" }); texTypeComboBox.Location = new System.Drawing.Point(7, 374); texTypeComboBox.Name = "texTypeComboBox"; texTypeComboBox.Size = new System.Drawing.Size(106, 23); texTypeComboBox.TabIndex = 35; texTypeComboBox.SelectedIndexChanged += TexTypeComboBox_SelectedIndexChanged; texTypeComboBox.MouseHover += TexTypeComboBox_MouseHover; // // uvTypesComboBox // uvTypesComboBox.DropDownStyle = ComboBoxStyle.DropDownList; uvTypesComboBox.FormattingEnabled = true; uvTypesComboBox.Items.AddRange(new object[] { "Diffuse", "NormalMap", "Specular", "Bump", "Ambient", "Emissive", "Reflection", "Displacement" }); uvTypesComboBox.Location = new System.Drawing.Point(88, 330); uvTypesComboBox.Name = "uvTypesComboBox"; uvTypesComboBox.Size = new System.Drawing.Size(106, 23); uvTypesComboBox.TabIndex = 34; uvTypesComboBox.SelectedIndexChanged += uvTypesComboBox_SelectedIndexChanged; // // uvEnabledCheckBox // uvEnabledCheckBox.AutoSize = true; uvEnabledCheckBox.Location = new System.Drawing.Point(200, 334); uvEnabledCheckBox.Name = "uvEnabledCheckBox"; uvEnabledCheckBox.Size = new System.Drawing.Size(60, 19); uvEnabledCheckBox.TabIndex = 33; uvEnabledCheckBox.Text = "Export"; uvEnabledCheckBox.UseVisualStyleBackColor = true; uvEnabledCheckBox.CheckedChanged += uvEnabledCheckBox_CheckedChanged; // // uvsComboBox // uvsComboBox.DropDownStyle = ComboBoxStyle.DropDownList; uvsComboBox.FormattingEnabled = true; uvsComboBox.Items.AddRange(new object[] { "UV0", "UV1", "UV2", "UV3", "UV4", "UV5", "UV6", "UV7" }); uvsComboBox.Location = new System.Drawing.Point(7, 330); uvsComboBox.Name = "uvsComboBox"; uvsComboBox.Size = new System.Drawing.Size(75, 23); uvsComboBox.TabIndex = 32; uvsComboBox.SelectedIndexChanged += uvsComboBox_SelectedIndexChanged; uvsComboBox.MouseHover += uvsComboBox_MouseHover; // // canExportCheckBox // canExportCheckBox.AutoSize = true; canExportCheckBox.Location = new System.Drawing.Point(200, 290); canExportCheckBox.Name = "canExportCheckBox"; canExportCheckBox.Size = new System.Drawing.Size(60, 19); canExportCheckBox.TabIndex = 31; canExportCheckBox.Text = "Export"; canExportCheckBox.UseVisualStyleBackColor = true; canExportCheckBox.CheckedChanged += CanExportCheckBox_CheckedChanged; // // label8 // label8.AutoSize = true; label8.Location = new System.Drawing.Point(7, 268); label8.Margin = new Padding(4, 0, 4, 0); label8.Name = "label8"; label8.Size = new System.Drawing.Size(132, 15); label8.TabIndex = 30; label8.Text = "Selected unity type can:"; // // canParseCheckBox // canParseCheckBox.AutoSize = true; canParseCheckBox.Location = new System.Drawing.Point(140, 290); canParseCheckBox.Name = "canParseCheckBox"; canParseCheckBox.Size = new System.Drawing.Size(54, 19); canParseCheckBox.TabIndex = 29; canParseCheckBox.Text = "Parse"; canParseCheckBox.UseVisualStyleBackColor = true; canParseCheckBox.CheckedChanged += CanParseCheckBox_CheckedChanged; // // typesComboBox // typesComboBox.DropDownStyle = ComboBoxStyle.DropDownList; typesComboBox.FormattingEnabled = true; typesComboBox.Items.AddRange(new object[] { ClassIDType.Animation, ClassIDType.AnimationClip, ClassIDType.Animator, ClassIDType.AnimatorController, ClassIDType.AnimatorOverrideController, ClassIDType.AssetBundle, ClassIDType.AudioClip, ClassIDType.Avatar, ClassIDType.Font, ClassIDType.GameObject, ClassIDType.IndexObject, ClassIDType.Material, ClassIDType.Mesh, ClassIDType.MeshFilter, ClassIDType.MeshRenderer, ClassIDType.MiHoYoBinData, ClassIDType.MonoBehaviour, ClassIDType.MonoScript, ClassIDType.MovieTexture, ClassIDType.PlayerSettings, ClassIDType.RectTransform, ClassIDType.Shader, ClassIDType.SkinnedMeshRenderer, ClassIDType.Sprite, ClassIDType.SpriteAtlas, ClassIDType.TextAsset, ClassIDType.Texture2D, ClassIDType.Transform, ClassIDType.VideoClip, ClassIDType.ResourceManager }); typesComboBox.Location = new System.Drawing.Point(7, 286); typesComboBox.Name = "typesComboBox"; typesComboBox.Size = new System.Drawing.Size(127, 23); typesComboBox.TabIndex = 28; typesComboBox.SelectedIndexChanged += TypesComboBox_SelectedIndexChanged; typesComboBox.MouseHover += TypesComboBox_MouseHover; // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(9, 312); label6.Margin = new Padding(4, 0, 4, 0); label6.Name = "label6"; label6.Size = new System.Drawing.Size(119, 15); label6.TabIndex = 27; label6.Text = "UV mapping options:"; // // minimalAssetMap // minimalAssetMap.AutoSize = true; minimalAssetMap.Location = new System.Drawing.Point(7, 129); minimalAssetMap.Name = "minimalAssetMap"; minimalAssetMap.Size = new System.Drawing.Size(125, 19); minimalAssetMap.TabIndex = 17; minimalAssetMap.Text = "Minimal AssetMap"; minimalAssetMap.UseVisualStyleBackColor = true; // // assetGroupOptions // assetGroupOptions.DropDownStyle = ComboBoxStyle.DropDownList; assetGroupOptions.FormattingEnabled = true; assetGroupOptions.Items.AddRange(new object[] { "type name", "container path", "source file name", "do not group" }); assetGroupOptions.Location = new System.Drawing.Point(8, 241); assetGroupOptions.Margin = new Padding(4); assetGroupOptions.Name = "assetGroupOptions"; assetGroupOptions.Size = new System.Drawing.Size(173, 23); assetGroupOptions.TabIndex = 12; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(8, 222); label7.Margin = new Padding(4, 0, 4, 0); label7.Name = "label7"; label7.Size = new System.Drawing.Size(140, 15); label7.TabIndex = 11; label7.Text = "Group exported assets by"; // // openAfterExport // openAfterExport.AutoSize = true; openAfterExport.Checked = true; openAfterExport.CheckState = CheckState.Checked; openAfterExport.Location = new System.Drawing.Point(7, 78); openAfterExport.Margin = new Padding(4); openAfterExport.Name = "openAfterExport"; openAfterExport.Size = new System.Drawing.Size(153, 19); openAfterExport.TabIndex = 10; openAfterExport.Text = "Open folder after export"; openAfterExport.UseVisualStyleBackColor = true; // // restoreExtensionName // restoreExtensionName.AutoSize = true; restoreExtensionName.Checked = true; restoreExtensionName.CheckState = CheckState.Checked; restoreExtensionName.Location = new System.Drawing.Point(7, 24); restoreExtensionName.Margin = new Padding(4); restoreExtensionName.Name = "restoreExtensionName"; restoreExtensionName.Size = new System.Drawing.Size(204, 19); restoreExtensionName.TabIndex = 9; restoreExtensionName.Text = "Restore TextAsset extension name"; restoreExtensionName.UseVisualStyleBackColor = true; // // key // key.Hexadecimal = true; key.Location = new System.Drawing.Point(186, 103); key.Margin = new Padding(4, 3, 4, 3); key.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); key.Name = "key"; key.Size = new System.Drawing.Size(55, 23); key.TabIndex = 8; key.MouseHover += Key_MouseHover; // // encrypted // encrypted.AutoSize = true; encrypted.Checked = true; encrypted.CheckState = CheckState.Checked; encrypted.Location = new System.Drawing.Point(7, 104); encrypted.Margin = new Padding(4, 3, 4, 3); encrypted.Name = "encrypted"; encrypted.Size = new System.Drawing.Size(166, 19); encrypted.TabIndex = 12; encrypted.Text = "Encrypted MiHoYoBinData\r\n"; encrypted.UseVisualStyleBackColor = true; // // convertAudio // convertAudio.AutoSize = true; convertAudio.Checked = true; convertAudio.CheckState = CheckState.Checked; convertAudio.Location = new System.Drawing.Point(7, 51); convertAudio.Margin = new Padding(4); convertAudio.Name = "convertAudio"; convertAudio.Size = new System.Drawing.Size(200, 19); convertAudio.TabIndex = 6; convertAudio.Text = "Convert AudioClip to WAV(PCM)"; convertAudio.UseVisualStyleBackColor = true; // // panel1 // panel1.Controls.Add(totga); panel1.Controls.Add(tojpg); panel1.Controls.Add(topng); panel1.Controls.Add(tobmp); panel1.Location = new System.Drawing.Point(18, 180); panel1.Margin = new Padding(4); panel1.Name = "panel1"; panel1.Size = new System.Drawing.Size(236, 38); panel1.TabIndex = 5; // // totga // totga.AutoSize = true; totga.Location = new System.Drawing.Point(175, 8); totga.Margin = new Padding(4); totga.Name = "totga"; totga.Size = new System.Drawing.Size(43, 19); totga.TabIndex = 2; totga.Text = "Tga"; totga.UseVisualStyleBackColor = true; // // tojpg // tojpg.AutoSize = true; tojpg.Location = new System.Drawing.Point(113, 8); tojpg.Margin = new Padding(4); tojpg.Name = "tojpg"; tojpg.Size = new System.Drawing.Size(49, 19); tojpg.TabIndex = 4; tojpg.Text = "Jpeg"; tojpg.UseVisualStyleBackColor = true; // // topng // topng.AutoSize = true; topng.Checked = true; topng.Location = new System.Drawing.Point(58, 8); topng.Margin = new Padding(4); topng.Name = "topng"; topng.Size = new System.Drawing.Size(46, 19); topng.TabIndex = 3; topng.TabStop = true; topng.Text = "Png"; topng.UseVisualStyleBackColor = true; // // tobmp // tobmp.AutoSize = true; tobmp.Location = new System.Drawing.Point(4, 8); tobmp.Margin = new Padding(4); tobmp.Name = "tobmp"; tobmp.Size = new System.Drawing.Size(50, 19); tobmp.TabIndex = 2; tobmp.Text = "Bmp"; tobmp.UseVisualStyleBackColor = true; // // converttexture // converttexture.AutoSize = true; converttexture.Checked = true; converttexture.CheckState = CheckState.Checked; converttexture.Location = new System.Drawing.Point(7, 153); converttexture.Margin = new Padding(4); converttexture.Name = "converttexture"; converttexture.Size = new System.Drawing.Size(123, 19); converttexture.TabIndex = 1; converttexture.Text = "Convert Texture2D"; converttexture.UseVisualStyleBackColor = true; // // collectAnimations // collectAnimations.AutoSize = true; collectAnimations.Checked = true; collectAnimations.CheckState = CheckState.Checked; collectAnimations.Location = new System.Drawing.Point(8, 43); collectAnimations.Margin = new Padding(4, 3, 4, 3); collectAnimations.Name = "collectAnimations"; collectAnimations.Size = new System.Drawing.Size(125, 19); collectAnimations.TabIndex = 24; collectAnimations.Text = "Collect animations"; collectAnimations.UseVisualStyleBackColor = true; // // groupBox2 // groupBox2.AutoSize = true; groupBox2.Controls.Add(collectAnimations); groupBox2.Controls.Add(exportBlendShape); groupBox2.Controls.Add(exportAnimations); groupBox2.Controls.Add(scaleFactor); groupBox2.Controls.Add(label5); groupBox2.Controls.Add(fbxFormat); groupBox2.Controls.Add(label4); groupBox2.Controls.Add(fbxVersion); groupBox2.Controls.Add(label3); groupBox2.Controls.Add(boneSize); groupBox2.Controls.Add(label2); groupBox2.Controls.Add(exportSkins); groupBox2.Controls.Add(label1); groupBox2.Controls.Add(filterPrecision); groupBox2.Controls.Add(castToBone); groupBox2.Controls.Add(exportAllNodes); groupBox2.Controls.Add(eulerFilter); groupBox2.Location = new System.Drawing.Point(292, 15); groupBox2.Margin = new Padding(4); groupBox2.Name = "groupBox2"; groupBox2.Padding = new Padding(4); groupBox2.Size = new System.Drawing.Size(380, 236); groupBox2.TabIndex = 11; groupBox2.TabStop = false; groupBox2.Text = "Fbx"; // // exportBlendShape // exportBlendShape.AutoSize = true; exportBlendShape.Checked = true; exportBlendShape.CheckState = CheckState.Checked; exportBlendShape.Location = new System.Drawing.Point(7, 69); exportBlendShape.Margin = new Padding(4); exportBlendShape.Name = "exportBlendShape"; exportBlendShape.Size = new System.Drawing.Size(124, 19); exportBlendShape.TabIndex = 22; exportBlendShape.Text = "Export blendshape"; exportBlendShape.UseVisualStyleBackColor = true; // // exportAnimations // exportAnimations.AutoSize = true; exportAnimations.Checked = true; exportAnimations.CheckState = CheckState.Checked; exportAnimations.Location = new System.Drawing.Point(154, 43); exportAnimations.Margin = new Padding(4); exportAnimations.Name = "exportAnimations"; exportAnimations.Size = new System.Drawing.Size(122, 19); exportAnimations.TabIndex = 21; exportAnimations.Text = "Export animations"; exportAnimations.UseVisualStyleBackColor = true; // // scaleFactor // scaleFactor.DecimalPlaces = 2; scaleFactor.Increment = new decimal(new int[] { 1, 0, 0, 131072 }); scaleFactor.Location = new System.Drawing.Point(102, 189); scaleFactor.Margin = new Padding(4); scaleFactor.Name = "scaleFactor"; scaleFactor.Size = new System.Drawing.Size(59, 23); scaleFactor.TabIndex = 20; scaleFactor.TextAlign = HorizontalAlignment.Center; scaleFactor.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(8, 193); label5.Margin = new Padding(4, 0, 4, 0); label5.Name = "label5"; label5.Size = new System.Drawing.Size(67, 15); label5.TabIndex = 19; label5.Text = "ScaleFactor"; // // fbxFormat // fbxFormat.DropDownStyle = ComboBoxStyle.DropDownList; fbxFormat.FormattingEnabled = true; fbxFormat.Items.AddRange(new object[] { "Binary", "Ascii" }); fbxFormat.Location = new System.Drawing.Point(271, 125); fbxFormat.Margin = new Padding(4); fbxFormat.Name = "fbxFormat"; fbxFormat.Size = new System.Drawing.Size(70, 23); fbxFormat.TabIndex = 18; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(188, 129); label4.Margin = new Padding(4, 0, 4, 0); label4.Name = "label4"; label4.Size = new System.Drawing.Size(65, 15); label4.TabIndex = 17; label4.Text = "FBXFormat"; // // fbxVersion // fbxVersion.DropDownStyle = ComboBoxStyle.DropDownList; fbxVersion.FormattingEnabled = true; fbxVersion.Items.AddRange(new object[] { "6.1", "7.1", "7.2", "7.3", "7.4", "7.5" }); fbxVersion.Location = new System.Drawing.Point(271, 157); fbxVersion.Margin = new Padding(4); fbxVersion.Name = "fbxVersion"; fbxVersion.Size = new System.Drawing.Size(70, 23); fbxVersion.TabIndex = 16; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(188, 161); label3.Margin = new Padding(4, 0, 4, 0); label3.Name = "label3"; label3.Size = new System.Drawing.Size(65, 15); label3.TabIndex = 15; label3.Text = "FBXVersion"; // // boneSize // boneSize.Location = new System.Drawing.Point(102, 157); boneSize.Margin = new Padding(4); boneSize.Name = "boneSize"; boneSize.Size = new System.Drawing.Size(59, 23); boneSize.TabIndex = 11; boneSize.Value = new decimal(new int[] { 10, 0, 0, 0 }); // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(8, 161); label2.Margin = new Padding(4, 0, 4, 0); label2.Name = "label2"; label2.Size = new System.Drawing.Size(54, 15); label2.TabIndex = 10; label2.Text = "BoneSize"; // // exportSkins // exportSkins.AutoSize = true; exportSkins.Checked = true; exportSkins.CheckState = CheckState.Checked; exportSkins.Location = new System.Drawing.Point(154, 17); exportSkins.Margin = new Padding(4); exportSkins.Name = "exportSkins"; exportSkins.Size = new System.Drawing.Size(89, 19); exportSkins.TabIndex = 8; exportSkins.Text = "Export skins"; exportSkins.UseVisualStyleBackColor = true; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(8, 129); label1.Margin = new Padding(4, 0, 4, 0); label1.Name = "label1"; label1.Size = new System.Drawing.Size(81, 15); label1.TabIndex = 7; label1.Text = "FilterPrecision"; // // filterPrecision // filterPrecision.DecimalPlaces = 2; filterPrecision.Increment = new decimal(new int[] { 1, 0, 0, 131072 }); filterPrecision.Location = new System.Drawing.Point(102, 127); filterPrecision.Margin = new Padding(4); filterPrecision.Name = "filterPrecision"; filterPrecision.Size = new System.Drawing.Size(59, 23); filterPrecision.TabIndex = 6; filterPrecision.Value = new decimal(new int[] { 25, 0, 0, 131072 }); // // castToBone // castToBone.AutoSize = true; castToBone.Location = new System.Drawing.Point(154, 69); castToBone.Margin = new Padding(4); castToBone.Name = "castToBone"; castToBone.Size = new System.Drawing.Size(143, 19); castToBone.TabIndex = 5; castToBone.Text = "All nodes cast to bone"; castToBone.UseVisualStyleBackColor = true; // // exportAllNodes // exportAllNodes.AutoSize = true; exportAllNodes.Checked = true; exportAllNodes.CheckState = CheckState.Checked; exportAllNodes.Location = new System.Drawing.Point(7, 96); exportAllNodes.Margin = new Padding(4); exportAllNodes.Name = "exportAllNodes"; exportAllNodes.Size = new System.Drawing.Size(110, 19); exportAllNodes.TabIndex = 4; exportAllNodes.Text = "Export all nodes"; exportAllNodes.UseVisualStyleBackColor = true; // // eulerFilter // eulerFilter.AutoSize = true; eulerFilter.Checked = true; eulerFilter.CheckState = CheckState.Checked; eulerFilter.Location = new System.Drawing.Point(8, 17); eulerFilter.Margin = new Padding(4); eulerFilter.Name = "eulerFilter"; eulerFilter.Size = new System.Drawing.Size(78, 19); eulerFilter.TabIndex = 3; eulerFilter.Text = "EulerFilter"; eulerFilter.UseVisualStyleBackColor = true; // // typesToolTip // toolTip.UseAnimation = false; toolTip.UseFading = false; // // ExportOptions // AcceptButton = OKbutton; AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; CancelButton = Cancel; ClientSize = new System.Drawing.Size(677, 467); Controls.Add(groupBox2); Controls.Add(groupBox1); Controls.Add(Cancel); Controls.Add(OKbutton); FormBorderStyle = FormBorderStyle.Fixed3D; Margin = new Padding(4); MaximizeBox = false; MinimizeBox = false; Name = "ExportOptions"; ShowIcon = false; ShowInTaskbar = false; StartPosition = FormStartPosition.CenterScreen; Text = "Export options"; TopMost = true; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)key).EndInit(); panel1.ResumeLayout(false); panel1.PerformLayout(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)scaleFactor).EndInit(); ((System.ComponentModel.ISupportInitialize)boneSize).EndInit(); ((System.ComponentModel.ISupportInitialize)filterPrecision).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Button OKbutton; private System.Windows.Forms.Button Cancel; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox converttexture; private System.Windows.Forms.RadioButton tojpg; private System.Windows.Forms.RadioButton topng; private System.Windows.Forms.RadioButton tobmp; private System.Windows.Forms.RadioButton totga; private System.Windows.Forms.CheckBox convertAudio; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.NumericUpDown boneSize; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox exportSkins; private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown filterPrecision; private System.Windows.Forms.CheckBox castToBone; private System.Windows.Forms.CheckBox exportAllNodes; private System.Windows.Forms.CheckBox eulerFilter; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox fbxVersion; private System.Windows.Forms.ComboBox fbxFormat; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown scaleFactor; private System.Windows.Forms.Label label5; private System.Windows.Forms.CheckBox exportBlendShape; private System.Windows.Forms.CheckBox exportAnimations; private System.Windows.Forms.ComboBox assetGroupOptions; private System.Windows.Forms.CheckBox restoreExtensionName; private System.Windows.Forms.CheckBox openAfterExport; private System.Windows.Forms.CheckBox collectAnimations; private System.Windows.Forms.CheckBox encrypted; private System.Windows.Forms.NumericUpDown key; private System.Windows.Forms.CheckBox minimalAssetMap; private System.Windows.Forms.Label label7; private Label label6; private Label label8; private CheckBox canParseCheckBox; private ComboBox typesComboBox; private CheckBox canExportCheckBox; private ComboBox uvTypesComboBox; private CheckBox uvEnabledCheckBox; private ComboBox uvsComboBox; private Label label10; private ComboBox texTypeComboBox; private TextBox texNameTextBox; private ToolTip toolTip; } }