fix ConvertFileFormatDialog localization
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
button_Ok = new Button();
|
button_Ok = new Button();
|
||||||
button_Cancel = new Button();
|
button_Cancel = new Button();
|
||||||
label2 = new Label();
|
label2 = new Label();
|
||||||
skelFileListBox = new Controls.SkelFileListBox();
|
skelFileListBox = new SpineViewer.Controls.SkelFileListBox();
|
||||||
tableLayoutPanel3 = new TableLayoutPanel();
|
tableLayoutPanel3 = new TableLayoutPanel();
|
||||||
textBox_OutputDir = new TextBox();
|
textBox_OutputDir = new TextBox();
|
||||||
button_SelectOutputDir = new Button();
|
button_SelectOutputDir = new Button();
|
||||||
@@ -58,8 +58,8 @@
|
|||||||
//
|
//
|
||||||
// panel
|
// panel
|
||||||
//
|
//
|
||||||
panel.Controls.Add(tableLayoutPanel1);
|
|
||||||
resources.ApplyResources(panel, "panel");
|
resources.ApplyResources(panel, "panel");
|
||||||
|
panel.Controls.Add(tableLayoutPanel1);
|
||||||
panel.Name = "panel";
|
panel.Name = "panel";
|
||||||
//
|
//
|
||||||
// tableLayoutPanel1
|
// tableLayoutPanel1
|
||||||
@@ -165,8 +165,8 @@
|
|||||||
//
|
//
|
||||||
// skelFileListBox
|
// skelFileListBox
|
||||||
//
|
//
|
||||||
tableLayoutPanel1.SetColumnSpan(skelFileListBox, 2);
|
|
||||||
resources.ApplyResources(skelFileListBox, "skelFileListBox");
|
resources.ApplyResources(skelFileListBox, "skelFileListBox");
|
||||||
|
tableLayoutPanel1.SetColumnSpan(skelFileListBox, 2);
|
||||||
skelFileListBox.Name = "skelFileListBox";
|
skelFileListBox.Name = "skelFileListBox";
|
||||||
//
|
//
|
||||||
// tableLayoutPanel3
|
// tableLayoutPanel3
|
||||||
@@ -188,6 +188,10 @@
|
|||||||
button_SelectOutputDir.UseVisualStyleBackColor = true;
|
button_SelectOutputDir.UseVisualStyleBackColor = true;
|
||||||
button_SelectOutputDir.Click += button_SelectOutputDir_Click;
|
button_SelectOutputDir.Click += button_SelectOutputDir_Click;
|
||||||
//
|
//
|
||||||
|
// folderBrowserDialog_Output
|
||||||
|
//
|
||||||
|
resources.ApplyResources(folderBrowserDialog_Output, "folderBrowserDialog_Output");
|
||||||
|
//
|
||||||
// ConvertFileFormatDialog
|
// ConvertFileFormatDialog
|
||||||
//
|
//
|
||||||
AcceptButton = button_Ok;
|
AcceptButton = button_Ok;
|
||||||
|
|||||||
3351
SpineViewer/Dialogs/ConvertFileFormatDialog.en.resx
Normal file
3351
SpineViewer/Dialogs/ConvertFileFormatDialog.en.resx
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user