更改名字

This commit is contained in:
ww-rm
2025-02-26 21:52:55 +08:00
parent fc0d69ba1b
commit de4916acf4

View File

@@ -239,7 +239,7 @@
openFileDialog_Atlas.AddToRecent = false; openFileDialog_Atlas.AddToRecent = false;
openFileDialog_Atlas.Filter = "atlas 文件 (*.atlas)|*.atlas"; openFileDialog_Atlas.Filter = "atlas 文件 (*.atlas)|*.atlas";
// //
// SkelSelectDialog // OpenSpineDialog
// //
AcceptButton = button_Ok; AcceptButton = button_Ok;
AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleDimensions = new SizeF(11F, 24F);
@@ -250,7 +250,7 @@
FormBorderStyle = FormBorderStyle.FixedDialog; FormBorderStyle = FormBorderStyle.FixedDialog;
MaximizeBox = false; MaximizeBox = false;
MinimizeBox = false; MinimizeBox = false;
Name = "SkelSelectDialog"; Name = "OpenSpineDialog";
ShowIcon = false; ShowIcon = false;
ShowInTaskbar = false; ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen; StartPosition = FormStartPosition.CenterScreen;