0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 08:10:45 -05:00
assembly-tool/RecodeItGUI/GUI/Main.Designer.cs
2024-12-31 03:51:57 -05:00

1620 lines
70 KiB
C#

namespace ReCodeIt.GUI;
partial class ReCodeItForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
GroupBox groupBox6;
GroupBox groupBox7;
button1 = new Button();
button2 = new Button();
listBox1 = new ListBox();
toolTip1 = new ToolTip(components);
DebugLoggingCheckbox = new CheckBox();
SilentModeCheckbox = new CheckBox();
GithubLinkLabel = new LinkLabel();
RenamePropertiesCheckbox = new CheckBox();
RenameFieldsCheckbox = new CheckBox();
RunRemapButton = new Button();
RemoveRemapButton = new Button();
RemapperPublicicize = new CheckBox();
SaveRemapButton = new Button();
RemapperUnseal = new CheckBox();
PickAssemblyPathButton = new Button();
LoadMappingFileButton = new Button();
OutputDirectoryButton = new Button();
ConstuctorCountUpDown = new NumericUpDown();
IsPublicComboBox = new ComboBox();
RemapperUseForceRename = new CheckBox();
IsAbstractComboBox = new ComboBox();
PropertyCountUpDown = new NumericUpDown();
IsSealedComboBox = new ComboBox();
FieldCountUpDown = new NumericUpDown();
IsInterfaceComboBox = new ComboBox();
NestedTypeParentName = new TextBox();
MethodCountUpDown = new NumericUpDown();
IsEnumComboBox = new ComboBox();
BaseClassIncludeTextFIeld = new TextBox();
OriginalTypeName = new TextBox();
HasAttributeComboBox = new ComboBox();
NestedTypeCountUpDown = new NumericUpDown();
IsDerivedUpDown = new DomainUpDown();
HasGenericParamsComboBox = new ComboBox();
IsNestedUpDown = new DomainUpDown();
BaseClassExcludeTextField = new TextBox();
IsStructComboBox = new ComboBox();
NewTypeName = new TextBox();
LoadedMappingFilePath = new TextBox();
ResetSearchButton = new Button();
ValidateRemapButton = new Button();
SettingsTab = new TabPage();
groupBox2 = new GroupBox();
RemapperTabPage = new TabPage();
label1 = new Label();
RMSearchBox = new TextBox();
RemapperOutputDirectoryPath = new TextBox();
TargetAssemblyPath = new TextBox();
RemapTreeView = new TreeView();
groupBox1 = new GroupBox();
tabControl1 = new TabControl();
RMBasicTab = new TabPage();
Inclusions = new TabControl();
tabPage1 = new TabPage();
ExcludeMethodTextBox = new TextBox();
IncludeMethodTextBox = new TextBox();
MethodExcludeRemoveButton = new Button();
MethodExcludeAddButton = new Button();
MethodIncludeRemoveButton = new Button();
MethodIncludeAddButton = new Button();
MethodExcludeBox = new ListBox();
MethodIncludeBox = new ListBox();
tabPage2 = new TabPage();
FieldsExcludeTextInput = new TextBox();
FieldsIncludeTextInput = new TextBox();
FieldExcludeRemoveButton = new Button();
FieldExcludeAddButton = new Button();
FieldIncludeRemoveButton = new Button();
FIeldIncludeAddButton = new Button();
FieldExcludeBox = new ListBox();
FieldIncludeBox = new ListBox();
tabPage3 = new TabPage();
PropertiesExcludeTextField = new TextBox();
PropertiesIncludeTextField = new TextBox();
PropertiesExcludeRemoveButton = new Button();
PropertiesExcludeAddButton = new Button();
PropertiesIncludeRemoveButton = new Button();
PropertiesIncludeAddButton = new Button();
PropertiesExcludeBox = new ListBox();
PropertiesIncludeBox = new ListBox();
tabPage4 = new TabPage();
NestedTypesExcludeTextField = new TextBox();
NestedTypesIncludeTextField = new TextBox();
NestedTypesExcludeRemoveButton = new Button();
NestedTypesExlcudeAddButton = new Button();
NestedTypesRemoveButton = new Button();
NestedTypesAddButton = new Button();
NestedTypesExcludeBox = new ListBox();
NestedTypesIncludeBox = new ListBox();
tabPage5 = new TabPage();
EventsExcludeBox = new ListBox();
EventsIncludeBox = new ListBox();
EventsExcludeRemoveButton = new Button();
EventsExcludeAddButton = new Button();
EventsRemoveButton = new Button();
EventsAddButton = new Button();
EventsExcludeTextField = new TextBox();
EventsIncludeTextField = new TextBox();
label11 = new Label();
MethodCountEnabled = new CheckBox();
label10 = new Label();
label8 = new Label();
label9 = new Label();
label2322 = new Label();
FieldCountEnabled = new CheckBox();
label7 = new Label();
label6 = new Label();
NestedTypeCountEnabled = new CheckBox();
label5 = new Label();
PropertyCountEnabled = new CheckBox();
ConstructorCountEnabled = new CheckBox();
tabPage6 = new TabPage();
RMSearchTab = new TabPage();
TabControlMain = new TabControl();
groupBox6 = new GroupBox();
groupBox7 = new GroupBox();
groupBox6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)ConstuctorCountUpDown).BeginInit();
((System.ComponentModel.ISupportInitialize)PropertyCountUpDown).BeginInit();
((System.ComponentModel.ISupportInitialize)FieldCountUpDown).BeginInit();
((System.ComponentModel.ISupportInitialize)MethodCountUpDown).BeginInit();
((System.ComponentModel.ISupportInitialize)NestedTypeCountUpDown).BeginInit();
SettingsTab.SuspendLayout();
groupBox2.SuspendLayout();
RemapperTabPage.SuspendLayout();
groupBox1.SuspendLayout();
tabControl1.SuspendLayout();
RMBasicTab.SuspendLayout();
Inclusions.SuspendLayout();
tabPage1.SuspendLayout();
tabPage2.SuspendLayout();
tabPage3.SuspendLayout();
tabPage4.SuspendLayout();
tabPage5.SuspendLayout();
tabPage6.SuspendLayout();
TabControlMain.SuspendLayout();
SuspendLayout();
//
// groupBox6
//
groupBox6.Controls.Add(button1);
groupBox6.Controls.Add(button2);
groupBox6.Controls.Add(listBox1);
groupBox6.Location = new Point(6, 7);
groupBox6.Name = "groupBox6";
groupBox6.Size = new Size(364, 818);
groupBox6.TabIndex = 0;
groupBox6.TabStop = false;
groupBox6.Text = "Advanced Method Search";
//
// button1
//
button1.Location = new Point(247, 777);
button1.Name = "button1";
button1.Size = new Size(111, 33);
button1.TabIndex = 20;
button1.Text = "Remove";
button1.UseVisualStyleBackColor = true;
//
// button2
//
button2.Location = new Point(6, 777);
button2.Name = "button2";
button2.Size = new Size(111, 33);
button2.TabIndex = 19;
button2.Text = "Add";
button2.UseVisualStyleBackColor = true;
//
// listBox1
//
listBox1.BackColor = Color.Gray;
listBox1.FormattingEnabled = true;
listBox1.ItemHeight = 25;
listBox1.Location = new Point(6, 542);
listBox1.Name = "listBox1";
listBox1.Size = new Size(353, 229);
listBox1.TabIndex = 18;
//
// groupBox7
//
groupBox7.Location = new Point(386, 7);
groupBox7.Name = "groupBox7";
groupBox7.Size = new Size(354, 818);
groupBox7.TabIndex = 1;
groupBox7.TabStop = false;
groupBox7.Text = "Advanced Property Search";
//
// DebugLoggingCheckbox
//
DebugLoggingCheckbox.AutoSize = true;
DebugLoggingCheckbox.Location = new Point(6, 30);
DebugLoggingCheckbox.Name = "DebugLoggingCheckbox";
DebugLoggingCheckbox.Size = new Size(159, 29);
DebugLoggingCheckbox.TabIndex = 0;
DebugLoggingCheckbox.Text = "Debug logging";
toolTip1.SetToolTip(DebugLoggingCheckbox, "Enables debug logging for the appliaction");
DebugLoggingCheckbox.UseVisualStyleBackColor = true;
DebugLoggingCheckbox.CheckedChanged += DebugLoggingCheckbox_CheckedChanged;
//
// SilentModeCheckbox
//
SilentModeCheckbox.AutoSize = true;
SilentModeCheckbox.Location = new Point(6, 65);
SilentModeCheckbox.Name = "SilentModeCheckbox";
SilentModeCheckbox.Size = new Size(133, 29);
SilentModeCheckbox.TabIndex = 2;
SilentModeCheckbox.Text = "Silent Mode";
toolTip1.SetToolTip(SilentModeCheckbox, "Silent mode stops the ReMapper from prompting you if its okay to continue at every selection");
SilentModeCheckbox.UseVisualStyleBackColor = true;
SilentModeCheckbox.CheckedChanged += SilentModeCheckbox_CheckedChanged;
//
// GithubLinkLabel
//
GithubLinkLabel.AutoSize = true;
GithubLinkLabel.Location = new Point(6, 313);
GithubLinkLabel.Name = "GithubLinkLabel";
GithubLinkLabel.Size = new Size(301, 25);
GithubLinkLabel.TabIndex = 3;
GithubLinkLabel.TabStop = true;
GithubLinkLabel.Text = "https://github.com/CJ-SPT/ReCodeIt";
toolTip1.SetToolTip(GithubLinkLabel, "Be sure to report issues here!");
GithubLinkLabel.LinkClicked += GithubLinkLabel_LinkClicked;
//
// RenamePropertiesCheckbox
//
RenamePropertiesCheckbox.AutoSize = true;
RenamePropertiesCheckbox.Checked = true;
RenamePropertiesCheckbox.CheckState = CheckState.Checked;
RenamePropertiesCheckbox.Location = new Point(957, 738);
RenamePropertiesCheckbox.Name = "RenamePropertiesCheckbox";
RenamePropertiesCheckbox.Size = new Size(186, 29);
RenamePropertiesCheckbox.TabIndex = 28;
RenamePropertiesCheckbox.Text = "Rename Properties";
toolTip1.SetToolTip(RenamePropertiesCheckbox, "Renames all remapped types associated properties (GClass100_0 becomes ReCodeIt_0)");
RenamePropertiesCheckbox.UseVisualStyleBackColor = true;
RenamePropertiesCheckbox.CheckedChanged += RenamePropertiesCheckbox_CheckedChanged;
//
// RenameFieldsCheckbox
//
RenameFieldsCheckbox.AutoSize = true;
RenameFieldsCheckbox.Checked = true;
RenameFieldsCheckbox.CheckState = CheckState.Checked;
RenameFieldsCheckbox.Location = new Point(783, 738);
RenameFieldsCheckbox.Name = "RenameFieldsCheckbox";
RenameFieldsCheckbox.Size = new Size(151, 29);
RenameFieldsCheckbox.TabIndex = 26;
RenameFieldsCheckbox.Text = "Rename Fields";
toolTip1.SetToolTip(RenameFieldsCheckbox, "Renames all remapped types associated fields (_gClass100_0 becomes _reCodeIt_0)");
RenameFieldsCheckbox.UseVisualStyleBackColor = true;
RenameFieldsCheckbox.CheckedChanged += RenameFieldsCheckbox_CheckedChanged;
//
// RunRemapButton
//
RunRemapButton.BackColor = SystemColors.ButtonShadow;
RunRemapButton.Location = new Point(954, 698);
RunRemapButton.Name = "RunRemapButton";
RunRemapButton.Size = new Size(169, 33);
RunRemapButton.TabIndex = 16;
RunRemapButton.Text = "Run Remap";
toolTip1.SetToolTip(RunRemapButton, "Generate a remapped dll based on the paths chosen in the top left");
RunRemapButton.UseVisualStyleBackColor = false;
RunRemapButton.Click += RunRemapButton_Click;
//
// RemoveRemapButton
//
RemoveRemapButton.BackColor = SystemColors.ButtonShadow;
RemoveRemapButton.Location = new Point(954, 658);
RemoveRemapButton.Name = "RemoveRemapButton";
RemoveRemapButton.Size = new Size(169, 33);
RemoveRemapButton.TabIndex = 2;
RemoveRemapButton.Text = "Remove Remap";
toolTip1.SetToolTip(RemoveRemapButton, "Remove a remap from the list");
RemoveRemapButton.UseVisualStyleBackColor = false;
RemoveRemapButton.Click += RemoveRemapButton_Click;
//
// RemapperPublicicize
//
RemapperPublicicize.AutoSize = true;
RemapperPublicicize.Checked = true;
RemapperPublicicize.CheckState = CheckState.Checked;
RemapperPublicicize.Location = new Point(783, 773);
RemapperPublicicize.Name = "RemapperPublicicize";
RemapperPublicicize.Size = new Size(106, 29);
RemapperPublicicize.TabIndex = 35;
RemapperPublicicize.Text = "Publicize";
toolTip1.SetToolTip(RemapperPublicicize, "Publicize all classes, properties and methods. Fields are excluded for technical reasons");
RemapperPublicicize.UseVisualStyleBackColor = true;
RemapperPublicicize.CheckedChanged += RemapperPublicicize_CheckedChanged;
//
// SaveRemapButton
//
SaveRemapButton.BackColor = SystemColors.ButtonShadow;
SaveRemapButton.Location = new Point(781, 658);
SaveRemapButton.Name = "SaveRemapButton";
SaveRemapButton.Size = new Size(169, 33);
SaveRemapButton.TabIndex = 4;
SaveRemapButton.Text = "Add Remap";
toolTip1.SetToolTip(SaveRemapButton, "Add a remap to the list, if the \"New Name\" field contains a remap that already exists, it will be overwritten.");
SaveRemapButton.UseVisualStyleBackColor = false;
SaveRemapButton.Click += AddRemapButton_Click;
//
// RemapperUnseal
//
RemapperUnseal.AutoSize = true;
RemapperUnseal.Checked = true;
RemapperUnseal.CheckState = CheckState.Checked;
RemapperUnseal.Location = new Point(957, 773);
RemapperUnseal.Name = "RemapperUnseal";
RemapperUnseal.Size = new Size(90, 29);
RemapperUnseal.TabIndex = 36;
RemapperUnseal.Text = "Unseal";
toolTip1.SetToolTip(RemapperUnseal, "Unseal all sealed classes");
RemapperUnseal.UseVisualStyleBackColor = true;
RemapperUnseal.CheckedChanged += RemapperUnseal_CheckedChanged;
//
// PickAssemblyPathButton
//
PickAssemblyPathButton.Location = new Point(1221, 577);
PickAssemblyPathButton.Name = "PickAssemblyPathButton";
PickAssemblyPathButton.Size = new Size(111, 33);
PickAssemblyPathButton.TabIndex = 31;
PickAssemblyPathButton.Text = "Choose";
toolTip1.SetToolTip(PickAssemblyPathButton, "The programs original assembly you wish to remap.\r\n\r\nTarget the one in the programs install location.");
PickAssemblyPathButton.UseVisualStyleBackColor = true;
PickAssemblyPathButton.Click += PickAssemblyPathButton_Click_1;
//
// LoadMappingFileButton
//
LoadMappingFileButton.BackColor = SystemColors.ButtonShadow;
LoadMappingFileButton.Location = new Point(1161, 877);
LoadMappingFileButton.Name = "LoadMappingFileButton";
LoadMappingFileButton.Size = new Size(169, 40);
LoadMappingFileButton.TabIndex = 18;
LoadMappingFileButton.Text = "Load Mapping File";
toolTip1.SetToolTip(LoadMappingFileButton, "Load a standalone mapping file from disk");
LoadMappingFileButton.UseVisualStyleBackColor = false;
LoadMappingFileButton.Click += LoadMappingFileButton_Click;
//
// OutputDirectoryButton
//
OutputDirectoryButton.Location = new Point(1221, 617);
OutputDirectoryButton.Name = "OutputDirectoryButton";
OutputDirectoryButton.Size = new Size(111, 33);
OutputDirectoryButton.TabIndex = 32;
OutputDirectoryButton.Text = "Choose";
toolTip1.SetToolTip(OutputDirectoryButton, "Directory where you want the remapped dll placed.");
OutputDirectoryButton.UseVisualStyleBackColor = true;
OutputDirectoryButton.Click += OutputDirectoryButton_Click_1;
//
// ConstuctorCountUpDown
//
ConstuctorCountUpDown.BackColor = SystemColors.ScrollBar;
ConstuctorCountUpDown.Location = new Point(434, 8);
ConstuctorCountUpDown.Name = "ConstuctorCountUpDown";
ConstuctorCountUpDown.Size = new Size(54, 31);
ConstuctorCountUpDown.TabIndex = 19;
toolTip1.SetToolTip(ConstuctorCountUpDown, "How many parameters is the constructor take?");
//
// IsPublicComboBox
//
IsPublicComboBox.BackColor = SystemColors.ScrollBar;
IsPublicComboBox.FormattingEnabled = true;
IsPublicComboBox.Location = new Point(17, 82);
IsPublicComboBox.Name = "IsPublicComboBox";
IsPublicComboBox.Size = new Size(208, 33);
IsPublicComboBox.TabIndex = 38;
toolTip1.SetToolTip(IsPublicComboBox, "Is the type public? This is required.");
//
// RemapperUseForceRename
//
RemapperUseForceRename.AutoSize = true;
RemapperUseForceRename.Location = new Point(231, 43);
RemapperUseForceRename.Name = "RemapperUseForceRename";
RemapperUseForceRename.Size = new Size(149, 29);
RemapperUseForceRename.TabIndex = 37;
RemapperUseForceRename.Text = "Force Rename";
toolTip1.SetToolTip(RemapperUseForceRename, "Should we force the rename and not use a search pattern.\r\n\r\nRequires \"Original Name\" to be filled in.");
RemapperUseForceRename.UseVisualStyleBackColor = true;
//
// IsAbstractComboBox
//
IsAbstractComboBox.BackColor = SystemColors.ScrollBar;
IsAbstractComboBox.FormattingEnabled = true;
IsAbstractComboBox.Location = new Point(17, 118);
IsAbstractComboBox.Name = "IsAbstractComboBox";
IsAbstractComboBox.Size = new Size(208, 33);
IsAbstractComboBox.TabIndex = 40;
toolTip1.SetToolTip(IsAbstractComboBox, "Is the type abstract? ");
//
// PropertyCountUpDown
//
PropertyCountUpDown.BackColor = SystemColors.ScrollBar;
PropertyCountUpDown.Location = new Point(434, 122);
PropertyCountUpDown.Name = "PropertyCountUpDown";
PropertyCountUpDown.Size = new Size(54, 31);
PropertyCountUpDown.TabIndex = 5;
toolTip1.SetToolTip(PropertyCountUpDown, "How many properties are there?");
//
// IsSealedComboBox
//
IsSealedComboBox.BackColor = SystemColors.ScrollBar;
IsSealedComboBox.FormattingEnabled = true;
IsSealedComboBox.Location = new Point(17, 157);
IsSealedComboBox.Name = "IsSealedComboBox";
IsSealedComboBox.Size = new Size(208, 33);
IsSealedComboBox.TabIndex = 42;
toolTip1.SetToolTip(IsSealedComboBox, "Is the type sealed?");
//
// FieldCountUpDown
//
FieldCountUpDown.BackColor = SystemColors.ScrollBar;
FieldCountUpDown.Location = new Point(434, 83);
FieldCountUpDown.Name = "FieldCountUpDown";
FieldCountUpDown.Size = new Size(54, 31);
FieldCountUpDown.TabIndex = 3;
toolTip1.SetToolTip(FieldCountUpDown, "How many fields are there?");
//
// IsInterfaceComboBox
//
IsInterfaceComboBox.BackColor = SystemColors.ScrollBar;
IsInterfaceComboBox.FormattingEnabled = true;
IsInterfaceComboBox.Location = new Point(17, 197);
IsInterfaceComboBox.Name = "IsInterfaceComboBox";
IsInterfaceComboBox.Size = new Size(208, 33);
IsInterfaceComboBox.TabIndex = 44;
toolTip1.SetToolTip(IsInterfaceComboBox, "Is the type an interface?");
//
// NestedTypeParentName
//
NestedTypeParentName.BackColor = SystemColors.ScrollBar;
NestedTypeParentName.Location = new Point(229, 398);
NestedTypeParentName.Name = "NestedTypeParentName";
NestedTypeParentName.PlaceholderText = "Nested Type Parent Name";
NestedTypeParentName.Size = new Size(208, 31);
NestedTypeParentName.TabIndex = 0;
toolTip1.SetToolTip(NestedTypeParentName, "The name of the parent class if it is nested. Requires IsNested to be true.");
//
// MethodCountUpDown
//
MethodCountUpDown.BackColor = SystemColors.ScrollBar;
MethodCountUpDown.Location = new Point(434, 45);
MethodCountUpDown.Name = "MethodCountUpDown";
MethodCountUpDown.Size = new Size(54, 31);
MethodCountUpDown.TabIndex = 6;
toolTip1.SetToolTip(MethodCountUpDown, "How many methods are there?");
//
// IsEnumComboBox
//
IsEnumComboBox.BackColor = SystemColors.ScrollBar;
IsEnumComboBox.FormattingEnabled = true;
IsEnumComboBox.Location = new Point(17, 273);
IsEnumComboBox.Name = "IsEnumComboBox";
IsEnumComboBox.Size = new Size(208, 33);
IsEnumComboBox.TabIndex = 46;
toolTip1.SetToolTip(IsEnumComboBox, "Is the type an enum?");
//
// BaseClassIncludeTextFIeld
//
BaseClassIncludeTextFIeld.BackColor = SystemColors.ScrollBar;
BaseClassIncludeTextFIeld.Location = new Point(229, 433);
BaseClassIncludeTextFIeld.Name = "BaseClassIncludeTextFIeld";
BaseClassIncludeTextFIeld.PlaceholderText = "Include Base Class";
BaseClassIncludeTextFIeld.Size = new Size(208, 31);
BaseClassIncludeTextFIeld.TabIndex = 2;
toolTip1.SetToolTip(BaseClassIncludeTextFIeld, "Specifiy the base class. Requires IsDerived to be true");
//
// OriginalTypeName
//
OriginalTypeName.BackColor = SystemColors.ScrollBar;
OriginalTypeName.Location = new Point(17, 43);
OriginalTypeName.Name = "OriginalTypeName";
OriginalTypeName.PlaceholderText = "Original Name";
OriginalTypeName.Size = new Size(208, 31);
OriginalTypeName.TabIndex = 1;
toolTip1.SetToolTip(OriginalTypeName, "The original name of the type, you can leave this blank if not using force rename.");
//
// HasAttributeComboBox
//
HasAttributeComboBox.BackColor = SystemColors.ScrollBar;
HasAttributeComboBox.FormattingEnabled = true;
HasAttributeComboBox.Location = new Point(17, 312);
HasAttributeComboBox.Name = "HasAttributeComboBox";
HasAttributeComboBox.Size = new Size(208, 33);
HasAttributeComboBox.TabIndex = 48;
toolTip1.SetToolTip(HasAttributeComboBox, "does the type have an attribute?");
//
// NestedTypeCountUpDown
//
NestedTypeCountUpDown.BackColor = SystemColors.ScrollBar;
NestedTypeCountUpDown.Location = new Point(434, 158);
NestedTypeCountUpDown.Name = "NestedTypeCountUpDown";
NestedTypeCountUpDown.Size = new Size(54, 31);
NestedTypeCountUpDown.TabIndex = 4;
toolTip1.SetToolTip(NestedTypeCountUpDown, "How many nested types are there?");
//
// IsDerivedUpDown
//
IsDerivedUpDown.BackColor = SystemColors.ScrollBar;
IsDerivedUpDown.Location = new Point(17, 435);
IsDerivedUpDown.Name = "IsDerivedUpDown";
IsDerivedUpDown.Size = new Size(206, 31);
IsDerivedUpDown.Sorted = true;
IsDerivedUpDown.TabIndex = 6;
IsDerivedUpDown.Text = "IsDerived";
toolTip1.SetToolTip(IsDerivedUpDown, "Does the type inherit from another type explicitly?");
//
// HasGenericParamsComboBox
//
HasGenericParamsComboBox.BackColor = SystemColors.ScrollBar;
HasGenericParamsComboBox.FormattingEnabled = true;
HasGenericParamsComboBox.Location = new Point(17, 352);
HasGenericParamsComboBox.Name = "HasGenericParamsComboBox";
HasGenericParamsComboBox.Size = new Size(208, 33);
HasGenericParamsComboBox.TabIndex = 50;
toolTip1.SetToolTip(HasGenericParamsComboBox, "Does the type have generic parameters?");
//
// IsNestedUpDown
//
IsNestedUpDown.BackColor = SystemColors.ScrollBar;
IsNestedUpDown.Location = new Point(17, 398);
IsNestedUpDown.Name = "IsNestedUpDown";
IsNestedUpDown.Size = new Size(206, 31);
IsNestedUpDown.Sorted = true;
IsNestedUpDown.TabIndex = 3;
IsNestedUpDown.Text = "IsNested";
toolTip1.SetToolTip(IsNestedUpDown, "Is the type nested within another type?");
//
// BaseClassExcludeTextField
//
BaseClassExcludeTextField.BackColor = SystemColors.ScrollBar;
BaseClassExcludeTextField.Location = new Point(446, 433);
BaseClassExcludeTextField.Name = "BaseClassExcludeTextField";
BaseClassExcludeTextField.PlaceholderText = "Exclude Base Class";
BaseClassExcludeTextField.Size = new Size(208, 31);
BaseClassExcludeTextField.TabIndex = 1;
toolTip1.SetToolTip(BaseClassExcludeTextField, "Exclude a base class. Requires IsDerived to be true");
//
// IsStructComboBox
//
IsStructComboBox.BackColor = SystemColors.ScrollBar;
IsStructComboBox.FormattingEnabled = true;
IsStructComboBox.Location = new Point(17, 235);
IsStructComboBox.Name = "IsStructComboBox";
IsStructComboBox.Size = new Size(208, 33);
IsStructComboBox.TabIndex = 52;
toolTip1.SetToolTip(IsStructComboBox, "Is the type an enum?");
//
// NewTypeName
//
NewTypeName.BackColor = SystemColors.ScrollBar;
NewTypeName.Location = new Point(17, 7);
NewTypeName.Name = "NewTypeName";
NewTypeName.PlaceholderText = "New Name";
NewTypeName.Size = new Size(208, 31);
NewTypeName.TabIndex = 0;
toolTip1.SetToolTip(NewTypeName, "The new name of the type you wish to remap");
//
// LoadedMappingFilePath
//
LoadedMappingFilePath.BackColor = SystemColors.ScrollBar;
LoadedMappingFilePath.Location = new Point(781, 878);
LoadedMappingFilePath.Name = "LoadedMappingFilePath";
LoadedMappingFilePath.PlaceholderText = "Loaded Mapping File";
LoadedMappingFilePath.ReadOnly = true;
LoadedMappingFilePath.Size = new Size(363, 31);
LoadedMappingFilePath.TabIndex = 38;
toolTip1.SetToolTip(LoadedMappingFilePath, "Shows which mapping file you are working on, a standalone or a projects mappings");
//
// ResetSearchButton
//
ResetSearchButton.Location = new Point(1219, 13);
ResetSearchButton.Name = "ResetSearchButton";
ResetSearchButton.Size = new Size(111, 33);
ResetSearchButton.TabIndex = 40;
ResetSearchButton.Text = "Clear";
toolTip1.SetToolTip(ResetSearchButton, "The programs original assembly you wish to remap.\r\n\r\nTarget the one in the programs install location.");
ResetSearchButton.UseVisualStyleBackColor = true;
ResetSearchButton.Click += ResetSearchButton_Click;
//
// ValidateRemapButton
//
ValidateRemapButton.BackColor = SystemColors.ButtonShadow;
ValidateRemapButton.Location = new Point(783, 698);
ValidateRemapButton.Name = "ValidateRemapButton";
ValidateRemapButton.Size = new Size(169, 33);
ValidateRemapButton.TabIndex = 54;
ValidateRemapButton.Text = "Validate Remap";
toolTip1.SetToolTip(ValidateRemapButton, "Validates the current remap in the editor, saves you from running the entire process to find a match for a single remap.");
ValidateRemapButton.UseVisualStyleBackColor = false;
ValidateRemapButton.Click += ValidateRemapButton_Click;
//
// SettingsTab
//
SettingsTab.BackColor = SystemColors.ControlDarkDark;
SettingsTab.Controls.Add(groupBox2);
SettingsTab.Location = new Point(4, 34);
SettingsTab.Name = "SettingsTab";
SettingsTab.Padding = new Padding(3, 3, 3, 3);
SettingsTab.Size = new Size(1356, 954);
SettingsTab.TabIndex = 2;
SettingsTab.Text = "Settings";
//
// groupBox2
//
groupBox2.Controls.Add(GithubLinkLabel);
groupBox2.Controls.Add(SilentModeCheckbox);
groupBox2.Controls.Add(DebugLoggingCheckbox);
groupBox2.Location = new Point(13, 7);
groupBox2.Name = "groupBox2";
groupBox2.Size = new Size(446, 350);
groupBox2.TabIndex = 0;
groupBox2.TabStop = false;
groupBox2.Text = "App Settings";
//
// RemapperTabPage
//
RemapperTabPage.BackColor = SystemColors.ControlDarkDark;
RemapperTabPage.Controls.Add(ValidateRemapButton);
RemapperTabPage.Controls.Add(label1);
RemapperTabPage.Controls.Add(ResetSearchButton);
RemapperTabPage.Controls.Add(LoadedMappingFilePath);
RemapperTabPage.Controls.Add(RMSearchBox);
RemapperTabPage.Controls.Add(RemapperOutputDirectoryPath);
RemapperTabPage.Controls.Add(TargetAssemblyPath);
RemapperTabPage.Controls.Add(RemapTreeView);
RemapperTabPage.Controls.Add(groupBox1);
RemapperTabPage.Controls.Add(OutputDirectoryButton);
RemapperTabPage.Controls.Add(LoadMappingFileButton);
RemapperTabPage.Controls.Add(PickAssemblyPathButton);
RemapperTabPage.Controls.Add(RemapperUnseal);
RemapperTabPage.Controls.Add(SaveRemapButton);
RemapperTabPage.Controls.Add(RemapperPublicicize);
RemapperTabPage.Controls.Add(RemoveRemapButton);
RemapperTabPage.Controls.Add(RunRemapButton);
RemapperTabPage.Controls.Add(RenameFieldsCheckbox);
RemapperTabPage.Controls.Add(RenamePropertiesCheckbox);
RemapperTabPage.Location = new Point(4, 34);
RemapperTabPage.Name = "RemapperTabPage";
RemapperTabPage.Padding = new Padding(3, 3, 3, 3);
RemapperTabPage.Size = new Size(1356, 954);
RemapperTabPage.TabIndex = 1;
RemapperTabPage.Text = "Remapper";
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(777, 47);
label1.Name = "label1";
label1.Size = new Size(235, 25);
label1.TabIndex = 41;
label1.Text = "Double click to edit a remap";
//
// RMSearchBox
//
RMSearchBox.BackColor = SystemColors.ScrollBar;
RMSearchBox.Location = new Point(781, 17);
RMSearchBox.Name = "RMSearchBox";
RMSearchBox.PlaceholderText = "Search";
RMSearchBox.Size = new Size(431, 31);
RMSearchBox.TabIndex = 38;
RMSearchBox.TextChanged += SearchTreeView;
//
// RemapperOutputDirectoryPath
//
RemapperOutputDirectoryPath.BackColor = SystemColors.ScrollBar;
RemapperOutputDirectoryPath.Location = new Point(781, 618);
RemapperOutputDirectoryPath.Name = "RemapperOutputDirectoryPath";
RemapperOutputDirectoryPath.PlaceholderText = "Output Directory";
RemapperOutputDirectoryPath.ReadOnly = true;
RemapperOutputDirectoryPath.Size = new Size(431, 31);
RemapperOutputDirectoryPath.TabIndex = 34;
//
// TargetAssemblyPath
//
TargetAssemblyPath.BackColor = SystemColors.ScrollBar;
TargetAssemblyPath.Location = new Point(781, 582);
TargetAssemblyPath.Name = "TargetAssemblyPath";
TargetAssemblyPath.PlaceholderText = "Target Assembly";
TargetAssemblyPath.ReadOnly = true;
TargetAssemblyPath.Size = new Size(431, 31);
TargetAssemblyPath.TabIndex = 33;
//
// RemapTreeView
//
RemapTreeView.BackColor = Color.Gray;
RemapTreeView.Location = new Point(783, 72);
RemapTreeView.Name = "RemapTreeView";
RemapTreeView.Size = new Size(547, 502);
RemapTreeView.TabIndex = 1;
//
// groupBox1
//
groupBox1.Controls.Add(tabControl1);
groupBox1.Location = new Point(6, 7);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(769, 903);
groupBox1.TabIndex = 0;
groupBox1.TabStop = false;
groupBox1.Text = "Remap Editor";
//
// tabControl1
//
tabControl1.Controls.Add(RMBasicTab);
tabControl1.Controls.Add(tabPage6);
tabControl1.Controls.Add(RMSearchTab);
tabControl1.Location = new Point(10, 30);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new Size(753, 880);
tabControl1.TabIndex = 54;
//
// RMBasicTab
//
RMBasicTab.BackColor = SystemColors.ControlDarkDark;
RMBasicTab.Controls.Add(NewTypeName);
RMBasicTab.Controls.Add(Inclusions);
RMBasicTab.Controls.Add(label11);
RMBasicTab.Controls.Add(MethodCountEnabled);
RMBasicTab.Controls.Add(IsStructComboBox);
RMBasicTab.Controls.Add(BaseClassExcludeTextField);
RMBasicTab.Controls.Add(label10);
RMBasicTab.Controls.Add(IsNestedUpDown);
RMBasicTab.Controls.Add(HasGenericParamsComboBox);
RMBasicTab.Controls.Add(IsDerivedUpDown);
RMBasicTab.Controls.Add(label8);
RMBasicTab.Controls.Add(NestedTypeCountUpDown);
RMBasicTab.Controls.Add(HasAttributeComboBox);
RMBasicTab.Controls.Add(OriginalTypeName);
RMBasicTab.Controls.Add(label9);
RMBasicTab.Controls.Add(BaseClassIncludeTextFIeld);
RMBasicTab.Controls.Add(IsEnumComboBox);
RMBasicTab.Controls.Add(MethodCountUpDown);
RMBasicTab.Controls.Add(label2322);
RMBasicTab.Controls.Add(NestedTypeParentName);
RMBasicTab.Controls.Add(IsInterfaceComboBox);
RMBasicTab.Controls.Add(FieldCountEnabled);
RMBasicTab.Controls.Add(label7);
RMBasicTab.Controls.Add(FieldCountUpDown);
RMBasicTab.Controls.Add(IsSealedComboBox);
RMBasicTab.Controls.Add(PropertyCountUpDown);
RMBasicTab.Controls.Add(label6);
RMBasicTab.Controls.Add(NestedTypeCountEnabled);
RMBasicTab.Controls.Add(IsAbstractComboBox);
RMBasicTab.Controls.Add(RemapperUseForceRename);
RMBasicTab.Controls.Add(label5);
RMBasicTab.Controls.Add(PropertyCountEnabled);
RMBasicTab.Controls.Add(IsPublicComboBox);
RMBasicTab.Controls.Add(ConstructorCountEnabled);
RMBasicTab.Controls.Add(ConstuctorCountUpDown);
RMBasicTab.Location = new Point(4, 34);
RMBasicTab.Name = "RMBasicTab";
RMBasicTab.Padding = new Padding(3, 3, 3, 3);
RMBasicTab.Size = new Size(745, 842);
RMBasicTab.TabIndex = 0;
RMBasicTab.Text = "Basic";
//
// Inclusions
//
Inclusions.Controls.Add(tabPage1);
Inclusions.Controls.Add(tabPage2);
Inclusions.Controls.Add(tabPage3);
Inclusions.Controls.Add(tabPage4);
Inclusions.Controls.Add(tabPage5);
Inclusions.Location = new Point(6, 477);
Inclusions.Name = "Inclusions";
Inclusions.SelectedIndex = 0;
Inclusions.Size = new Size(751, 363);
Inclusions.TabIndex = 14;
//
// tabPage1
//
tabPage1.BackColor = SystemColors.ControlDarkDark;
tabPage1.BorderStyle = BorderStyle.FixedSingle;
tabPage1.Controls.Add(ExcludeMethodTextBox);
tabPage1.Controls.Add(IncludeMethodTextBox);
tabPage1.Controls.Add(MethodExcludeRemoveButton);
tabPage1.Controls.Add(MethodExcludeAddButton);
tabPage1.Controls.Add(MethodIncludeRemoveButton);
tabPage1.Controls.Add(MethodIncludeAddButton);
tabPage1.Controls.Add(MethodExcludeBox);
tabPage1.Controls.Add(MethodIncludeBox);
tabPage1.Location = new Point(4, 34);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3, 3, 3, 3);
tabPage1.Size = new Size(743, 325);
tabPage1.TabIndex = 0;
tabPage1.Text = "Methods";
//
// ExcludeMethodTextBox
//
ExcludeMethodTextBox.BackColor = SystemColors.ScrollBar;
ExcludeMethodTextBox.Location = new Point(381, 7);
ExcludeMethodTextBox.Name = "ExcludeMethodTextBox";
ExcludeMethodTextBox.PlaceholderText = "Exclude Methods";
ExcludeMethodTextBox.Size = new Size(353, 31);
ExcludeMethodTextBox.TabIndex = 21;
//
// IncludeMethodTextBox
//
IncludeMethodTextBox.BackColor = SystemColors.ScrollBar;
IncludeMethodTextBox.Location = new Point(6, 7);
IncludeMethodTextBox.Name = "IncludeMethodTextBox";
IncludeMethodTextBox.PlaceholderText = "Include Methods";
IncludeMethodTextBox.Size = new Size(353, 31);
IncludeMethodTextBox.TabIndex = 20;
//
// MethodExcludeRemoveButton
//
MethodExcludeRemoveButton.Location = new Point(621, 278);
MethodExcludeRemoveButton.Name = "MethodExcludeRemoveButton";
MethodExcludeRemoveButton.Size = new Size(111, 37);
MethodExcludeRemoveButton.TabIndex = 19;
MethodExcludeRemoveButton.Text = "Remove";
MethodExcludeRemoveButton.UseVisualStyleBackColor = true;
MethodExcludeRemoveButton.Click += MethodExcludeRemoveButton_Click;
//
// MethodExcludeAddButton
//
MethodExcludeAddButton.Location = new Point(381, 278);
MethodExcludeAddButton.Name = "MethodExcludeAddButton";
MethodExcludeAddButton.Size = new Size(111, 33);
MethodExcludeAddButton.TabIndex = 18;
MethodExcludeAddButton.Text = "Add";
MethodExcludeAddButton.UseVisualStyleBackColor = true;
MethodExcludeAddButton.Click += MethodExcludeAddButton_Click;
//
// MethodIncludeRemoveButton
//
MethodIncludeRemoveButton.Location = new Point(247, 278);
MethodIncludeRemoveButton.Name = "MethodIncludeRemoveButton";
MethodIncludeRemoveButton.Size = new Size(111, 33);
MethodIncludeRemoveButton.TabIndex = 17;
MethodIncludeRemoveButton.Text = "Remove";
MethodIncludeRemoveButton.UseVisualStyleBackColor = true;
MethodIncludeRemoveButton.Click += MethodIncludeRemoveButton_Click;
//
// MethodIncludeAddButton
//
MethodIncludeAddButton.Location = new Point(6, 278);
MethodIncludeAddButton.Name = "MethodIncludeAddButton";
MethodIncludeAddButton.Size = new Size(111, 33);
MethodIncludeAddButton.TabIndex = 16;
MethodIncludeAddButton.Text = "Add";
MethodIncludeAddButton.UseVisualStyleBackColor = true;
MethodIncludeAddButton.Click += MethodIncludeAddButton_Click;
//
// MethodExcludeBox
//
MethodExcludeBox.BackColor = Color.Gray;
MethodExcludeBox.FormattingEnabled = true;
MethodExcludeBox.ItemHeight = 25;
MethodExcludeBox.Location = new Point(381, 43);
MethodExcludeBox.Name = "MethodExcludeBox";
MethodExcludeBox.Size = new Size(353, 229);
MethodExcludeBox.TabIndex = 15;
//
// MethodIncludeBox
//
MethodIncludeBox.BackColor = Color.Gray;
MethodIncludeBox.FormattingEnabled = true;
MethodIncludeBox.ItemHeight = 25;
MethodIncludeBox.Location = new Point(6, 43);
MethodIncludeBox.Name = "MethodIncludeBox";
MethodIncludeBox.Size = new Size(353, 229);
MethodIncludeBox.TabIndex = 14;
//
// tabPage2
//
tabPage2.BackColor = SystemColors.ControlDarkDark;
tabPage2.Controls.Add(FieldsExcludeTextInput);
tabPage2.Controls.Add(FieldsIncludeTextInput);
tabPage2.Controls.Add(FieldExcludeRemoveButton);
tabPage2.Controls.Add(FieldExcludeAddButton);
tabPage2.Controls.Add(FieldIncludeRemoveButton);
tabPage2.Controls.Add(FIeldIncludeAddButton);
tabPage2.Controls.Add(FieldExcludeBox);
tabPage2.Controls.Add(FieldIncludeBox);
tabPage2.Location = new Point(4, 34);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(3, 3, 3, 3);
tabPage2.Size = new Size(743, 325);
tabPage2.TabIndex = 1;
tabPage2.Text = "Fields";
//
// FieldsExcludeTextInput
//
FieldsExcludeTextInput.BackColor = SystemColors.ScrollBar;
FieldsExcludeTextInput.Location = new Point(381, 7);
FieldsExcludeTextInput.Name = "FieldsExcludeTextInput";
FieldsExcludeTextInput.PlaceholderText = "Exclude Fields";
FieldsExcludeTextInput.Size = new Size(353, 31);
FieldsExcludeTextInput.TabIndex = 27;
//
// FieldsIncludeTextInput
//
FieldsIncludeTextInput.BackColor = SystemColors.ScrollBar;
FieldsIncludeTextInput.Location = new Point(6, 7);
FieldsIncludeTextInput.Name = "FieldsIncludeTextInput";
FieldsIncludeTextInput.PlaceholderText = "Include Fields";
FieldsIncludeTextInput.Size = new Size(353, 31);
FieldsIncludeTextInput.TabIndex = 26;
//
// FieldExcludeRemoveButton
//
FieldExcludeRemoveButton.BackColor = SystemColors.ButtonShadow;
FieldExcludeRemoveButton.Location = new Point(621, 278);
FieldExcludeRemoveButton.Name = "FieldExcludeRemoveButton";
FieldExcludeRemoveButton.Size = new Size(111, 33);
FieldExcludeRemoveButton.TabIndex = 25;
FieldExcludeRemoveButton.Text = "Remove";
FieldExcludeRemoveButton.UseVisualStyleBackColor = false;
FieldExcludeRemoveButton.Click += FieldExcludeRemoveButton_Click;
//
// FieldExcludeAddButton
//
FieldExcludeAddButton.BackColor = SystemColors.ButtonShadow;
FieldExcludeAddButton.Location = new Point(381, 278);
FieldExcludeAddButton.Name = "FieldExcludeAddButton";
FieldExcludeAddButton.Size = new Size(111, 33);
FieldExcludeAddButton.TabIndex = 24;
FieldExcludeAddButton.Text = "Add";
FieldExcludeAddButton.UseVisualStyleBackColor = false;
FieldExcludeAddButton.Click += FieldExcludeAddButton_Click;
//
// FieldIncludeRemoveButton
//
FieldIncludeRemoveButton.BackColor = SystemColors.ButtonShadow;
FieldIncludeRemoveButton.Location = new Point(247, 278);
FieldIncludeRemoveButton.Name = "FieldIncludeRemoveButton";
FieldIncludeRemoveButton.Size = new Size(111, 33);
FieldIncludeRemoveButton.TabIndex = 23;
FieldIncludeRemoveButton.Text = "Remove";
FieldIncludeRemoveButton.UseVisualStyleBackColor = false;
FieldIncludeRemoveButton.Click += FieldIncludeRemoveButton_Click;
//
// FIeldIncludeAddButton
//
FIeldIncludeAddButton.BackColor = SystemColors.ButtonShadow;
FIeldIncludeAddButton.Location = new Point(6, 278);
FIeldIncludeAddButton.Name = "FIeldIncludeAddButton";
FIeldIncludeAddButton.Size = new Size(111, 33);
FIeldIncludeAddButton.TabIndex = 22;
FIeldIncludeAddButton.Text = "Add";
FIeldIncludeAddButton.UseVisualStyleBackColor = false;
FIeldIncludeAddButton.Click += FIeldIncludeAddButton_Click;
//
// FieldExcludeBox
//
FieldExcludeBox.BackColor = Color.Gray;
FieldExcludeBox.FormattingEnabled = true;
FieldExcludeBox.ItemHeight = 25;
FieldExcludeBox.Location = new Point(381, 43);
FieldExcludeBox.Name = "FieldExcludeBox";
FieldExcludeBox.Size = new Size(353, 229);
FieldExcludeBox.TabIndex = 17;
//
// FieldIncludeBox
//
FieldIncludeBox.BackColor = Color.Gray;
FieldIncludeBox.FormattingEnabled = true;
FieldIncludeBox.ItemHeight = 25;
FieldIncludeBox.Location = new Point(6, 43);
FieldIncludeBox.Name = "FieldIncludeBox";
FieldIncludeBox.Size = new Size(353, 229);
FieldIncludeBox.TabIndex = 16;
//
// tabPage3
//
tabPage3.BackColor = SystemColors.ControlDarkDark;
tabPage3.Controls.Add(PropertiesExcludeTextField);
tabPage3.Controls.Add(PropertiesIncludeTextField);
tabPage3.Controls.Add(PropertiesExcludeRemoveButton);
tabPage3.Controls.Add(PropertiesExcludeAddButton);
tabPage3.Controls.Add(PropertiesIncludeRemoveButton);
tabPage3.Controls.Add(PropertiesIncludeAddButton);
tabPage3.Controls.Add(PropertiesExcludeBox);
tabPage3.Controls.Add(PropertiesIncludeBox);
tabPage3.Location = new Point(4, 34);
tabPage3.Name = "tabPage3";
tabPage3.Padding = new Padding(3, 3, 3, 3);
tabPage3.Size = new Size(743, 325);
tabPage3.TabIndex = 2;
tabPage3.Text = "Properties";
//
// PropertiesExcludeTextField
//
PropertiesExcludeTextField.BackColor = SystemColors.ScrollBar;
PropertiesExcludeTextField.Location = new Point(381, 7);
PropertiesExcludeTextField.Name = "PropertiesExcludeTextField";
PropertiesExcludeTextField.PlaceholderText = "Exclude Properties";
PropertiesExcludeTextField.Size = new Size(353, 31);
PropertiesExcludeTextField.TabIndex = 27;
//
// PropertiesIncludeTextField
//
PropertiesIncludeTextField.BackColor = SystemColors.ScrollBar;
PropertiesIncludeTextField.Location = new Point(6, 7);
PropertiesIncludeTextField.Name = "PropertiesIncludeTextField";
PropertiesIncludeTextField.PlaceholderText = "Include Properties";
PropertiesIncludeTextField.Size = new Size(353, 31);
PropertiesIncludeTextField.TabIndex = 26;
//
// PropertiesExcludeRemoveButton
//
PropertiesExcludeRemoveButton.BackColor = SystemColors.ButtonShadow;
PropertiesExcludeRemoveButton.Location = new Point(621, 278);
PropertiesExcludeRemoveButton.Name = "PropertiesExcludeRemoveButton";
PropertiesExcludeRemoveButton.Size = new Size(111, 33);
PropertiesExcludeRemoveButton.TabIndex = 25;
PropertiesExcludeRemoveButton.Text = "Remove";
PropertiesExcludeRemoveButton.UseVisualStyleBackColor = false;
PropertiesExcludeRemoveButton.Click += PropertiesExcludeRemoveButton_Click;
//
// PropertiesExcludeAddButton
//
PropertiesExcludeAddButton.BackColor = SystemColors.ButtonShadow;
PropertiesExcludeAddButton.Location = new Point(381, 278);
PropertiesExcludeAddButton.Name = "PropertiesExcludeAddButton";
PropertiesExcludeAddButton.Size = new Size(111, 33);
PropertiesExcludeAddButton.TabIndex = 24;
PropertiesExcludeAddButton.Text = "Add";
PropertiesExcludeAddButton.UseVisualStyleBackColor = false;
PropertiesExcludeAddButton.Click += PropertiesExcludeAddButton_Click;
//
// PropertiesIncludeRemoveButton
//
PropertiesIncludeRemoveButton.BackColor = SystemColors.ButtonShadow;
PropertiesIncludeRemoveButton.Location = new Point(247, 278);
PropertiesIncludeRemoveButton.Name = "PropertiesIncludeRemoveButton";
PropertiesIncludeRemoveButton.Size = new Size(111, 33);
PropertiesIncludeRemoveButton.TabIndex = 23;
PropertiesIncludeRemoveButton.Text = "Remove";
PropertiesIncludeRemoveButton.UseVisualStyleBackColor = false;
PropertiesIncludeRemoveButton.Click += PropertiesIncludeRemoveButton_Click;
//
// PropertiesIncludeAddButton
//
PropertiesIncludeAddButton.BackColor = SystemColors.ButtonShadow;
PropertiesIncludeAddButton.Location = new Point(6, 278);
PropertiesIncludeAddButton.Name = "PropertiesIncludeAddButton";
PropertiesIncludeAddButton.Size = new Size(111, 33);
PropertiesIncludeAddButton.TabIndex = 22;
PropertiesIncludeAddButton.Text = "Add";
PropertiesIncludeAddButton.UseVisualStyleBackColor = false;
PropertiesIncludeAddButton.Click += PropertiesIncludeAddButton_Click;
//
// PropertiesExcludeBox
//
PropertiesExcludeBox.BackColor = Color.Gray;
PropertiesExcludeBox.FormattingEnabled = true;
PropertiesExcludeBox.ItemHeight = 25;
PropertiesExcludeBox.Location = new Point(381, 43);
PropertiesExcludeBox.Name = "PropertiesExcludeBox";
PropertiesExcludeBox.Size = new Size(353, 229);
PropertiesExcludeBox.TabIndex = 19;
//
// PropertiesIncludeBox
//
PropertiesIncludeBox.BackColor = Color.Gray;
PropertiesIncludeBox.FormattingEnabled = true;
PropertiesIncludeBox.ItemHeight = 25;
PropertiesIncludeBox.Location = new Point(6, 43);
PropertiesIncludeBox.Name = "PropertiesIncludeBox";
PropertiesIncludeBox.Size = new Size(353, 229);
PropertiesIncludeBox.TabIndex = 18;
//
// tabPage4
//
tabPage4.BackColor = SystemColors.ControlDarkDark;
tabPage4.Controls.Add(NestedTypesExcludeTextField);
tabPage4.Controls.Add(NestedTypesIncludeTextField);
tabPage4.Controls.Add(NestedTypesExcludeRemoveButton);
tabPage4.Controls.Add(NestedTypesExlcudeAddButton);
tabPage4.Controls.Add(NestedTypesRemoveButton);
tabPage4.Controls.Add(NestedTypesAddButton);
tabPage4.Controls.Add(NestedTypesExcludeBox);
tabPage4.Controls.Add(NestedTypesIncludeBox);
tabPage4.Location = new Point(4, 34);
tabPage4.Name = "tabPage4";
tabPage4.Padding = new Padding(3, 3, 3, 3);
tabPage4.Size = new Size(743, 325);
tabPage4.TabIndex = 3;
tabPage4.Text = "Nested Types";
//
// NestedTypesExcludeTextField
//
NestedTypesExcludeTextField.BackColor = SystemColors.ScrollBar;
NestedTypesExcludeTextField.Location = new Point(381, 7);
NestedTypesExcludeTextField.Name = "NestedTypesExcludeTextField";
NestedTypesExcludeTextField.PlaceholderText = "Exclude Nested Types";
NestedTypesExcludeTextField.Size = new Size(353, 31);
NestedTypesExcludeTextField.TabIndex = 27;
//
// NestedTypesIncludeTextField
//
NestedTypesIncludeTextField.BackColor = SystemColors.ScrollBar;
NestedTypesIncludeTextField.Location = new Point(6, 7);
NestedTypesIncludeTextField.Name = "NestedTypesIncludeTextField";
NestedTypesIncludeTextField.PlaceholderText = "Include Nested Types";
NestedTypesIncludeTextField.Size = new Size(353, 31);
NestedTypesIncludeTextField.TabIndex = 26;
//
// NestedTypesExcludeRemoveButton
//
NestedTypesExcludeRemoveButton.BackColor = SystemColors.ButtonShadow;
NestedTypesExcludeRemoveButton.Location = new Point(621, 278);
NestedTypesExcludeRemoveButton.Name = "NestedTypesExcludeRemoveButton";
NestedTypesExcludeRemoveButton.Size = new Size(111, 33);
NestedTypesExcludeRemoveButton.TabIndex = 25;
NestedTypesExcludeRemoveButton.Text = "Remove";
NestedTypesExcludeRemoveButton.UseVisualStyleBackColor = false;
NestedTypesExcludeRemoveButton.Click += NestedTypesExcludeRemoveButton_Click;
//
// NestedTypesExlcudeAddButton
//
NestedTypesExlcudeAddButton.BackColor = SystemColors.ButtonShadow;
NestedTypesExlcudeAddButton.Location = new Point(381, 278);
NestedTypesExlcudeAddButton.Name = "NestedTypesExlcudeAddButton";
NestedTypesExlcudeAddButton.Size = new Size(111, 33);
NestedTypesExlcudeAddButton.TabIndex = 24;
NestedTypesExlcudeAddButton.Text = "Add";
NestedTypesExlcudeAddButton.UseVisualStyleBackColor = false;
NestedTypesExlcudeAddButton.Click += NestedTypesExlcudeAddButton_Click;
//
// NestedTypesRemoveButton
//
NestedTypesRemoveButton.BackColor = SystemColors.ButtonShadow;
NestedTypesRemoveButton.Location = new Point(247, 278);
NestedTypesRemoveButton.Name = "NestedTypesRemoveButton";
NestedTypesRemoveButton.Size = new Size(111, 33);
NestedTypesRemoveButton.TabIndex = 23;
NestedTypesRemoveButton.Text = "Remove";
NestedTypesRemoveButton.UseVisualStyleBackColor = false;
NestedTypesRemoveButton.Click += NestedTypesRemoveButton_Click;
//
// NestedTypesAddButton
//
NestedTypesAddButton.BackColor = SystemColors.ButtonShadow;
NestedTypesAddButton.Location = new Point(6, 278);
NestedTypesAddButton.Name = "NestedTypesAddButton";
NestedTypesAddButton.Size = new Size(111, 33);
NestedTypesAddButton.TabIndex = 22;
NestedTypesAddButton.Text = "Add";
NestedTypesAddButton.UseVisualStyleBackColor = false;
NestedTypesAddButton.Click += NestedTypesAddButton_Click;
//
// NestedTypesExcludeBox
//
NestedTypesExcludeBox.BackColor = Color.Gray;
NestedTypesExcludeBox.FormattingEnabled = true;
NestedTypesExcludeBox.ItemHeight = 25;
NestedTypesExcludeBox.Location = new Point(381, 43);
NestedTypesExcludeBox.Name = "NestedTypesExcludeBox";
NestedTypesExcludeBox.Size = new Size(353, 229);
NestedTypesExcludeBox.TabIndex = 21;
//
// NestedTypesIncludeBox
//
NestedTypesIncludeBox.BackColor = Color.Gray;
NestedTypesIncludeBox.FormattingEnabled = true;
NestedTypesIncludeBox.ItemHeight = 25;
NestedTypesIncludeBox.Location = new Point(6, 43);
NestedTypesIncludeBox.Name = "NestedTypesIncludeBox";
NestedTypesIncludeBox.Size = new Size(353, 229);
NestedTypesIncludeBox.TabIndex = 20;
//
// tabPage5
//
tabPage5.BackColor = SystemColors.ControlDarkDark;
tabPage5.Controls.Add(EventsExcludeBox);
tabPage5.Controls.Add(EventsIncludeBox);
tabPage5.Controls.Add(EventsExcludeRemoveButton);
tabPage5.Controls.Add(EventsExcludeAddButton);
tabPage5.Controls.Add(EventsRemoveButton);
tabPage5.Controls.Add(EventsAddButton);
tabPage5.Controls.Add(EventsExcludeTextField);
tabPage5.Controls.Add(EventsIncludeTextField);
tabPage5.Location = new Point(4, 34);
tabPage5.Margin = new Padding(4, 5, 4, 5);
tabPage5.Name = "tabPage5";
tabPage5.Size = new Size(743, 325);
tabPage5.TabIndex = 4;
tabPage5.Text = "Events";
//
// EventsExcludeBox
//
EventsExcludeBox.BackColor = Color.Gray;
EventsExcludeBox.FormattingEnabled = true;
EventsExcludeBox.ItemHeight = 25;
EventsExcludeBox.Location = new Point(381, 43);
EventsExcludeBox.Name = "EventsExcludeBox";
EventsExcludeBox.Size = new Size(353, 229);
EventsExcludeBox.TabIndex = 34;
//
// EventsIncludeBox
//
EventsIncludeBox.BackColor = Color.Gray;
EventsIncludeBox.FormattingEnabled = true;
EventsIncludeBox.ItemHeight = 25;
EventsIncludeBox.Location = new Point(6, 43);
EventsIncludeBox.Name = "EventsIncludeBox";
EventsIncludeBox.Size = new Size(353, 229);
EventsIncludeBox.TabIndex = 33;
//
// EventsExcludeRemoveButton
//
EventsExcludeRemoveButton.BackColor = SystemColors.ButtonShadow;
EventsExcludeRemoveButton.Location = new Point(621, 278);
EventsExcludeRemoveButton.Name = "EventsExcludeRemoveButton";
EventsExcludeRemoveButton.Size = new Size(111, 33);
EventsExcludeRemoveButton.TabIndex = 32;
EventsExcludeRemoveButton.Text = "Remove";
EventsExcludeRemoveButton.UseVisualStyleBackColor = false;
EventsExcludeRemoveButton.Click += EventsExcludeRemoveButton_Click;
//
// EventsExcludeAddButton
//
EventsExcludeAddButton.BackColor = SystemColors.ButtonShadow;
EventsExcludeAddButton.Location = new Point(381, 278);
EventsExcludeAddButton.Name = "EventsExcludeAddButton";
EventsExcludeAddButton.Size = new Size(111, 33);
EventsExcludeAddButton.TabIndex = 31;
EventsExcludeAddButton.Text = "Add";
EventsExcludeAddButton.UseVisualStyleBackColor = false;
EventsExcludeAddButton.Click += EventsExcludeAddButton_Click;
//
// EventsRemoveButton
//
EventsRemoveButton.BackColor = SystemColors.ButtonShadow;
EventsRemoveButton.Location = new Point(247, 278);
EventsRemoveButton.Name = "EventsRemoveButton";
EventsRemoveButton.Size = new Size(111, 33);
EventsRemoveButton.TabIndex = 30;
EventsRemoveButton.Text = "Remove";
EventsRemoveButton.UseVisualStyleBackColor = false;
EventsRemoveButton.Click += EventsRemoveButton_Click;
//
// EventsAddButton
//
EventsAddButton.BackColor = SystemColors.ButtonShadow;
EventsAddButton.Location = new Point(6, 278);
EventsAddButton.Name = "EventsAddButton";
EventsAddButton.Size = new Size(111, 33);
EventsAddButton.TabIndex = 29;
EventsAddButton.Text = "Add";
EventsAddButton.UseVisualStyleBackColor = false;
EventsAddButton.Click += EventsAddButton_Click;
//
// EventsExcludeTextField
//
EventsExcludeTextField.BackColor = SystemColors.ScrollBar;
EventsExcludeTextField.Location = new Point(381, 7);
EventsExcludeTextField.Name = "EventsExcludeTextField";
EventsExcludeTextField.PlaceholderText = "Exclude Events";
EventsExcludeTextField.Size = new Size(353, 31);
EventsExcludeTextField.TabIndex = 28;
//
// EventsIncludeTextField
//
EventsIncludeTextField.BackColor = SystemColors.ScrollBar;
EventsIncludeTextField.Location = new Point(6, 7);
EventsIncludeTextField.Name = "EventsIncludeTextField";
EventsIncludeTextField.PlaceholderText = "Include Events";
EventsIncludeTextField.Size = new Size(353, 31);
EventsIncludeTextField.TabIndex = 27;
//
// label11
//
label11.AutoSize = true;
label11.Location = new Point(231, 242);
label11.Name = "label11";
label11.Size = new Size(75, 25);
label11.TabIndex = 53;
label11.Text = "Is Struct";
//
// MethodCountEnabled
//
MethodCountEnabled.AutoSize = true;
MethodCountEnabled.Location = new Point(499, 52);
MethodCountEnabled.Name = "MethodCountEnabled";
MethodCountEnabled.Size = new Size(154, 29);
MethodCountEnabled.TabIndex = 14;
MethodCountEnabled.Text = "Method Count";
MethodCountEnabled.UseVisualStyleBackColor = true;
//
// label10
//
label10.AutoSize = true;
label10.Location = new Point(231, 357);
label10.Name = "label10";
label10.Size = new Size(197, 25);
label10.TabIndex = 51;
label10.Text = "Has Generic Parameters";
//
// label8
//
label8.AutoSize = true;
label8.Location = new Point(231, 320);
label8.Name = "label8";
label8.Size = new Size(117, 25);
label8.TabIndex = 49;
label8.Text = "Has Attribute";
//
// label9
//
label9.AutoSize = true;
label9.Location = new Point(231, 280);
label9.Name = "label9";
label9.Size = new Size(75, 25);
label9.TabIndex = 47;
label9.Text = "Is Enum";
//
// label2322
//
label2322.AutoSize = true;
label2322.Location = new Point(231, 202);
label2322.Name = "label2322";
label2322.Size = new Size(98, 25);
label2322.TabIndex = 45;
label2322.Text = "Is Interface";
//
// FieldCountEnabled
//
FieldCountEnabled.AutoSize = true;
FieldCountEnabled.Location = new Point(499, 87);
FieldCountEnabled.Name = "FieldCountEnabled";
FieldCountEnabled.Size = new Size(128, 29);
FieldCountEnabled.TabIndex = 13;
FieldCountEnabled.Text = "Field Count";
FieldCountEnabled.UseVisualStyleBackColor = true;
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(231, 163);
label7.Name = "label7";
label7.Size = new Size(82, 25);
label7.TabIndex = 43;
label7.Text = "Is Sealed";
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(231, 125);
label6.Name = "label6";
label6.Size = new Size(96, 25);
label6.TabIndex = 41;
label6.Text = "Is Abstract";
//
// NestedTypeCountEnabled
//
NestedTypeCountEnabled.AutoSize = true;
NestedTypeCountEnabled.Location = new Point(499, 157);
NestedTypeCountEnabled.Name = "NestedTypeCountEnabled";
NestedTypeCountEnabled.Size = new Size(189, 29);
NestedTypeCountEnabled.TabIndex = 12;
NestedTypeCountEnabled.Text = "Nested Type Count";
NestedTypeCountEnabled.UseVisualStyleBackColor = true;
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(231, 87);
label5.Name = "label5";
label5.Size = new Size(77, 25);
label5.TabIndex = 39;
label5.Text = "Is Public";
//
// PropertyCountEnabled
//
PropertyCountEnabled.AutoSize = true;
PropertyCountEnabled.Location = new Point(499, 122);
PropertyCountEnabled.Name = "PropertyCountEnabled";
PropertyCountEnabled.Size = new Size(159, 29);
PropertyCountEnabled.TabIndex = 11;
PropertyCountEnabled.Text = "Property Count";
PropertyCountEnabled.UseVisualStyleBackColor = true;
//
// ConstructorCountEnabled
//
ConstructorCountEnabled.AutoSize = true;
ConstructorCountEnabled.Location = new Point(499, 13);
ConstructorCountEnabled.Name = "ConstructorCountEnabled";
ConstructorCountEnabled.Size = new Size(238, 29);
ConstructorCountEnabled.TabIndex = 20;
ConstructorCountEnabled.Text = "Constructor Param Count";
ConstructorCountEnabled.UseVisualStyleBackColor = true;
//
// tabPage6
//
tabPage6.BackColor = SystemColors.ControlDarkDark;
tabPage6.Controls.Add(groupBox7);
tabPage6.Controls.Add(groupBox6);
tabPage6.Location = new Point(4, 34);
tabPage6.Name = "tabPage6";
tabPage6.Padding = new Padding(3, 3, 3, 3);
tabPage6.Size = new Size(745, 842);
tabPage6.TabIndex = 1;
tabPage6.Text = "Advanced";
//
// RMSearchTab
//
RMSearchTab.BackColor = SystemColors.ControlDarkDark;
RMSearchTab.Location = new Point(4, 34);
RMSearchTab.Name = "RMSearchTab";
RMSearchTab.Padding = new Padding(3, 3, 3, 3);
RMSearchTab.Size = new Size(745, 842);
RMSearchTab.TabIndex = 2;
RMSearchTab.Text = "Search";
//
// TabControlMain
//
TabControlMain.Controls.Add(RemapperTabPage);
TabControlMain.Controls.Add(SettingsTab);
TabControlMain.Location = new Point(-6, 2);
TabControlMain.Name = "TabControlMain";
TabControlMain.SelectedIndex = 0;
TabControlMain.Size = new Size(1364, 992);
TabControlMain.TabIndex = 6;
//
// ReCodeItForm
//
AutoScaleDimensions = new SizeF(10F, 25F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = SystemColors.ControlDarkDark;
ClientSize = new Size(1374, 998);
Controls.Add(TabControlMain);
FormBorderStyle = FormBorderStyle.FixedSingle;
Name = "ReCodeItForm";
Text = "ReCodeIt V0.3.0";
groupBox6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)ConstuctorCountUpDown).EndInit();
((System.ComponentModel.ISupportInitialize)PropertyCountUpDown).EndInit();
((System.ComponentModel.ISupportInitialize)FieldCountUpDown).EndInit();
((System.ComponentModel.ISupportInitialize)MethodCountUpDown).EndInit();
((System.ComponentModel.ISupportInitialize)NestedTypeCountUpDown).EndInit();
SettingsTab.ResumeLayout(false);
groupBox2.ResumeLayout(false);
groupBox2.PerformLayout();
RemapperTabPage.ResumeLayout(false);
RemapperTabPage.PerformLayout();
groupBox1.ResumeLayout(false);
tabControl1.ResumeLayout(false);
RMBasicTab.ResumeLayout(false);
RMBasicTab.PerformLayout();
Inclusions.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tabPage1.PerformLayout();
tabPage2.ResumeLayout(false);
tabPage2.PerformLayout();
tabPage3.ResumeLayout(false);
tabPage3.PerformLayout();
tabPage4.ResumeLayout(false);
tabPage4.PerformLayout();
tabPage5.ResumeLayout(false);
tabPage5.PerformLayout();
tabPage6.ResumeLayout(false);
TabControlMain.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private CheckBox ForceRenameCheckbox;
private ListView RemapListView;
private Button PickNameMangledPathButton;
private TextBox NameMangledAssemblyTextBox;
private CheckBox UnsealCheckbox;
private CheckBox PublicizeCheckbox;
private TextBox AssemblyPathTextBox;
private TextBox OutputPathTextBox;
private TextBox MappingPathTextBox;
private ToolTip toolTip1;
private TabPage SettingsTab;
private GroupBox groupBox2;
private LinkLabel GithubLinkLabel;
private CheckBox SilentModeCheckbox;
private CheckBox DebugLoggingCheckbox;
private TabPage RemapperTabPage;
private Button ValidateRemapButton;
private Label label1;
private Button ResetSearchButton;
private TextBox LoadedMappingFilePath;
private TextBox RMSearchBox;
private TextBox RemapperOutputDirectoryPath;
private TextBox TargetAssemblyPath;
private TreeView RemapTreeView;
private GroupBox groupBox1;
private TabControl tabControl1;
private TabPage RMBasicTab;
private TextBox NewTypeName;
private TabControl Inclusions;
private TabPage tabPage1;
private TextBox ExcludeMethodTextBox;
private TextBox IncludeMethodTextBox;
private Button MethodExcludeRemoveButton;
private Button MethodExcludeAddButton;
private Button MethodIncludeRemoveButton;
private Button MethodIncludeAddButton;
private ListBox MethodExcludeBox;
private ListBox MethodIncludeBox;
private TabPage tabPage2;
private TextBox FieldsExcludeTextInput;
private TextBox FieldsIncludeTextInput;
private Button FieldExcludeRemoveButton;
private Button FieldExcludeAddButton;
private Button FieldIncludeRemoveButton;
private Button FIeldIncludeAddButton;
private ListBox FieldExcludeBox;
private ListBox FieldIncludeBox;
private TabPage tabPage3;
private TextBox PropertiesExcludeTextField;
private TextBox PropertiesIncludeTextField;
private Button PropertiesExcludeRemoveButton;
private Button PropertiesExcludeAddButton;
private Button PropertiesIncludeRemoveButton;
private Button PropertiesIncludeAddButton;
private ListBox PropertiesExcludeBox;
private ListBox PropertiesIncludeBox;
private TabPage tabPage4;
private TextBox NestedTypesExcludeTextField;
private TextBox NestedTypesIncludeTextField;
private Button NestedTypesExcludeRemoveButton;
private Button NestedTypesExlcudeAddButton;
private Button NestedTypesRemoveButton;
private Button NestedTypesAddButton;
private ListBox NestedTypesExcludeBox;
private ListBox NestedTypesIncludeBox;
private Label label11;
private CheckBox MethodCountEnabled;
private ComboBox IsStructComboBox;
private TextBox BaseClassExcludeTextField;
private Label label10;
private DomainUpDown IsNestedUpDown;
private ComboBox HasGenericParamsComboBox;
private DomainUpDown IsDerivedUpDown;
private Label label8;
private NumericUpDown NestedTypeCountUpDown;
private ComboBox HasAttributeComboBox;
private TextBox OriginalTypeName;
private Label label9;
private TextBox BaseClassIncludeTextFIeld;
private ComboBox IsEnumComboBox;
private NumericUpDown MethodCountUpDown;
private Label label2322;
private TextBox NestedTypeParentName;
private ComboBox IsInterfaceComboBox;
private CheckBox FieldCountEnabled;
private Label label7;
private NumericUpDown FieldCountUpDown;
private ComboBox IsSealedComboBox;
private NumericUpDown PropertyCountUpDown;
private Label label6;
private CheckBox NestedTypeCountEnabled;
private ComboBox IsAbstractComboBox;
private CheckBox RemapperUseForceRename;
private Label label5;
private CheckBox PropertyCountEnabled;
private ComboBox IsPublicComboBox;
private CheckBox ConstructorCountEnabled;
private NumericUpDown ConstuctorCountUpDown;
private TabPage tabPage6;
private Button button1;
private Button button2;
private ListBox listBox1;
private TabPage RMSearchTab;
private Button OutputDirectoryButton;
private Button LoadMappingFileButton;
private Button PickAssemblyPathButton;
private CheckBox RemapperUnseal;
private Button SaveRemapButton;
private CheckBox RemapperPublicicize;
private Button RemoveRemapButton;
private Button RunRemapButton;
private CheckBox RenameFieldsCheckbox;
private CheckBox RenamePropertiesCheckbox;
private TabControl TabControlMain;
private TabPage tabPage5;
private TextBox EventsIncludeTextField;
private TextBox EventsExcludeTextField;
private Button EventsRemoveButton;
private Button EventsAddButton;
private Button EventsExcludeRemoveButton;
private Button EventsExcludeAddButton;
private ListBox EventsIncludeBox;
private ListBox EventsExcludeBox;
}