fix ConvertFileFormatDialog localization

This commit is contained in:
ww-rm
2025-04-30 11:08:05 +08:00
parent 179fbfe84f
commit ebcd61a9a2
3 changed files with 4127 additions and 787 deletions

View File

@@ -44,7 +44,7 @@
button_Ok = new Button();
button_Cancel = new Button();
label2 = new Label();
skelFileListBox = new Controls.SkelFileListBox();
skelFileListBox = new SpineViewer.Controls.SkelFileListBox();
tableLayoutPanel3 = new TableLayoutPanel();
textBox_OutputDir = new TextBox();
button_SelectOutputDir = new Button();
@@ -58,8 +58,8 @@
//
// panel
//
panel.Controls.Add(tableLayoutPanel1);
resources.ApplyResources(panel, "panel");
panel.Controls.Add(tableLayoutPanel1);
panel.Name = "panel";
//
// tableLayoutPanel1
@@ -165,8 +165,8 @@
//
// skelFileListBox
//
tableLayoutPanel1.SetColumnSpan(skelFileListBox, 2);
resources.ApplyResources(skelFileListBox, "skelFileListBox");
tableLayoutPanel1.SetColumnSpan(skelFileListBox, 2);
skelFileListBox.Name = "skelFileListBox";
//
// tableLayoutPanel3
@@ -188,6 +188,10 @@
button_SelectOutputDir.UseVisualStyleBackColor = true;
button_SelectOutputDir.Click += button_SelectOutputDir_Click;
//
// folderBrowserDialog_Output
//
resources.ApplyResources(folderBrowserDialog_Output, "folderBrowserDialog_Output");
//
// ConvertFileFormatDialog
//
AcceptButton = button_Ok;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff