diff --git a/APKToolGUI/Forms/FormMain.Designer.cs b/APKToolGUI/Forms/FormMain.Designer.cs index 8c1c47e..e8f699e 100644 --- a/APKToolGUI/Forms/FormMain.Designer.cs +++ b/APKToolGUI/Forms/FormMain.Designer.cs @@ -34,6 +34,7 @@ this.tabPageMain = new System.Windows.Forms.TabPage(); this.mergePanel = new System.Windows.Forms.Panel(); this.splitApkTxt = new System.Windows.Forms.Label(); + this.splitApkPathTxtBox = new System.Windows.Forms.TextBox(); this.selSplitApkBtn = new System.Windows.Forms.Button(); this.mergeApkBtn = new System.Windows.Forms.Button(); this.comApkOpenDir = new System.Windows.Forms.Button(); @@ -47,23 +48,29 @@ this.openAndroidMainfestBtn = new System.Windows.Forms.Button(); this.signPanel = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); + this.textBox_SIGN_InputFile = new System.Windows.Forms.TextBox(); this.button_SIGN_BrowseInputFile = new System.Windows.Forms.Button(); this.button_SIGN_Sign = new System.Windows.Forms.Button(); this.zipalignPanel = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.button_ZIPALIGN_Align = new System.Windows.Forms.Button(); this.button_ZIPALIGN_BrowseInputFile = new System.Windows.Forms.Button(); + this.textBox_ZIPALIGN_InputFile = new System.Windows.Forms.TextBox(); this.comPanel = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.button_BUILD_BrowseInputProjectDir = new System.Windows.Forms.Button(); this.button_BUILD_Build = new System.Windows.Forms.Button(); + this.textBox_BUILD_InputProjectDir = new System.Windows.Forms.TextBox(); this.decPanel = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); + this.textBox_DECODE_InputAppPath = new System.Windows.Forms.TextBox(); this.button_DECODE_Decode = new System.Windows.Forms.Button(); this.button_DECODE_BrowseInputAppPath = new System.Windows.Forms.Button(); this.tabPageApkInfo = new System.Windows.Forms.TabPage(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.basicInfoTabPage = new System.Windows.Forms.TabPage(); + this.sigTxtBox = new System.Windows.Forms.RichTextBox(); + this.label5 = new System.Windows.Forms.Label(); this.launchActivityTxtBox = new System.Windows.Forms.TextBox(); this.label31 = new System.Windows.Forms.Label(); this.archSdkTxtBox = new System.Windows.Forms.TextBox(); @@ -106,10 +113,49 @@ this.fullInfoTextBox = new System.Windows.Forms.RichTextBox(); this.tabPageDecode = new System.Windows.Forms.TabPage(); this.groupBox_DECODE_Options = new System.Windows.Forms.GroupBox(); + this.checkBox7 = new System.Windows.Forms.CheckBox(); + this.decApiLvlUpDown = new System.Windows.Forms.NumericUpDown(); + this.decSetApiLvlChkBox = new System.Windows.Forms.CheckBox(); + this.checkBox_DECODE_FixError = new System.Windows.Forms.CheckBox(); + this.checkBox_DECODE_OnlyMainClasses = new System.Windows.Forms.CheckBox(); + this.textBox_DECODE_FrameDir = new System.Windows.Forms.TextBox(); + this.button_DECODE_BrowseOutputDirectory = new System.Windows.Forms.Button(); + this.checkBox_DECODE_UseFramework = new System.Windows.Forms.CheckBox(); + this.button_DECODE_BrowseFrameDir = new System.Windows.Forms.Button(); + this.checkBox_DECODE_MatchOriginal = new System.Windows.Forms.CheckBox(); + this.checkBox_DECODE_OutputDirectory = new System.Windows.Forms.CheckBox(); + this.textBox_DECODE_OutputDirectory = new System.Windows.Forms.TextBox(); + this.checkBox_DECODE_KeepBrokenRes = new System.Windows.Forms.CheckBox(); + this.checkBox_DECODE_NoSrc = new System.Windows.Forms.CheckBox(); + this.checkBox_DECODE_Force = new System.Windows.Forms.CheckBox(); + this.checkBox_DECODE_NoRes = new System.Windows.Forms.CheckBox(); + this.checkBox_DECODE_NoDebugInfo = new System.Windows.Forms.CheckBox(); this.tabPageBuild = new System.Windows.Forms.TabPage(); this.groupBox_BUILD_Options = new System.Windows.Forms.GroupBox(); + this.checkBox_BUILD_NetSecConf = new System.Windows.Forms.CheckBox(); + this.useAapt2ChkBox = new System.Windows.Forms.CheckBox(); + this.buildApiLvlUpDown = new System.Windows.Forms.NumericUpDown(); + this.buildSetApiLvlChkBox = new System.Windows.Forms.CheckBox(); + this.createUnsignApkChkBox = new System.Windows.Forms.CheckBox(); + this.signAfterBuildChkBox = new System.Windows.Forms.CheckBox(); + this.zipalignAfterBuildChkBox = new System.Windows.Forms.CheckBox(); + this.checkBox_BUILD_NoCrunch = new System.Windows.Forms.CheckBox(); + this.button_BUILD_BrowseOutputAppPath = new System.Windows.Forms.Button(); + this.checkBox_BUILD_ForceAll = new System.Windows.Forms.CheckBox(); + this.button_BUILD_BrowseFrameDir = new System.Windows.Forms.Button(); + this.button_BUILD_BrowseAaptPath = new System.Windows.Forms.Button(); + this.checkBox_BUILD_OutputAppPath = new System.Windows.Forms.CheckBox(); + this.checkBox_BUILD_CopyOriginal = new System.Windows.Forms.CheckBox(); + this.textBox_BUILD_OutputAppPath = new System.Windows.Forms.TextBox(); + this.checkBox_BUILD_UseAapt = new System.Windows.Forms.CheckBox(); + this.textBox_BUILD_AaptPath = new System.Windows.Forms.TextBox(); + this.textBox_BUILD_FrameDir = new System.Windows.Forms.TextBox(); + this.checkBox_BUILD_UseFramework = new System.Windows.Forms.CheckBox(); this.tabPageSign = new System.Windows.Forms.TabPage(); this.groupBox_SIGN_Options = new System.Windows.Forms.GroupBox(); + this.checkBox2 = new System.Windows.Forms.CheckBox(); + this.checkBox1 = new System.Windows.Forms.CheckBox(); + this.autoDelIdsigChkBox = new System.Windows.Forms.CheckBox(); this.schemev4ComboBox = new System.Windows.Forms.ComboBox(); this.label27 = new System.Windows.Forms.Label(); this.schemev3ComboBox = new System.Windows.Forms.ComboBox(); @@ -118,37 +164,67 @@ this.label25 = new System.Windows.Forms.Label(); this.schemev1ComboBox = new System.Windows.Forms.ComboBox(); this.label24 = new System.Windows.Forms.Label(); + this.textBox3 = new System.Windows.Forms.TextBox(); this.selectKeyStoreFileBtn = new System.Windows.Forms.Button(); + this.aliasTxtBox = new System.Windows.Forms.TextBox(); + this.useAliasChkBox = new System.Windows.Forms.CheckBox(); this.label22 = new System.Windows.Forms.Label(); + this.keyStoreFileTxtBox = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); + this.useKeyStoreChkBox = new System.Windows.Forms.CheckBox(); + this.useSigningOutputDir = new System.Windows.Forms.CheckBox(); this.label_SIGN_PrivateKey = new System.Windows.Forms.Label(); this.label_SIGN_PublicKey = new System.Windows.Forms.Label(); this.button_SIGN_BrowseOutputFile = new System.Windows.Forms.Button(); + this.textBox_SIGN_OutputFile = new System.Windows.Forms.TextBox(); this.button_SIGN_BrowsePublicKey = new System.Windows.Forms.Button(); this.button_SIGN_BrowsePrivateKey = new System.Windows.Forms.Button(); + this.textBox_SIGN_PublicKey = new System.Windows.Forms.TextBox(); + this.textBox_SIGN_PrivateKey = new System.Windows.Forms.TextBox(); this.tabPageZipAlign = new System.Windows.Forms.TabPage(); this.groupBox_ZIPALIGN_Options = new System.Windows.Forms.GroupBox(); + this.zipalignOutputDirChkBox = new System.Windows.Forms.CheckBox(); + this.signAfterZipalignChkBox = new System.Windows.Forms.CheckBox(); + this.checkBox_ZIPALIGN_Recompress = new System.Windows.Forms.CheckBox(); this.label_ZIPALIGN_AlignmentBytes = new System.Windows.Forms.Label(); this.button_ZIPALIGN_BrowseOutputFile = new System.Windows.Forms.Button(); + this.checkBox_ZIPALIGN_CheckAlignment = new System.Windows.Forms.CheckBox(); + this.textBox_ZIPALIGN_OutputFile = new System.Windows.Forms.TextBox(); + this.checkBox_ZIPALIGN_VerboseOutput = new System.Windows.Forms.CheckBox(); + this.numericUpDown_ZIPALIGN_AlignmentBytes = new System.Windows.Forms.NumericUpDown(); + this.checkBox_ZIPALIGN_OverwriteOutputFile = new System.Windows.Forms.CheckBox(); this.tabPageInstallFramework = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.openFwFolderBtn = new System.Windows.Forms.Button(); this.clearFwBtn = new System.Windows.Forms.Button(); + this.clearFwBeforeDecodeChkBox = new System.Windows.Forms.CheckBox(); this.groupBox_IF_Options = new System.Windows.Forms.GroupBox(); + this.checkBox_IF_Tag = new System.Windows.Forms.CheckBox(); + this.checkBox_IF_FramePath = new System.Windows.Forms.CheckBox(); + this.textBox_IF_Tag = new System.Windows.Forms.TextBox(); this.button_IF_InstallFramework = new System.Windows.Forms.Button(); + this.button_IF_BrowseFrameDir = new System.Windows.Forms.Button(); this.button_IF_BrowseInputFramePath = new System.Windows.Forms.Button(); + this.textBox_IF_InputFramePath = new System.Windows.Forms.TextBox(); + this.textBox_IF_FrameDir = new System.Windows.Forms.TextBox(); this.tabPageBaksmali = new System.Windows.Forms.TabPage(); this.smaliGroupBox = new System.Windows.Forms.GroupBox(); this.label29 = new System.Windows.Forms.Label(); + this.smaliUseOutputChkBox = new System.Windows.Forms.CheckBox(); this.comSmaliBtn = new System.Windows.Forms.Button(); this.smaliBrowseOutputBtn = new System.Windows.Forms.Button(); + this.smaliBrowseInputDirTxtBox = new System.Windows.Forms.TextBox(); + this.smaliBrowseOutputTxtBox = new System.Windows.Forms.TextBox(); this.smaliBrowseInputDirBtn = new System.Windows.Forms.Button(); this.bakSmaliGroupBox = new System.Windows.Forms.GroupBox(); this.label28 = new System.Windows.Forms.Label(); + this.baksmaliUseOutputChkBox = new System.Windows.Forms.CheckBox(); this.baksmaliBrowseOutputBtn = new System.Windows.Forms.Button(); + this.baksmaliBrowseOutputTxtBox = new System.Windows.Forms.TextBox(); this.decSmaliBtn = new System.Windows.Forms.Button(); this.baksmaliBrowseInputDexBtn = new System.Windows.Forms.Button(); + this.baksmaliBrowseInputDexTxtBox = new System.Windows.Forms.TextBox(); this.tabPageAdb = new System.Windows.Forms.TabPage(); this.overrideAbiComboBox = new System.Windows.Forms.ComboBox(); this.selAdbDeviceLbl = new System.Windows.Forms.Label(); @@ -157,6 +233,9 @@ this.installApkBtn = new System.Windows.Forms.Button(); this.refreshDevicesBtn = new System.Windows.Forms.Button(); this.selApkAdbBtn = new System.Windows.Forms.Button(); + this.overrideAbiCheckBox = new System.Windows.Forms.CheckBox(); + this.setVendorChkBox = new System.Windows.Forms.CheckBox(); + this.apkPathAdbTxtBox = new System.Windows.Forms.TextBox(); this.label32 = new System.Windows.Forms.Label(); this.devicesListBox = new System.Windows.Forms.ListBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); @@ -177,6 +256,7 @@ this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); + this.useAPKEditorForDecompilingItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.checkForUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -185,86 +265,6 @@ this.baksmaliIssuesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.useAPKEditorForDecompilingItem = new System.Windows.Forms.ToolStripMenuItem(); - this.splitApkPathTxtBox = new System.Windows.Forms.TextBox(); - this.textBox_SIGN_InputFile = new System.Windows.Forms.TextBox(); - this.textBox_ZIPALIGN_InputFile = new System.Windows.Forms.TextBox(); - this.textBox_BUILD_InputProjectDir = new System.Windows.Forms.TextBox(); - this.textBox_DECODE_InputAppPath = new System.Windows.Forms.TextBox(); - this.checkBox7 = new System.Windows.Forms.CheckBox(); - this.decApiLvlUpDown = new System.Windows.Forms.NumericUpDown(); - this.decSetApiLvlChkBox = new System.Windows.Forms.CheckBox(); - this.checkBox_DECODE_FixError = new System.Windows.Forms.CheckBox(); - this.checkBox_DECODE_OnlyMainClasses = new System.Windows.Forms.CheckBox(); - this.textBox_DECODE_FrameDir = new System.Windows.Forms.TextBox(); - this.button_DECODE_BrowseOutputDirectory = new System.Windows.Forms.Button(); - this.checkBox_DECODE_UseFramework = new System.Windows.Forms.CheckBox(); - this.button_DECODE_BrowseFrameDir = new System.Windows.Forms.Button(); - this.checkBox_DECODE_MatchOriginal = new System.Windows.Forms.CheckBox(); - this.checkBox_DECODE_OutputDirectory = new System.Windows.Forms.CheckBox(); - this.textBox_DECODE_OutputDirectory = new System.Windows.Forms.TextBox(); - this.checkBox_DECODE_KeepBrokenRes = new System.Windows.Forms.CheckBox(); - this.checkBox_DECODE_NoSrc = new System.Windows.Forms.CheckBox(); - this.checkBox_DECODE_Force = new System.Windows.Forms.CheckBox(); - this.checkBox_DECODE_NoRes = new System.Windows.Forms.CheckBox(); - this.checkBox_DECODE_NoDebugInfo = new System.Windows.Forms.CheckBox(); - this.checkBox_BUILD_NetSecConf = new System.Windows.Forms.CheckBox(); - this.useAapt2ChkBox = new System.Windows.Forms.CheckBox(); - this.buildApiLvlUpDown = new System.Windows.Forms.NumericUpDown(); - this.buildSetApiLvlChkBox = new System.Windows.Forms.CheckBox(); - this.createUnsignApkChkBox = new System.Windows.Forms.CheckBox(); - this.signAfterBuildChkBox = new System.Windows.Forms.CheckBox(); - this.zipalignAfterBuildChkBox = new System.Windows.Forms.CheckBox(); - this.checkBox_BUILD_NoCrunch = new System.Windows.Forms.CheckBox(); - this.button_BUILD_BrowseOutputAppPath = new System.Windows.Forms.Button(); - this.checkBox_BUILD_ForceAll = new System.Windows.Forms.CheckBox(); - this.button_BUILD_BrowseFrameDir = new System.Windows.Forms.Button(); - this.button_BUILD_BrowseAaptPath = new System.Windows.Forms.Button(); - this.checkBox_BUILD_OutputAppPath = new System.Windows.Forms.CheckBox(); - this.checkBox_BUILD_CopyOriginal = new System.Windows.Forms.CheckBox(); - this.textBox_BUILD_OutputAppPath = new System.Windows.Forms.TextBox(); - this.checkBox_BUILD_UseAapt = new System.Windows.Forms.CheckBox(); - this.textBox_BUILD_AaptPath = new System.Windows.Forms.TextBox(); - this.textBox_BUILD_FrameDir = new System.Windows.Forms.TextBox(); - this.checkBox_BUILD_UseFramework = new System.Windows.Forms.CheckBox(); - this.checkBox2 = new System.Windows.Forms.CheckBox(); - this.checkBox1 = new System.Windows.Forms.CheckBox(); - this.autoDelIdsigChkBox = new System.Windows.Forms.CheckBox(); - this.textBox3 = new System.Windows.Forms.TextBox(); - this.aliasTxtBox = new System.Windows.Forms.TextBox(); - this.useAliasChkBox = new System.Windows.Forms.CheckBox(); - this.keyStoreFileTxtBox = new System.Windows.Forms.TextBox(); - this.useKeyStoreChkBox = new System.Windows.Forms.CheckBox(); - this.useSigningOutputDir = new System.Windows.Forms.CheckBox(); - this.textBox_SIGN_OutputFile = new System.Windows.Forms.TextBox(); - this.textBox_SIGN_PublicKey = new System.Windows.Forms.TextBox(); - this.textBox_SIGN_PrivateKey = new System.Windows.Forms.TextBox(); - this.zipalignOutputDirChkBox = new System.Windows.Forms.CheckBox(); - this.signAfterZipalignChkBox = new System.Windows.Forms.CheckBox(); - this.checkBox_ZIPALIGN_Recompress = new System.Windows.Forms.CheckBox(); - this.checkBox_ZIPALIGN_CheckAlignment = new System.Windows.Forms.CheckBox(); - this.textBox_ZIPALIGN_OutputFile = new System.Windows.Forms.TextBox(); - this.checkBox_ZIPALIGN_VerboseOutput = new System.Windows.Forms.CheckBox(); - this.numericUpDown_ZIPALIGN_AlignmentBytes = new System.Windows.Forms.NumericUpDown(); - this.checkBox_ZIPALIGN_OverwriteOutputFile = new System.Windows.Forms.CheckBox(); - this.clearFwBeforeDecodeChkBox = new System.Windows.Forms.CheckBox(); - this.checkBox_IF_Tag = new System.Windows.Forms.CheckBox(); - this.checkBox_IF_FramePath = new System.Windows.Forms.CheckBox(); - this.textBox_IF_Tag = new System.Windows.Forms.TextBox(); - this.button_IF_BrowseFrameDir = new System.Windows.Forms.Button(); - this.textBox_IF_InputFramePath = new System.Windows.Forms.TextBox(); - this.textBox_IF_FrameDir = new System.Windows.Forms.TextBox(); - this.smaliUseOutputChkBox = new System.Windows.Forms.CheckBox(); - this.smaliBrowseInputDirTxtBox = new System.Windows.Forms.TextBox(); - this.smaliBrowseOutputTxtBox = new System.Windows.Forms.TextBox(); - this.baksmaliUseOutputChkBox = new System.Windows.Forms.CheckBox(); - this.baksmaliBrowseOutputTxtBox = new System.Windows.Forms.TextBox(); - this.baksmaliBrowseInputDexTxtBox = new System.Windows.Forms.TextBox(); - this.overrideAbiCheckBox = new System.Windows.Forms.CheckBox(); - this.setVendorChkBox = new System.Windows.Forms.CheckBox(); - this.apkPathAdbTxtBox = new System.Windows.Forms.TextBox(); - this.sigTxtBox = new System.Windows.Forms.RichTextBox(); - this.label5 = new System.Windows.Forms.Label(); this.tabControlMain.SuspendLayout(); this.tabPageMain.SuspendLayout(); this.mergePanel.SuspendLayout(); @@ -279,12 +279,15 @@ this.tabPage3.SuspendLayout(); this.tabPageDecode.SuspendLayout(); this.groupBox_DECODE_Options.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.decApiLvlUpDown)).BeginInit(); this.tabPageBuild.SuspendLayout(); this.groupBox_BUILD_Options.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.buildApiLvlUpDown)).BeginInit(); this.tabPageSign.SuspendLayout(); this.groupBox_SIGN_Options.SuspendLayout(); this.tabPageZipAlign.SuspendLayout(); this.groupBox_ZIPALIGN_Options.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ZIPALIGN_AlignmentBytes)).BeginInit(); this.tabPageInstallFramework.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox_IF_Options.SuspendLayout(); @@ -295,9 +298,6 @@ this.statusStrip1.SuspendLayout(); this.contextMenuStripLog.SuspendLayout(); this.menuStrip1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.decApiLvlUpDown)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.buildApiLvlUpDown)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ZIPALIGN_AlignmentBytes)).BeginInit(); this.SuspendLayout(); // // tabControlMain @@ -340,11 +340,11 @@ // mergePanel // this.mergePanel.AllowDrop = true; - resources.ApplyResources(this.mergePanel, "mergePanel"); this.mergePanel.Controls.Add(this.splitApkTxt); this.mergePanel.Controls.Add(this.splitApkPathTxtBox); this.mergePanel.Controls.Add(this.selSplitApkBtn); this.mergePanel.Controls.Add(this.mergeApkBtn); + resources.ApplyResources(this.mergePanel, "mergePanel"); this.mergePanel.Name = "mergePanel"; // // splitApkTxt @@ -352,6 +352,14 @@ resources.ApplyResources(this.splitApkTxt, "splitApkTxt"); this.splitApkTxt.Name = "splitApkTxt"; // + // splitApkPathTxtBox + // + this.splitApkPathTxtBox.AllowDrop = true; + resources.ApplyResources(this.splitApkPathTxtBox, "splitApkPathTxtBox"); + this.splitApkPathTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "SplitApk_InputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.splitApkPathTxtBox.Name = "splitApkPathTxtBox"; + this.splitApkPathTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.SplitApk_InputFile; + // // selSplitApkBtn // resources.ApplyResources(this.selSplitApkBtn, "selSplitApkBtn"); @@ -422,11 +430,11 @@ // signPanel // this.signPanel.AllowDrop = true; - resources.ApplyResources(this.signPanel, "signPanel"); this.signPanel.Controls.Add(this.label4); this.signPanel.Controls.Add(this.textBox_SIGN_InputFile); this.signPanel.Controls.Add(this.button_SIGN_BrowseInputFile); this.signPanel.Controls.Add(this.button_SIGN_Sign); + resources.ApplyResources(this.signPanel, "signPanel"); this.signPanel.Name = "signPanel"; // // label4 @@ -434,6 +442,14 @@ resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // + // textBox_SIGN_InputFile + // + this.textBox_SIGN_InputFile.AllowDrop = true; + resources.ApplyResources(this.textBox_SIGN_InputFile, "textBox_SIGN_InputFile"); + this.textBox_SIGN_InputFile.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_InputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_SIGN_InputFile.Name = "textBox_SIGN_InputFile"; + this.textBox_SIGN_InputFile.Text = global::APKToolGUI.Properties.Settings.Default.Sign_InputFile; + // // button_SIGN_BrowseInputFile // resources.ApplyResources(this.button_SIGN_BrowseInputFile, "button_SIGN_BrowseInputFile"); @@ -450,11 +466,11 @@ // zipalignPanel // this.zipalignPanel.AllowDrop = true; - resources.ApplyResources(this.zipalignPanel, "zipalignPanel"); this.zipalignPanel.Controls.Add(this.label3); this.zipalignPanel.Controls.Add(this.button_ZIPALIGN_Align); this.zipalignPanel.Controls.Add(this.button_ZIPALIGN_BrowseInputFile); this.zipalignPanel.Controls.Add(this.textBox_ZIPALIGN_InputFile); + resources.ApplyResources(this.zipalignPanel, "zipalignPanel"); this.zipalignPanel.Name = "zipalignPanel"; // // label3 @@ -475,14 +491,22 @@ this.button_ZIPALIGN_BrowseInputFile.Name = "button_ZIPALIGN_BrowseInputFile"; this.button_ZIPALIGN_BrowseInputFile.UseVisualStyleBackColor = true; // + // textBox_ZIPALIGN_InputFile + // + this.textBox_ZIPALIGN_InputFile.AllowDrop = true; + resources.ApplyResources(this.textBox_ZIPALIGN_InputFile, "textBox_ZIPALIGN_InputFile"); + this.textBox_ZIPALIGN_InputFile.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Zipalign_InputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_ZIPALIGN_InputFile.Name = "textBox_ZIPALIGN_InputFile"; + this.textBox_ZIPALIGN_InputFile.Text = global::APKToolGUI.Properties.Settings.Default.Zipalign_InputFile; + // // comPanel // this.comPanel.AllowDrop = true; - resources.ApplyResources(this.comPanel, "comPanel"); this.comPanel.Controls.Add(this.label2); this.comPanel.Controls.Add(this.button_BUILD_BrowseInputProjectDir); this.comPanel.Controls.Add(this.button_BUILD_Build); this.comPanel.Controls.Add(this.textBox_BUILD_InputProjectDir); + resources.ApplyResources(this.comPanel, "comPanel"); this.comPanel.Name = "comPanel"; // // label2 @@ -503,15 +527,23 @@ this.button_BUILD_Build.Name = "button_BUILD_Build"; this.button_BUILD_Build.UseVisualStyleBackColor = true; // + // textBox_BUILD_InputProjectDir + // + this.textBox_BUILD_InputProjectDir.AllowDrop = true; + resources.ApplyResources(this.textBox_BUILD_InputProjectDir, "textBox_BUILD_InputProjectDir"); + this.textBox_BUILD_InputProjectDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Build_InputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_BUILD_InputProjectDir.Name = "textBox_BUILD_InputProjectDir"; + this.textBox_BUILD_InputProjectDir.Text = global::APKToolGUI.Properties.Settings.Default.Build_InputDir; + // // decPanel // this.decPanel.AllowDrop = true; - resources.ApplyResources(this.decPanel, "decPanel"); this.decPanel.BackColor = System.Drawing.Color.White; this.decPanel.Controls.Add(this.label1); this.decPanel.Controls.Add(this.textBox_DECODE_InputAppPath); this.decPanel.Controls.Add(this.button_DECODE_Decode); this.decPanel.Controls.Add(this.button_DECODE_BrowseInputAppPath); + resources.ApplyResources(this.decPanel, "decPanel"); this.decPanel.Name = "decPanel"; // // label1 @@ -519,6 +551,14 @@ resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // + // textBox_DECODE_InputAppPath + // + this.textBox_DECODE_InputAppPath.AllowDrop = true; + resources.ApplyResources(this.textBox_DECODE_InputAppPath, "textBox_DECODE_InputAppPath"); + this.textBox_DECODE_InputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Decode_InputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_DECODE_InputAppPath.Name = "textBox_DECODE_InputAppPath"; + this.textBox_DECODE_InputAppPath.Text = global::APKToolGUI.Properties.Settings.Default.Decode_InputAppPath; + // // button_DECODE_Decode // this.button_DECODE_Decode.AllowDrop = true; @@ -596,6 +636,17 @@ this.basicInfoTabPage.Name = "basicInfoTabPage"; this.basicInfoTabPage.UseVisualStyleBackColor = true; // + // sigTxtBox + // + resources.ApplyResources(this.sigTxtBox, "sigTxtBox"); + this.sigTxtBox.Name = "sigTxtBox"; + this.sigTxtBox.ReadOnly = true; + // + // label5 + // + resources.ApplyResources(this.label5, "label5"); + this.label5.Name = "label5"; + // // launchActivityTxtBox // resources.ApplyResources(this.launchActivityTxtBox, "launchActivityTxtBox"); @@ -853,6 +904,148 @@ this.groupBox_DECODE_Options.Name = "groupBox_DECODE_Options"; this.groupBox_DECODE_Options.TabStop = false; // + // checkBox7 + // + resources.ApplyResources(this.checkBox7, "checkBox7"); + this.checkBox7.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_DontParseApkInfo; + this.checkBox7.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_DontParseApkInfo", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox7.Name = "checkBox7"; + this.checkBox7.UseVisualStyleBackColor = true; + // + // decApiLvlUpDown + // + this.decApiLvlUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::APKToolGUI.Properties.Settings.Default, "Decode_ApiLevel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + resources.ApplyResources(this.decApiLvlUpDown, "decApiLvlUpDown"); + this.decApiLvlUpDown.Name = "decApiLvlUpDown"; + this.decApiLvlUpDown.Value = global::APKToolGUI.Properties.Settings.Default.Decode_ApiLevel; + // + // decSetApiLvlChkBox + // + resources.ApplyResources(this.decSetApiLvlChkBox, "decSetApiLvlChkBox"); + this.decSetApiLvlChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_SetApiLevel; + this.decSetApiLvlChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_SetApiLevel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.decSetApiLvlChkBox.Name = "decSetApiLvlChkBox"; + this.decSetApiLvlChkBox.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_FixError + // + resources.ApplyResources(this.checkBox_DECODE_FixError, "checkBox_DECODE_FixError"); + this.checkBox_DECODE_FixError.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_FixError; + this.checkBox_DECODE_FixError.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBox_DECODE_FixError.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_FixError", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_FixError.Name = "checkBox_DECODE_FixError"; + this.toolTip1.SetToolTip(this.checkBox_DECODE_FixError, resources.GetString("checkBox_DECODE_FixError.ToolTip")); + this.checkBox_DECODE_FixError.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_OnlyMainClasses + // + resources.ApplyResources(this.checkBox_DECODE_OnlyMainClasses, "checkBox_DECODE_OnlyMainClasses"); + this.checkBox_DECODE_OnlyMainClasses.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_OnlyMainClasses; + this.checkBox_DECODE_OnlyMainClasses.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBox_DECODE_OnlyMainClasses.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_OnlyMainClasses", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_OnlyMainClasses.Name = "checkBox_DECODE_OnlyMainClasses"; + this.toolTip1.SetToolTip(this.checkBox_DECODE_OnlyMainClasses, resources.GetString("checkBox_DECODE_OnlyMainClasses.ToolTip")); + this.checkBox_DECODE_OnlyMainClasses.UseVisualStyleBackColor = true; + // + // textBox_DECODE_FrameDir + // + resources.ApplyResources(this.textBox_DECODE_FrameDir, "textBox_DECODE_FrameDir"); + this.textBox_DECODE_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Decode_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_DECODE_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Framework_FrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_DECODE_FrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Decode_UseFramework; + this.textBox_DECODE_FrameDir.Name = "textBox_DECODE_FrameDir"; + this.textBox_DECODE_FrameDir.Text = global::APKToolGUI.Properties.Settings.Default.Framework_FrameDir; + // + // button_DECODE_BrowseOutputDirectory + // + resources.ApplyResources(this.button_DECODE_BrowseOutputDirectory, "button_DECODE_BrowseOutputDirectory"); + this.button_DECODE_BrowseOutputDirectory.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Decode_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.button_DECODE_BrowseOutputDirectory.Enabled = global::APKToolGUI.Properties.Settings.Default.Decode_UseOutputDir; + this.button_DECODE_BrowseOutputDirectory.Name = "button_DECODE_BrowseOutputDirectory"; + this.button_DECODE_BrowseOutputDirectory.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_UseFramework + // + resources.ApplyResources(this.checkBox_DECODE_UseFramework, "checkBox_DECODE_UseFramework"); + this.checkBox_DECODE_UseFramework.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_UseFramework; + this.checkBox_DECODE_UseFramework.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_UseFramework.Name = "checkBox_DECODE_UseFramework"; + this.checkBox_DECODE_UseFramework.UseVisualStyleBackColor = true; + // + // button_DECODE_BrowseFrameDir + // + resources.ApplyResources(this.button_DECODE_BrowseFrameDir, "button_DECODE_BrowseFrameDir"); + this.button_DECODE_BrowseFrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Decode_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.button_DECODE_BrowseFrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Decode_UseFramework; + this.button_DECODE_BrowseFrameDir.Name = "button_DECODE_BrowseFrameDir"; + this.button_DECODE_BrowseFrameDir.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_MatchOriginal + // + resources.ApplyResources(this.checkBox_DECODE_MatchOriginal, "checkBox_DECODE_MatchOriginal"); + this.checkBox_DECODE_MatchOriginal.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_MatchOriginal; + this.checkBox_DECODE_MatchOriginal.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_MatchOriginal", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_MatchOriginal.Name = "checkBox_DECODE_MatchOriginal"; + this.checkBox_DECODE_MatchOriginal.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_OutputDirectory + // + resources.ApplyResources(this.checkBox_DECODE_OutputDirectory, "checkBox_DECODE_OutputDirectory"); + this.checkBox_DECODE_OutputDirectory.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_UseOutputDir; + this.checkBox_DECODE_OutputDirectory.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_OutputDirectory.Name = "checkBox_DECODE_OutputDirectory"; + this.checkBox_DECODE_OutputDirectory.UseVisualStyleBackColor = true; + // + // textBox_DECODE_OutputDirectory + // + resources.ApplyResources(this.textBox_DECODE_OutputDirectory, "textBox_DECODE_OutputDirectory"); + this.textBox_DECODE_OutputDirectory.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Decode_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_DECODE_OutputDirectory.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Decode_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_DECODE_OutputDirectory.Enabled = global::APKToolGUI.Properties.Settings.Default.Decode_UseOutputDir; + this.textBox_DECODE_OutputDirectory.Name = "textBox_DECODE_OutputDirectory"; + this.textBox_DECODE_OutputDirectory.Text = global::APKToolGUI.Properties.Settings.Default.Decode_OutputDir; + // + // checkBox_DECODE_KeepBrokenRes + // + resources.ApplyResources(this.checkBox_DECODE_KeepBrokenRes, "checkBox_DECODE_KeepBrokenRes"); + this.checkBox_DECODE_KeepBrokenRes.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_KeepBrokenRes; + this.checkBox_DECODE_KeepBrokenRes.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_KeepBrokenRes", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_KeepBrokenRes.Name = "checkBox_DECODE_KeepBrokenRes"; + this.checkBox_DECODE_KeepBrokenRes.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_NoSrc + // + resources.ApplyResources(this.checkBox_DECODE_NoSrc, "checkBox_DECODE_NoSrc"); + this.checkBox_DECODE_NoSrc.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_NoSrc; + this.checkBox_DECODE_NoSrc.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_NoSrc", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_NoSrc.Name = "checkBox_DECODE_NoSrc"; + this.checkBox_DECODE_NoSrc.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_Force + // + resources.ApplyResources(this.checkBox_DECODE_Force, "checkBox_DECODE_Force"); + this.checkBox_DECODE_Force.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_Force; + this.checkBox_DECODE_Force.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBox_DECODE_Force.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_Force", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_Force.Name = "checkBox_DECODE_Force"; + this.checkBox_DECODE_Force.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_NoRes + // + resources.ApplyResources(this.checkBox_DECODE_NoRes, "checkBox_DECODE_NoRes"); + this.checkBox_DECODE_NoRes.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_NoRes; + this.checkBox_DECODE_NoRes.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_NoRes", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_NoRes.Name = "checkBox_DECODE_NoRes"; + this.checkBox_DECODE_NoRes.UseVisualStyleBackColor = true; + // + // checkBox_DECODE_NoDebugInfo + // + resources.ApplyResources(this.checkBox_DECODE_NoDebugInfo, "checkBox_DECODE_NoDebugInfo"); + this.checkBox_DECODE_NoDebugInfo.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_NoDebugInfo; + this.checkBox_DECODE_NoDebugInfo.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_NoDebugInfo", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_DECODE_NoDebugInfo.Name = "checkBox_DECODE_NoDebugInfo"; + this.checkBox_DECODE_NoDebugInfo.UseVisualStyleBackColor = true; + // // tabPageBuild // resources.ApplyResources(this.tabPageBuild, "tabPageBuild"); @@ -885,6 +1078,166 @@ this.groupBox_BUILD_Options.Name = "groupBox_BUILD_Options"; this.groupBox_BUILD_Options.TabStop = false; // + // checkBox_BUILD_NetSecConf + // + resources.ApplyResources(this.checkBox_BUILD_NetSecConf, "checkBox_BUILD_NetSecConf"); + this.checkBox_BUILD_NetSecConf.Checked = global::APKToolGUI.Properties.Settings.Default.Build_NetSecConf; + this.checkBox_BUILD_NetSecConf.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_NetSecConf", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_BUILD_NetSecConf.Name = "checkBox_BUILD_NetSecConf"; + this.checkBox_BUILD_NetSecConf.UseVisualStyleBackColor = true; + // + // useAapt2ChkBox + // + resources.ApplyResources(this.useAapt2ChkBox, "useAapt2ChkBox"); + this.useAapt2ChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_UseAapt2; + this.useAapt2ChkBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.useAapt2ChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_UseAapt2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.useAapt2ChkBox.Name = "useAapt2ChkBox"; + this.useAapt2ChkBox.UseVisualStyleBackColor = true; + // + // buildApiLvlUpDown + // + this.buildApiLvlUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::APKToolGUI.Properties.Settings.Default, "Build_ApiLevel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + resources.ApplyResources(this.buildApiLvlUpDown, "buildApiLvlUpDown"); + this.buildApiLvlUpDown.Name = "buildApiLvlUpDown"; + this.buildApiLvlUpDown.Value = global::APKToolGUI.Properties.Settings.Default.Build_ApiLevel; + // + // buildSetApiLvlChkBox + // + resources.ApplyResources(this.buildSetApiLvlChkBox, "buildSetApiLvlChkBox"); + this.buildSetApiLvlChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_SetApiLevel; + this.buildSetApiLvlChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_SetApiLevel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.buildSetApiLvlChkBox.Name = "buildSetApiLvlChkBox"; + this.buildSetApiLvlChkBox.UseVisualStyleBackColor = true; + // + // createUnsignApkChkBox + // + resources.ApplyResources(this.createUnsignApkChkBox, "createUnsignApkChkBox"); + this.createUnsignApkChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_CreateUnsignedApk; + this.createUnsignApkChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_CreateUnsignedApk", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.createUnsignApkChkBox.Name = "createUnsignApkChkBox"; + this.toolTip1.SetToolTip(this.createUnsignApkChkBox, resources.GetString("createUnsignApkChkBox.ToolTip")); + this.createUnsignApkChkBox.UseVisualStyleBackColor = true; + // + // signAfterBuildChkBox + // + resources.ApplyResources(this.signAfterBuildChkBox, "signAfterBuildChkBox"); + this.signAfterBuildChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_SignAfterBuild; + this.signAfterBuildChkBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.signAfterBuildChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_SignAfterBuild", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.signAfterBuildChkBox.Name = "signAfterBuildChkBox"; + this.signAfterBuildChkBox.UseVisualStyleBackColor = true; + // + // zipalignAfterBuildChkBox + // + resources.ApplyResources(this.zipalignAfterBuildChkBox, "zipalignAfterBuildChkBox"); + this.zipalignAfterBuildChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_ZipalignAfterBuild; + this.zipalignAfterBuildChkBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.zipalignAfterBuildChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_ZipalignAfterBuild", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.zipalignAfterBuildChkBox.Name = "zipalignAfterBuildChkBox"; + this.zipalignAfterBuildChkBox.UseVisualStyleBackColor = true; + // + // checkBox_BUILD_NoCrunch + // + resources.ApplyResources(this.checkBox_BUILD_NoCrunch, "checkBox_BUILD_NoCrunch"); + this.checkBox_BUILD_NoCrunch.Checked = global::APKToolGUI.Properties.Settings.Default.Build_NoCrunch; + this.checkBox_BUILD_NoCrunch.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_NoCrunch", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_BUILD_NoCrunch.Name = "checkBox_BUILD_NoCrunch"; + this.checkBox_BUILD_NoCrunch.UseVisualStyleBackColor = true; + // + // button_BUILD_BrowseOutputAppPath + // + resources.ApplyResources(this.button_BUILD_BrowseOutputAppPath, "button_BUILD_BrowseOutputAppPath"); + this.button_BUILD_BrowseOutputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseOutputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.button_BUILD_BrowseOutputAppPath.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseOutputAppPath; + this.button_BUILD_BrowseOutputAppPath.Name = "button_BUILD_BrowseOutputAppPath"; + this.button_BUILD_BrowseOutputAppPath.UseVisualStyleBackColor = true; + // + // checkBox_BUILD_ForceAll + // + resources.ApplyResources(this.checkBox_BUILD_ForceAll, "checkBox_BUILD_ForceAll"); + this.checkBox_BUILD_ForceAll.Checked = global::APKToolGUI.Properties.Settings.Default.Build_ForceAll; + this.checkBox_BUILD_ForceAll.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBox_BUILD_ForceAll.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_ForceAll", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_BUILD_ForceAll.Name = "checkBox_BUILD_ForceAll"; + this.checkBox_BUILD_ForceAll.UseVisualStyleBackColor = true; + // + // button_BUILD_BrowseFrameDir + // + resources.ApplyResources(this.button_BUILD_BrowseFrameDir, "button_BUILD_BrowseFrameDir"); + this.button_BUILD_BrowseFrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.button_BUILD_BrowseFrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseFramework; + this.button_BUILD_BrowseFrameDir.Name = "button_BUILD_BrowseFrameDir"; + this.button_BUILD_BrowseFrameDir.UseVisualStyleBackColor = true; + // + // button_BUILD_BrowseAaptPath + // + resources.ApplyResources(this.button_BUILD_BrowseAaptPath, "button_BUILD_BrowseAaptPath"); + this.button_BUILD_BrowseAaptPath.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseAapt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.button_BUILD_BrowseAaptPath.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseAapt; + this.button_BUILD_BrowseAaptPath.Name = "button_BUILD_BrowseAaptPath"; + this.button_BUILD_BrowseAaptPath.UseVisualStyleBackColor = true; + // + // checkBox_BUILD_OutputAppPath + // + resources.ApplyResources(this.checkBox_BUILD_OutputAppPath, "checkBox_BUILD_OutputAppPath"); + this.checkBox_BUILD_OutputAppPath.Checked = global::APKToolGUI.Properties.Settings.Default.Build_UseOutputAppPath; + this.checkBox_BUILD_OutputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_UseOutputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_BUILD_OutputAppPath.Name = "checkBox_BUILD_OutputAppPath"; + this.toolTip1.SetToolTip(this.checkBox_BUILD_OutputAppPath, resources.GetString("checkBox_BUILD_OutputAppPath.ToolTip")); + this.checkBox_BUILD_OutputAppPath.UseVisualStyleBackColor = true; + // + // checkBox_BUILD_CopyOriginal + // + resources.ApplyResources(this.checkBox_BUILD_CopyOriginal, "checkBox_BUILD_CopyOriginal"); + this.checkBox_BUILD_CopyOriginal.Checked = global::APKToolGUI.Properties.Settings.Default.Build_CopyOriginal; + this.checkBox_BUILD_CopyOriginal.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_CopyOriginal", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_BUILD_CopyOriginal.Name = "checkBox_BUILD_CopyOriginal"; + this.checkBox_BUILD_CopyOriginal.UseVisualStyleBackColor = true; + // + // textBox_BUILD_OutputAppPath + // + resources.ApplyResources(this.textBox_BUILD_OutputAppPath, "textBox_BUILD_OutputAppPath"); + this.textBox_BUILD_OutputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseOutputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_BUILD_OutputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Build_OutputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_BUILD_OutputAppPath.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseOutputAppPath; + this.textBox_BUILD_OutputAppPath.Name = "textBox_BUILD_OutputAppPath"; + this.textBox_BUILD_OutputAppPath.Text = global::APKToolGUI.Properties.Settings.Default.Build_OutputAppPath; + // + // checkBox_BUILD_UseAapt + // + resources.ApplyResources(this.checkBox_BUILD_UseAapt, "checkBox_BUILD_UseAapt"); + this.checkBox_BUILD_UseAapt.Checked = global::APKToolGUI.Properties.Settings.Default.Build_UseAapt; + this.checkBox_BUILD_UseAapt.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_UseAapt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_BUILD_UseAapt.Name = "checkBox_BUILD_UseAapt"; + this.checkBox_BUILD_UseAapt.UseVisualStyleBackColor = true; + // + // textBox_BUILD_AaptPath + // + resources.ApplyResources(this.textBox_BUILD_AaptPath, "textBox_BUILD_AaptPath"); + this.textBox_BUILD_AaptPath.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseAapt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_BUILD_AaptPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Build_AaptPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_BUILD_AaptPath.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseAapt; + this.textBox_BUILD_AaptPath.Name = "textBox_BUILD_AaptPath"; + this.textBox_BUILD_AaptPath.Text = global::APKToolGUI.Properties.Settings.Default.Build_AaptPath; + // + // textBox_BUILD_FrameDir + // + resources.ApplyResources(this.textBox_BUILD_FrameDir, "textBox_BUILD_FrameDir"); + this.textBox_BUILD_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_BUILD_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Framework_FrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_BUILD_FrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseFramework; + this.textBox_BUILD_FrameDir.Name = "textBox_BUILD_FrameDir"; + this.textBox_BUILD_FrameDir.Text = global::APKToolGUI.Properties.Settings.Default.Framework_FrameDir; + // + // checkBox_BUILD_UseFramework + // + resources.ApplyResources(this.checkBox_BUILD_UseFramework, "checkBox_BUILD_UseFramework"); + this.checkBox_BUILD_UseFramework.Checked = global::APKToolGUI.Properties.Settings.Default.Build_UseFramework; + this.checkBox_BUILD_UseFramework.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_BUILD_UseFramework.Name = "checkBox_BUILD_UseFramework"; + this.checkBox_BUILD_UseFramework.UseVisualStyleBackColor = true; + // // tabPageSign // resources.ApplyResources(this.tabPageSign, "tabPageSign"); @@ -927,6 +1280,31 @@ this.groupBox_SIGN_Options.Name = "groupBox_SIGN_Options"; this.groupBox_SIGN_Options.TabStop = false; // + // checkBox2 + // + resources.ApplyResources(this.checkBox2, "checkBox2"); + this.checkBox2.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_InstallApkAfterSign; + this.checkBox2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_InstallApkAfterSign", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox2.Name = "checkBox2"; + this.checkBox2.UseVisualStyleBackColor = true; + // + // checkBox1 + // + resources.ApplyResources(this.checkBox1, "checkBox1"); + this.checkBox1.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_OverwriteInputFile; + this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_OverwriteInputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.UseVisualStyleBackColor = true; + // + // autoDelIdsigChkBox + // + resources.ApplyResources(this.autoDelIdsigChkBox, "autoDelIdsigChkBox"); + this.autoDelIdsigChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.AutoDeleteIdsigFile; + this.autoDelIdsigChkBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.autoDelIdsigChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "AutoDeleteIdsigFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.autoDelIdsigChkBox.Name = "autoDelIdsigChkBox"; + this.autoDelIdsigChkBox.UseVisualStyleBackColor = true; + // // schemev4ComboBox // this.schemev4ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; @@ -991,18 +1369,49 @@ resources.ApplyResources(this.label24, "label24"); this.label24.Name = "label24"; // + // textBox3 + // + resources.ApplyResources(this.textBox3, "textBox3"); + this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_KeystorePassword", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox3.Name = "textBox3"; + this.textBox3.Text = global::APKToolGUI.Properties.Settings.Default.Sign_KeystorePassword; + this.textBox3.UseSystemPasswordChar = true; + // // selectKeyStoreFileBtn // resources.ApplyResources(this.selectKeyStoreFileBtn, "selectKeyStoreFileBtn"); this.selectKeyStoreFileBtn.Name = "selectKeyStoreFileBtn"; this.selectKeyStoreFileBtn.UseVisualStyleBackColor = true; // + // aliasTxtBox + // + resources.ApplyResources(this.aliasTxtBox, "aliasTxtBox"); + this.aliasTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_Alias", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.aliasTxtBox.Name = "aliasTxtBox"; + this.aliasTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Sign_Alias; + // + // useAliasChkBox + // + resources.ApplyResources(this.useAliasChkBox, "useAliasChkBox"); + this.useAliasChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_SetAlias; + this.useAliasChkBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.useAliasChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_SetAlias", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.useAliasChkBox.Name = "useAliasChkBox"; + this.useAliasChkBox.UseVisualStyleBackColor = true; + // // label22 // this.label22.ForeColor = System.Drawing.Color.Maroon; resources.ApplyResources(this.label22, "label22"); this.label22.Name = "label22"; // + // keyStoreFileTxtBox + // + resources.ApplyResources(this.keyStoreFileTxtBox, "keyStoreFileTxtBox"); + this.keyStoreFileTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_KeystoreFilePath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.keyStoreFileTxtBox.Name = "keyStoreFileTxtBox"; + this.keyStoreFileTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Sign_KeystoreFilePath; + // // label21 // resources.ApplyResources(this.label21, "label21"); @@ -1013,6 +1422,22 @@ resources.ApplyResources(this.label20, "label20"); this.label20.Name = "label20"; // + // useKeyStoreChkBox + // + resources.ApplyResources(this.useKeyStoreChkBox, "useKeyStoreChkBox"); + this.useKeyStoreChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_UseKeystoreFile; + this.useKeyStoreChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_UseKeystoreFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.useKeyStoreChkBox.Name = "useKeyStoreChkBox"; + this.useKeyStoreChkBox.UseVisualStyleBackColor = true; + // + // useSigningOutputDir + // + resources.ApplyResources(this.useSigningOutputDir, "useSigningOutputDir"); + this.useSigningOutputDir.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_UseOutputDir; + this.useSigningOutputDir.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.useSigningOutputDir.Name = "useSigningOutputDir"; + this.useSigningOutputDir.UseVisualStyleBackColor = true; + // // label_SIGN_PrivateKey // resources.ApplyResources(this.label_SIGN_PrivateKey, "label_SIGN_PrivateKey"); @@ -1029,6 +1454,13 @@ this.button_SIGN_BrowseOutputFile.Name = "button_SIGN_BrowseOutputFile"; this.button_SIGN_BrowseOutputFile.UseVisualStyleBackColor = true; // + // textBox_SIGN_OutputFile + // + resources.ApplyResources(this.textBox_SIGN_OutputFile, "textBox_SIGN_OutputFile"); + this.textBox_SIGN_OutputFile.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_SIGN_OutputFile.Name = "textBox_SIGN_OutputFile"; + this.textBox_SIGN_OutputFile.Text = global::APKToolGUI.Properties.Settings.Default.Sign_OutputDir; + // // button_SIGN_BrowsePublicKey // resources.ApplyResources(this.button_SIGN_BrowsePublicKey, "button_SIGN_BrowsePublicKey"); @@ -1041,6 +1473,20 @@ this.button_SIGN_BrowsePrivateKey.Name = "button_SIGN_BrowsePrivateKey"; this.button_SIGN_BrowsePrivateKey.UseVisualStyleBackColor = true; // + // textBox_SIGN_PublicKey + // + resources.ApplyResources(this.textBox_SIGN_PublicKey, "textBox_SIGN_PublicKey"); + this.textBox_SIGN_PublicKey.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_PublicKey", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_SIGN_PublicKey.Name = "textBox_SIGN_PublicKey"; + this.textBox_SIGN_PublicKey.Text = global::APKToolGUI.Properties.Settings.Default.Sign_PublicKey; + // + // textBox_SIGN_PrivateKey + // + resources.ApplyResources(this.textBox_SIGN_PrivateKey, "textBox_SIGN_PrivateKey"); + this.textBox_SIGN_PrivateKey.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_PrivateKey", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_SIGN_PrivateKey.Name = "textBox_SIGN_PrivateKey"; + this.textBox_SIGN_PrivateKey.Text = global::APKToolGUI.Properties.Settings.Default.Sign_PrivateKey; + // // tabPageZipAlign // resources.ApplyResources(this.tabPageZipAlign, "tabPageZipAlign"); @@ -1050,7 +1496,6 @@ // // groupBox_ZIPALIGN_Options // - resources.ApplyResources(this.groupBox_ZIPALIGN_Options, "groupBox_ZIPALIGN_Options"); this.groupBox_ZIPALIGN_Options.Controls.Add(this.zipalignOutputDirChkBox); this.groupBox_ZIPALIGN_Options.Controls.Add(this.signAfterZipalignChkBox); this.groupBox_ZIPALIGN_Options.Controls.Add(this.checkBox_ZIPALIGN_Recompress); @@ -1061,9 +1506,35 @@ this.groupBox_ZIPALIGN_Options.Controls.Add(this.checkBox_ZIPALIGN_VerboseOutput); this.groupBox_ZIPALIGN_Options.Controls.Add(this.numericUpDown_ZIPALIGN_AlignmentBytes); this.groupBox_ZIPALIGN_Options.Controls.Add(this.checkBox_ZIPALIGN_OverwriteOutputFile); + resources.ApplyResources(this.groupBox_ZIPALIGN_Options, "groupBox_ZIPALIGN_Options"); this.groupBox_ZIPALIGN_Options.Name = "groupBox_ZIPALIGN_Options"; this.groupBox_ZIPALIGN_Options.TabStop = false; // + // zipalignOutputDirChkBox + // + resources.ApplyResources(this.zipalignOutputDirChkBox, "zipalignOutputDirChkBox"); + this.zipalignOutputDirChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_UseOutputDir; + this.zipalignOutputDirChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.zipalignOutputDirChkBox.Name = "zipalignOutputDirChkBox"; + this.zipalignOutputDirChkBox.UseVisualStyleBackColor = true; + // + // signAfterZipalignChkBox + // + resources.ApplyResources(this.signAfterZipalignChkBox, "signAfterZipalignChkBox"); + this.signAfterZipalignChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_SignAfterZipAlign; + this.signAfterZipalignChkBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.signAfterZipalignChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_SignAfterZipAlign", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.signAfterZipalignChkBox.Name = "signAfterZipalignChkBox"; + this.signAfterZipalignChkBox.UseVisualStyleBackColor = true; + // + // checkBox_ZIPALIGN_Recompress + // + resources.ApplyResources(this.checkBox_ZIPALIGN_Recompress, "checkBox_ZIPALIGN_Recompress"); + this.checkBox_ZIPALIGN_Recompress.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_Recompress; + this.checkBox_ZIPALIGN_Recompress.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_Recompress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_ZIPALIGN_Recompress.Name = "checkBox_ZIPALIGN_Recompress"; + this.checkBox_ZIPALIGN_Recompress.UseVisualStyleBackColor = true; + // // label_ZIPALIGN_AlignmentBytes // resources.ApplyResources(this.label_ZIPALIGN_AlignmentBytes, "label_ZIPALIGN_AlignmentBytes"); @@ -1075,6 +1546,49 @@ this.button_ZIPALIGN_BrowseOutputFile.Name = "button_ZIPALIGN_BrowseOutputFile"; this.button_ZIPALIGN_BrowseOutputFile.UseVisualStyleBackColor = true; // + // checkBox_ZIPALIGN_CheckAlignment + // + resources.ApplyResources(this.checkBox_ZIPALIGN_CheckAlignment, "checkBox_ZIPALIGN_CheckAlignment"); + this.checkBox_ZIPALIGN_CheckAlignment.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_CheckOnly; + this.checkBox_ZIPALIGN_CheckAlignment.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_CheckOnly", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_ZIPALIGN_CheckAlignment.Name = "checkBox_ZIPALIGN_CheckAlignment"; + this.checkBox_ZIPALIGN_CheckAlignment.UseVisualStyleBackColor = true; + // + // textBox_ZIPALIGN_OutputFile + // + resources.ApplyResources(this.textBox_ZIPALIGN_OutputFile, "textBox_ZIPALIGN_OutputFile"); + this.textBox_ZIPALIGN_OutputFile.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Zipalign_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_ZIPALIGN_OutputFile.Name = "textBox_ZIPALIGN_OutputFile"; + this.textBox_ZIPALIGN_OutputFile.Text = global::APKToolGUI.Properties.Settings.Default.Zipalign_OutputDir; + // + // checkBox_ZIPALIGN_VerboseOutput + // + resources.ApplyResources(this.checkBox_ZIPALIGN_VerboseOutput, "checkBox_ZIPALIGN_VerboseOutput"); + this.checkBox_ZIPALIGN_VerboseOutput.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_Verbose; + this.checkBox_ZIPALIGN_VerboseOutput.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_Verbose", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_ZIPALIGN_VerboseOutput.Name = "checkBox_ZIPALIGN_VerboseOutput"; + this.checkBox_ZIPALIGN_VerboseOutput.UseVisualStyleBackColor = true; + // + // numericUpDown_ZIPALIGN_AlignmentBytes + // + this.numericUpDown_ZIPALIGN_AlignmentBytes.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::APKToolGUI.Properties.Settings.Default, "Zipalign_AlignmentInBytes", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + resources.ApplyResources(this.numericUpDown_ZIPALIGN_AlignmentBytes, "numericUpDown_ZIPALIGN_AlignmentBytes"); + this.numericUpDown_ZIPALIGN_AlignmentBytes.Maximum = new decimal(new int[] { + 32, + 0, + 0, + 0}); + this.numericUpDown_ZIPALIGN_AlignmentBytes.Name = "numericUpDown_ZIPALIGN_AlignmentBytes"; + this.numericUpDown_ZIPALIGN_AlignmentBytes.Value = global::APKToolGUI.Properties.Settings.Default.Zipalign_AlignmentInBytes; + // + // checkBox_ZIPALIGN_OverwriteOutputFile + // + resources.ApplyResources(this.checkBox_ZIPALIGN_OverwriteOutputFile, "checkBox_ZIPALIGN_OverwriteOutputFile"); + this.checkBox_ZIPALIGN_OverwriteOutputFile.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_OverwriteOutputFile; + this.checkBox_ZIPALIGN_OverwriteOutputFile.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_OverwriteOutputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_ZIPALIGN_OverwriteOutputFile.Name = "checkBox_ZIPALIGN_OverwriteOutputFile"; + this.checkBox_ZIPALIGN_OverwriteOutputFile.UseVisualStyleBackColor = true; + // // tabPageInstallFramework // this.tabPageInstallFramework.BackColor = System.Drawing.Color.White; @@ -1085,10 +1599,10 @@ // // groupBox1 // - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.openFwFolderBtn); this.groupBox1.Controls.Add(this.clearFwBtn); this.groupBox1.Controls.Add(this.clearFwBeforeDecodeChkBox); + resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // @@ -1104,9 +1618,17 @@ this.clearFwBtn.Name = "clearFwBtn"; this.clearFwBtn.UseVisualStyleBackColor = true; // + // clearFwBeforeDecodeChkBox + // + resources.ApplyResources(this.clearFwBeforeDecodeChkBox, "clearFwBeforeDecodeChkBox"); + this.clearFwBeforeDecodeChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Framework_ClearBeforeDecode; + this.clearFwBeforeDecodeChkBox.CheckState = System.Windows.Forms.CheckState.Checked; + this.clearFwBeforeDecodeChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Framework_ClearBeforeDecode", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.clearFwBeforeDecodeChkBox.Name = "clearFwBeforeDecodeChkBox"; + this.clearFwBeforeDecodeChkBox.UseVisualStyleBackColor = true; + // // groupBox_IF_Options // - resources.ApplyResources(this.groupBox_IF_Options, "groupBox_IF_Options"); this.groupBox_IF_Options.Controls.Add(this.checkBox_IF_Tag); this.groupBox_IF_Options.Controls.Add(this.checkBox_IF_FramePath); this.groupBox_IF_Options.Controls.Add(this.textBox_IF_Tag); @@ -1115,21 +1637,71 @@ this.groupBox_IF_Options.Controls.Add(this.button_IF_BrowseInputFramePath); this.groupBox_IF_Options.Controls.Add(this.textBox_IF_InputFramePath); this.groupBox_IF_Options.Controls.Add(this.textBox_IF_FrameDir); + resources.ApplyResources(this.groupBox_IF_Options, "groupBox_IF_Options"); this.groupBox_IF_Options.Name = "groupBox_IF_Options"; this.groupBox_IF_Options.TabStop = false; // + // checkBox_IF_Tag + // + resources.ApplyResources(this.checkBox_IF_Tag, "checkBox_IF_Tag"); + this.checkBox_IF_Tag.Checked = global::APKToolGUI.Properties.Settings.Default.InstallFramework_UseTag; + this.checkBox_IF_Tag.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "InstallFramework_UseTag", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_IF_Tag.Name = "checkBox_IF_Tag"; + this.checkBox_IF_Tag.UseVisualStyleBackColor = true; + // + // checkBox_IF_FramePath + // + resources.ApplyResources(this.checkBox_IF_FramePath, "checkBox_IF_FramePath"); + this.checkBox_IF_FramePath.Checked = global::APKToolGUI.Properties.Settings.Default.Framework_UseFrameDir; + this.checkBox_IF_FramePath.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Framework_UseFrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.checkBox_IF_FramePath.Name = "checkBox_IF_FramePath"; + this.checkBox_IF_FramePath.UseVisualStyleBackColor = true; + // + // textBox_IF_Tag + // + resources.ApplyResources(this.textBox_IF_Tag, "textBox_IF_Tag"); + this.textBox_IF_Tag.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "InstallFramework_Tag", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_IF_Tag.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "InstallFramework_UseTag", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_IF_Tag.Enabled = global::APKToolGUI.Properties.Settings.Default.InstallFramework_UseTag; + this.textBox_IF_Tag.Name = "textBox_IF_Tag"; + this.textBox_IF_Tag.Text = global::APKToolGUI.Properties.Settings.Default.InstallFramework_Tag; + // // button_IF_InstallFramework // resources.ApplyResources(this.button_IF_InstallFramework, "button_IF_InstallFramework"); this.button_IF_InstallFramework.Name = "button_IF_InstallFramework"; this.button_IF_InstallFramework.UseVisualStyleBackColor = true; // + // button_IF_BrowseFrameDir + // + resources.ApplyResources(this.button_IF_BrowseFrameDir, "button_IF_BrowseFrameDir"); + this.button_IF_BrowseFrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Framework_UseFrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.button_IF_BrowseFrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Framework_UseFrameDir; + this.button_IF_BrowseFrameDir.Name = "button_IF_BrowseFrameDir"; + this.button_IF_BrowseFrameDir.UseVisualStyleBackColor = true; + // // button_IF_BrowseInputFramePath // resources.ApplyResources(this.button_IF_BrowseInputFramePath, "button_IF_BrowseInputFramePath"); this.button_IF_BrowseInputFramePath.Name = "button_IF_BrowseInputFramePath"; this.button_IF_BrowseInputFramePath.UseVisualStyleBackColor = true; // + // textBox_IF_InputFramePath + // + resources.ApplyResources(this.textBox_IF_InputFramePath, "textBox_IF_InputFramePath"); + this.textBox_IF_InputFramePath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "InstallFramework_InputFramePath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_IF_InputFramePath.Name = "textBox_IF_InputFramePath"; + this.textBox_IF_InputFramePath.Text = global::APKToolGUI.Properties.Settings.Default.InstallFramework_InputFramePath; + // + // textBox_IF_FrameDir + // + resources.ApplyResources(this.textBox_IF_FrameDir, "textBox_IF_FrameDir"); + this.textBox_IF_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Framework_UseFrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_IF_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Framework_FrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.textBox_IF_FrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Framework_UseFrameDir; + this.textBox_IF_FrameDir.Name = "textBox_IF_FrameDir"; + this.textBox_IF_FrameDir.Text = global::APKToolGUI.Properties.Settings.Default.Framework_FrameDir; + // // tabPageBaksmali // this.tabPageBaksmali.AllowDrop = true; @@ -1141,7 +1713,6 @@ // // smaliGroupBox // - resources.ApplyResources(this.smaliGroupBox, "smaliGroupBox"); this.smaliGroupBox.Controls.Add(this.label29); this.smaliGroupBox.Controls.Add(this.smaliUseOutputChkBox); this.smaliGroupBox.Controls.Add(this.comSmaliBtn); @@ -1149,6 +1720,7 @@ this.smaliGroupBox.Controls.Add(this.smaliBrowseInputDirTxtBox); this.smaliGroupBox.Controls.Add(this.smaliBrowseOutputTxtBox); this.smaliGroupBox.Controls.Add(this.smaliBrowseInputDirBtn); + resources.ApplyResources(this.smaliGroupBox, "smaliGroupBox"); this.smaliGroupBox.Name = "smaliGroupBox"; this.smaliGroupBox.TabStop = false; // @@ -1157,6 +1729,14 @@ resources.ApplyResources(this.label29, "label29"); this.label29.Name = "label29"; // + // smaliUseOutputChkBox + // + resources.ApplyResources(this.smaliUseOutputChkBox, "smaliUseOutputChkBox"); + this.smaliUseOutputChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Smali_UseOutputDir; + this.smaliUseOutputChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Smali_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.smaliUseOutputChkBox.Name = "smaliUseOutputChkBox"; + this.smaliUseOutputChkBox.UseVisualStyleBackColor = true; + // // comSmaliBtn // resources.ApplyResources(this.comSmaliBtn, "comSmaliBtn"); @@ -1169,6 +1749,20 @@ this.smaliBrowseOutputBtn.Name = "smaliBrowseOutputBtn"; this.smaliBrowseOutputBtn.UseVisualStyleBackColor = true; // + // smaliBrowseInputDirTxtBox + // + resources.ApplyResources(this.smaliBrowseInputDirTxtBox, "smaliBrowseInputDirTxtBox"); + this.smaliBrowseInputDirTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Smali_InputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.smaliBrowseInputDirTxtBox.Name = "smaliBrowseInputDirTxtBox"; + this.smaliBrowseInputDirTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Smali_InputDir; + // + // smaliBrowseOutputTxtBox + // + resources.ApplyResources(this.smaliBrowseOutputTxtBox, "smaliBrowseOutputTxtBox"); + this.smaliBrowseOutputTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Smali_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.smaliBrowseOutputTxtBox.Name = "smaliBrowseOutputTxtBox"; + this.smaliBrowseOutputTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Smali_OutputDir; + // // smaliBrowseInputDirBtn // resources.ApplyResources(this.smaliBrowseInputDirBtn, "smaliBrowseInputDirBtn"); @@ -1177,7 +1771,6 @@ // // bakSmaliGroupBox // - resources.ApplyResources(this.bakSmaliGroupBox, "bakSmaliGroupBox"); this.bakSmaliGroupBox.Controls.Add(this.label28); this.bakSmaliGroupBox.Controls.Add(this.baksmaliUseOutputChkBox); this.bakSmaliGroupBox.Controls.Add(this.baksmaliBrowseOutputBtn); @@ -1185,6 +1778,7 @@ this.bakSmaliGroupBox.Controls.Add(this.decSmaliBtn); this.bakSmaliGroupBox.Controls.Add(this.baksmaliBrowseInputDexBtn); this.bakSmaliGroupBox.Controls.Add(this.baksmaliBrowseInputDexTxtBox); + resources.ApplyResources(this.bakSmaliGroupBox, "bakSmaliGroupBox"); this.bakSmaliGroupBox.Name = "bakSmaliGroupBox"; this.bakSmaliGroupBox.TabStop = false; // @@ -1193,12 +1787,27 @@ resources.ApplyResources(this.label28, "label28"); this.label28.Name = "label28"; // + // baksmaliUseOutputChkBox + // + resources.ApplyResources(this.baksmaliUseOutputChkBox, "baksmaliUseOutputChkBox"); + this.baksmaliUseOutputChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Baksmali_UseOutputDir; + this.baksmaliUseOutputChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Baksmali_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.baksmaliUseOutputChkBox.Name = "baksmaliUseOutputChkBox"; + this.baksmaliUseOutputChkBox.UseVisualStyleBackColor = true; + // // baksmaliBrowseOutputBtn // resources.ApplyResources(this.baksmaliBrowseOutputBtn, "baksmaliBrowseOutputBtn"); this.baksmaliBrowseOutputBtn.Name = "baksmaliBrowseOutputBtn"; this.baksmaliBrowseOutputBtn.UseVisualStyleBackColor = true; // + // baksmaliBrowseOutputTxtBox + // + resources.ApplyResources(this.baksmaliBrowseOutputTxtBox, "baksmaliBrowseOutputTxtBox"); + this.baksmaliBrowseOutputTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Baksmali_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.baksmaliBrowseOutputTxtBox.Name = "baksmaliBrowseOutputTxtBox"; + this.baksmaliBrowseOutputTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Baksmali_OutputDir; + // // decSmaliBtn // resources.ApplyResources(this.decSmaliBtn, "decSmaliBtn"); @@ -1211,6 +1820,13 @@ this.baksmaliBrowseInputDexBtn.Name = "baksmaliBrowseInputDexBtn"; this.baksmaliBrowseInputDexBtn.UseVisualStyleBackColor = true; // + // baksmaliBrowseInputDexTxtBox + // + resources.ApplyResources(this.baksmaliBrowseInputDexTxtBox, "baksmaliBrowseInputDexTxtBox"); + this.baksmaliBrowseInputDexTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Baksmali_InputDexFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.baksmaliBrowseInputDexTxtBox.Name = "baksmaliBrowseInputDexTxtBox"; + this.baksmaliBrowseInputDexTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Baksmali_InputDexFile; + // // tabPageAdb // this.tabPageAdb.AllowDrop = true; @@ -1277,6 +1893,29 @@ this.selApkAdbBtn.Name = "selApkAdbBtn"; this.selApkAdbBtn.UseVisualStyleBackColor = true; // + // overrideAbiCheckBox + // + resources.ApplyResources(this.overrideAbiCheckBox, "overrideAbiCheckBox"); + this.overrideAbiCheckBox.Checked = global::APKToolGUI.Properties.Settings.Default.Adb_SetOverrideAbi; + this.overrideAbiCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Adb_SetOverrideAbi", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.overrideAbiCheckBox.Name = "overrideAbiCheckBox"; + this.overrideAbiCheckBox.UseVisualStyleBackColor = true; + // + // setVendorChkBox + // + resources.ApplyResources(this.setVendorChkBox, "setVendorChkBox"); + this.setVendorChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Adb_SetVendor; + this.setVendorChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Adb_SetVendor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.setVendorChkBox.Name = "setVendorChkBox"; + this.setVendorChkBox.UseVisualStyleBackColor = true; + // + // apkPathAdbTxtBox + // + resources.ApplyResources(this.apkPathAdbTxtBox, "apkPathAdbTxtBox"); + this.apkPathAdbTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Adb_SelectedApkPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); + this.apkPathAdbTxtBox.Name = "apkPathAdbTxtBox"; + this.apkPathAdbTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Adb_SelectedApkPath; + // // label32 // resources.ApplyResources(this.label32, "label32"); @@ -1418,6 +2057,13 @@ this.settingsToolStripMenuItem1.Name = "settingsToolStripMenuItem1"; resources.ApplyResources(this.settingsToolStripMenuItem1, "settingsToolStripMenuItem1"); // + // useAPKEditorForDecompilingItem + // + this.useAPKEditorForDecompilingItem.Checked = global::APKToolGUI.Properties.Settings.Default.UseApkeditor; + this.useAPKEditorForDecompilingItem.CheckOnClick = true; + this.useAPKEditorForDecompilingItem.Name = "useAPKEditorForDecompilingItem"; + resources.ApplyResources(this.useAPKEditorForDecompilingItem, "useAPKEditorForDecompilingItem"); + // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; @@ -1465,652 +2111,6 @@ this.toolTip1.InitialDelay = 500; this.toolTip1.ReshowDelay = 100; // - // useAPKEditorForDecompilingItem - // - this.useAPKEditorForDecompilingItem.Checked = global::APKToolGUI.Properties.Settings.Default.UseApkeditor; - this.useAPKEditorForDecompilingItem.CheckOnClick = true; - this.useAPKEditorForDecompilingItem.Name = "useAPKEditorForDecompilingItem"; - resources.ApplyResources(this.useAPKEditorForDecompilingItem, "useAPKEditorForDecompilingItem"); - // - // splitApkPathTxtBox - // - this.splitApkPathTxtBox.AllowDrop = true; - resources.ApplyResources(this.splitApkPathTxtBox, "splitApkPathTxtBox"); - this.splitApkPathTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "SplitApk_InputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.splitApkPathTxtBox.Name = "splitApkPathTxtBox"; - this.splitApkPathTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.SplitApk_InputFile; - // - // textBox_SIGN_InputFile - // - this.textBox_SIGN_InputFile.AllowDrop = true; - resources.ApplyResources(this.textBox_SIGN_InputFile, "textBox_SIGN_InputFile"); - this.textBox_SIGN_InputFile.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_InputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_SIGN_InputFile.Name = "textBox_SIGN_InputFile"; - this.textBox_SIGN_InputFile.Text = global::APKToolGUI.Properties.Settings.Default.Sign_InputFile; - // - // textBox_ZIPALIGN_InputFile - // - this.textBox_ZIPALIGN_InputFile.AllowDrop = true; - resources.ApplyResources(this.textBox_ZIPALIGN_InputFile, "textBox_ZIPALIGN_InputFile"); - this.textBox_ZIPALIGN_InputFile.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Zipalign_InputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_ZIPALIGN_InputFile.Name = "textBox_ZIPALIGN_InputFile"; - this.textBox_ZIPALIGN_InputFile.Text = global::APKToolGUI.Properties.Settings.Default.Zipalign_InputFile; - // - // textBox_BUILD_InputProjectDir - // - this.textBox_BUILD_InputProjectDir.AllowDrop = true; - resources.ApplyResources(this.textBox_BUILD_InputProjectDir, "textBox_BUILD_InputProjectDir"); - this.textBox_BUILD_InputProjectDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Build_InputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_BUILD_InputProjectDir.Name = "textBox_BUILD_InputProjectDir"; - this.textBox_BUILD_InputProjectDir.Text = global::APKToolGUI.Properties.Settings.Default.Build_InputDir; - // - // textBox_DECODE_InputAppPath - // - this.textBox_DECODE_InputAppPath.AllowDrop = true; - resources.ApplyResources(this.textBox_DECODE_InputAppPath, "textBox_DECODE_InputAppPath"); - this.textBox_DECODE_InputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Decode_InputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_DECODE_InputAppPath.Name = "textBox_DECODE_InputAppPath"; - this.textBox_DECODE_InputAppPath.Text = global::APKToolGUI.Properties.Settings.Default.Decode_InputAppPath; - // - // checkBox7 - // - resources.ApplyResources(this.checkBox7, "checkBox7"); - this.checkBox7.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_DontParseApkInfo; - this.checkBox7.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_DontParseApkInfo", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox7.Name = "checkBox7"; - this.checkBox7.UseVisualStyleBackColor = true; - // - // decApiLvlUpDown - // - resources.ApplyResources(this.decApiLvlUpDown, "decApiLvlUpDown"); - this.decApiLvlUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::APKToolGUI.Properties.Settings.Default, "Decode_ApiLevel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.decApiLvlUpDown.Name = "decApiLvlUpDown"; - this.decApiLvlUpDown.Value = global::APKToolGUI.Properties.Settings.Default.Decode_ApiLevel; - // - // decSetApiLvlChkBox - // - resources.ApplyResources(this.decSetApiLvlChkBox, "decSetApiLvlChkBox"); - this.decSetApiLvlChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_SetApiLevel; - this.decSetApiLvlChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_SetApiLevel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.decSetApiLvlChkBox.Name = "decSetApiLvlChkBox"; - this.decSetApiLvlChkBox.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_FixError - // - resources.ApplyResources(this.checkBox_DECODE_FixError, "checkBox_DECODE_FixError"); - this.checkBox_DECODE_FixError.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_FixError; - this.checkBox_DECODE_FixError.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox_DECODE_FixError.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_FixError", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_FixError.Name = "checkBox_DECODE_FixError"; - this.toolTip1.SetToolTip(this.checkBox_DECODE_FixError, resources.GetString("checkBox_DECODE_FixError.ToolTip")); - this.checkBox_DECODE_FixError.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_OnlyMainClasses - // - resources.ApplyResources(this.checkBox_DECODE_OnlyMainClasses, "checkBox_DECODE_OnlyMainClasses"); - this.checkBox_DECODE_OnlyMainClasses.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_OnlyMainClasses; - this.checkBox_DECODE_OnlyMainClasses.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox_DECODE_OnlyMainClasses.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_OnlyMainClasses", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_OnlyMainClasses.Name = "checkBox_DECODE_OnlyMainClasses"; - this.toolTip1.SetToolTip(this.checkBox_DECODE_OnlyMainClasses, resources.GetString("checkBox_DECODE_OnlyMainClasses.ToolTip")); - this.checkBox_DECODE_OnlyMainClasses.UseVisualStyleBackColor = true; - // - // textBox_DECODE_FrameDir - // - resources.ApplyResources(this.textBox_DECODE_FrameDir, "textBox_DECODE_FrameDir"); - this.textBox_DECODE_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Decode_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_DECODE_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Framework_FrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_DECODE_FrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Decode_UseFramework; - this.textBox_DECODE_FrameDir.Name = "textBox_DECODE_FrameDir"; - this.textBox_DECODE_FrameDir.Text = global::APKToolGUI.Properties.Settings.Default.Framework_FrameDir; - // - // button_DECODE_BrowseOutputDirectory - // - resources.ApplyResources(this.button_DECODE_BrowseOutputDirectory, "button_DECODE_BrowseOutputDirectory"); - this.button_DECODE_BrowseOutputDirectory.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Decode_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.button_DECODE_BrowseOutputDirectory.Enabled = global::APKToolGUI.Properties.Settings.Default.Decode_UseOutputDir; - this.button_DECODE_BrowseOutputDirectory.Name = "button_DECODE_BrowseOutputDirectory"; - this.button_DECODE_BrowseOutputDirectory.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_UseFramework - // - resources.ApplyResources(this.checkBox_DECODE_UseFramework, "checkBox_DECODE_UseFramework"); - this.checkBox_DECODE_UseFramework.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_UseFramework; - this.checkBox_DECODE_UseFramework.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_UseFramework.Name = "checkBox_DECODE_UseFramework"; - this.checkBox_DECODE_UseFramework.UseVisualStyleBackColor = true; - // - // button_DECODE_BrowseFrameDir - // - resources.ApplyResources(this.button_DECODE_BrowseFrameDir, "button_DECODE_BrowseFrameDir"); - this.button_DECODE_BrowseFrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Decode_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.button_DECODE_BrowseFrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Decode_UseFramework; - this.button_DECODE_BrowseFrameDir.Name = "button_DECODE_BrowseFrameDir"; - this.button_DECODE_BrowseFrameDir.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_MatchOriginal - // - resources.ApplyResources(this.checkBox_DECODE_MatchOriginal, "checkBox_DECODE_MatchOriginal"); - this.checkBox_DECODE_MatchOriginal.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_MatchOriginal; - this.checkBox_DECODE_MatchOriginal.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_MatchOriginal", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_MatchOriginal.Name = "checkBox_DECODE_MatchOriginal"; - this.checkBox_DECODE_MatchOriginal.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_OutputDirectory - // - resources.ApplyResources(this.checkBox_DECODE_OutputDirectory, "checkBox_DECODE_OutputDirectory"); - this.checkBox_DECODE_OutputDirectory.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_UseOutputDir; - this.checkBox_DECODE_OutputDirectory.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_OutputDirectory.Name = "checkBox_DECODE_OutputDirectory"; - this.checkBox_DECODE_OutputDirectory.UseVisualStyleBackColor = true; - // - // textBox_DECODE_OutputDirectory - // - resources.ApplyResources(this.textBox_DECODE_OutputDirectory, "textBox_DECODE_OutputDirectory"); - this.textBox_DECODE_OutputDirectory.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Decode_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_DECODE_OutputDirectory.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Decode_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_DECODE_OutputDirectory.Enabled = global::APKToolGUI.Properties.Settings.Default.Decode_UseOutputDir; - this.textBox_DECODE_OutputDirectory.Name = "textBox_DECODE_OutputDirectory"; - this.textBox_DECODE_OutputDirectory.Text = global::APKToolGUI.Properties.Settings.Default.Decode_OutputDir; - // - // checkBox_DECODE_KeepBrokenRes - // - resources.ApplyResources(this.checkBox_DECODE_KeepBrokenRes, "checkBox_DECODE_KeepBrokenRes"); - this.checkBox_DECODE_KeepBrokenRes.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_KeepBrokenRes; - this.checkBox_DECODE_KeepBrokenRes.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_KeepBrokenRes", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_KeepBrokenRes.Name = "checkBox_DECODE_KeepBrokenRes"; - this.checkBox_DECODE_KeepBrokenRes.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_NoSrc - // - resources.ApplyResources(this.checkBox_DECODE_NoSrc, "checkBox_DECODE_NoSrc"); - this.checkBox_DECODE_NoSrc.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_NoSrc; - this.checkBox_DECODE_NoSrc.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_NoSrc", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_NoSrc.Name = "checkBox_DECODE_NoSrc"; - this.checkBox_DECODE_NoSrc.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_Force - // - resources.ApplyResources(this.checkBox_DECODE_Force, "checkBox_DECODE_Force"); - this.checkBox_DECODE_Force.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_Force; - this.checkBox_DECODE_Force.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox_DECODE_Force.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_Force", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_Force.Name = "checkBox_DECODE_Force"; - this.checkBox_DECODE_Force.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_NoRes - // - resources.ApplyResources(this.checkBox_DECODE_NoRes, "checkBox_DECODE_NoRes"); - this.checkBox_DECODE_NoRes.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_NoRes; - this.checkBox_DECODE_NoRes.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_NoRes", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_NoRes.Name = "checkBox_DECODE_NoRes"; - this.checkBox_DECODE_NoRes.UseVisualStyleBackColor = true; - // - // checkBox_DECODE_NoDebugInfo - // - resources.ApplyResources(this.checkBox_DECODE_NoDebugInfo, "checkBox_DECODE_NoDebugInfo"); - this.checkBox_DECODE_NoDebugInfo.Checked = global::APKToolGUI.Properties.Settings.Default.Decode_NoDebugInfo; - this.checkBox_DECODE_NoDebugInfo.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Decode_NoDebugInfo", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_DECODE_NoDebugInfo.Name = "checkBox_DECODE_NoDebugInfo"; - this.checkBox_DECODE_NoDebugInfo.UseVisualStyleBackColor = true; - // - // checkBox_BUILD_NetSecConf - // - resources.ApplyResources(this.checkBox_BUILD_NetSecConf, "checkBox_BUILD_NetSecConf"); - this.checkBox_BUILD_NetSecConf.Checked = global::APKToolGUI.Properties.Settings.Default.Build_NetSecConf; - this.checkBox_BUILD_NetSecConf.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_NetSecConf", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_BUILD_NetSecConf.Name = "checkBox_BUILD_NetSecConf"; - this.checkBox_BUILD_NetSecConf.UseVisualStyleBackColor = true; - // - // useAapt2ChkBox - // - resources.ApplyResources(this.useAapt2ChkBox, "useAapt2ChkBox"); - this.useAapt2ChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_UseAapt2; - this.useAapt2ChkBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.useAapt2ChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_UseAapt2", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.useAapt2ChkBox.Name = "useAapt2ChkBox"; - this.useAapt2ChkBox.UseVisualStyleBackColor = true; - // - // buildApiLvlUpDown - // - this.buildApiLvlUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::APKToolGUI.Properties.Settings.Default, "Build_ApiLevel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.buildApiLvlUpDown, "buildApiLvlUpDown"); - this.buildApiLvlUpDown.Name = "buildApiLvlUpDown"; - this.buildApiLvlUpDown.Value = global::APKToolGUI.Properties.Settings.Default.Build_ApiLevel; - // - // buildSetApiLvlChkBox - // - resources.ApplyResources(this.buildSetApiLvlChkBox, "buildSetApiLvlChkBox"); - this.buildSetApiLvlChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_SetApiLevel; - this.buildSetApiLvlChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_SetApiLevel", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.buildSetApiLvlChkBox.Name = "buildSetApiLvlChkBox"; - this.buildSetApiLvlChkBox.UseVisualStyleBackColor = true; - // - // createUnsignApkChkBox - // - resources.ApplyResources(this.createUnsignApkChkBox, "createUnsignApkChkBox"); - this.createUnsignApkChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_CreateUnsignedApk; - this.createUnsignApkChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_CreateUnsignedApk", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.createUnsignApkChkBox.Name = "createUnsignApkChkBox"; - this.toolTip1.SetToolTip(this.createUnsignApkChkBox, resources.GetString("createUnsignApkChkBox.ToolTip")); - this.createUnsignApkChkBox.UseVisualStyleBackColor = true; - // - // signAfterBuildChkBox - // - resources.ApplyResources(this.signAfterBuildChkBox, "signAfterBuildChkBox"); - this.signAfterBuildChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_SignAfterBuild; - this.signAfterBuildChkBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.signAfterBuildChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_SignAfterBuild", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.signAfterBuildChkBox.Name = "signAfterBuildChkBox"; - this.signAfterBuildChkBox.UseVisualStyleBackColor = true; - // - // zipalignAfterBuildChkBox - // - resources.ApplyResources(this.zipalignAfterBuildChkBox, "zipalignAfterBuildChkBox"); - this.zipalignAfterBuildChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Build_ZipalignAfterBuild; - this.zipalignAfterBuildChkBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.zipalignAfterBuildChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_ZipalignAfterBuild", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.zipalignAfterBuildChkBox.Name = "zipalignAfterBuildChkBox"; - this.zipalignAfterBuildChkBox.UseVisualStyleBackColor = true; - // - // checkBox_BUILD_NoCrunch - // - resources.ApplyResources(this.checkBox_BUILD_NoCrunch, "checkBox_BUILD_NoCrunch"); - this.checkBox_BUILD_NoCrunch.Checked = global::APKToolGUI.Properties.Settings.Default.Build_NoCrunch; - this.checkBox_BUILD_NoCrunch.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_NoCrunch", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_BUILD_NoCrunch.Name = "checkBox_BUILD_NoCrunch"; - this.checkBox_BUILD_NoCrunch.UseVisualStyleBackColor = true; - // - // button_BUILD_BrowseOutputAppPath - // - this.button_BUILD_BrowseOutputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseOutputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.button_BUILD_BrowseOutputAppPath.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseOutputAppPath; - resources.ApplyResources(this.button_BUILD_BrowseOutputAppPath, "button_BUILD_BrowseOutputAppPath"); - this.button_BUILD_BrowseOutputAppPath.Name = "button_BUILD_BrowseOutputAppPath"; - this.button_BUILD_BrowseOutputAppPath.UseVisualStyleBackColor = true; - // - // checkBox_BUILD_ForceAll - // - resources.ApplyResources(this.checkBox_BUILD_ForceAll, "checkBox_BUILD_ForceAll"); - this.checkBox_BUILD_ForceAll.Checked = global::APKToolGUI.Properties.Settings.Default.Build_ForceAll; - this.checkBox_BUILD_ForceAll.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox_BUILD_ForceAll.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_ForceAll", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_BUILD_ForceAll.Name = "checkBox_BUILD_ForceAll"; - this.checkBox_BUILD_ForceAll.UseVisualStyleBackColor = true; - // - // button_BUILD_BrowseFrameDir - // - this.button_BUILD_BrowseFrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.button_BUILD_BrowseFrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseFramework; - resources.ApplyResources(this.button_BUILD_BrowseFrameDir, "button_BUILD_BrowseFrameDir"); - this.button_BUILD_BrowseFrameDir.Name = "button_BUILD_BrowseFrameDir"; - this.button_BUILD_BrowseFrameDir.UseVisualStyleBackColor = true; - // - // button_BUILD_BrowseAaptPath - // - this.button_BUILD_BrowseAaptPath.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseAapt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.button_BUILD_BrowseAaptPath.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseAapt; - resources.ApplyResources(this.button_BUILD_BrowseAaptPath, "button_BUILD_BrowseAaptPath"); - this.button_BUILD_BrowseAaptPath.Name = "button_BUILD_BrowseAaptPath"; - this.button_BUILD_BrowseAaptPath.UseVisualStyleBackColor = true; - // - // checkBox_BUILD_OutputAppPath - // - resources.ApplyResources(this.checkBox_BUILD_OutputAppPath, "checkBox_BUILD_OutputAppPath"); - this.checkBox_BUILD_OutputAppPath.Checked = global::APKToolGUI.Properties.Settings.Default.Build_UseOutputAppPath; - this.checkBox_BUILD_OutputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_UseOutputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_BUILD_OutputAppPath.Name = "checkBox_BUILD_OutputAppPath"; - this.toolTip1.SetToolTip(this.checkBox_BUILD_OutputAppPath, resources.GetString("checkBox_BUILD_OutputAppPath.ToolTip")); - this.checkBox_BUILD_OutputAppPath.UseVisualStyleBackColor = true; - // - // checkBox_BUILD_CopyOriginal - // - resources.ApplyResources(this.checkBox_BUILD_CopyOriginal, "checkBox_BUILD_CopyOriginal"); - this.checkBox_BUILD_CopyOriginal.Checked = global::APKToolGUI.Properties.Settings.Default.Build_CopyOriginal; - this.checkBox_BUILD_CopyOriginal.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_CopyOriginal", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_BUILD_CopyOriginal.Name = "checkBox_BUILD_CopyOriginal"; - this.checkBox_BUILD_CopyOriginal.UseVisualStyleBackColor = true; - // - // textBox_BUILD_OutputAppPath - // - this.textBox_BUILD_OutputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseOutputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_BUILD_OutputAppPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Build_OutputAppPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_BUILD_OutputAppPath.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseOutputAppPath; - resources.ApplyResources(this.textBox_BUILD_OutputAppPath, "textBox_BUILD_OutputAppPath"); - this.textBox_BUILD_OutputAppPath.Name = "textBox_BUILD_OutputAppPath"; - this.textBox_BUILD_OutputAppPath.Text = global::APKToolGUI.Properties.Settings.Default.Build_OutputAppPath; - // - // checkBox_BUILD_UseAapt - // - resources.ApplyResources(this.checkBox_BUILD_UseAapt, "checkBox_BUILD_UseAapt"); - this.checkBox_BUILD_UseAapt.Checked = global::APKToolGUI.Properties.Settings.Default.Build_UseAapt; - this.checkBox_BUILD_UseAapt.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_UseAapt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_BUILD_UseAapt.Name = "checkBox_BUILD_UseAapt"; - this.checkBox_BUILD_UseAapt.UseVisualStyleBackColor = true; - // - // textBox_BUILD_AaptPath - // - this.textBox_BUILD_AaptPath.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseAapt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_BUILD_AaptPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Build_AaptPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_BUILD_AaptPath.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseAapt; - resources.ApplyResources(this.textBox_BUILD_AaptPath, "textBox_BUILD_AaptPath"); - this.textBox_BUILD_AaptPath.Name = "textBox_BUILD_AaptPath"; - this.textBox_BUILD_AaptPath.Text = global::APKToolGUI.Properties.Settings.Default.Build_AaptPath; - // - // textBox_BUILD_FrameDir - // - this.textBox_BUILD_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Build_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_BUILD_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Framework_FrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_BUILD_FrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Build_UseFramework; - resources.ApplyResources(this.textBox_BUILD_FrameDir, "textBox_BUILD_FrameDir"); - this.textBox_BUILD_FrameDir.Name = "textBox_BUILD_FrameDir"; - this.textBox_BUILD_FrameDir.Text = global::APKToolGUI.Properties.Settings.Default.Framework_FrameDir; - // - // checkBox_BUILD_UseFramework - // - resources.ApplyResources(this.checkBox_BUILD_UseFramework, "checkBox_BUILD_UseFramework"); - this.checkBox_BUILD_UseFramework.Checked = global::APKToolGUI.Properties.Settings.Default.Build_UseFramework; - this.checkBox_BUILD_UseFramework.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Build_UseFramework", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_BUILD_UseFramework.Name = "checkBox_BUILD_UseFramework"; - this.checkBox_BUILD_UseFramework.UseVisualStyleBackColor = true; - // - // checkBox2 - // - resources.ApplyResources(this.checkBox2, "checkBox2"); - this.checkBox2.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_InstallApkAfterSign; - this.checkBox2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_InstallApkAfterSign", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox2.Name = "checkBox2"; - this.checkBox2.UseVisualStyleBackColor = true; - // - // checkBox1 - // - resources.ApplyResources(this.checkBox1, "checkBox1"); - this.checkBox1.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_OverwriteInputFile; - this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_OverwriteInputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox1.Name = "checkBox1"; - this.checkBox1.UseVisualStyleBackColor = true; - // - // autoDelIdsigChkBox - // - resources.ApplyResources(this.autoDelIdsigChkBox, "autoDelIdsigChkBox"); - this.autoDelIdsigChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.AutoDeleteIdsigFile; - this.autoDelIdsigChkBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.autoDelIdsigChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "AutoDeleteIdsigFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.autoDelIdsigChkBox.Name = "autoDelIdsigChkBox"; - this.autoDelIdsigChkBox.UseVisualStyleBackColor = true; - // - // textBox3 - // - this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_KeystorePassword", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.textBox3, "textBox3"); - this.textBox3.Name = "textBox3"; - this.textBox3.Text = global::APKToolGUI.Properties.Settings.Default.Sign_KeystorePassword; - this.textBox3.UseSystemPasswordChar = true; - // - // aliasTxtBox - // - this.aliasTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_Alias", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.aliasTxtBox, "aliasTxtBox"); - this.aliasTxtBox.Name = "aliasTxtBox"; - this.aliasTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Sign_Alias; - // - // useAliasChkBox - // - resources.ApplyResources(this.useAliasChkBox, "useAliasChkBox"); - this.useAliasChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_SetAlias; - this.useAliasChkBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.useAliasChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_SetAlias", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.useAliasChkBox.Name = "useAliasChkBox"; - this.useAliasChkBox.UseVisualStyleBackColor = true; - // - // keyStoreFileTxtBox - // - this.keyStoreFileTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_KeystoreFilePath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.keyStoreFileTxtBox, "keyStoreFileTxtBox"); - this.keyStoreFileTxtBox.Name = "keyStoreFileTxtBox"; - this.keyStoreFileTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Sign_KeystoreFilePath; - // - // useKeyStoreChkBox - // - resources.ApplyResources(this.useKeyStoreChkBox, "useKeyStoreChkBox"); - this.useKeyStoreChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_UseKeystoreFile; - this.useKeyStoreChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_UseKeystoreFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.useKeyStoreChkBox.Name = "useKeyStoreChkBox"; - this.useKeyStoreChkBox.UseVisualStyleBackColor = true; - // - // useSigningOutputDir - // - resources.ApplyResources(this.useSigningOutputDir, "useSigningOutputDir"); - this.useSigningOutputDir.Checked = global::APKToolGUI.Properties.Settings.Default.Sign_UseOutputDir; - this.useSigningOutputDir.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Sign_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.useSigningOutputDir.Name = "useSigningOutputDir"; - this.useSigningOutputDir.UseVisualStyleBackColor = true; - // - // textBox_SIGN_OutputFile - // - this.textBox_SIGN_OutputFile.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.textBox_SIGN_OutputFile, "textBox_SIGN_OutputFile"); - this.textBox_SIGN_OutputFile.Name = "textBox_SIGN_OutputFile"; - this.textBox_SIGN_OutputFile.Text = global::APKToolGUI.Properties.Settings.Default.Sign_OutputDir; - // - // textBox_SIGN_PublicKey - // - this.textBox_SIGN_PublicKey.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_PublicKey", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.textBox_SIGN_PublicKey, "textBox_SIGN_PublicKey"); - this.textBox_SIGN_PublicKey.Name = "textBox_SIGN_PublicKey"; - this.textBox_SIGN_PublicKey.Text = global::APKToolGUI.Properties.Settings.Default.Sign_PublicKey; - // - // textBox_SIGN_PrivateKey - // - this.textBox_SIGN_PrivateKey.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Sign_PrivateKey", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.textBox_SIGN_PrivateKey, "textBox_SIGN_PrivateKey"); - this.textBox_SIGN_PrivateKey.Name = "textBox_SIGN_PrivateKey"; - this.textBox_SIGN_PrivateKey.Text = global::APKToolGUI.Properties.Settings.Default.Sign_PrivateKey; - // - // zipalignOutputDirChkBox - // - resources.ApplyResources(this.zipalignOutputDirChkBox, "zipalignOutputDirChkBox"); - this.zipalignOutputDirChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_UseOutputDir; - this.zipalignOutputDirChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.zipalignOutputDirChkBox.Name = "zipalignOutputDirChkBox"; - this.zipalignOutputDirChkBox.UseVisualStyleBackColor = true; - // - // signAfterZipalignChkBox - // - resources.ApplyResources(this.signAfterZipalignChkBox, "signAfterZipalignChkBox"); - this.signAfterZipalignChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_SignAfterZipAlign; - this.signAfterZipalignChkBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.signAfterZipalignChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_SignAfterZipAlign", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.signAfterZipalignChkBox.Name = "signAfterZipalignChkBox"; - this.signAfterZipalignChkBox.UseVisualStyleBackColor = true; - // - // checkBox_ZIPALIGN_Recompress - // - resources.ApplyResources(this.checkBox_ZIPALIGN_Recompress, "checkBox_ZIPALIGN_Recompress"); - this.checkBox_ZIPALIGN_Recompress.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_Recompress; - this.checkBox_ZIPALIGN_Recompress.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_Recompress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_ZIPALIGN_Recompress.Name = "checkBox_ZIPALIGN_Recompress"; - this.checkBox_ZIPALIGN_Recompress.UseVisualStyleBackColor = true; - // - // checkBox_ZIPALIGN_CheckAlignment - // - resources.ApplyResources(this.checkBox_ZIPALIGN_CheckAlignment, "checkBox_ZIPALIGN_CheckAlignment"); - this.checkBox_ZIPALIGN_CheckAlignment.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_CheckOnly; - this.checkBox_ZIPALIGN_CheckAlignment.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_CheckOnly", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_ZIPALIGN_CheckAlignment.Name = "checkBox_ZIPALIGN_CheckAlignment"; - this.checkBox_ZIPALIGN_CheckAlignment.UseVisualStyleBackColor = true; - // - // textBox_ZIPALIGN_OutputFile - // - this.textBox_ZIPALIGN_OutputFile.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Zipalign_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.textBox_ZIPALIGN_OutputFile, "textBox_ZIPALIGN_OutputFile"); - this.textBox_ZIPALIGN_OutputFile.Name = "textBox_ZIPALIGN_OutputFile"; - this.textBox_ZIPALIGN_OutputFile.Text = global::APKToolGUI.Properties.Settings.Default.Zipalign_OutputDir; - // - // checkBox_ZIPALIGN_VerboseOutput - // - resources.ApplyResources(this.checkBox_ZIPALIGN_VerboseOutput, "checkBox_ZIPALIGN_VerboseOutput"); - this.checkBox_ZIPALIGN_VerboseOutput.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_Verbose; - this.checkBox_ZIPALIGN_VerboseOutput.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_Verbose", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_ZIPALIGN_VerboseOutput.Name = "checkBox_ZIPALIGN_VerboseOutput"; - this.checkBox_ZIPALIGN_VerboseOutput.UseVisualStyleBackColor = true; - // - // numericUpDown_ZIPALIGN_AlignmentBytes - // - this.numericUpDown_ZIPALIGN_AlignmentBytes.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::APKToolGUI.Properties.Settings.Default, "Zipalign_AlignmentInBytes", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.numericUpDown_ZIPALIGN_AlignmentBytes, "numericUpDown_ZIPALIGN_AlignmentBytes"); - this.numericUpDown_ZIPALIGN_AlignmentBytes.Maximum = new decimal(new int[] { - 32, - 0, - 0, - 0}); - this.numericUpDown_ZIPALIGN_AlignmentBytes.Name = "numericUpDown_ZIPALIGN_AlignmentBytes"; - this.numericUpDown_ZIPALIGN_AlignmentBytes.Value = global::APKToolGUI.Properties.Settings.Default.Zipalign_AlignmentInBytes; - // - // checkBox_ZIPALIGN_OverwriteOutputFile - // - resources.ApplyResources(this.checkBox_ZIPALIGN_OverwriteOutputFile, "checkBox_ZIPALIGN_OverwriteOutputFile"); - this.checkBox_ZIPALIGN_OverwriteOutputFile.Checked = global::APKToolGUI.Properties.Settings.Default.Zipalign_OverwriteOutputFile; - this.checkBox_ZIPALIGN_OverwriteOutputFile.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Zipalign_OverwriteOutputFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_ZIPALIGN_OverwriteOutputFile.Name = "checkBox_ZIPALIGN_OverwriteOutputFile"; - this.checkBox_ZIPALIGN_OverwriteOutputFile.UseVisualStyleBackColor = true; - // - // clearFwBeforeDecodeChkBox - // - resources.ApplyResources(this.clearFwBeforeDecodeChkBox, "clearFwBeforeDecodeChkBox"); - this.clearFwBeforeDecodeChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Framework_ClearBeforeDecode; - this.clearFwBeforeDecodeChkBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.clearFwBeforeDecodeChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Framework_ClearBeforeDecode", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.clearFwBeforeDecodeChkBox.Name = "clearFwBeforeDecodeChkBox"; - this.clearFwBeforeDecodeChkBox.UseVisualStyleBackColor = true; - // - // checkBox_IF_Tag - // - resources.ApplyResources(this.checkBox_IF_Tag, "checkBox_IF_Tag"); - this.checkBox_IF_Tag.Checked = global::APKToolGUI.Properties.Settings.Default.InstallFramework_UseTag; - this.checkBox_IF_Tag.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "InstallFramework_UseTag", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_IF_Tag.Name = "checkBox_IF_Tag"; - this.checkBox_IF_Tag.UseVisualStyleBackColor = true; - // - // checkBox_IF_FramePath - // - resources.ApplyResources(this.checkBox_IF_FramePath, "checkBox_IF_FramePath"); - this.checkBox_IF_FramePath.Checked = global::APKToolGUI.Properties.Settings.Default.Framework_UseFrameDir; - this.checkBox_IF_FramePath.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Framework_UseFrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.checkBox_IF_FramePath.Name = "checkBox_IF_FramePath"; - this.checkBox_IF_FramePath.UseVisualStyleBackColor = true; - // - // textBox_IF_Tag - // - this.textBox_IF_Tag.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "InstallFramework_Tag", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_IF_Tag.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "InstallFramework_UseTag", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_IF_Tag.Enabled = global::APKToolGUI.Properties.Settings.Default.InstallFramework_UseTag; - resources.ApplyResources(this.textBox_IF_Tag, "textBox_IF_Tag"); - this.textBox_IF_Tag.Name = "textBox_IF_Tag"; - this.textBox_IF_Tag.Text = global::APKToolGUI.Properties.Settings.Default.InstallFramework_Tag; - // - // button_IF_BrowseFrameDir - // - this.button_IF_BrowseFrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Framework_UseFrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.button_IF_BrowseFrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Framework_UseFrameDir; - resources.ApplyResources(this.button_IF_BrowseFrameDir, "button_IF_BrowseFrameDir"); - this.button_IF_BrowseFrameDir.Name = "button_IF_BrowseFrameDir"; - this.button_IF_BrowseFrameDir.UseVisualStyleBackColor = true; - // - // textBox_IF_InputFramePath - // - resources.ApplyResources(this.textBox_IF_InputFramePath, "textBox_IF_InputFramePath"); - this.textBox_IF_InputFramePath.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "InstallFramework_InputFramePath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_IF_InputFramePath.Name = "textBox_IF_InputFramePath"; - this.textBox_IF_InputFramePath.Text = global::APKToolGUI.Properties.Settings.Default.InstallFramework_InputFramePath; - // - // textBox_IF_FrameDir - // - this.textBox_IF_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", global::APKToolGUI.Properties.Settings.Default, "Framework_UseFrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_IF_FrameDir.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Framework_FrameDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.textBox_IF_FrameDir.Enabled = global::APKToolGUI.Properties.Settings.Default.Framework_UseFrameDir; - resources.ApplyResources(this.textBox_IF_FrameDir, "textBox_IF_FrameDir"); - this.textBox_IF_FrameDir.Name = "textBox_IF_FrameDir"; - this.textBox_IF_FrameDir.Text = global::APKToolGUI.Properties.Settings.Default.Framework_FrameDir; - // - // smaliUseOutputChkBox - // - resources.ApplyResources(this.smaliUseOutputChkBox, "smaliUseOutputChkBox"); - this.smaliUseOutputChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Smali_UseOutputDir; - this.smaliUseOutputChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Smali_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.smaliUseOutputChkBox.Name = "smaliUseOutputChkBox"; - this.smaliUseOutputChkBox.UseVisualStyleBackColor = true; - // - // smaliBrowseInputDirTxtBox - // - resources.ApplyResources(this.smaliBrowseInputDirTxtBox, "smaliBrowseInputDirTxtBox"); - this.smaliBrowseInputDirTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Smali_InputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.smaliBrowseInputDirTxtBox.Name = "smaliBrowseInputDirTxtBox"; - this.smaliBrowseInputDirTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Smali_InputDir; - // - // smaliBrowseOutputTxtBox - // - this.smaliBrowseOutputTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Smali_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.smaliBrowseOutputTxtBox, "smaliBrowseOutputTxtBox"); - this.smaliBrowseOutputTxtBox.Name = "smaliBrowseOutputTxtBox"; - this.smaliBrowseOutputTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Smali_OutputDir; - // - // baksmaliUseOutputChkBox - // - resources.ApplyResources(this.baksmaliUseOutputChkBox, "baksmaliUseOutputChkBox"); - this.baksmaliUseOutputChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Baksmali_UseOutputDir; - this.baksmaliUseOutputChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Baksmali_UseOutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.baksmaliUseOutputChkBox.Name = "baksmaliUseOutputChkBox"; - this.baksmaliUseOutputChkBox.UseVisualStyleBackColor = true; - // - // baksmaliBrowseOutputTxtBox - // - this.baksmaliBrowseOutputTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Baksmali_OutputDir", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - resources.ApplyResources(this.baksmaliBrowseOutputTxtBox, "baksmaliBrowseOutputTxtBox"); - this.baksmaliBrowseOutputTxtBox.Name = "baksmaliBrowseOutputTxtBox"; - this.baksmaliBrowseOutputTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Baksmali_OutputDir; - // - // baksmaliBrowseInputDexTxtBox - // - resources.ApplyResources(this.baksmaliBrowseInputDexTxtBox, "baksmaliBrowseInputDexTxtBox"); - this.baksmaliBrowseInputDexTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Baksmali_InputDexFile", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.baksmaliBrowseInputDexTxtBox.Name = "baksmaliBrowseInputDexTxtBox"; - this.baksmaliBrowseInputDexTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Baksmali_InputDexFile; - // - // overrideAbiCheckBox - // - resources.ApplyResources(this.overrideAbiCheckBox, "overrideAbiCheckBox"); - this.overrideAbiCheckBox.Checked = global::APKToolGUI.Properties.Settings.Default.Adb_SetOverrideAbi; - this.overrideAbiCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Adb_SetOverrideAbi", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.overrideAbiCheckBox.Name = "overrideAbiCheckBox"; - this.overrideAbiCheckBox.UseVisualStyleBackColor = true; - // - // setVendorChkBox - // - resources.ApplyResources(this.setVendorChkBox, "setVendorChkBox"); - this.setVendorChkBox.Checked = global::APKToolGUI.Properties.Settings.Default.Adb_SetVendor; - this.setVendorChkBox.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::APKToolGUI.Properties.Settings.Default, "Adb_SetVendor", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.setVendorChkBox.Name = "setVendorChkBox"; - this.setVendorChkBox.UseVisualStyleBackColor = true; - // - // apkPathAdbTxtBox - // - resources.ApplyResources(this.apkPathAdbTxtBox, "apkPathAdbTxtBox"); - this.apkPathAdbTxtBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::APKToolGUI.Properties.Settings.Default, "Adb_SelectedApkPath", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.apkPathAdbTxtBox.Name = "apkPathAdbTxtBox"; - this.apkPathAdbTxtBox.Text = global::APKToolGUI.Properties.Settings.Default.Adb_SelectedApkPath; - // - // sigTxtBox - // - resources.ApplyResources(this.sigTxtBox, "sigTxtBox"); - this.sigTxtBox.Name = "sigTxtBox"; - this.sigTxtBox.ReadOnly = true; - // - // label5 - // - resources.ApplyResources(this.label5, "label5"); - this.label5.Name = "label5"; - // // FormMain // this.AllowDrop = true; @@ -2121,8 +2121,6 @@ this.Controls.Add(this.menuStrip1); this.Controls.Add(this.tabControlMain); this.DoubleBuffered = true; - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.MaximizeBox = false; this.Name = "FormMain"; this.Activated += new System.EventHandler(this.FormMain_Activated); this.Shown += new System.EventHandler(this.FormMain_Shown); @@ -2147,15 +2145,18 @@ this.tabPageDecode.ResumeLayout(false); this.groupBox_DECODE_Options.ResumeLayout(false); this.groupBox_DECODE_Options.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.decApiLvlUpDown)).EndInit(); this.tabPageBuild.ResumeLayout(false); this.groupBox_BUILD_Options.ResumeLayout(false); this.groupBox_BUILD_Options.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.buildApiLvlUpDown)).EndInit(); this.tabPageSign.ResumeLayout(false); this.groupBox_SIGN_Options.ResumeLayout(false); this.groupBox_SIGN_Options.PerformLayout(); this.tabPageZipAlign.ResumeLayout(false); this.groupBox_ZIPALIGN_Options.ResumeLayout(false); this.groupBox_ZIPALIGN_Options.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ZIPALIGN_AlignmentBytes)).EndInit(); this.tabPageInstallFramework.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); @@ -2173,9 +2174,6 @@ this.contextMenuStripLog.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.decApiLvlUpDown)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.buildApiLvlUpDown)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ZIPALIGN_AlignmentBytes)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); diff --git a/APKToolGUI/Forms/FormMain.resx b/APKToolGUI/Forms/FormMain.resx index 4ed1c28..bfd7e0e 100644 --- a/APKToolGUI/Forms/FormMain.resx +++ b/APKToolGUI/Forms/FormMain.resx @@ -121,9 +121,6 @@ Top, Left, Right - - Top, Left, Right - True @@ -163,7 +160,7 @@ 4, 20 - 452, 22 + 442, 22 15 @@ -190,7 +187,7 @@ NoControl - 462, 19 + 452, 18 28, 24 @@ -223,7 +220,7 @@ NoControl - 495, 19 + 485, 18 105, 24 @@ -246,11 +243,14 @@ 3 + + Top + - 0, 176 + 0, 180 - 602, 45 + 595, 45 25 @@ -274,7 +274,7 @@ NoControl - 212, 253 + 211, 255 180, 24 @@ -304,7 +304,7 @@ NoControl - 7, 225 + 6, 227 180, 24 @@ -334,7 +334,7 @@ NoControl - 415, 253 + 414, 255 180, 24 @@ -364,7 +364,7 @@ NoControl - 415, 225 + 414, 227 180, 24 @@ -394,7 +394,7 @@ NoControl - 212, 225 + 211, 227 180, 24 @@ -424,7 +424,7 @@ NoControl - 7, 253 + 6, 255 180, 24 @@ -451,7 +451,7 @@ NoControl - 415, 281 + 414, 283 180, 24 @@ -478,7 +478,7 @@ NoControl - 212, 281 + 211, 283 180, 24 @@ -505,7 +505,7 @@ NoControl - 7, 281 + 6, 283 180, 24 @@ -528,9 +528,6 @@ 9 - - Top, Left, Right - True @@ -568,7 +565,7 @@ 4, 20 - 452, 22 + 442, 22 15 @@ -595,7 +592,7 @@ NoControl - 462, 19 + 452, 18 28, 24 @@ -628,7 +625,7 @@ NoControl - 495, 19 + 485, 18 105, 24 @@ -651,11 +648,14 @@ 3 + + Top + - 0, 132 + 0, 135 - 602, 45 + 595, 45 3 @@ -672,9 +672,6 @@ 10 - - Top, Left, Right - True @@ -715,7 +712,7 @@ NoControl - 494, 19 + 485, 18 105, 24 @@ -748,7 +745,7 @@ NoControl - 461, 19 + 452, 18 28, 24 @@ -778,7 +775,7 @@ 3, 20 - 454, 22 + 444, 22 20 @@ -795,11 +792,14 @@ 3 + + Top + - 0, 88 + 0, 90 - 602, 45 + 595, 45 2 @@ -816,9 +816,6 @@ 11 - - Top, Left, Right - True @@ -859,7 +856,7 @@ NoControl - 462, 18 + 452, 18 28, 24 @@ -892,7 +889,7 @@ NoControl - 495, 18 + 485, 18 105, 24 @@ -922,7 +919,7 @@ 4, 19 - 453, 22 + 443, 22 13 @@ -939,11 +936,14 @@ 3 + + Top + - 0, 44 + 0, 45 - 602, 45 + 595, 45 1 @@ -960,9 +960,6 @@ 12 - - Top, Left, Right - True @@ -1000,7 +997,7 @@ 3, 19 - 454, 22 + 444, 22 10 @@ -1027,7 +1024,7 @@ NoControl - 494, 18 + 485, 18 105, 24 @@ -1060,7 +1057,7 @@ NoControl - 461, 18 + 452, 18 28, 24 @@ -1083,11 +1080,14 @@ 3 + + Top + 0, 0 - 602, 45 + 595, 45 0 @@ -1108,7 +1108,7 @@ 4, 27 - 602, 309 + 595, 309 5 @@ -2203,7 +2203,7 @@ 3, 3, 3, 3 - 594, 278 + 587, 278 0 @@ -2230,7 +2230,7 @@ 3, 3 - 588, 272 + 581, 272 0 @@ -2257,7 +2257,7 @@ 3, 3, 3, 3 - 594, 278 + 587, 278 1 @@ -2290,7 +2290,7 @@ 122, 3 - 602, 309 + 595, 309 12 @@ -2311,7 +2311,7 @@ 4, 27 - 602, 309 + 595, 309 6 @@ -2364,11 +2364,8 @@ 0 - - Top, Right - - 501, 18 + 491, 18 60, 22 @@ -2488,16 +2485,16 @@ 4 - Top, Right + Top, Left, Right - 294, 165 + 282, 165 1, 1, 1, 1 - 234, 22 + 237, 22 5 @@ -2521,13 +2518,13 @@ NoControl - 533, 190 + 523, 190 1, 0, 1, 1 - 30, 24 + 40, 24 7 @@ -2584,13 +2581,13 @@ NoControl - 533, 164 + 523, 164 1, 0, 1, 1 - 30, 24 + 40, 24 6 @@ -2671,16 +2668,16 @@ 10 - Top, Right + Top, Left, Right - 294, 191 + 282, 191 1, 1, 1, 1 - 234, 22 + 237, 22 4 @@ -2847,11 +2844,14 @@ 16 + + Top + - 6, 3 + 3, 3 - 573, 379 + 572, 379 6 @@ -2878,7 +2878,7 @@ 3, 3, 3, 3 - 602, 309 + 595, 309 0 @@ -3135,17 +3135,20 @@ 7 + + Top, Right + NoControl - 532, 118 + 525, 118 1, 0, 1, 1 - 30, 24 + 40, 24 7 @@ -3195,17 +3198,20 @@ 9 + + Top, Right + NoControl - 532, 92 + 525, 92 1, 0, 1, 1 - 30, 24 + 40, 24 7 @@ -3225,17 +3231,20 @@ 10 + + Top, Right + NoControl - 532, 66 + 525, 66 1, 0, 1, 1 - 30, 24 + 40, 24 6 @@ -3318,14 +3327,17 @@ 13 + + Top, Left, Right + - 280, 119 + 287, 119 1, 1, 1, 1 - 250, 22 + 233, 22 4 @@ -3372,14 +3384,17 @@ 15 + + Top, Left, Right + - 280, 67 + 287, 67 1, 1, 1, 1 - 250, 22 + 233, 22 5 @@ -3396,14 +3411,17 @@ 16 + + Top, Left, Right + - 280, 93 + 287, 93 1, 1, 1, 1 - 250, 22 + 233, 22 4 @@ -3450,11 +3468,14 @@ 18 + + Top + - 6, 3 + 0, 0 - 573, 358 + 578, 358 9 @@ -3478,7 +3499,7 @@ 4, 27 - 602, 309 + 595, 309 3 @@ -3831,6 +3852,9 @@ 10 + + Top, Left, Right + 262, 191 @@ -3852,17 +3876,20 @@ 11 + + Top, Right + NoControl - 530, 162 + 518, 163 1, 0, 1, 1 - 30, 24 + 40, 24 19 @@ -3882,6 +3909,9 @@ 12 + + Top, Left, Right + 260, 109 @@ -3960,11 +3990,14 @@ 15 + + Top, Left, Right + 262, 163 - 265, 22 + 248, 22 15 @@ -4185,17 +4218,20 @@ 22 + + Top, Right + NoControl - 530, 218 + 518, 219 1, 0, 1, 1 - 30, 24 + 40, 24 7 @@ -4215,6 +4251,9 @@ 23 + + Top, Left, Right + 262, 219 @@ -4222,7 +4261,7 @@ 1, 1, 1, 1 - 265, 22 + 248, 22 4 @@ -4239,17 +4278,20 @@ 24 + + Top, Right + NoControl - 530, 52 + 518, 53 1, 0, 1, 1 - 30, 24 + 40, 24 7 @@ -4269,17 +4311,20 @@ 25 + + Top, Right + NoControl - 530, 79 + 518, 80 1, 0, 1, 1 - 30, 24 + 40, 24 7 @@ -4299,6 +4344,9 @@ 26 + + Top, Left, Right + 260, 53 @@ -4306,7 +4354,7 @@ 1, 1, 1, 1 - 267, 22 + 250, 22 4 @@ -4323,6 +4371,9 @@ 27 + + Top, Left, Right + 260, 80 @@ -4330,7 +4381,7 @@ 1, 1, 1, 1 - 267, 22 + 250, 22 4 @@ -4347,11 +4398,14 @@ 28 + + Top + - 6, 3 + 3, 3 - 573, 419 + 572, 419 17 @@ -4378,7 +4432,7 @@ 3, 3, 3, 3 - 602, 309 + 595, 309 1 @@ -4401,9 +4455,6 @@ True - - Top, Left, Right - True @@ -4534,13 +4585,13 @@ NoControl - 552, 164 + 542, 164 1, 0, 1, 1 - 30, 24 + 40, 24 7 @@ -4590,6 +4641,9 @@ 5 + + Top, Left, Right + 297, 165 @@ -4597,7 +4651,7 @@ 1, 1, 1, 1 - 252, 22 + 240, 22 4 @@ -4701,11 +4755,14 @@ 9 + + Top + - 4, 4 + 3, 3 - 592, 299 + 589, 299 16 @@ -4732,7 +4789,7 @@ 3, 3, 3, 3 - 602, 309 + 595, 309 2 @@ -4752,9 +4809,6 @@ 5 - - Top, Left, Right - NoControl @@ -4839,8 +4893,11 @@ 2 + + Top + - 4, 125 + 0, 115 595, 157 @@ -4863,9 +4920,6 @@ 0 - - Top, Left, Right - True @@ -4926,6 +4980,9 @@ 1 + + Top, Left, Right + 301, 42 @@ -4933,7 +4990,7 @@ 1, 1, 3, 1 - 285, 22 + 288, 22 4 @@ -4983,17 +5040,20 @@ 3 + + Top, Right + NoControl - 557, 15 + 551, 15 1, 0, 1, 1 - 30, 24 + 40, 24 6 @@ -5070,6 +5130,9 @@ 6 + + Top, Left, Right + 301, 16 @@ -5077,7 +5140,7 @@ 1, 1, 1, 1 - 252, 22 + 247, 22 5 @@ -5094,8 +5157,11 @@ 7 + + Top + - 4, 4 + 0, 0 595, 115 @@ -5122,7 +5188,7 @@ 4, 27 - 602, 309 + 595, 309 4 @@ -5142,9 +5208,6 @@ 6 - - Top, Left, Right - True @@ -5215,7 +5278,7 @@ NoControl - 481, 89 + 480, 89 105, 24 @@ -5238,17 +5301,20 @@ 2 + + Top, Right + NoControl - 537, 14 + 545, 14 1, 0, 1, 1 - 30, 24 + 40, 24 17 @@ -5275,7 +5341,7 @@ 6, 90 - 438, 22 + 437, 22 15 @@ -5292,14 +5358,17 @@ 4 + + Top, Left, Right + - 267, 15 + 282, 15 1, 1, 1, 1 - 267, 22 + 259, 22 16 @@ -5326,7 +5395,7 @@ NoControl - 448, 89 + 447, 89 30, 24 @@ -5349,11 +5418,14 @@ 6 + + Top + - 6, 134 + 3, 123 - 590, 120 + 589, 120 1 @@ -5373,9 +5445,6 @@ 0 - - Top, Left, Right - True @@ -5436,17 +5505,20 @@ 1 + + Top, Right + NoControl - 537, 14 + 545, 13 1, 0, 1, 1 - 30, 24 + 40, 24 14 @@ -5466,14 +5538,17 @@ 2 + + Top, Left, Right + - 267, 15 + 282, 14 1, 1, 1, 1 - 267, 22 + 259, 22 13 @@ -5500,7 +5575,7 @@ NoControl - 479, 90 + 478, 90 105, 24 @@ -5533,7 +5608,7 @@ NoControl - 446, 90 + 445, 90 30, 24 @@ -5563,7 +5638,7 @@ 4, 91 - 438, 22 + 437, 22 12 @@ -5580,11 +5655,14 @@ 6 + + Top + - 6, 6 + 3, 3 - 590, 120 + 589, 120 0 @@ -5611,7 +5689,7 @@ 3, 3, 3, 3 - 602, 309 + 595, 309 7 @@ -5749,16 +5827,16 @@ 3 - Top, Left, Right + Top, Right NoControl - 474, 101 + 427, 101 - 121, 23 + 166, 23 14 @@ -5815,10 +5893,10 @@ NoControl - 565, 71 + 553, 71 - 28, 24 + 40, 24 12 @@ -5899,13 +5977,13 @@ 8 - Top, Right + Top, Left, Right - 193, 72 + 224, 72 - 366, 22 + 324, 22 2 @@ -5959,7 +6037,7 @@ 7, 130 - 588, 173 + 619, 173 0 @@ -5983,7 +6061,7 @@ 3, 3, 3, 3 - 602, 309 + 595, 309 8 @@ -6007,13 +6085,13 @@ 48, 23 - 0, 24 + -1, 24 0, 0, 0, 0 - 610, 340 + 603, 340 15 @@ -6285,7 +6363,7 @@ None - 594, 17 + 587, 17 Loading... @@ -6306,7 +6384,7 @@ 0, 542 - 609, 22 + 602, 22 17 @@ -6360,7 +6438,7 @@ 0, 363 - 606, 179 + 599, 179 18 @@ -6486,7 +6564,7 @@ 3, 2, 0, 2 - 609, 24 + 602, 24 19 @@ -6516,7 +6594,7 @@ 96, 96 - 609, 564 + 602, 564 Segoe UI, 8.25pt @@ -8187,9 +8265,6 @@ //////////w4AAAcP/////// - - NoControl - 99, 97 @@ -8280,6 +8355,12 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + useAPKEditorForDecompilingItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + settingsToolStripMenuItem @@ -8328,12 +8409,6 @@ System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - useAPKEditorForDecompilingItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - FormMain