增加自动打开
This commit is contained in:
@@ -320,6 +320,7 @@
|
|||||||
ShowInTaskbar = false;
|
ShowInTaskbar = false;
|
||||||
StartPosition = FormStartPosition.CenterScreen;
|
StartPosition = FormStartPosition.CenterScreen;
|
||||||
Text = "骨骼文件格式转换";
|
Text = "骨骼文件格式转换";
|
||||||
|
Load += ConvertFileFormatDialog_Load;
|
||||||
panel.ResumeLayout(false);
|
panel.ResumeLayout(false);
|
||||||
tableLayoutPanel1.ResumeLayout(false);
|
tableLayoutPanel1.ResumeLayout(false);
|
||||||
tableLayoutPanel1.PerformLayout();
|
tableLayoutPanel1.PerformLayout();
|
||||||
|
|||||||
@@ -26,6 +26,11 @@ namespace SpineViewer.Dialogs
|
|||||||
comboBox_Version.SelectedValue = Spine.Version.V38;
|
comboBox_Version.SelectedValue = Spine.Version.V38;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void ConvertFileFormatDialog_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
button_SelectSkel_Click(sender, e);
|
||||||
|
}
|
||||||
|
|
||||||
private void button_SelectSkel_Click(object sender, EventArgs e)
|
private void button_SelectSkel_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (openFileDialog_Skel.ShowDialog() == DialogResult.OK)
|
if (openFileDialog_Skel.ShowDialog() == DialogResult.OK)
|
||||||
|
|||||||
Reference in New Issue
Block a user