This commit is contained in:
AndnixSH
2024-09-29 11:36:07 +02:00
parent 26763b0cfa
commit 6e3bb9a6dd
3 changed files with 867 additions and 840 deletions
+3
View File
@@ -4581,6 +4581,9 @@
<data name="&gt;&gt;label_ZIPALIGN_AlignmentBytes.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="button_ZIPALIGN_BrowseOutputFile.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="button_ZIPALIGN_BrowseOutputFile.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
+2 -2
View File
@@ -134,12 +134,12 @@
//
// themeComboBox
//
resources.ApplyResources(this.themeComboBox, "themeComboBox");
this.themeComboBox.FormattingEnabled = true;
this.themeComboBox.Items.AddRange(new object[] {
resources.GetString("themeComboBox.Items"),
resources.GetString("themeComboBox.Items1"),
resources.GetString("themeComboBox.Items2")});
resources.ApplyResources(this.themeComboBox, "themeComboBox");
this.themeComboBox.Name = "themeComboBox";
//
// label1
@@ -265,8 +265,8 @@
//
// comboBox1
//
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Name = "comboBox1";
//
File diff suppressed because it is too large Load Diff