2024-06-14 19:06:21 -04:00
namespace ReCodeIt.GUI ;
2024-06-13 18:09:31 -04:00
2024-06-14 19:06:21 -04:00
partial class ReCodeItForm
2024-06-13 20:25:11 -04:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
2024-06-13 18:09:31 -04:00
2024-06-13 20:25:11 -04:00
/// <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 ) )
2024-06-13 18:09:31 -04:00
{
2024-06-13 20:25:11 -04:00
components . Dispose ( ) ;
2024-06-13 18:09:31 -04:00
}
2024-06-13 20:25:11 -04:00
base . Dispose ( disposing ) ;
}
2024-06-13 18:09:31 -04:00
2024-06-13 20:25:11 -04:00
#region Windows Form Designer generated code
2024-06-13 18:15:52 -04:00
2024-06-13 20:25:11 -04:00
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
2024-06-20 13:58:39 -04:00
components = new System . ComponentModel . Container ( ) ;
2024-06-13 20:25:11 -04:00
TabPageRemapper = new TabPage ( ) ;
2024-06-14 11:01:21 -04:00
RemapTreeView = new TreeView ( ) ;
2024-06-13 20:25:11 -04:00
groupBox1 = new GroupBox ( ) ;
2024-06-18 20:42:58 -04:00
ActiveProjectMappingsCheckbox = new CheckBox ( ) ;
2024-06-18 17:35:31 -04:00
LoadedMappingFilePath = new TextBox ( ) ;
2024-06-17 17:29:26 -04:00
RemapperUseForceRename = new CheckBox ( ) ;
RemapperUnseal = new CheckBox ( ) ;
RemapperPublicicize = new CheckBox ( ) ;
RemapperOutputDirectoryPath = new TextBox ( ) ;
TargetAssemblyPath = new TextBox ( ) ;
RenamePropertiesCheckbox = new CheckBox ( ) ;
OutputDirectoryButton = new Button ( ) ;
PickAssemblyPathButton = new Button ( ) ;
2024-06-14 14:18:17 -04:00
ConstuctorCountUpDown = new NumericUpDown ( ) ;
2024-06-17 17:29:26 -04:00
RenameFieldsCheckbox = new CheckBox ( ) ;
2024-06-14 14:18:17 -04:00
ConstructorCountEnabled = new CheckBox ( ) ;
2024-06-14 13:47:30 -04:00
LoadMappingFileButton = new Button ( ) ;
RunRemapButton = new Button ( ) ;
2024-06-13 20:25:11 -04:00
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 ( ) ;
2024-06-14 11:01:21 -04:00
NewTypeName = new TextBox ( ) ;
PropertyCountEnabled = new CheckBox ( ) ;
IsInterfaceUpDown = new DomainUpDown ( ) ;
NestedTypeCountEnabled = new CheckBox ( ) ;
PropertyCountUpDown = new NumericUpDown ( ) ;
RemoveRemapButton = new Button ( ) ;
FieldCountUpDown = new NumericUpDown ( ) ;
IsPublicUpDown = new DomainUpDown ( ) ;
FieldCountEnabled = new CheckBox ( ) ;
NestedTypeParentName = new TextBox ( ) ;
MethodCountUpDown = new NumericUpDown ( ) ;
IsAbstractUpDown = new DomainUpDown ( ) ;
BaseClassIncludeTextFIeld = new TextBox ( ) ;
2024-06-13 20:25:11 -04:00
OriginalTypeName = new TextBox ( ) ;
2024-06-14 11:01:21 -04:00
HasGenericParametersUpDown = new DomainUpDown ( ) ;
IsEnumUpDown = new DomainUpDown ( ) ;
NestedTypeCountUpDown = new NumericUpDown ( ) ;
2024-06-14 20:52:16 -04:00
SaveRemapButton = new Button ( ) ;
2024-06-14 11:01:21 -04:00
IsDerivedUpDown = new DomainUpDown ( ) ;
IsNestedUpDown = new DomainUpDown ( ) ;
HasAttributeUpDown = new DomainUpDown ( ) ;
BaseClassExcludeTextField = new TextBox ( ) ;
MethodCountEnabled = new CheckBox ( ) ;
IsSealedUpDown = new DomainUpDown ( ) ;
2024-06-13 20:25:11 -04:00
TabControlMain = new TabControl ( ) ;
2024-06-15 16:21:12 -04:00
AutoMapperTab = new TabPage ( ) ;
2024-06-17 17:51:00 -04:00
AutoMapperUnseal = new CheckBox ( ) ;
AutoMapperPublicize = new CheckBox ( ) ;
AutoMapperRenameProps = new CheckBox ( ) ;
AutoMapperRenameFields = new CheckBox ( ) ;
AutoMapperOuputPath = new TextBox ( ) ;
AutoMapperTargetPath = new TextBox ( ) ;
AutoMapperChooseOutpathButton = new Button ( ) ;
AutoMapperChooseTargetPathButton = new Button ( ) ;
2024-06-16 16:21:42 -04:00
AutoMapperMethodTextBox = new TextBox ( ) ;
AutoMapperMethodRemoveButton = new Button ( ) ;
AutoMapperMethodAddButton = new Button ( ) ;
AutoMapperMethodBox = new ListBox ( ) ;
AutoMapperSearchMethodsCheckBox = new CheckBox ( ) ;
AutoMapperFPTextField = new TextBox ( ) ;
AutoMapperFPRemoveButton = new Button ( ) ;
AutoMapperFPAddButton = new Button ( ) ;
AutoMapperFPBox = new ListBox ( ) ;
AutoMapperTokensTextField = new TextBox ( ) ;
AutoMapperTokensRemoveButton = new Button ( ) ;
AutoMapperTokensAddButton = new Button ( ) ;
AutoMapperTokensBox = new ListBox ( ) ;
2024-06-16 13:34:36 -04:00
label3 = new Label ( ) ;
AutoMapperMinLengthUpDown = new NumericUpDown ( ) ;
RunAutoRemapButton = new Button ( ) ;
2024-06-15 16:21:12 -04:00
label2 = new Label ( ) ;
AutoMapperRequiredMatchesUpDown = new NumericUpDown ( ) ;
2024-06-16 13:56:55 -04:00
AutoMapperTypesToIgnoreTextField = new TextBox ( ) ;
AutoMapperExcludeTypesRemoveButton = new Button ( ) ;
AutoMapperExcludeTypesAddButton = new Button ( ) ;
AutoMapperTypesExcludeBox = new ListBox ( ) ;
2024-06-17 15:53:13 -04:00
tabPage5 = new TabPage ( ) ;
2024-06-17 16:20:20 -04:00
groupBox4 = new GroupBox ( ) ;
2024-06-19 10:47:29 -04:00
groupBox5 = new GroupBox ( ) ;
CrossPatchRemapButton = new Button ( ) ;
CrossPatchRunButton = new Button ( ) ;
2024-06-18 20:42:58 -04:00
label4 = new Label ( ) ;
CCMappingTreeView = new TreeView ( ) ;
2024-06-17 17:29:26 -04:00
groupBox3 = new GroupBox ( ) ;
2024-06-19 15:57:47 -04:00
CCImportMappings = new Button ( ) ;
2024-06-18 21:06:37 -04:00
CCAutoLoadLastProj = new CheckBox ( ) ;
2024-06-20 13:58:39 -04:00
CCBuildDirText = new TextBox ( ) ;
CCBuildDirButton = new Button ( ) ;
CCVisualStudioProjDirButton = new Button ( ) ;
CCVisualStudioProjDirText = new TextBox ( ) ;
2024-06-18 20:42:58 -04:00
CCLoadProjButton = new Button ( ) ;
CCRemappedOutputButton = new Button ( ) ;
2024-06-20 13:58:39 -04:00
CCProjectDepdendencyText = new TextBox ( ) ;
2024-06-18 20:42:58 -04:00
CCOriginalAssemblyText = new TextBox ( ) ;
2024-06-18 17:35:31 -04:00
CrossCompilerNewProjectButton = new Button ( ) ;
2024-06-18 20:42:58 -04:00
CCOriginalAssemblyButton = new Button ( ) ;
2024-06-17 17:29:26 -04:00
SettingsTab = new TabPage ( ) ;
groupBox2 = new GroupBox ( ) ;
2024-06-19 11:01:10 -04:00
GithubLinkLabel = new LinkLabel ( ) ;
2024-06-17 17:29:26 -04:00
SilentModeCheckbox = new CheckBox ( ) ;
DebugLoggingCheckbox = new CheckBox ( ) ;
2024-06-20 13:58:39 -04:00
toolTip1 = new ToolTip ( components ) ;
2024-06-13 20:25:11 -04:00
TabPageRemapper . SuspendLayout ( ) ;
groupBox1 . SuspendLayout ( ) ;
2024-06-14 14:18:17 -04:00
( ( System . ComponentModel . ISupportInitialize ) ConstuctorCountUpDown ) . BeginInit ( ) ;
2024-06-13 20:25:11 -04:00
Inclusions . SuspendLayout ( ) ;
tabPage1 . SuspendLayout ( ) ;
tabPage2 . SuspendLayout ( ) ;
tabPage3 . SuspendLayout ( ) ;
tabPage4 . SuspendLayout ( ) ;
2024-06-14 11:01:21 -04:00
( ( System . ComponentModel . ISupportInitialize ) PropertyCountUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) FieldCountUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) MethodCountUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) NestedTypeCountUpDown ) . BeginInit ( ) ;
2024-06-13 20:25:11 -04:00
TabControlMain . SuspendLayout ( ) ;
2024-06-15 16:21:12 -04:00
AutoMapperTab . SuspendLayout ( ) ;
2024-06-16 13:34:36 -04:00
( ( System . ComponentModel . ISupportInitialize ) AutoMapperMinLengthUpDown ) . BeginInit ( ) ;
2024-06-15 16:21:12 -04:00
( ( System . ComponentModel . ISupportInitialize ) AutoMapperRequiredMatchesUpDown ) . BeginInit ( ) ;
2024-06-17 16:20:20 -04:00
tabPage5 . SuspendLayout ( ) ;
2024-06-17 17:29:26 -04:00
groupBox4 . SuspendLayout ( ) ;
2024-06-19 10:47:29 -04:00
groupBox5 . SuspendLayout ( ) ;
2024-06-17 17:29:26 -04:00
groupBox3 . SuspendLayout ( ) ;
2024-06-15 16:21:12 -04:00
SettingsTab . SuspendLayout ( ) ;
2024-06-14 18:07:01 -04:00
groupBox2 . SuspendLayout ( ) ;
2024-06-13 20:25:11 -04:00
SuspendLayout ( ) ;
//
// TabPageRemapper
//
TabPageRemapper . BackColor = SystemColors . ControlDarkDark ;
2024-06-14 11:01:21 -04:00
TabPageRemapper . Controls . Add ( RemapTreeView ) ;
2024-06-13 20:25:11 -04:00
TabPageRemapper . Controls . Add ( groupBox1 ) ;
TabPageRemapper . Location = new Point ( 4 , 34 ) ;
TabPageRemapper . Name = "TabPageRemapper" ;
TabPageRemapper . Padding = new Padding ( 3 ) ;
2024-06-14 13:47:30 -04:00
TabPageRemapper . Size = new Size ( 1336 , 953 ) ;
2024-06-13 20:25:11 -04:00
TabPageRemapper . TabIndex = 1 ;
2024-06-14 20:52:16 -04:00
TabPageRemapper . Text = "Remapper" ;
2024-06-13 20:25:11 -04:00
//
2024-06-14 11:01:21 -04:00
// RemapTreeView
//
2024-06-15 16:21:12 -04:00
RemapTreeView . BackColor = Color . Gray ;
2024-06-19 10:47:29 -04:00
RemapTreeView . Location = new Point ( 781 , 20 ) ;
2024-06-14 11:01:21 -04:00
RemapTreeView . Name = "RemapTreeView" ;
RemapTreeView . Size = new Size ( 487 , 890 ) ;
RemapTreeView . TabIndex = 1 ;
//
2024-06-13 20:25:11 -04:00
// groupBox1
//
2024-06-18 20:42:58 -04:00
groupBox1 . Controls . Add ( ActiveProjectMappingsCheckbox ) ;
2024-06-18 17:35:31 -04:00
groupBox1 . Controls . Add ( LoadedMappingFilePath ) ;
2024-06-17 17:29:26 -04:00
groupBox1 . Controls . Add ( RemapperUseForceRename ) ;
groupBox1 . Controls . Add ( RemapperUnseal ) ;
groupBox1 . Controls . Add ( RemapperPublicicize ) ;
groupBox1 . Controls . Add ( RemapperOutputDirectoryPath ) ;
groupBox1 . Controls . Add ( TargetAssemblyPath ) ;
2024-06-17 16:20:20 -04:00
groupBox1 . Controls . Add ( RenamePropertiesCheckbox ) ;
groupBox1 . Controls . Add ( OutputDirectoryButton ) ;
groupBox1 . Controls . Add ( PickAssemblyPathButton ) ;
2024-06-14 14:18:17 -04:00
groupBox1 . Controls . Add ( ConstuctorCountUpDown ) ;
2024-06-17 16:20:20 -04:00
groupBox1 . Controls . Add ( RenameFieldsCheckbox ) ;
2024-06-14 14:18:17 -04:00
groupBox1 . Controls . Add ( ConstructorCountEnabled ) ;
2024-06-14 13:47:30 -04:00
groupBox1 . Controls . Add ( LoadMappingFileButton ) ;
groupBox1 . Controls . Add ( RunRemapButton ) ;
2024-06-13 22:58:26 -04:00
groupBox1 . Controls . Add ( Inclusions ) ;
2024-06-14 11:01:21 -04:00
groupBox1 . Controls . Add ( NewTypeName ) ;
groupBox1 . Controls . Add ( PropertyCountEnabled ) ;
groupBox1 . Controls . Add ( IsInterfaceUpDown ) ;
groupBox1 . Controls . Add ( NestedTypeCountEnabled ) ;
groupBox1 . Controls . Add ( PropertyCountUpDown ) ;
groupBox1 . Controls . Add ( RemoveRemapButton ) ;
groupBox1 . Controls . Add ( FieldCountUpDown ) ;
groupBox1 . Controls . Add ( IsPublicUpDown ) ;
groupBox1 . Controls . Add ( FieldCountEnabled ) ;
groupBox1 . Controls . Add ( NestedTypeParentName ) ;
groupBox1 . Controls . Add ( MethodCountUpDown ) ;
groupBox1 . Controls . Add ( IsAbstractUpDown ) ;
groupBox1 . Controls . Add ( BaseClassIncludeTextFIeld ) ;
groupBox1 . Controls . Add ( OriginalTypeName ) ;
groupBox1 . Controls . Add ( HasGenericParametersUpDown ) ;
groupBox1 . Controls . Add ( IsEnumUpDown ) ;
groupBox1 . Controls . Add ( NestedTypeCountUpDown ) ;
2024-06-14 20:52:16 -04:00
groupBox1 . Controls . Add ( SaveRemapButton ) ;
2024-06-14 11:01:21 -04:00
groupBox1 . Controls . Add ( IsDerivedUpDown ) ;
groupBox1 . Controls . Add ( IsNestedUpDown ) ;
groupBox1 . Controls . Add ( HasAttributeUpDown ) ;
groupBox1 . Controls . Add ( BaseClassExcludeTextField ) ;
groupBox1 . Controls . Add ( MethodCountEnabled ) ;
groupBox1 . Controls . Add ( IsSealedUpDown ) ;
groupBox1 . Location = new Point ( 6 , 6 ) ;
2024-06-13 20:25:11 -04:00
groupBox1 . Name = "groupBox1" ;
2024-06-14 11:01:21 -04:00
groupBox1 . Size = new Size ( 769 , 904 ) ;
2024-06-13 20:25:11 -04:00
groupBox1 . TabIndex = 0 ;
groupBox1 . TabStop = false ;
groupBox1 . Text = "Remap Editor" ;
//
2024-06-18 20:42:58 -04:00
// ActiveProjectMappingsCheckbox
//
ActiveProjectMappingsCheckbox . AutoSize = true ;
ActiveProjectMappingsCheckbox . Location = new Point ( 448 , 479 ) ;
ActiveProjectMappingsCheckbox . Name = "ActiveProjectMappingsCheckbox" ;
ActiveProjectMappingsCheckbox . Size = new Size ( 264 , 29 ) ;
ActiveProjectMappingsCheckbox . TabIndex = 39 ;
ActiveProjectMappingsCheckbox . Text = "Use Active Project Mappings" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( ActiveProjectMappingsCheckbox , "If you have a project loaded, you can switch to its remaps here." ) ;
2024-06-18 20:42:58 -04:00
ActiveProjectMappingsCheckbox . UseVisualStyleBackColor = true ;
2024-06-18 23:45:00 -04:00
ActiveProjectMappingsCheckbox . CheckedChanged + = UseProjectAutoMapping_Clicked ;
2024-06-18 20:42:58 -04:00
//
2024-06-18 17:35:31 -04:00
// LoadedMappingFilePath
//
LoadedMappingFilePath . BackColor = SystemColors . ScrollBar ;
LoadedMappingFilePath . Location = new Point ( 448 , 514 ) ;
LoadedMappingFilePath . Name = "LoadedMappingFilePath" ;
LoadedMappingFilePath . PlaceholderText = "Loaded Mapping File" ;
LoadedMappingFilePath . ReadOnly = true ;
LoadedMappingFilePath . Size = new Size ( 297 , 31 ) ;
LoadedMappingFilePath . TabIndex = 38 ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( LoadedMappingFilePath , "Shows which mapping file you are working on, a standalone or a projects mappings" ) ;
2024-06-18 17:35:31 -04:00
//
2024-06-17 17:29:26 -04:00
// RemapperUseForceRename
//
RemapperUseForceRename . AutoSize = true ;
RemapperUseForceRename . Checked = true ;
RemapperUseForceRename . CheckState = CheckState . Checked ;
2024-06-18 17:35:31 -04:00
RemapperUseForceRename . Location = new Point ( 577 , 190 ) ;
2024-06-17 17:29:26 -04:00
RemapperUseForceRename . Name = "RemapperUseForceRename" ;
RemapperUseForceRename . Size = new Size ( 149 , 29 ) ;
RemapperUseForceRename . TabIndex = 37 ;
RemapperUseForceRename . Text = "Force Rename" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( RemapperUseForceRename , "Should we force the rename and not use a search pattern.\r\n\r\nRequires \"Original Name\" to be filled in." ) ;
2024-06-17 17:29:26 -04:00
RemapperUseForceRename . UseVisualStyleBackColor = true ;
//
// RemapperUnseal
//
RemapperUnseal . AutoSize = true ;
RemapperUnseal . Checked = true ;
RemapperUnseal . CheckState = CheckState . Checked ;
2024-06-18 17:35:31 -04:00
RemapperUnseal . Location = new Point ( 577 , 330 ) ;
2024-06-17 17:29:26 -04:00
RemapperUnseal . Name = "RemapperUnseal" ;
RemapperUnseal . Size = new Size ( 90 , 29 ) ;
RemapperUnseal . TabIndex = 36 ;
RemapperUnseal . Text = "Unseal" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( RemapperUnseal , "Unseal all sealed classes" ) ;
2024-06-17 17:29:26 -04:00
RemapperUnseal . UseVisualStyleBackColor = true ;
2024-06-19 17:44:47 -04:00
RemapperUnseal . CheckedChanged + = RemapperUnseal_CheckedChanged ;
2024-06-17 17:29:26 -04:00
//
// RemapperPublicicize
//
RemapperPublicicize . AutoSize = true ;
RemapperPublicicize . Checked = true ;
RemapperPublicicize . CheckState = CheckState . Checked ;
2024-06-18 17:35:31 -04:00
RemapperPublicicize . Location = new Point ( 577 , 295 ) ;
2024-06-17 17:29:26 -04:00
RemapperPublicicize . Name = "RemapperPublicicize" ;
RemapperPublicicize . Size = new Size ( 106 , 29 ) ;
RemapperPublicicize . TabIndex = 35 ;
RemapperPublicicize . Text = "Publicize" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( RemapperPublicicize , "Publicize all classes, properties and methods. Fields are excluded for technical reasons" ) ;
2024-06-17 17:29:26 -04:00
RemapperPublicicize . UseVisualStyleBackColor = true ;
2024-06-19 17:44:47 -04:00
RemapperPublicicize . CheckedChanged + = RemapperPublicicize_CheckedChanged ;
2024-06-17 17:29:26 -04:00
//
// RemapperOutputDirectoryPath
//
RemapperOutputDirectoryPath . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
RemapperOutputDirectoryPath . Location = new Point ( 10 , 70 ) ;
2024-06-17 17:29:26 -04:00
RemapperOutputDirectoryPath . Name = "RemapperOutputDirectoryPath" ;
RemapperOutputDirectoryPath . PlaceholderText = "Output Directory" ;
2024-06-17 17:51:00 -04:00
RemapperOutputDirectoryPath . ReadOnly = true ;
2024-06-17 17:29:26 -04:00
RemapperOutputDirectoryPath . Size = new Size ( 297 , 31 ) ;
RemapperOutputDirectoryPath . TabIndex = 34 ;
//
// TargetAssemblyPath
//
TargetAssemblyPath . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
TargetAssemblyPath . Location = new Point ( 10 , 33 ) ;
2024-06-17 17:29:26 -04:00
TargetAssemblyPath . Name = "TargetAssemblyPath" ;
TargetAssemblyPath . PlaceholderText = "Target Assembly" ;
2024-06-17 17:51:00 -04:00
TargetAssemblyPath . ReadOnly = true ;
2024-06-17 17:29:26 -04:00
TargetAssemblyPath . Size = new Size ( 297 , 31 ) ;
TargetAssemblyPath . TabIndex = 33 ;
//
// RenamePropertiesCheckbox
//
RenamePropertiesCheckbox . AutoSize = true ;
RenamePropertiesCheckbox . Checked = true ;
RenamePropertiesCheckbox . CheckState = CheckState . Checked ;
2024-06-18 17:35:31 -04:00
RenamePropertiesCheckbox . Location = new Point ( 577 , 260 ) ;
2024-06-17 17:29:26 -04:00
RenamePropertiesCheckbox . Name = "RenamePropertiesCheckbox" ;
RenamePropertiesCheckbox . Size = new Size ( 186 , 29 ) ;
RenamePropertiesCheckbox . TabIndex = 28 ;
RenamePropertiesCheckbox . Text = "Rename Properties" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( RenamePropertiesCheckbox , "Renames all remapped types associated properties (GClass100_0 becomes ReCodeIt_0)" ) ;
2024-06-17 17:29:26 -04:00
RenamePropertiesCheckbox . UseVisualStyleBackColor = true ;
2024-06-19 17:44:47 -04:00
RenamePropertiesCheckbox . CheckedChanged + = RenamePropertiesCheckbox_CheckedChanged ;
2024-06-17 17:29:26 -04:00
//
// OutputDirectoryButton
//
2024-06-18 17:35:31 -04:00
OutputDirectoryButton . Location = new Point ( 312 , 68 ) ;
2024-06-17 17:29:26 -04:00
OutputDirectoryButton . Name = "OutputDirectoryButton" ;
OutputDirectoryButton . Size = new Size ( 112 , 34 ) ;
OutputDirectoryButton . TabIndex = 32 ;
OutputDirectoryButton . Text = "Choose" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( OutputDirectoryButton , "Directory where you want the remapped dll placed." ) ;
2024-06-17 17:29:26 -04:00
OutputDirectoryButton . UseVisualStyleBackColor = true ;
OutputDirectoryButton . Click + = OutputDirectoryButton_Click_1 ;
//
// PickAssemblyPathButton
//
2024-06-18 17:35:31 -04:00
PickAssemblyPathButton . Location = new Point ( 313 , 30 ) ;
2024-06-17 17:29:26 -04:00
PickAssemblyPathButton . Name = "PickAssemblyPathButton" ;
PickAssemblyPathButton . Size = new Size ( 112 , 34 ) ;
PickAssemblyPathButton . TabIndex = 31 ;
PickAssemblyPathButton . Text = "Choose" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( PickAssemblyPathButton , "The programs original assembly you wish to remap.\r\n\r\nTarget the one in the programs install location." ) ;
2024-06-17 17:29:26 -04:00
PickAssemblyPathButton . UseVisualStyleBackColor = true ;
PickAssemblyPathButton . Click + = PickAssemblyPathButton_Click_1 ;
//
2024-06-14 14:18:17 -04:00
// ConstuctorCountUpDown
//
2024-06-15 16:21:12 -04:00
ConstuctorCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
ConstuctorCountUpDown . Location = new Point ( 224 , 259 ) ;
2024-06-14 14:18:17 -04:00
ConstuctorCountUpDown . Name = "ConstuctorCountUpDown" ;
ConstuctorCountUpDown . Size = new Size ( 55 , 31 ) ;
ConstuctorCountUpDown . TabIndex = 19 ;
//
2024-06-17 17:29:26 -04:00
// RenameFieldsCheckbox
//
RenameFieldsCheckbox . AutoSize = true ;
RenameFieldsCheckbox . Checked = true ;
RenameFieldsCheckbox . CheckState = CheckState . Checked ;
2024-06-18 17:35:31 -04:00
RenameFieldsCheckbox . Location = new Point ( 577 , 225 ) ;
2024-06-17 17:29:26 -04:00
RenameFieldsCheckbox . Name = "RenameFieldsCheckbox" ;
RenameFieldsCheckbox . Size = new Size ( 151 , 29 ) ;
RenameFieldsCheckbox . TabIndex = 26 ;
RenameFieldsCheckbox . Text = "Rename Fields" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( RenameFieldsCheckbox , "Renames all remapped types associated fields (_gClass100_0 becomes _reCodeIt_0)" ) ;
2024-06-17 17:29:26 -04:00
RenameFieldsCheckbox . UseVisualStyleBackColor = true ;
2024-06-19 17:44:47 -04:00
RenameFieldsCheckbox . CheckedChanged + = RenameFieldsCheckbox_CheckedChanged ;
2024-06-17 17:29:26 -04:00
//
2024-06-14 14:18:17 -04:00
// ConstructorCountEnabled
//
ConstructorCountEnabled . AutoSize = true ;
2024-06-18 17:35:31 -04:00
ConstructorCountEnabled . Location = new Point ( 287 , 265 ) ;
2024-06-14 14:18:17 -04:00
ConstructorCountEnabled . Name = "ConstructorCountEnabled" ;
ConstructorCountEnabled . Size = new Size ( 238 , 29 ) ;
ConstructorCountEnabled . TabIndex = 20 ;
ConstructorCountEnabled . Text = "Constructor Param Count" ;
ConstructorCountEnabled . UseVisualStyleBackColor = true ;
//
2024-06-14 13:47:30 -04:00
// LoadMappingFileButton
//
2024-06-15 16:21:12 -04:00
LoadMappingFileButton . BackColor = SystemColors . ButtonShadow ;
2024-06-18 17:35:31 -04:00
LoadMappingFileButton . Location = new Point ( 577 , 30 ) ;
2024-06-14 13:47:30 -04:00
LoadMappingFileButton . Name = "LoadMappingFileButton" ;
LoadMappingFileButton . Size = new Size ( 168 , 34 ) ;
LoadMappingFileButton . TabIndex = 18 ;
LoadMappingFileButton . Text = "Load Mapping File" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( LoadMappingFileButton , "Load a standalone mapping file from disk" ) ;
2024-06-15 16:21:12 -04:00
LoadMappingFileButton . UseVisualStyleBackColor = false ;
2024-06-14 13:47:30 -04:00
LoadMappingFileButton . Click + = LoadMappingFileButton_Click ;
//
// RunRemapButton
//
2024-06-15 16:21:12 -04:00
RunRemapButton . BackColor = SystemColors . ButtonShadow ;
2024-06-18 17:35:31 -04:00
RunRemapButton . Location = new Point ( 577 , 150 ) ;
2024-06-14 13:47:30 -04:00
RunRemapButton . Name = "RunRemapButton" ;
RunRemapButton . Size = new Size ( 168 , 34 ) ;
RunRemapButton . TabIndex = 16 ;
RunRemapButton . Text = "Run Remap" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( RunRemapButton , "Generate a remapped dll based on the paths chosen in the top left" ) ;
2024-06-15 16:21:12 -04:00
RunRemapButton . UseVisualStyleBackColor = false ;
2024-06-14 13:47:30 -04:00
RunRemapButton . Click + = RunRemapButton_Click ;
//
2024-06-13 20:25:11 -04:00
// Inclusions
//
Inclusions . Controls . Add ( tabPage1 ) ;
Inclusions . Controls . Add ( tabPage2 ) ;
Inclusions . Controls . Add ( tabPage3 ) ;
Inclusions . Controls . Add ( tabPage4 ) ;
2024-06-14 13:47:30 -04:00
Inclusions . Location = new Point ( 6 , 529 ) ;
2024-06-13 20:25:11 -04:00
Inclusions . Name = "Inclusions" ;
Inclusions . SelectedIndex = 0 ;
2024-06-14 13:47:30 -04:00
Inclusions . Size = new Size ( 751 , 364 ) ;
2024-06-13 20:25:11 -04:00
Inclusions . TabIndex = 14 ;
//
// tabPage1
//
tabPage1 . BackColor = SystemColors . ControlDarkDark ;
2024-06-14 13:47:30 -04:00
tabPage1 . BorderStyle = BorderStyle . FixedSingle ;
2024-06-13 20:25:11 -04:00
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 ) ;
2024-06-14 13:47:30 -04:00
tabPage1 . Size = new Size ( 743 , 326 ) ;
2024-06-13 20:25:11 -04:00
tabPage1 . TabIndex = 0 ;
tabPage1 . Text = "Methods" ;
//
// ExcludeMethodTextBox
//
2024-06-15 16:21:12 -04:00
ExcludeMethodTextBox . BackColor = SystemColors . ScrollBar ;
2024-06-13 20:25:11 -04:00
ExcludeMethodTextBox . Location = new Point ( 381 , 6 ) ;
ExcludeMethodTextBox . Name = "ExcludeMethodTextBox" ;
ExcludeMethodTextBox . PlaceholderText = "Exclude Methods" ;
ExcludeMethodTextBox . Size = new Size ( 353 , 31 ) ;
ExcludeMethodTextBox . TabIndex = 21 ;
//
// IncludeMethodTextBox
//
2024-06-15 16:21:12 -04:00
IncludeMethodTextBox . BackColor = SystemColors . ScrollBar ;
2024-06-13 20:25:11 -04:00
IncludeMethodTextBox . Location = new Point ( 6 , 6 ) ;
IncludeMethodTextBox . Name = "IncludeMethodTextBox" ;
IncludeMethodTextBox . PlaceholderText = "Include Methods" ;
IncludeMethodTextBox . Size = new Size ( 353 , 31 ) ;
IncludeMethodTextBox . TabIndex = 20 ;
//
// MethodExcludeRemoveButton
//
MethodExcludeRemoveButton . Location = new Point ( 622 , 278 ) ;
MethodExcludeRemoveButton . Name = "MethodExcludeRemoveButton" ;
MethodExcludeRemoveButton . Size = new Size ( 112 , 34 ) ;
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 ( 112 , 34 ) ;
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 ( 112 , 34 ) ;
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 ( 112 , 34 ) ;
MethodIncludeAddButton . TabIndex = 16 ;
MethodIncludeAddButton . Text = "Add" ;
MethodIncludeAddButton . UseVisualStyleBackColor = true ;
MethodIncludeAddButton . Click + = MethodIncludeAddButton_Click ;
//
// MethodExcludeBox
//
2024-06-15 16:21:12 -04:00
MethodExcludeBox . BackColor = Color . Gray ;
2024-06-13 20:25:11 -04:00
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
//
2024-06-15 16:21:12 -04:00
MethodIncludeBox . BackColor = Color . Gray ;
2024-06-13 20:25:11 -04:00
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 ) ;
2024-06-14 13:47:30 -04:00
tabPage2 . Size = new Size ( 743 , 326 ) ;
2024-06-13 20:25:11 -04:00
tabPage2 . TabIndex = 1 ;
tabPage2 . Text = "Fields" ;
//
// FieldsExcludeTextInput
//
2024-06-15 16:21:12 -04:00
FieldsExcludeTextInput . BackColor = SystemColors . ScrollBar ;
2024-06-13 20:25:11 -04:00
FieldsExcludeTextInput . Location = new Point ( 381 , 6 ) ;
FieldsExcludeTextInput . Name = "FieldsExcludeTextInput" ;
FieldsExcludeTextInput . PlaceholderText = "Exclude Fields" ;
FieldsExcludeTextInput . Size = new Size ( 353 , 31 ) ;
FieldsExcludeTextInput . TabIndex = 27 ;
//
// FieldsIncludeTextInput
//
2024-06-15 16:21:12 -04:00
FieldsIncludeTextInput . BackColor = SystemColors . ScrollBar ;
2024-06-13 20:25:11 -04:00
FieldsIncludeTextInput . Location = new Point ( 6 , 6 ) ;
FieldsIncludeTextInput . Name = "FieldsIncludeTextInput" ;
FieldsIncludeTextInput . PlaceholderText = "Include Fields" ;
FieldsIncludeTextInput . Size = new Size ( 353 , 31 ) ;
FieldsIncludeTextInput . TabIndex = 26 ;
//
// FieldExcludeRemoveButton
//
2024-06-15 16:21:12 -04:00
FieldExcludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
FieldExcludeRemoveButton . Location = new Point ( 622 , 278 ) ;
FieldExcludeRemoveButton . Name = "FieldExcludeRemoveButton" ;
FieldExcludeRemoveButton . Size = new Size ( 112 , 34 ) ;
FieldExcludeRemoveButton . TabIndex = 25 ;
FieldExcludeRemoveButton . Text = "Remove" ;
2024-06-15 16:21:12 -04:00
FieldExcludeRemoveButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
FieldExcludeRemoveButton . Click + = FieldExcludeRemoveButton_Click ;
//
// FieldExcludeAddButton
//
2024-06-15 16:21:12 -04:00
FieldExcludeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
FieldExcludeAddButton . Location = new Point ( 381 , 278 ) ;
FieldExcludeAddButton . Name = "FieldExcludeAddButton" ;
FieldExcludeAddButton . Size = new Size ( 112 , 34 ) ;
FieldExcludeAddButton . TabIndex = 24 ;
FieldExcludeAddButton . Text = "Add" ;
2024-06-15 16:21:12 -04:00
FieldExcludeAddButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
FieldExcludeAddButton . Click + = FieldExcludeAddButton_Click ;
//
// FieldIncludeRemoveButton
//
2024-06-15 16:21:12 -04:00
FieldIncludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
FieldIncludeRemoveButton . Location = new Point ( 247 , 278 ) ;
FieldIncludeRemoveButton . Name = "FieldIncludeRemoveButton" ;
FieldIncludeRemoveButton . Size = new Size ( 112 , 34 ) ;
FieldIncludeRemoveButton . TabIndex = 23 ;
FieldIncludeRemoveButton . Text = "Remove" ;
2024-06-15 16:21:12 -04:00
FieldIncludeRemoveButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
FieldIncludeRemoveButton . Click + = FieldIncludeRemoveButton_Click ;
//
// FIeldIncludeAddButton
//
2024-06-15 16:21:12 -04:00
FIeldIncludeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
FIeldIncludeAddButton . Location = new Point ( 6 , 278 ) ;
FIeldIncludeAddButton . Name = "FIeldIncludeAddButton" ;
FIeldIncludeAddButton . Size = new Size ( 112 , 34 ) ;
FIeldIncludeAddButton . TabIndex = 22 ;
FIeldIncludeAddButton . Text = "Add" ;
2024-06-15 16:21:12 -04:00
FIeldIncludeAddButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
FIeldIncludeAddButton . Click + = FIeldIncludeAddButton_Click ;
//
// FieldExcludeBox
//
2024-06-15 16:21:12 -04:00
FieldExcludeBox . BackColor = Color . Gray ;
2024-06-13 20:25:11 -04:00
FieldExcludeBox . FormattingEnabled = true ;
FieldExcludeBox . ItemHeight = 25 ;
FieldExcludeBox . Location = new Point ( 382 , 43 ) ;
FieldExcludeBox . Name = "FieldExcludeBox" ;
FieldExcludeBox . Size = new Size ( 353 , 229 ) ;
FieldExcludeBox . TabIndex = 17 ;
//
// FieldIncludeBox
//
2024-06-15 16:21:12 -04:00
FieldIncludeBox . BackColor = Color . Gray ;
2024-06-13 20:25:11 -04:00
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 ) ;
2024-06-14 13:47:30 -04:00
tabPage3 . Size = new Size ( 743 , 326 ) ;
2024-06-13 20:25:11 -04:00
tabPage3 . TabIndex = 2 ;
tabPage3 . Text = "Properties" ;
//
// PropertiesExcludeTextField
//
2024-06-15 16:21:12 -04:00
PropertiesExcludeTextField . BackColor = SystemColors . ScrollBar ;
2024-06-13 20:25:11 -04:00
PropertiesExcludeTextField . Location = new Point ( 381 , 6 ) ;
PropertiesExcludeTextField . Name = "PropertiesExcludeTextField" ;
PropertiesExcludeTextField . PlaceholderText = "Exclude Properties" ;
PropertiesExcludeTextField . Size = new Size ( 353 , 31 ) ;
PropertiesExcludeTextField . TabIndex = 27 ;
//
// PropertiesIncludeTextField
//
2024-06-15 16:21:12 -04:00
PropertiesIncludeTextField . BackColor = SystemColors . ScrollBar ;
2024-06-13 20:25:11 -04:00
PropertiesIncludeTextField . Location = new Point ( 6 , 6 ) ;
PropertiesIncludeTextField . Name = "PropertiesIncludeTextField" ;
PropertiesIncludeTextField . PlaceholderText = "Include Properties" ;
PropertiesIncludeTextField . Size = new Size ( 353 , 31 ) ;
PropertiesIncludeTextField . TabIndex = 26 ;
//
// PropertiesExcludeRemoveButton
//
2024-06-15 16:21:12 -04:00
PropertiesExcludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
PropertiesExcludeRemoveButton . Location = new Point ( 622 , 278 ) ;
PropertiesExcludeRemoveButton . Name = "PropertiesExcludeRemoveButton" ;
PropertiesExcludeRemoveButton . Size = new Size ( 112 , 34 ) ;
PropertiesExcludeRemoveButton . TabIndex = 25 ;
PropertiesExcludeRemoveButton . Text = "Remove" ;
2024-06-15 16:21:12 -04:00
PropertiesExcludeRemoveButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
PropertiesExcludeRemoveButton . Click + = PropertiesExcludeRemoveButton_Click ;
//
// PropertiesExcludeAddButton
//
2024-06-15 16:21:12 -04:00
PropertiesExcludeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
PropertiesExcludeAddButton . Location = new Point ( 381 , 278 ) ;
PropertiesExcludeAddButton . Name = "PropertiesExcludeAddButton" ;
PropertiesExcludeAddButton . Size = new Size ( 112 , 34 ) ;
PropertiesExcludeAddButton . TabIndex = 24 ;
PropertiesExcludeAddButton . Text = "Add" ;
2024-06-15 16:21:12 -04:00
PropertiesExcludeAddButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
PropertiesExcludeAddButton . Click + = PropertiesExcludeAddButton_Click ;
//
// PropertiesIncludeRemoveButton
//
2024-06-15 16:21:12 -04:00
PropertiesIncludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
PropertiesIncludeRemoveButton . Location = new Point ( 247 , 278 ) ;
PropertiesIncludeRemoveButton . Name = "PropertiesIncludeRemoveButton" ;
PropertiesIncludeRemoveButton . Size = new Size ( 112 , 34 ) ;
PropertiesIncludeRemoveButton . TabIndex = 23 ;
PropertiesIncludeRemoveButton . Text = "Remove" ;
2024-06-15 16:21:12 -04:00
PropertiesIncludeRemoveButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
PropertiesIncludeRemoveButton . Click + = PropertiesIncludeRemoveButton_Click ;
//
// PropertiesIncludeAddButton
//
2024-06-15 16:21:12 -04:00
PropertiesIncludeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
PropertiesIncludeAddButton . Location = new Point ( 6 , 278 ) ;
PropertiesIncludeAddButton . Name = "PropertiesIncludeAddButton" ;
PropertiesIncludeAddButton . Size = new Size ( 112 , 34 ) ;
PropertiesIncludeAddButton . TabIndex = 22 ;
PropertiesIncludeAddButton . Text = "Add" ;
2024-06-15 16:21:12 -04:00
PropertiesIncludeAddButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
PropertiesIncludeAddButton . Click + = PropertiesIncludeAddButton_Click ;
//
// PropertiesExcludeBox
//
2024-06-15 16:21:12 -04:00
PropertiesExcludeBox . BackColor = Color . Gray ;
2024-06-13 20:25:11 -04:00
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
//
2024-06-15 16:21:12 -04:00
PropertiesIncludeBox . BackColor = Color . Gray ;
2024-06-13 20:25:11 -04:00
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 ) ;
2024-06-14 13:47:30 -04:00
tabPage4 . Size = new Size ( 743 , 326 ) ;
2024-06-13 20:25:11 -04:00
tabPage4 . TabIndex = 3 ;
tabPage4 . Text = "Other" ;
//
// NestedTypesExcludeTextField
//
2024-06-15 16:21:12 -04:00
NestedTypesExcludeTextField . BackColor = SystemColors . ScrollBar ;
2024-06-13 20:25:11 -04:00
NestedTypesExcludeTextField . Location = new Point ( 381 , 6 ) ;
NestedTypesExcludeTextField . Name = "NestedTypesExcludeTextField" ;
NestedTypesExcludeTextField . PlaceholderText = "Exclude Nested Types" ;
NestedTypesExcludeTextField . Size = new Size ( 353 , 31 ) ;
NestedTypesExcludeTextField . TabIndex = 27 ;
//
// NestedTypesIncludeTextField
//
2024-06-15 16:21:12 -04:00
NestedTypesIncludeTextField . BackColor = SystemColors . ScrollBar ;
2024-06-13 20:25:11 -04:00
NestedTypesIncludeTextField . Location = new Point ( 6 , 6 ) ;
NestedTypesIncludeTextField . Name = "NestedTypesIncludeTextField" ;
NestedTypesIncludeTextField . PlaceholderText = "Include Nested Types" ;
NestedTypesIncludeTextField . Size = new Size ( 353 , 31 ) ;
NestedTypesIncludeTextField . TabIndex = 26 ;
//
// NestedTypesExcludeRemoveButton
//
2024-06-15 16:21:12 -04:00
NestedTypesExcludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
NestedTypesExcludeRemoveButton . Location = new Point ( 622 , 278 ) ;
NestedTypesExcludeRemoveButton . Name = "NestedTypesExcludeRemoveButton" ;
NestedTypesExcludeRemoveButton . Size = new Size ( 112 , 34 ) ;
NestedTypesExcludeRemoveButton . TabIndex = 25 ;
NestedTypesExcludeRemoveButton . Text = "Remove" ;
2024-06-15 16:21:12 -04:00
NestedTypesExcludeRemoveButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
NestedTypesExcludeRemoveButton . Click + = NestedTypesExcludeRemoveButton_Click ;
//
// NestedTypesExlcudeAddButton
//
2024-06-15 16:21:12 -04:00
NestedTypesExlcudeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
NestedTypesExlcudeAddButton . Location = new Point ( 381 , 278 ) ;
NestedTypesExlcudeAddButton . Name = "NestedTypesExlcudeAddButton" ;
NestedTypesExlcudeAddButton . Size = new Size ( 112 , 34 ) ;
NestedTypesExlcudeAddButton . TabIndex = 24 ;
NestedTypesExlcudeAddButton . Text = "Add" ;
2024-06-15 16:21:12 -04:00
NestedTypesExlcudeAddButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
NestedTypesExlcudeAddButton . Click + = NestedTypesExlcudeAddButton_Click ;
//
// NestedTypesRemoveButton
//
2024-06-15 16:21:12 -04:00
NestedTypesRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
NestedTypesRemoveButton . Location = new Point ( 247 , 278 ) ;
NestedTypesRemoveButton . Name = "NestedTypesRemoveButton" ;
NestedTypesRemoveButton . Size = new Size ( 112 , 34 ) ;
NestedTypesRemoveButton . TabIndex = 23 ;
NestedTypesRemoveButton . Text = "Remove" ;
2024-06-15 16:21:12 -04:00
NestedTypesRemoveButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
NestedTypesRemoveButton . Click + = NestedTypesRemoveButton_Click ;
//
// NestedTypesAddButton
//
2024-06-15 16:21:12 -04:00
NestedTypesAddButton . BackColor = SystemColors . ButtonShadow ;
2024-06-13 20:25:11 -04:00
NestedTypesAddButton . Location = new Point ( 6 , 278 ) ;
NestedTypesAddButton . Name = "NestedTypesAddButton" ;
NestedTypesAddButton . Size = new Size ( 112 , 34 ) ;
NestedTypesAddButton . TabIndex = 22 ;
NestedTypesAddButton . Text = "Add" ;
2024-06-15 16:21:12 -04:00
NestedTypesAddButton . UseVisualStyleBackColor = false ;
2024-06-13 20:25:11 -04:00
NestedTypesAddButton . Click + = NestedTypesAddButton_Click ;
//
// NestedTypesExcludeBox
//
2024-06-15 16:21:12 -04:00
NestedTypesExcludeBox . BackColor = Color . Gray ;
2024-06-13 20:25:11 -04:00
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
//
2024-06-15 16:21:12 -04:00
NestedTypesIncludeBox . BackColor = Color . Gray ;
2024-06-13 20:25:11 -04:00
NestedTypesIncludeBox . FormattingEnabled = true ;
NestedTypesIncludeBox . ItemHeight = 25 ;
NestedTypesIncludeBox . Location = new Point ( 6 , 43 ) ;
NestedTypesIncludeBox . Name = "NestedTypesIncludeBox" ;
NestedTypesIncludeBox . Size = new Size ( 353 , 229 ) ;
NestedTypesIncludeBox . TabIndex = 20 ;
//
2024-06-14 11:01:21 -04:00
// NewTypeName
2024-06-13 20:25:11 -04:00
//
2024-06-15 16:21:12 -04:00
NewTypeName . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
NewTypeName . Location = new Point ( 10 , 111 ) ;
2024-06-14 11:01:21 -04:00
NewTypeName . Name = "NewTypeName" ;
2024-06-17 15:53:13 -04:00
NewTypeName . PlaceholderText = "New Name" ;
2024-06-14 11:01:21 -04:00
NewTypeName . Size = new Size ( 208 , 31 ) ;
NewTypeName . TabIndex = 0 ;
2024-06-13 20:25:11 -04:00
//
2024-06-14 11:01:21 -04:00
// PropertyCountEnabled
//
PropertyCountEnabled . AutoSize = true ;
2024-06-18 17:35:31 -04:00
PropertyCountEnabled . Location = new Point ( 287 , 372 ) ;
2024-06-14 11:01:21 -04:00
PropertyCountEnabled . Name = "PropertyCountEnabled" ;
PropertyCountEnabled . Size = new Size ( 159 , 29 ) ;
PropertyCountEnabled . TabIndex = 11 ;
PropertyCountEnabled . Text = "Property Count" ;
PropertyCountEnabled . UseVisualStyleBackColor = true ;
//
// IsInterfaceUpDown
//
2024-06-15 16:21:12 -04:00
IsInterfaceUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
IsInterfaceUpDown . Location = new Point ( 10 , 264 ) ;
2024-06-14 11:01:21 -04:00
IsInterfaceUpDown . Name = "IsInterfaceUpDown" ;
IsInterfaceUpDown . Size = new Size ( 208 , 31 ) ;
IsInterfaceUpDown . Sorted = true ;
IsInterfaceUpDown . TabIndex = 15 ;
IsInterfaceUpDown . Text = "IsInterface" ;
//
// NestedTypeCountEnabled
//
NestedTypeCountEnabled . AutoSize = true ;
2024-06-18 17:35:31 -04:00
NestedTypeCountEnabled . Location = new Point ( 287 , 407 ) ;
2024-06-14 11:01:21 -04:00
NestedTypeCountEnabled . Name = "NestedTypeCountEnabled" ;
2024-06-16 13:34:36 -04:00
NestedTypeCountEnabled . Size = new Size ( 276 , 29 ) ;
2024-06-14 11:01:21 -04:00
NestedTypeCountEnabled . TabIndex = 12 ;
2024-06-16 00:19:02 -04:00
NestedTypeCountEnabled . Text = "Nested OriginalTypeRef Count" ;
2024-06-14 11:01:21 -04:00
NestedTypeCountEnabled . UseVisualStyleBackColor = true ;
//
// PropertyCountUpDown
//
2024-06-15 16:21:12 -04:00
PropertyCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
PropertyCountUpDown . Location = new Point ( 224 , 372 ) ;
2024-06-14 11:01:21 -04:00
PropertyCountUpDown . Name = "PropertyCountUpDown" ;
PropertyCountUpDown . Size = new Size ( 55 , 31 ) ;
PropertyCountUpDown . TabIndex = 5 ;
//
// RemoveRemapButton
//
2024-06-15 16:21:12 -04:00
RemoveRemapButton . BackColor = SystemColors . ButtonShadow ;
2024-06-18 17:35:31 -04:00
RemoveRemapButton . Location = new Point ( 577 , 111 ) ;
2024-06-14 11:01:21 -04:00
RemoveRemapButton . Name = "RemoveRemapButton" ;
RemoveRemapButton . Size = new Size ( 168 , 34 ) ;
RemoveRemapButton . TabIndex = 2 ;
RemoveRemapButton . Text = "Remove Remap" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( RemoveRemapButton , "Remove a remap from the list" ) ;
2024-06-15 16:21:12 -04:00
RemoveRemapButton . UseVisualStyleBackColor = false ;
2024-06-14 11:01:21 -04:00
RemoveRemapButton . Click + = RemoveRemapButton_Click ;
//
// FieldCountUpDown
//
2024-06-15 16:21:12 -04:00
FieldCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
FieldCountUpDown . Location = new Point ( 224 , 334 ) ;
2024-06-14 11:01:21 -04:00
FieldCountUpDown . Name = "FieldCountUpDown" ;
FieldCountUpDown . Size = new Size ( 55 , 31 ) ;
FieldCountUpDown . TabIndex = 3 ;
//
// IsPublicUpDown
//
2024-06-15 16:21:12 -04:00
IsPublicUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
IsPublicUpDown . Location = new Point ( 10 , 188 ) ;
2024-06-14 11:01:21 -04:00
IsPublicUpDown . Name = "IsPublicUpDown" ;
IsPublicUpDown . Size = new Size ( 208 , 31 ) ;
IsPublicUpDown . Sorted = true ;
IsPublicUpDown . TabIndex = 0 ;
IsPublicUpDown . Text = "IsPublic" ;
//
// FieldCountEnabled
//
FieldCountEnabled . AutoSize = true ;
2024-06-18 17:35:31 -04:00
FieldCountEnabled . Location = new Point ( 287 , 337 ) ;
2024-06-14 11:01:21 -04:00
FieldCountEnabled . Name = "FieldCountEnabled" ;
FieldCountEnabled . Size = new Size ( 128 , 29 ) ;
FieldCountEnabled . TabIndex = 13 ;
FieldCountEnabled . Text = "Field Count" ;
FieldCountEnabled . UseVisualStyleBackColor = true ;
//
// NestedTypeParentName
//
2024-06-15 16:21:12 -04:00
NestedTypeParentName . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
NestedTypeParentName . Location = new Point ( 224 , 226 ) ;
2024-06-14 11:01:21 -04:00
NestedTypeParentName . Name = "NestedTypeParentName" ;
2024-06-17 15:53:13 -04:00
NestedTypeParentName . PlaceholderText = "Nested Type Parent Name" ;
2024-06-14 11:01:21 -04:00
NestedTypeParentName . Size = new Size ( 208 , 31 ) ;
NestedTypeParentName . TabIndex = 0 ;
//
// MethodCountUpDown
//
2024-06-15 16:21:12 -04:00
MethodCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
MethodCountUpDown . Location = new Point ( 224 , 296 ) ;
2024-06-14 11:01:21 -04:00
MethodCountUpDown . Name = "MethodCountUpDown" ;
MethodCountUpDown . Size = new Size ( 55 , 31 ) ;
MethodCountUpDown . TabIndex = 6 ;
//
// IsAbstractUpDown
//
2024-06-15 16:21:12 -04:00
IsAbstractUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
IsAbstractUpDown . Location = new Point ( 10 , 225 ) ;
2024-06-14 11:01:21 -04:00
IsAbstractUpDown . Name = "IsAbstractUpDown" ;
IsAbstractUpDown . Size = new Size ( 208 , 31 ) ;
IsAbstractUpDown . Sorted = true ;
IsAbstractUpDown . TabIndex = 1 ;
IsAbstractUpDown . Text = "IsAbstract" ;
//
// BaseClassIncludeTextFIeld
//
2024-06-15 16:21:12 -04:00
BaseClassIncludeTextFIeld . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
BaseClassIncludeTextFIeld . Location = new Point ( 224 , 148 ) ;
2024-06-14 11:01:21 -04:00
BaseClassIncludeTextFIeld . Name = "BaseClassIncludeTextFIeld" ;
BaseClassIncludeTextFIeld . PlaceholderText = "Include Base Class" ;
BaseClassIncludeTextFIeld . Size = new Size ( 208 , 31 ) ;
BaseClassIncludeTextFIeld . TabIndex = 2 ;
//
2024-06-13 20:25:11 -04:00
// OriginalTypeName
//
2024-06-15 16:21:12 -04:00
OriginalTypeName . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
OriginalTypeName . Location = new Point ( 224 , 111 ) ;
2024-06-13 20:25:11 -04:00
OriginalTypeName . Name = "OriginalTypeName" ;
2024-06-17 15:53:13 -04:00
OriginalTypeName . PlaceholderText = "Original Name" ;
2024-06-14 11:01:21 -04:00
OriginalTypeName . Size = new Size ( 208 , 31 ) ;
2024-06-13 20:25:11 -04:00
OriginalTypeName . TabIndex = 1 ;
//
2024-06-14 11:01:21 -04:00
// HasGenericParametersUpDown
2024-06-13 20:25:11 -04:00
//
2024-06-15 16:21:12 -04:00
HasGenericParametersUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
HasGenericParametersUpDown . Location = new Point ( 10 , 447 ) ;
2024-06-14 11:01:21 -04:00
HasGenericParametersUpDown . Name = "HasGenericParametersUpDown" ;
HasGenericParametersUpDown . Size = new Size ( 208 , 31 ) ;
HasGenericParametersUpDown . Sorted = true ;
HasGenericParametersUpDown . TabIndex = 7 ;
HasGenericParametersUpDown . Text = "HasGenericParameters" ;
//
// IsEnumUpDown
//
2024-06-15 16:21:12 -04:00
IsEnumUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
IsEnumUpDown . Location = new Point ( 10 , 336 ) ;
2024-06-14 11:01:21 -04:00
IsEnumUpDown . Name = "IsEnumUpDown" ;
IsEnumUpDown . Size = new Size ( 208 , 31 ) ;
IsEnumUpDown . Sorted = true ;
IsEnumUpDown . TabIndex = 2 ;
IsEnumUpDown . Text = "IsEnum" ;
//
// NestedTypeCountUpDown
//
2024-06-15 16:21:12 -04:00
NestedTypeCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
NestedTypeCountUpDown . Location = new Point ( 224 , 410 ) ;
2024-06-14 11:01:21 -04:00
NestedTypeCountUpDown . Name = "NestedTypeCountUpDown" ;
NestedTypeCountUpDown . Size = new Size ( 55 , 31 ) ;
NestedTypeCountUpDown . TabIndex = 4 ;
//
2024-06-14 20:52:16 -04:00
// SaveRemapButton
2024-06-14 11:01:21 -04:00
//
2024-06-15 16:21:12 -04:00
SaveRemapButton . BackColor = SystemColors . ButtonShadow ;
2024-06-18 17:35:31 -04:00
SaveRemapButton . Location = new Point ( 577 , 70 ) ;
2024-06-14 20:52:16 -04:00
SaveRemapButton . Name = "SaveRemapButton" ;
SaveRemapButton . Size = new Size ( 168 , 34 ) ;
SaveRemapButton . TabIndex = 4 ;
2024-06-18 17:35:31 -04:00
SaveRemapButton . Text = "Add Remap" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( SaveRemapButton , "Add a remap to the list, if the \"New Name\" field contains a remap that already exists, it will be overwritten." ) ;
2024-06-15 16:21:12 -04:00
SaveRemapButton . UseVisualStyleBackColor = false ;
2024-06-14 20:52:16 -04:00
SaveRemapButton . Click + = AddRemapButton_Click ;
2024-06-14 11:01:21 -04:00
//
// IsDerivedUpDown
//
2024-06-15 16:21:12 -04:00
IsDerivedUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
IsDerivedUpDown . Location = new Point ( 10 , 410 ) ;
2024-06-14 11:01:21 -04:00
IsDerivedUpDown . Name = "IsDerivedUpDown" ;
IsDerivedUpDown . Size = new Size ( 208 , 31 ) ;
IsDerivedUpDown . Sorted = true ;
IsDerivedUpDown . TabIndex = 6 ;
IsDerivedUpDown . Text = "IsDerived" ;
//
// IsNestedUpDown
//
2024-06-15 16:21:12 -04:00
IsNestedUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
IsNestedUpDown . Location = new Point ( 10 , 149 ) ;
2024-06-14 11:01:21 -04:00
IsNestedUpDown . Name = "IsNestedUpDown" ;
IsNestedUpDown . Size = new Size ( 208 , 31 ) ;
IsNestedUpDown . Sorted = true ;
IsNestedUpDown . TabIndex = 3 ;
IsNestedUpDown . Text = "IsNested" ;
//
// HasAttributeUpDown
//
2024-06-15 16:21:12 -04:00
HasAttributeUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
HasAttributeUpDown . Location = new Point ( 10 , 373 ) ;
2024-06-14 11:01:21 -04:00
HasAttributeUpDown . Name = "HasAttributeUpDown" ;
HasAttributeUpDown . Size = new Size ( 208 , 31 ) ;
HasAttributeUpDown . Sorted = true ;
HasAttributeUpDown . TabIndex = 5 ;
HasAttributeUpDown . Text = "HasAttribute" ;
//
// BaseClassExcludeTextField
//
2024-06-15 16:21:12 -04:00
BaseClassExcludeTextField . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
BaseClassExcludeTextField . Location = new Point ( 224 , 188 ) ;
2024-06-14 11:01:21 -04:00
BaseClassExcludeTextField . Name = "BaseClassExcludeTextField" ;
BaseClassExcludeTextField . PlaceholderText = "Exclude Base Class" ;
BaseClassExcludeTextField . Size = new Size ( 208 , 31 ) ;
BaseClassExcludeTextField . TabIndex = 1 ;
//
// MethodCountEnabled
//
MethodCountEnabled . AutoSize = true ;
2024-06-18 17:35:31 -04:00
MethodCountEnabled . Location = new Point ( 287 , 302 ) ;
2024-06-14 11:01:21 -04:00
MethodCountEnabled . Name = "MethodCountEnabled" ;
MethodCountEnabled . Size = new Size ( 154 , 29 ) ;
MethodCountEnabled . TabIndex = 14 ;
MethodCountEnabled . Text = "Method Count" ;
MethodCountEnabled . UseVisualStyleBackColor = true ;
2024-06-13 20:25:11 -04:00
//
2024-06-14 11:01:21 -04:00
// IsSealedUpDown
2024-06-13 20:25:11 -04:00
//
2024-06-15 16:21:12 -04:00
IsSealedUpDown . BackColor = SystemColors . ScrollBar ;
2024-06-18 17:35:31 -04:00
IsSealedUpDown . Location = new Point ( 10 , 299 ) ;
2024-06-14 11:01:21 -04:00
IsSealedUpDown . Name = "IsSealedUpDown" ;
IsSealedUpDown . Size = new Size ( 208 , 31 ) ;
IsSealedUpDown . Sorted = true ;
IsSealedUpDown . TabIndex = 4 ;
IsSealedUpDown . Text = "IsSealed" ;
2024-06-13 20:25:11 -04:00
//
// TabControlMain
//
TabControlMain . Controls . Add ( TabPageRemapper ) ;
2024-06-15 16:21:12 -04:00
TabControlMain . Controls . Add ( AutoMapperTab ) ;
2024-06-16 19:40:25 -04:00
TabControlMain . Controls . Add ( tabPage5 ) ;
2024-06-15 16:21:12 -04:00
TabControlMain . Controls . Add ( SettingsTab ) ;
2024-06-14 13:47:30 -04:00
TabControlMain . Location = new Point ( - 5 , 1 ) ;
2024-06-13 20:25:11 -04:00
TabControlMain . Name = "TabControlMain" ;
TabControlMain . SelectedIndex = 0 ;
2024-06-14 13:47:30 -04:00
TabControlMain . Size = new Size ( 1344 , 991 ) ;
2024-06-13 20:25:11 -04:00
TabControlMain . TabIndex = 6 ;
//
2024-06-15 16:21:12 -04:00
// AutoMapperTab
//
AutoMapperTab . BackColor = SystemColors . ControlDarkDark ;
2024-06-17 17:51:00 -04:00
AutoMapperTab . Controls . Add ( AutoMapperUnseal ) ;
AutoMapperTab . Controls . Add ( AutoMapperPublicize ) ;
AutoMapperTab . Controls . Add ( AutoMapperRenameProps ) ;
AutoMapperTab . Controls . Add ( AutoMapperRenameFields ) ;
AutoMapperTab . Controls . Add ( AutoMapperOuputPath ) ;
AutoMapperTab . Controls . Add ( AutoMapperTargetPath ) ;
AutoMapperTab . Controls . Add ( AutoMapperChooseOutpathButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperChooseTargetPathButton ) ;
2024-06-16 16:21:42 -04:00
AutoMapperTab . Controls . Add ( AutoMapperMethodTextBox ) ;
AutoMapperTab . Controls . Add ( AutoMapperMethodRemoveButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperMethodAddButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperMethodBox ) ;
AutoMapperTab . Controls . Add ( AutoMapperSearchMethodsCheckBox ) ;
2024-06-16 13:56:55 -04:00
AutoMapperTab . Controls . Add ( AutoMapperFPTextField ) ;
AutoMapperTab . Controls . Add ( AutoMapperFPRemoveButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperFPAddButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperFPBox ) ;
AutoMapperTab . Controls . Add ( AutoMapperTokensTextField ) ;
AutoMapperTab . Controls . Add ( AutoMapperTokensRemoveButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperTokensAddButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperTokensBox ) ;
2024-06-16 13:34:36 -04:00
AutoMapperTab . Controls . Add ( label3 ) ;
AutoMapperTab . Controls . Add ( AutoMapperMinLengthUpDown ) ;
2024-06-15 16:21:12 -04:00
AutoMapperTab . Controls . Add ( RunAutoRemapButton ) ;
AutoMapperTab . Controls . Add ( label2 ) ;
AutoMapperTab . Controls . Add ( AutoMapperRequiredMatchesUpDown ) ;
2024-06-16 13:56:55 -04:00
AutoMapperTab . Controls . Add ( AutoMapperTypesToIgnoreTextField ) ;
AutoMapperTab . Controls . Add ( AutoMapperExcludeTypesRemoveButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperExcludeTypesAddButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperTypesExcludeBox ) ;
2024-06-15 16:21:12 -04:00
AutoMapperTab . Location = new Point ( 4 , 34 ) ;
AutoMapperTab . Name = "AutoMapperTab" ;
AutoMapperTab . Padding = new Padding ( 3 ) ;
AutoMapperTab . Size = new Size ( 1336 , 953 ) ;
AutoMapperTab . TabIndex = 3 ;
AutoMapperTab . Text = "Auto Mapper" ;
2024-06-17 17:51:00 -04:00
//
// AutoMapperUnseal
//
AutoMapperUnseal . AutoSize = true ;
AutoMapperUnseal . Checked = true ;
AutoMapperUnseal . CheckState = CheckState . Checked ;
AutoMapperUnseal . Location = new Point ( 537 , 136 ) ;
AutoMapperUnseal . Name = "AutoMapperUnseal" ;
AutoMapperUnseal . Size = new Size ( 90 , 29 ) ;
AutoMapperUnseal . TabIndex = 51 ;
AutoMapperUnseal . Text = "Unseal" ;
AutoMapperUnseal . UseVisualStyleBackColor = true ;
AutoMapperUnseal . CheckedChanged + = AutoMapperUnseal_CheckedChanged ;
//
// AutoMapperPublicize
//
AutoMapperPublicize . AutoSize = true ;
AutoMapperPublicize . Checked = true ;
AutoMapperPublicize . CheckState = CheckState . Checked ;
AutoMapperPublicize . Location = new Point ( 537 , 101 ) ;
AutoMapperPublicize . Name = "AutoMapperPublicize" ;
AutoMapperPublicize . Size = new Size ( 106 , 29 ) ;
AutoMapperPublicize . TabIndex = 50 ;
AutoMapperPublicize . Text = "Publicize" ;
AutoMapperPublicize . UseVisualStyleBackColor = true ;
AutoMapperPublicize . CheckedChanged + = AutoMapperPublicize_CheckedChanged ;
//
// AutoMapperRenameProps
//
AutoMapperRenameProps . AutoSize = true ;
AutoMapperRenameProps . Checked = true ;
AutoMapperRenameProps . CheckState = CheckState . Checked ;
AutoMapperRenameProps . Location = new Point ( 537 , 66 ) ;
AutoMapperRenameProps . Name = "AutoMapperRenameProps" ;
AutoMapperRenameProps . Size = new Size ( 186 , 29 ) ;
AutoMapperRenameProps . TabIndex = 49 ;
AutoMapperRenameProps . Text = "Rename Properties" ;
AutoMapperRenameProps . UseVisualStyleBackColor = true ;
AutoMapperRenameProps . CheckedChanged + = AutoMapperRenameProps_CheckedChanged ;
//
// AutoMapperRenameFields
//
AutoMapperRenameFields . AutoSize = true ;
AutoMapperRenameFields . Checked = true ;
AutoMapperRenameFields . CheckState = CheckState . Checked ;
AutoMapperRenameFields . Location = new Point ( 537 , 31 ) ;
AutoMapperRenameFields . Name = "AutoMapperRenameFields" ;
AutoMapperRenameFields . Size = new Size ( 151 , 29 ) ;
AutoMapperRenameFields . TabIndex = 48 ;
AutoMapperRenameFields . Text = "Rename Fields" ;
AutoMapperRenameFields . UseVisualStyleBackColor = true ;
AutoMapperRenameFields . CheckedChanged + = AutoMapperRenameFields_CheckedChanged ;
//
// AutoMapperOuputPath
//
AutoMapperOuputPath . BackColor = SystemColors . ScrollBar ;
AutoMapperOuputPath . Location = new Point ( 6 , 43 ) ;
AutoMapperOuputPath . Name = "AutoMapperOuputPath" ;
AutoMapperOuputPath . PlaceholderText = "Output Directory" ;
AutoMapperOuputPath . ReadOnly = true ;
AutoMapperOuputPath . Size = new Size ( 297 , 31 ) ;
AutoMapperOuputPath . TabIndex = 47 ;
//
// AutoMapperTargetPath
//
AutoMapperTargetPath . BackColor = SystemColors . ScrollBar ;
AutoMapperTargetPath . Location = new Point ( 6 , 6 ) ;
AutoMapperTargetPath . Name = "AutoMapperTargetPath" ;
AutoMapperTargetPath . PlaceholderText = "Target Assembly" ;
AutoMapperTargetPath . ReadOnly = true ;
AutoMapperTargetPath . Size = new Size ( 297 , 31 ) ;
AutoMapperTargetPath . TabIndex = 46 ;
//
// AutoMapperChooseOutpathButton
//
AutoMapperChooseOutpathButton . Location = new Point ( 308 , 41 ) ;
AutoMapperChooseOutpathButton . Name = "AutoMapperChooseOutpathButton" ;
AutoMapperChooseOutpathButton . Size = new Size ( 112 , 34 ) ;
AutoMapperChooseOutpathButton . TabIndex = 45 ;
AutoMapperChooseOutpathButton . Text = "Choose" ;
AutoMapperChooseOutpathButton . UseVisualStyleBackColor = true ;
AutoMapperChooseOutpathButton . Click + = AutoMapperChooseOutpathButton_Click ;
//
// AutoMapperChooseTargetPathButton
//
AutoMapperChooseTargetPathButton . Location = new Point ( 308 , 3 ) ;
AutoMapperChooseTargetPathButton . Name = "AutoMapperChooseTargetPathButton" ;
AutoMapperChooseTargetPathButton . Size = new Size ( 112 , 34 ) ;
AutoMapperChooseTargetPathButton . TabIndex = 44 ;
AutoMapperChooseTargetPathButton . Text = "Choose" ;
AutoMapperChooseTargetPathButton . UseVisualStyleBackColor = true ;
AutoMapperChooseTargetPathButton . Click + = AutoMapperChooseTargetPathButton_Click ;
2024-06-14 18:07:01 -04:00
//
2024-06-16 16:21:42 -04:00
// AutoMapperMethodTextBox
//
AutoMapperMethodTextBox . BackColor = SystemColors . ScrollBar ;
AutoMapperMethodTextBox . Location = new Point ( 365 , 496 ) ;
AutoMapperMethodTextBox . Name = "AutoMapperMethodTextBox" ;
AutoMapperMethodTextBox . PlaceholderText = "method parameter names to blacklist" ;
AutoMapperMethodTextBox . Size = new Size ( 353 , 31 ) ;
AutoMapperMethodTextBox . TabIndex = 43 ;
//
// AutoMapperMethodRemoveButton
//
AutoMapperMethodRemoveButton . Location = new Point ( 606 , 768 ) ;
AutoMapperMethodRemoveButton . Name = "AutoMapperMethodRemoveButton" ;
AutoMapperMethodRemoveButton . Size = new Size ( 112 , 34 ) ;
AutoMapperMethodRemoveButton . TabIndex = 42 ;
AutoMapperMethodRemoveButton . Text = "Remove" ;
AutoMapperMethodRemoveButton . UseVisualStyleBackColor = true ;
AutoMapperMethodRemoveButton . Click + = AutoMapperMethodRemoveButton_Click ;
//
// AutoMapperMethodAddButton
//
AutoMapperMethodAddButton . Location = new Point ( 365 , 768 ) ;
AutoMapperMethodAddButton . Name = "AutoMapperMethodAddButton" ;
AutoMapperMethodAddButton . Size = new Size ( 112 , 34 ) ;
AutoMapperMethodAddButton . TabIndex = 41 ;
AutoMapperMethodAddButton . Text = "Add" ;
AutoMapperMethodAddButton . UseVisualStyleBackColor = true ;
AutoMapperMethodAddButton . Click + = AutoMapperMethodAddButton_Click ;
//
// AutoMapperMethodBox
//
AutoMapperMethodBox . BackColor = Color . Gray ;
AutoMapperMethodBox . FormattingEnabled = true ;
AutoMapperMethodBox . ItemHeight = 25 ;
AutoMapperMethodBox . Location = new Point ( 365 , 533 ) ;
AutoMapperMethodBox . Name = "AutoMapperMethodBox" ;
AutoMapperMethodBox . Size = new Size ( 353 , 229 ) ;
AutoMapperMethodBox . TabIndex = 40 ;
//
// AutoMapperSearchMethodsCheckBox
//
AutoMapperSearchMethodsCheckBox . AutoSize = true ;
2024-06-17 17:51:00 -04:00
AutoMapperSearchMethodsCheckBox . Location = new Point ( 536 , 2 ) ;
2024-06-16 16:21:42 -04:00
AutoMapperSearchMethodsCheckBox . Name = "AutoMapperSearchMethodsCheckBox" ;
AutoMapperSearchMethodsCheckBox . Size = new Size ( 291 , 29 ) ;
AutoMapperSearchMethodsCheckBox . TabIndex = 39 ;
AutoMapperSearchMethodsCheckBox . Text = "Search Methods (Experiemental)" ;
AutoMapperSearchMethodsCheckBox . UseVisualStyleBackColor = true ;
AutoMapperSearchMethodsCheckBox . CheckedChanged + = SearchMethodsCheckBox_CheckedChanged ;
//
// AutoMapperFPTextField
//
AutoMapperFPTextField . BackColor = SystemColors . ScrollBar ;
AutoMapperFPTextField . Location = new Point ( 6 , 496 ) ;
AutoMapperFPTextField . Name = "AutoMapperFPTextField" ;
AutoMapperFPTextField . PlaceholderText = "Field or property names to blacklist" ;
AutoMapperFPTextField . Size = new Size ( 353 , 31 ) ;
AutoMapperFPTextField . TabIndex = 38 ;
//
// AutoMapperFPRemoveButton
//
AutoMapperFPRemoveButton . Location = new Point ( 247 , 768 ) ;
AutoMapperFPRemoveButton . Name = "AutoMapperFPRemoveButton" ;
AutoMapperFPRemoveButton . Size = new Size ( 112 , 34 ) ;
AutoMapperFPRemoveButton . TabIndex = 37 ;
AutoMapperFPRemoveButton . Text = "Remove" ;
AutoMapperFPRemoveButton . UseVisualStyleBackColor = true ;
AutoMapperFPRemoveButton . Click + = AutoMapperFPRemoveButton_Click ;
//
// AutoMapperFPAddButton
//
AutoMapperFPAddButton . Location = new Point ( 6 , 768 ) ;
AutoMapperFPAddButton . Name = "AutoMapperFPAddButton" ;
AutoMapperFPAddButton . Size = new Size ( 112 , 34 ) ;
AutoMapperFPAddButton . TabIndex = 36 ;
AutoMapperFPAddButton . Text = "Add" ;
AutoMapperFPAddButton . UseVisualStyleBackColor = true ;
AutoMapperFPAddButton . Click + = AutoMapperFPAddButton_Click ;
//
// AutoMapperFPBox
//
AutoMapperFPBox . BackColor = Color . Gray ;
AutoMapperFPBox . FormattingEnabled = true ;
AutoMapperFPBox . ItemHeight = 25 ;
AutoMapperFPBox . Location = new Point ( 6 , 533 ) ;
AutoMapperFPBox . Name = "AutoMapperFPBox" ;
AutoMapperFPBox . Size = new Size ( 353 , 229 ) ;
AutoMapperFPBox . TabIndex = 35 ;
//
// AutoMapperTokensTextField
//
AutoMapperTokensTextField . BackColor = SystemColors . ScrollBar ;
AutoMapperTokensTextField . Location = new Point ( 365 , 173 ) ;
AutoMapperTokensTextField . Name = "AutoMapperTokensTextField" ;
AutoMapperTokensTextField . PlaceholderText = "Class Tokens To Match During Renaming" ;
AutoMapperTokensTextField . Size = new Size ( 353 , 31 ) ;
AutoMapperTokensTextField . TabIndex = 34 ;
//
// AutoMapperTokensRemoveButton
//
AutoMapperTokensRemoveButton . Location = new Point ( 606 , 445 ) ;
AutoMapperTokensRemoveButton . Name = "AutoMapperTokensRemoveButton" ;
AutoMapperTokensRemoveButton . Size = new Size ( 112 , 34 ) ;
AutoMapperTokensRemoveButton . TabIndex = 33 ;
AutoMapperTokensRemoveButton . Text = "Remove" ;
AutoMapperTokensRemoveButton . UseVisualStyleBackColor = true ;
AutoMapperTokensRemoveButton . Click + = AutoMapperTokensRemoveButton_Click ;
//
// AutoMapperTokensAddButton
//
AutoMapperTokensAddButton . Location = new Point ( 365 , 445 ) ;
AutoMapperTokensAddButton . Name = "AutoMapperTokensAddButton" ;
AutoMapperTokensAddButton . Size = new Size ( 112 , 34 ) ;
AutoMapperTokensAddButton . TabIndex = 32 ;
AutoMapperTokensAddButton . Text = "Add" ;
AutoMapperTokensAddButton . UseVisualStyleBackColor = true ;
AutoMapperTokensAddButton . Click + = AutoMapperTokensAddButton_Click ;
//
// AutoMapperTokensBox
//
AutoMapperTokensBox . BackColor = Color . Gray ;
AutoMapperTokensBox . FormattingEnabled = true ;
AutoMapperTokensBox . ItemHeight = 25 ;
AutoMapperTokensBox . Location = new Point ( 365 , 210 ) ;
AutoMapperTokensBox . Name = "AutoMapperTokensBox" ;
AutoMapperTokensBox . Size = new Size ( 353 , 229 ) ;
AutoMapperTokensBox . TabIndex = 31 ;
//
2024-06-16 13:34:36 -04:00
// label3
//
label3 . AutoSize = true ;
2024-06-17 17:51:00 -04:00
label3 . Location = new Point ( 243 , 119 ) ;
2024-06-16 13:34:36 -04:00
label3 . Name = "label3" ;
label3 . Size = new Size ( 277 , 25 ) ;
label3 . TabIndex = 30 ;
label3 . Text = "Min Length of field or prop name" ;
//
// AutoMapperMinLengthUpDown
//
2024-06-17 17:51:00 -04:00
AutoMapperMinLengthUpDown . Location = new Point ( 180 , 117 ) ;
2024-06-16 13:34:36 -04:00
AutoMapperMinLengthUpDown . Name = "AutoMapperMinLengthUpDown" ;
AutoMapperMinLengthUpDown . Size = new Size ( 57 , 31 ) ;
AutoMapperMinLengthUpDown . TabIndex = 29 ;
AutoMapperMinLengthUpDown . ValueChanged + = AutoMapperMinLengthUpDown_ValueChanged ;
//
// RunAutoRemapButton
//
2024-06-17 17:51:00 -04:00
RunAutoRemapButton . Location = new Point ( 6 , 80 ) ;
2024-06-16 13:34:36 -04:00
RunAutoRemapButton . Name = "RunAutoRemapButton" ;
RunAutoRemapButton . Size = new Size ( 168 , 34 ) ;
RunAutoRemapButton . TabIndex = 28 ;
RunAutoRemapButton . Text = "Run Auto Remap" ;
RunAutoRemapButton . UseVisualStyleBackColor = true ;
RunAutoRemapButton . Click + = RunAutoRemapButton_Click ;
//
2024-06-15 16:21:12 -04:00
// label2
//
label2 . AutoSize = true ;
2024-06-17 17:51:00 -04:00
label2 . Location = new Point ( 243 , 86 ) ;
2024-06-15 16:21:12 -04:00
label2 . Name = "label2" ;
label2 . Size = new Size ( 153 , 25 ) ;
label2 . TabIndex = 27 ;
label2 . Text = "Required Matches" ;
//
// AutoMapperRequiredMatchesUpDown
//
2024-06-17 17:51:00 -04:00
AutoMapperRequiredMatchesUpDown . Location = new Point ( 180 , 80 ) ;
2024-06-15 16:21:12 -04:00
AutoMapperRequiredMatchesUpDown . Name = "AutoMapperRequiredMatchesUpDown" ;
AutoMapperRequiredMatchesUpDown . Size = new Size ( 57 , 31 ) ;
AutoMapperRequiredMatchesUpDown . TabIndex = 26 ;
2024-06-16 13:34:36 -04:00
AutoMapperRequiredMatchesUpDown . ValueChanged + = AutoMapperRequiredMatchesUpDown_ValueChanged_1 ;
2024-06-15 16:21:12 -04:00
//
2024-06-16 13:56:55 -04:00
// AutoMapperTypesToIgnoreTextField
//
AutoMapperTypesToIgnoreTextField . BackColor = SystemColors . ScrollBar ;
AutoMapperTypesToIgnoreTextField . Location = new Point ( 6 , 173 ) ;
AutoMapperTypesToIgnoreTextField . Name = "AutoMapperTypesToIgnoreTextField" ;
AutoMapperTypesToIgnoreTextField . PlaceholderText = "Type Exclude" ;
AutoMapperTypesToIgnoreTextField . Size = new Size ( 353 , 31 ) ;
AutoMapperTypesToIgnoreTextField . TabIndex = 24 ;
//
// AutoMapperExcludeTypesRemoveButton
//
AutoMapperExcludeTypesRemoveButton . Location = new Point ( 247 , 445 ) ;
AutoMapperExcludeTypesRemoveButton . Name = "AutoMapperExcludeTypesRemoveButton" ;
AutoMapperExcludeTypesRemoveButton . Size = new Size ( 112 , 34 ) ;
AutoMapperExcludeTypesRemoveButton . TabIndex = 23 ;
AutoMapperExcludeTypesRemoveButton . Text = "Remove" ;
AutoMapperExcludeTypesRemoveButton . UseVisualStyleBackColor = true ;
AutoMapperExcludeTypesRemoveButton . Click + = AutoMapperExcludeRemoveButton_Click ;
//
// AutoMapperExcludeTypesAddButton
//
AutoMapperExcludeTypesAddButton . Location = new Point ( 6 , 445 ) ;
AutoMapperExcludeTypesAddButton . Name = "AutoMapperExcludeTypesAddButton" ;
AutoMapperExcludeTypesAddButton . Size = new Size ( 112 , 34 ) ;
AutoMapperExcludeTypesAddButton . TabIndex = 22 ;
AutoMapperExcludeTypesAddButton . Text = "Add" ;
AutoMapperExcludeTypesAddButton . UseVisualStyleBackColor = true ;
AutoMapperExcludeTypesAddButton . Click + = AutoMapperExcludeAddButton_Click ;
//
// AutoMapperTypesExcludeBox
//
AutoMapperTypesExcludeBox . BackColor = Color . Gray ;
AutoMapperTypesExcludeBox . FormattingEnabled = true ;
AutoMapperTypesExcludeBox . ItemHeight = 25 ;
AutoMapperTypesExcludeBox . Location = new Point ( 6 , 210 ) ;
AutoMapperTypesExcludeBox . Name = "AutoMapperTypesExcludeBox" ;
AutoMapperTypesExcludeBox . Size = new Size ( 353 , 229 ) ;
AutoMapperTypesExcludeBox . TabIndex = 21 ;
2024-06-15 16:21:12 -04:00
//
2024-06-17 15:53:13 -04:00
// tabPage5
//
tabPage5 . BackColor = SystemColors . ControlDarkDark ;
2024-06-17 16:20:20 -04:00
tabPage5 . Controls . Add ( groupBox4 ) ;
2024-06-17 15:53:13 -04:00
tabPage5 . Location = new Point ( 4 , 34 ) ;
tabPage5 . Name = "tabPage5" ;
tabPage5 . Padding = new Padding ( 3 ) ;
tabPage5 . Size = new Size ( 1336 , 953 ) ;
tabPage5 . TabIndex = 4 ;
2024-06-20 21:40:56 -04:00
tabPage5 . Text = "ReCodeIt Compiler" ;
2024-06-17 15:53:13 -04:00
//
2024-06-17 16:20:20 -04:00
// groupBox4
//
2024-06-19 10:00:55 -04:00
groupBox4 . Controls . Add ( groupBox5 ) ;
2024-06-18 20:42:58 -04:00
groupBox4 . Controls . Add ( label4 ) ;
groupBox4 . Controls . Add ( CCMappingTreeView ) ;
2024-06-18 17:35:31 -04:00
groupBox4 . Controls . Add ( groupBox3 ) ;
groupBox4 . Location = new Point ( 13 , 18 ) ;
2024-06-17 16:20:20 -04:00
groupBox4 . Name = "groupBox4" ;
2024-06-18 17:35:31 -04:00
groupBox4 . Size = new Size ( 1273 , 901 ) ;
2024-06-17 16:20:20 -04:00
groupBox4 . TabIndex = 22 ;
groupBox4 . TabStop = false ;
2024-06-20 21:40:56 -04:00
groupBox4 . Text = "ReCodeIt Compiler Project Setup" ;
2024-06-18 20:42:58 -04:00
//
2024-06-19 10:47:29 -04:00
// groupBox5
2024-06-18 20:42:58 -04:00
//
2024-06-19 10:47:29 -04:00
groupBox5 . Controls . Add ( CrossPatchRemapButton ) ;
groupBox5 . Controls . Add ( CrossPatchRunButton ) ;
2024-06-20 13:58:39 -04:00
groupBox5 . Location = new Point ( 6 , 340 ) ;
2024-06-19 10:47:29 -04:00
groupBox5 . Name = "groupBox5" ;
2024-06-19 21:11:42 -04:00
groupBox5 . Size = new Size ( 631 , 85 ) ;
2024-06-19 10:47:29 -04:00
groupBox5 . TabIndex = 27 ;
groupBox5 . TabStop = false ;
groupBox5 . Text = "Generation" ;
2024-06-18 20:42:58 -04:00
//
2024-06-19 10:47:29 -04:00
// CrossPatchRemapButton
//
2024-06-19 21:11:42 -04:00
CrossPatchRemapButton . Location = new Point ( 6 , 30 ) ;
2024-06-19 10:47:29 -04:00
CrossPatchRemapButton . Name = "CrossPatchRemapButton" ;
CrossPatchRemapButton . Size = new Size ( 316 , 34 ) ;
CrossPatchRemapButton . TabIndex = 21 ;
CrossPatchRemapButton . Text = "Generate Remapped Reference" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( CrossPatchRemapButton , "Generate or re-generate a new reference dll for your project" ) ;
2024-06-19 10:47:29 -04:00
CrossPatchRemapButton . UseVisualStyleBackColor = true ;
CrossPatchRemapButton . Click + = CrossPatchRemapButton_Click ;
2024-06-17 20:25:53 -04:00
//
// CrossPatchRunButton
//
2024-06-19 21:11:42 -04:00
CrossPatchRunButton . Location = new Point ( 328 , 30 ) ;
2024-06-17 20:25:53 -04:00
CrossPatchRunButton . Name = "CrossPatchRunButton" ;
CrossPatchRunButton . Size = new Size ( 150 , 34 ) ;
CrossPatchRunButton . TabIndex = 24 ;
2024-06-18 17:35:31 -04:00
CrossPatchRunButton . Text = "Compile Project" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( CrossPatchRunButton , "Cross compile your project back to the original reference" ) ;
2024-06-17 20:25:53 -04:00
CrossPatchRunButton . UseVisualStyleBackColor = true ;
CrossPatchRunButton . Click + = CrossPatchRunButton_Click ;
//
2024-06-19 10:47:29 -04:00
// label4
//
label4 . AutoSize = true ;
label4 . Location = new Point ( 786 , 18 ) ;
label4 . Name = "label4" ;
label4 . Size = new Size ( 446 , 25 ) ;
label4 . TabIndex = 26 ;
label4 . Text = "Project Mappings (Double click to edit in remap editor)" ;
//
// CCMappingTreeView
//
CCMappingTreeView . BackColor = Color . Gray ;
CCMappingTreeView . Location = new Point ( 786 , 46 ) ;
CCMappingTreeView . Name = "CCMappingTreeView" ;
CCMappingTreeView . Size = new Size ( 487 , 855 ) ;
CCMappingTreeView . TabIndex = 25 ;
//
2024-06-17 17:29:26 -04:00
// groupBox3
//
2024-06-19 15:57:47 -04:00
groupBox3 . Controls . Add ( CCImportMappings ) ;
2024-06-18 20:42:58 -04:00
groupBox3 . Controls . Add ( CCAutoLoadLastProj ) ;
2024-06-20 13:58:39 -04:00
groupBox3 . Controls . Add ( CCBuildDirText ) ;
groupBox3 . Controls . Add ( CCBuildDirButton ) ;
groupBox3 . Controls . Add ( CCVisualStudioProjDirButton ) ;
groupBox3 . Controls . Add ( CCVisualStudioProjDirText ) ;
2024-06-18 20:42:58 -04:00
groupBox3 . Controls . Add ( CCLoadProjButton ) ;
groupBox3 . Controls . Add ( CCRemappedOutputButton ) ;
2024-06-20 13:58:39 -04:00
groupBox3 . Controls . Add ( CCProjectDepdendencyText ) ;
2024-06-18 20:42:58 -04:00
groupBox3 . Controls . Add ( CCOriginalAssemblyText ) ;
2024-06-18 17:35:31 -04:00
groupBox3 . Controls . Add ( CrossCompilerNewProjectButton ) ;
2024-06-18 20:42:58 -04:00
groupBox3 . Controls . Add ( CCOriginalAssemblyButton ) ;
2024-06-18 17:35:31 -04:00
groupBox3 . Location = new Point ( 6 , 30 ) ;
2024-06-17 17:29:26 -04:00
groupBox3 . Name = "groupBox3" ;
2024-06-20 13:58:39 -04:00
groupBox3 . Size = new Size ( 631 , 304 ) ;
2024-06-17 17:29:26 -04:00
groupBox3 . TabIndex = 21 ;
groupBox3 . TabStop = false ;
2024-06-18 17:35:31 -04:00
groupBox3 . Text = "ReCodeIt Proj Settings" ;
//
2024-06-19 15:57:47 -04:00
// CCImportMappings
//
CCImportMappings . Font = new Font ( "Segoe UI" , 8F , FontStyle . Regular , GraphicsUnit . Point , 0 ) ;
CCImportMappings . Location = new Point ( 6 , 219 ) ;
CCImportMappings . Name = "CCImportMappings" ;
CCImportMappings . Size = new Size ( 150 , 34 ) ;
CCImportMappings . TabIndex = 35 ;
CCImportMappings . Text = "Import Mappings" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( CCImportMappings , "Import mappings to this project from a standalone mapping file" ) ;
2024-06-19 15:57:47 -04:00
CCImportMappings . UseVisualStyleBackColor = true ;
CCImportMappings . Click + = CCImportMappings_Click ;
//
2024-06-18 21:06:37 -04:00
// CCAutoLoadLastProj
//
CCAutoLoadLastProj . AutoSize = true ;
CCAutoLoadLastProj . Checked = true ;
CCAutoLoadLastProj . CheckState = CheckState . Checked ;
2024-06-20 13:58:39 -04:00
CCAutoLoadLastProj . Location = new Point ( 318 , 184 ) ;
2024-06-18 21:06:37 -04:00
CCAutoLoadLastProj . Name = "CCAutoLoadLastProj" ;
CCAutoLoadLastProj . Size = new Size ( 259 , 29 ) ;
CCAutoLoadLastProj . TabIndex = 34 ;
CCAutoLoadLastProj . Text = "Auto load last active project" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( CCAutoLoadLastProj , "Auto load the last active project that was loaded" ) ;
2024-06-18 21:06:37 -04:00
CCAutoLoadLastProj . UseVisualStyleBackColor = true ;
CCAutoLoadLastProj . CheckedChanged + = CCAutoLoadLastProj_CheckedChanged_1 ;
//
2024-06-20 13:58:39 -04:00
// CCBuildDirText
//
CCBuildDirText . Location = new Point ( 6 , 142 ) ;
CCBuildDirText . Name = "CCBuildDirText" ;
CCBuildDirText . PlaceholderText = "Build Directory" ;
CCBuildDirText . ReadOnly = true ;
CCBuildDirText . Size = new Size ( 501 , 31 ) ;
CCBuildDirText . TabIndex = 30 ;
//
// CCBuildDirButton
//
CCBuildDirButton . Location = new Point ( 513 , 141 ) ;
CCBuildDirButton . Name = "CCBuildDirButton" ;
CCBuildDirButton . Size = new Size ( 112 , 34 ) ;
CCBuildDirButton . TabIndex = 29 ;
CCBuildDirButton . Text = "Choose" ;
toolTip1 . SetToolTip ( CCBuildDirButton , "Final Cross Compiled dll output location for your project" ) ;
CCBuildDirButton . UseVisualStyleBackColor = true ;
CCBuildDirButton . Click + = CCBuildDirButton_Click ;
//
// CCVisualStudioProjDirButton
//
CCVisualStudioProjDirButton . Location = new Point ( 513 , 65 ) ;
CCVisualStudioProjDirButton . Name = "CCVisualStudioProjDirButton" ;
CCVisualStudioProjDirButton . Size = new Size ( 112 , 34 ) ;
CCVisualStudioProjDirButton . TabIndex = 31 ;
CCVisualStudioProjDirButton . Text = "Choose" ;
toolTip1 . SetToolTip ( CCVisualStudioProjDirButton , "Your Visual Studio solution you wish to target" ) ;
CCVisualStudioProjDirButton . UseVisualStyleBackColor = true ;
CCVisualStudioProjDirButton . Click + = CCVisualStudioProjDirButton_Click ;
//
// CCVisualStudioProjDirText
//
CCVisualStudioProjDirText . Location = new Point ( 6 , 68 ) ;
CCVisualStudioProjDirText . Name = "CCVisualStudioProjDirText" ;
CCVisualStudioProjDirText . PlaceholderText = "Visual Studio Solution" ;
CCVisualStudioProjDirText . ReadOnly = true ;
CCVisualStudioProjDirText . Size = new Size ( 501 , 31 ) ;
CCVisualStudioProjDirText . TabIndex = 27 ;
//
2024-06-18 20:42:58 -04:00
// CCLoadProjButton
//
2024-06-19 10:00:55 -04:00
CCLoadProjButton . Location = new Point ( 162 , 179 ) ;
2024-06-18 20:42:58 -04:00
CCLoadProjButton . Name = "CCLoadProjButton" ;
CCLoadProjButton . Size = new Size ( 150 , 34 ) ;
CCLoadProjButton . TabIndex = 33 ;
CCLoadProjButton . Text = "Load Project" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( CCLoadProjButton , "Loads a project from disk" ) ;
2024-06-18 20:42:58 -04:00
CCLoadProjButton . UseVisualStyleBackColor = true ;
CCLoadProjButton . Click + = CCLoadProjButton_Click ;
//
// CCRemappedOutputButton
//
2024-06-20 13:58:39 -04:00
CCRemappedOutputButton . Location = new Point ( 513 , 103 ) ;
2024-06-18 20:42:58 -04:00
CCRemappedOutputButton . Name = "CCRemappedOutputButton" ;
CCRemappedOutputButton . Size = new Size ( 112 , 34 ) ;
CCRemappedOutputButton . TabIndex = 32 ;
CCRemappedOutputButton . Text = "Choose" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( CCRemappedOutputButton , "The solutions dependencies folder, also where the remapped reference is generated to." ) ;
2024-06-18 20:42:58 -04:00
CCRemappedOutputButton . UseVisualStyleBackColor = true ;
2024-06-20 13:58:39 -04:00
CCRemappedOutputButton . Click + = CCProjectDependencyButton_Click ;
2024-06-18 20:42:58 -04:00
//
2024-06-20 13:58:39 -04:00
// CCProjectDepdendencyText
2024-06-18 20:42:58 -04:00
//
2024-06-20 13:58:39 -04:00
CCProjectDepdendencyText . Location = new Point ( 6 , 105 ) ;
CCProjectDepdendencyText . Name = "CCProjectDepdendencyText" ;
CCProjectDepdendencyText . PlaceholderText = "Project's Dependency Path" ;
CCProjectDepdendencyText . ReadOnly = true ;
CCProjectDepdendencyText . Size = new Size ( 501 , 31 ) ;
CCProjectDepdendencyText . TabIndex = 26 ;
2024-06-18 20:42:58 -04:00
//
// CCOriginalAssemblyText
//
CCOriginalAssemblyText . Location = new Point ( 6 , 30 ) ;
CCOriginalAssemblyText . Name = "CCOriginalAssemblyText" ;
2024-06-20 13:58:39 -04:00
CCOriginalAssemblyText . PlaceholderText = "Programs Original Assembly" ;
2024-06-18 20:42:58 -04:00
CCOriginalAssemblyText . ReadOnly = true ;
CCOriginalAssemblyText . Size = new Size ( 501 , 31 ) ;
CCOriginalAssemblyText . TabIndex = 25 ;
//
2024-06-18 17:35:31 -04:00
// CrossCompilerNewProjectButton
//
2024-06-19 10:00:55 -04:00
CrossCompilerNewProjectButton . Location = new Point ( 6 , 179 ) ;
2024-06-18 17:35:31 -04:00
CrossCompilerNewProjectButton . Name = "CrossCompilerNewProjectButton" ;
CrossCompilerNewProjectButton . Size = new Size ( 150 , 34 ) ;
CrossCompilerNewProjectButton . TabIndex = 25 ;
CrossCompilerNewProjectButton . Text = "Create New" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( CrossCompilerNewProjectButton , "Creates a new project, after filling in the above fields" ) ;
2024-06-18 17:35:31 -04:00
CrossCompilerNewProjectButton . UseVisualStyleBackColor = true ;
CrossCompilerNewProjectButton . Click + = CrossCompilerNewProjectButton_Click ;
2024-06-17 20:25:53 -04:00
//
2024-06-18 20:42:58 -04:00
// CCOriginalAssemblyButton
//
CCOriginalAssemblyButton . Location = new Point ( 513 , 28 ) ;
CCOriginalAssemblyButton . Name = "CCOriginalAssemblyButton" ;
CCOriginalAssemblyButton . Size = new Size ( 112 , 34 ) ;
CCOriginalAssemblyButton . TabIndex = 28 ;
CCOriginalAssemblyButton . Text = "Choose" ;
2024-06-20 13:58:39 -04:00
toolTip1 . SetToolTip ( CCOriginalAssemblyButton , "Path to the programs original assembly, use the one in the programs install location." ) ;
2024-06-18 20:42:58 -04:00
CCOriginalAssemblyButton . UseVisualStyleBackColor = true ;
CCOriginalAssemblyButton . Click + = CCOriginalAssemblyButton_Click ;
//
2024-06-17 17:29:26 -04:00
// SettingsTab
2024-06-14 18:07:01 -04:00
//
2024-06-17 17:29:26 -04:00
SettingsTab . BackColor = SystemColors . ControlDarkDark ;
SettingsTab . Controls . Add ( groupBox2 ) ;
SettingsTab . Location = new Point ( 4 , 34 ) ;
SettingsTab . Name = "SettingsTab" ;
SettingsTab . Padding = new Padding ( 3 ) ;
SettingsTab . Size = new Size ( 1336 , 953 ) ;
SettingsTab . TabIndex = 2 ;
SettingsTab . Text = "Settings" ;
//
// groupBox2
2024-06-14 18:07:01 -04:00
//
2024-06-19 11:01:10 -04:00
groupBox2 . Controls . Add ( GithubLinkLabel ) ;
2024-06-17 17:29:26 -04:00
groupBox2 . Controls . Add ( SilentModeCheckbox ) ;
groupBox2 . Controls . Add ( DebugLoggingCheckbox ) ;
groupBox2 . Location = new Point ( 13 , 6 ) ;
groupBox2 . Name = "groupBox2" ;
groupBox2 . Size = new Size ( 445 , 350 ) ;
groupBox2 . TabIndex = 0 ;
groupBox2 . TabStop = false ;
groupBox2 . Text = "App Settings" ;
//
2024-06-19 11:01:10 -04:00
// 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" ;
GithubLinkLabel . LinkClicked + = GithubLinkLabel_LinkClicked ;
//
2024-06-17 17:29:26 -04:00
// 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" ;
SilentModeCheckbox . UseVisualStyleBackColor = true ;
SilentModeCheckbox . CheckedChanged + = SilentModeCheckbox_CheckedChanged ;
2024-06-14 18:07:01 -04:00
//
2024-06-17 17:29:26 -04:00
// DebugLoggingCheckbox
2024-06-14 18:07:01 -04:00
//
2024-06-17 17:29:26 -04:00
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" ;
DebugLoggingCheckbox . UseVisualStyleBackColor = true ;
DebugLoggingCheckbox . CheckedChanged + = DebugLoggingCheckbox_CheckedChanged ;
2024-06-14 18:07:01 -04:00
//
2024-06-14 19:06:21 -04:00
// ReCodeItForm
2024-06-13 20:25:11 -04:00
//
AutoScaleDimensions = new SizeF ( 10F , 25F ) ;
AutoScaleMode = AutoScaleMode . Font ;
BackColor = SystemColors . ControlDarkDark ;
2024-06-14 13:47:30 -04:00
ClientSize = new Size ( 1297 , 966 ) ;
2024-06-13 20:25:11 -04:00
Controls . Add ( TabControlMain ) ;
2024-06-13 22:28:34 -04:00
FormBorderStyle = FormBorderStyle . FixedSingle ;
2024-06-14 19:06:21 -04:00
Name = "ReCodeItForm" ;
2024-06-20 21:40:56 -04:00
Text = "ReCodeIt V0.1.0 - RC1" ;
2024-06-13 20:25:11 -04:00
TabPageRemapper . ResumeLayout ( false ) ;
groupBox1 . ResumeLayout ( false ) ;
2024-06-14 11:01:21 -04:00
groupBox1 . PerformLayout ( ) ;
2024-06-14 14:18:17 -04:00
( ( System . ComponentModel . ISupportInitialize ) ConstuctorCountUpDown ) . EndInit ( ) ;
2024-06-13 20:25:11 -04:00
Inclusions . ResumeLayout ( false ) ;
tabPage1 . ResumeLayout ( false ) ;
tabPage1 . PerformLayout ( ) ;
tabPage2 . ResumeLayout ( false ) ;
tabPage2 . PerformLayout ( ) ;
tabPage3 . ResumeLayout ( false ) ;
tabPage3 . PerformLayout ( ) ;
tabPage4 . ResumeLayout ( false ) ;
tabPage4 . PerformLayout ( ) ;
2024-06-14 11:01:21 -04:00
( ( System . ComponentModel . ISupportInitialize ) PropertyCountUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) FieldCountUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) MethodCountUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) NestedTypeCountUpDown ) . EndInit ( ) ;
2024-06-13 20:25:11 -04:00
TabControlMain . ResumeLayout ( false ) ;
2024-06-15 16:21:12 -04:00
AutoMapperTab . ResumeLayout ( false ) ;
AutoMapperTab . PerformLayout ( ) ;
2024-06-16 13:34:36 -04:00
( ( System . ComponentModel . ISupportInitialize ) AutoMapperMinLengthUpDown ) . EndInit ( ) ;
2024-06-15 16:21:12 -04:00
( ( System . ComponentModel . ISupportInitialize ) AutoMapperRequiredMatchesUpDown ) . EndInit ( ) ;
2024-06-17 16:20:20 -04:00
tabPage5 . ResumeLayout ( false ) ;
2024-06-17 17:29:26 -04:00
groupBox4 . ResumeLayout ( false ) ;
2024-06-18 20:42:58 -04:00
groupBox4 . PerformLayout ( ) ;
2024-06-19 10:47:29 -04:00
groupBox5 . ResumeLayout ( false ) ;
2024-06-17 17:29:26 -04:00
groupBox3 . ResumeLayout ( false ) ;
groupBox3 . PerformLayout ( ) ;
2024-06-15 16:21:12 -04:00
SettingsTab . ResumeLayout ( false ) ;
2024-06-14 18:07:01 -04:00
groupBox2 . ResumeLayout ( false ) ;
groupBox2 . PerformLayout ( ) ;
2024-06-13 20:25:11 -04:00
ResumeLayout ( false ) ;
2024-06-13 18:09:31 -04:00
}
2024-06-13 20:25:11 -04:00
#endregion
private TabPage TabPageRemapper ;
private GroupBox groupBox1 ;
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 NumericUpDown FieldCountUpDown ;
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 ;
2024-06-13 22:58:26 -04:00
private NumericUpDown PropertyCountUpDown ;
2024-06-13 20:25:11 -04:00
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 NumericUpDown NestedTypeCountUpDown ;
2024-06-13 21:20:48 -04:00
private TextBox BaseClassExcludeTextField ;
2024-06-13 20:25:11 -04:00
private TextBox NestedTypeParentName ;
private TextBox BaseClassIncludeTextFIeld ;
private TextBox NestedTypesExcludeTextField ;
private TextBox NestedTypesIncludeTextField ;
private Button NestedTypesExcludeRemoveButton ;
private Button NestedTypesExlcudeAddButton ;
private Button NestedTypesRemoveButton ;
private Button NestedTypesAddButton ;
private ListBox NestedTypesExcludeBox ;
private ListBox NestedTypesIncludeBox ;
2024-06-13 21:20:48 -04:00
private CheckBox ForceRenameCheckbox ;
2024-06-13 20:25:11 -04:00
private TextBox OriginalTypeName ;
private TextBox NewTypeName ;
private Button RemoveRemapButton ;
2024-06-14 20:52:16 -04:00
private Button SaveRemapButton ;
2024-06-13 20:25:11 -04:00
private ListView RemapListView ;
private TabControl TabControlMain ;
2024-06-13 22:28:34 -04:00
private DomainUpDown IsPublicUpDown ;
private DomainUpDown HasGenericParametersUpDown ;
private DomainUpDown IsDerivedUpDown ;
private DomainUpDown HasAttributeUpDown ;
private DomainUpDown IsSealedUpDown ;
2024-06-13 22:58:26 -04:00
private DomainUpDown IsNestedUpDown ;
2024-06-13 22:28:34 -04:00
private DomainUpDown IsEnumUpDown ;
private DomainUpDown IsAbstractUpDown ;
private CheckBox FieldCountEnabled ;
private CheckBox PropertyCountEnabled ;
private CheckBox NestedTypeCountEnabled ;
2024-06-13 22:58:26 -04:00
private DomainUpDown IsInterfaceUpDown ;
2024-06-14 11:01:21 -04:00
private TreeView RemapTreeView ;
2024-06-14 13:47:30 -04:00
private Button RunRemapButton ;
private Button LoadMappingFileButton ;
2024-06-14 14:18:17 -04:00
private NumericUpDown ConstuctorCountUpDown ;
private CheckBox ConstructorCountEnabled ;
private NumericUpDown MethodCountUpDown ;
private CheckBox MethodCountEnabled ;
2024-06-15 16:21:12 -04:00
private TabPage SettingsTab ;
2024-06-14 18:07:01 -04:00
private GroupBox groupBox2 ;
private CheckBox SilentModeCheckbox ;
private CheckBox DebugLoggingCheckbox ;
2024-06-15 16:21:12 -04:00
private TabPage AutoMapperTab ;
2024-06-16 13:56:55 -04:00
private TextBox AutoMapperTypesToIgnoreTextField ;
private Button AutoMapperExcludeTypesRemoveButton ;
private Button AutoMapperExcludeTypesAddButton ;
private ListBox AutoMapperTypesExcludeBox ;
2024-06-15 16:21:12 -04:00
private Label label2 ;
private NumericUpDown AutoMapperRequiredMatchesUpDown ;
private Button RunAutoRemapButton ;
2024-06-16 13:34:36 -04:00
private Label label3 ;
private NumericUpDown AutoMapperMinLengthUpDown ;
2024-06-16 13:56:55 -04:00
private TextBox AutoMapperTokensTextField ;
private Button AutoMapperTokensRemoveButton ;
private Button AutoMapperTokensAddButton ;
private ListBox AutoMapperTokensBox ;
private TextBox AutoMapperFPTextField ;
private Button AutoMapperFPRemoveButton ;
private Button AutoMapperFPAddButton ;
private ListBox AutoMapperFPBox ;
2024-06-16 16:21:42 -04:00
private CheckBox AutoMapperSearchMethodsCheckBox ;
private TextBox AutoMapperMethodTextBox ;
private Button AutoMapperMethodRemoveButton ;
private Button AutoMapperMethodAddButton ;
private ListBox AutoMapperMethodBox ;
2024-06-16 19:40:25 -04:00
private TabPage tabPage5 ;
private Button PickNameMangledPathButton ;
private TextBox NameMangledAssemblyTextBox ;
2024-06-17 16:20:20 -04:00
private GroupBox groupBox3 ;
2024-06-17 20:25:53 -04:00
private Button CrossPatchRemapButton ;
2024-06-17 16:20:20 -04:00
private CheckBox UnsealCheckbox ;
private CheckBox RenamePropertiesCheckbox ;
private CheckBox PublicizeCheckbox ;
private CheckBox RenameFieldsCheckbox ;
private TextBox AssemblyPathTextBox ;
private TextBox OutputPathTextBox ;
private Button OutputDirectoryButton ;
private TextBox MappingPathTextBox ;
private Button PickAssemblyPathButton ;
2024-06-17 17:29:26 -04:00
private CheckBox RemapperUseForceRename ;
private CheckBox RemapperUnseal ;
private CheckBox RemapperPublicicize ;
private TextBox RemapperOutputDirectoryPath ;
private TextBox TargetAssemblyPath ;
2024-06-17 17:51:00 -04:00
private TextBox AutoMapperOuputPath ;
private TextBox AutoMapperTargetPath ;
private Button AutoMapperChooseOutpathButton ;
private Button AutoMapperChooseTargetPathButton ;
private CheckBox AutoMapperUnseal ;
private CheckBox AutoMapperPublicize ;
private CheckBox AutoMapperRenameProps ;
private CheckBox AutoMapperRenameFields ;
2024-06-17 20:25:53 -04:00
private Button CrossPatchRunButton ;
private GroupBox groupBox4 ;
2024-06-18 17:35:31 -04:00
private TextBox LoadedMappingFilePath ;
private Button CrossCompilerNewProjectButton ;
2024-06-18 20:42:58 -04:00
private Button CCRemappedOutputButton ;
2024-06-20 13:58:39 -04:00
private TextBox CCProjectDepdendencyText ;
2024-06-18 20:42:58 -04:00
private TextBox CCOriginalAssemblyText ;
private TextBox CCVisualStudioProjDirText ;
private Button CCVisualStudioProjDirButton ;
private Button CCOriginalAssemblyButton ;
private TextBox CCBuildDirText ;
private Button CCBuildDirButton ;
private CheckBox ActiveProjectMappingsCheckbox ;
private Label label4 ;
private TreeView CCMappingTreeView ;
private Button CCLoadProjButton ;
private CheckBox CCAutoLoadLastProj ;
2024-06-19 10:00:55 -04:00
private GroupBox groupBox5 ;
2024-06-19 11:01:10 -04:00
private LinkLabel GithubLinkLabel ;
2024-06-19 15:57:47 -04:00
private Button CCImportMappings ;
2024-06-20 13:58:39 -04:00
private ToolTip toolTip1 ;
2024-06-13 18:09:31 -04:00
}