增加关于对话框
This commit is contained in:
3
SpineViewer/MainForm.Designer.cs
generated
3
SpineViewer/MainForm.Designer.cs
generated
@@ -164,8 +164,9 @@
|
||||
// toolStripMenuItem_About
|
||||
//
|
||||
toolStripMenuItem_About.Name = "toolStripMenuItem_About";
|
||||
toolStripMenuItem_About.Size = new Size(171, 34);
|
||||
toolStripMenuItem_About.Size = new Size(270, 34);
|
||||
toolStripMenuItem_About.Text = "关于(&A)";
|
||||
toolStripMenuItem_About.Click += toolStripMenuItem_About_Click;
|
||||
//
|
||||
// rtbLog
|
||||
//
|
||||
|
||||
@@ -158,6 +158,11 @@ namespace SpineViewer
|
||||
}
|
||||
}
|
||||
|
||||
private void toolStripMenuItem_About_Click(object sender, EventArgs e)
|
||||
{
|
||||
(new Dialogs.AboutDialog()).ShowDialog();
|
||||
}
|
||||
|
||||
private void splitContainer_SplitterMoved(object sender, SplitterEventArgs e)
|
||||
{
|
||||
ActiveControl = null;
|
||||
|
||||
Reference in New Issue
Block a user