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-28 16:17:54 -04:00
GroupBox groupBox6 ;
GroupBox groupBox7 ;
button1 = new Button ( ) ;
button2 = new Button ( ) ;
listBox1 = new ListBox ( ) ;
2024-08-09 21:49:40 -04:00
toolTip1 = new ToolTip ( components ) ;
DebugLoggingCheckbox = new CheckBox ( ) ;
SilentModeCheckbox = new CheckBox ( ) ;
GithubLinkLabel = new LinkLabel ( ) ;
AutoMapperRequiredMatchesUpDown = new NumericUpDown ( ) ;
RunAutoRemapButton = new Button ( ) ;
AutoMapperMinLengthUpDown = new NumericUpDown ( ) ;
RenamePropertiesCheckbox = new CheckBox ( ) ;
RenameFieldsCheckbox = new CheckBox ( ) ;
RunRemapButton = new Button ( ) ;
RemoveRemapButton = new Button ( ) ;
RemapperPublicicize = new CheckBox ( ) ;
SaveRemapButton = new Button ( ) ;
RemapperUnseal = new CheckBox ( ) ;
PickAssemblyPathButton = new Button ( ) ;
LoadMappingFileButton = new Button ( ) ;
OutputDirectoryButton = new Button ( ) ;
ConstuctorCountUpDown = new NumericUpDown ( ) ;
IsPublicComboBox = new ComboBox ( ) ;
RemapperUseForceRename = new CheckBox ( ) ;
IsAbstractComboBox = new ComboBox ( ) ;
PropertyCountUpDown = new NumericUpDown ( ) ;
IsSealedComboBox = new ComboBox ( ) ;
FieldCountUpDown = new NumericUpDown ( ) ;
IsInterfaceComboBox = new ComboBox ( ) ;
NestedTypeParentName = new TextBox ( ) ;
MethodCountUpDown = new NumericUpDown ( ) ;
IsEnumComboBox = new ComboBox ( ) ;
BaseClassIncludeTextFIeld = new TextBox ( ) ;
OriginalTypeName = new TextBox ( ) ;
HasAttributeComboBox = new ComboBox ( ) ;
NestedTypeCountUpDown = new NumericUpDown ( ) ;
IsDerivedUpDown = new DomainUpDown ( ) ;
HasGenericParamsComboBox = new ComboBox ( ) ;
IsNestedUpDown = new DomainUpDown ( ) ;
BaseClassExcludeTextField = new TextBox ( ) ;
IsStructComboBox = new ComboBox ( ) ;
NewTypeName = new TextBox ( ) ;
LoadedMappingFilePath = new TextBox ( ) ;
ResetSearchButton = new Button ( ) ;
2024-06-28 16:17:54 -04:00
ValidateRemapButton = new Button ( ) ;
2024-08-09 21:49:40 -04:00
SettingsTab = new TabPage ( ) ;
groupBox2 = new GroupBox ( ) ;
AutoMapperTab = new TabPage ( ) ;
AutoMapperUnseal = new CheckBox ( ) ;
AutoMapperPublicize = new CheckBox ( ) ;
AutoMapperRenameProps = new CheckBox ( ) ;
AutoMapperRenameFields = new CheckBox ( ) ;
AutoMapperOuputPath = new TextBox ( ) ;
AutoMapperTargetPath = new TextBox ( ) ;
AutoMapperMethodTextBox = new TextBox ( ) ;
AutoMapperFPTextField = new TextBox ( ) ;
AutoMapperTokensTextField = new TextBox ( ) ;
AutoMapperTypesToIgnoreTextField = new TextBox ( ) ;
AutoMapperChooseOutpathButton = new Button ( ) ;
AutoMapperChooseTargetPathButton = new Button ( ) ;
AutoMapperMethodRemoveButton = new Button ( ) ;
AutoMapperMethodAddButton = new Button ( ) ;
AutoMapperMethodBox = new ListBox ( ) ;
AutoMapperSearchMethodsCheckBox = new CheckBox ( ) ;
AutoMapperFPRemoveButton = new Button ( ) ;
AutoMapperFPAddButton = new Button ( ) ;
AutoMapperFPBox = new ListBox ( ) ;
AutoMapperTokensRemoveButton = new Button ( ) ;
AutoMapperTokensAddButton = new Button ( ) ;
AutoMapperTokensBox = new ListBox ( ) ;
label3 = new Label ( ) ;
label2 = new Label ( ) ;
AutoMapperExcludeTypesRemoveButton = new Button ( ) ;
AutoMapperExcludeTypesAddButton = new Button ( ) ;
AutoMapperTypesExcludeBox = new ListBox ( ) ;
RemapperTabPage = new TabPage ( ) ;
2024-06-26 14:45:54 -04:00
label1 = new Label ( ) ;
2024-06-22 13:57:41 -04:00
RMSearchBox = new TextBox ( ) ;
2024-08-09 21:49:40 -04:00
RemapperOutputDirectoryPath = new TextBox ( ) ;
TargetAssemblyPath = new TextBox ( ) ;
2024-06-22 13:57:41 -04:00
RemapTreeView = new TreeView ( ) ;
groupBox1 = new GroupBox ( ) ;
2024-06-28 16:17:54 -04:00
tabControl1 = new TabControl ( ) ;
RMBasicTab = new TabPage ( ) ;
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-11-05 18:21:26 +00:00
tabPage5 = new TabPage ( ) ;
EventsExcludeBox = new ListBox ( ) ;
EventsIncludeBox = new ListBox ( ) ;
EventsExcludeRemoveButton = new Button ( ) ;
EventsExcludeAddButton = new Button ( ) ;
EventsRemoveButton = new Button ( ) ;
EventsAddButton = new Button ( ) ;
EventsExcludeTextField = new TextBox ( ) ;
EventsIncludeTextField = new TextBox ( ) ;
2024-06-28 16:17:54 -04:00
label11 = new Label ( ) ;
2024-06-14 11:01:21 -04:00
MethodCountEnabled = new CheckBox ( ) ;
2024-06-28 16:17:54 -04:00
label10 = new Label ( ) ;
label8 = new Label ( ) ;
label9 = new Label ( ) ;
label2322 = new Label ( ) ;
FieldCountEnabled = new CheckBox ( ) ;
label7 = new Label ( ) ;
label6 = new Label ( ) ;
NestedTypeCountEnabled = new CheckBox ( ) ;
label5 = new Label ( ) ;
PropertyCountEnabled = new CheckBox ( ) ;
ConstructorCountEnabled = new CheckBox ( ) ;
tabPage6 = new TabPage ( ) ;
RMSearchTab = new TabPage ( ) ;
2024-06-13 20:25:11 -04:00
TabControlMain = new TabControl ( ) ;
2024-06-28 16:17:54 -04:00
groupBox6 = new GroupBox ( ) ;
groupBox7 = new GroupBox ( ) ;
groupBox6 . SuspendLayout ( ) ;
2024-08-09 21:49:40 -04:00
( ( System . ComponentModel . ISupportInitialize ) AutoMapperRequiredMatchesUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) AutoMapperMinLengthUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ConstuctorCountUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) PropertyCountUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) FieldCountUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) MethodCountUpDown ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) NestedTypeCountUpDown ) . BeginInit ( ) ;
SettingsTab . SuspendLayout ( ) ;
groupBox2 . SuspendLayout ( ) ;
AutoMapperTab . SuspendLayout ( ) ;
2024-06-20 23:30:17 -04:00
RemapperTabPage . SuspendLayout ( ) ;
2024-06-13 20:25:11 -04:00
groupBox1 . SuspendLayout ( ) ;
2024-06-28 16:17:54 -04:00
tabControl1 . SuspendLayout ( ) ;
RMBasicTab . SuspendLayout ( ) ;
2024-06-13 20:25:11 -04:00
Inclusions . SuspendLayout ( ) ;
tabPage1 . SuspendLayout ( ) ;
tabPage2 . SuspendLayout ( ) ;
tabPage3 . SuspendLayout ( ) ;
tabPage4 . SuspendLayout ( ) ;
2024-11-05 18:21:26 +00:00
tabPage5 . SuspendLayout ( ) ;
2024-06-28 16:17:54 -04:00
tabPage6 . SuspendLayout ( ) ;
2024-06-13 20:25:11 -04:00
TabControlMain . SuspendLayout ( ) ;
SuspendLayout ( ) ;
//
2024-06-28 16:17:54 -04:00
// groupBox6
//
groupBox6 . Controls . Add ( button1 ) ;
groupBox6 . Controls . Add ( button2 ) ;
groupBox6 . Controls . Add ( listBox1 ) ;
2024-11-05 18:21:26 +00:00
groupBox6 . Location = new Point ( 4 , 4 ) ;
groupBox6 . Margin = new Padding ( 2 ) ;
2024-06-28 16:17:54 -04:00
groupBox6 . Name = "groupBox6" ;
2024-11-05 18:21:26 +00:00
groupBox6 . Padding = new Padding ( 2 ) ;
groupBox6 . Size = new Size ( 255 , 491 ) ;
2024-06-28 16:17:54 -04:00
groupBox6 . TabIndex = 0 ;
groupBox6 . TabStop = false ;
groupBox6 . Text = "Advanced Method Search" ;
//
// button1
//
2024-11-05 18:21:26 +00:00
button1 . Location = new Point ( 173 , 466 ) ;
button1 . Margin = new Padding ( 2 ) ;
2024-06-28 16:17:54 -04:00
button1 . Name = "button1" ;
2024-11-05 18:21:26 +00:00
button1 . Size = new Size ( 78 , 20 ) ;
2024-06-28 16:17:54 -04:00
button1 . TabIndex = 20 ;
button1 . Text = "Remove" ;
button1 . UseVisualStyleBackColor = true ;
//
// button2
//
2024-11-05 18:21:26 +00:00
button2 . Location = new Point ( 4 , 466 ) ;
button2 . Margin = new Padding ( 2 ) ;
2024-06-28 16:17:54 -04:00
button2 . Name = "button2" ;
2024-11-05 18:21:26 +00:00
button2 . Size = new Size ( 78 , 20 ) ;
2024-06-28 16:17:54 -04:00
button2 . TabIndex = 19 ;
button2 . Text = "Add" ;
button2 . UseVisualStyleBackColor = true ;
//
// listBox1
//
listBox1 . BackColor = Color . Gray ;
listBox1 . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
listBox1 . ItemHeight = 15 ;
listBox1 . Location = new Point ( 4 , 325 ) ;
listBox1 . Margin = new Padding ( 2 ) ;
2024-06-28 16:17:54 -04:00
listBox1 . Name = "listBox1" ;
2024-11-05 18:21:26 +00:00
listBox1 . Size = new Size ( 248 , 139 ) ;
2024-06-28 16:17:54 -04:00
listBox1 . TabIndex = 18 ;
//
// groupBox7
//
2024-11-05 18:21:26 +00:00
groupBox7 . Location = new Point ( 270 , 4 ) ;
groupBox7 . Margin = new Padding ( 2 ) ;
2024-06-28 16:17:54 -04:00
groupBox7 . Name = "groupBox7" ;
2024-11-05 18:21:26 +00:00
groupBox7 . Padding = new Padding ( 2 ) ;
groupBox7 . Size = new Size ( 248 , 491 ) ;
2024-06-28 16:17:54 -04:00
groupBox7 . TabIndex = 1 ;
groupBox7 . TabStop = false ;
groupBox7 . Text = "Advanced Property Search" ;
//
2024-08-09 21:49:40 -04:00
// DebugLoggingCheckbox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
DebugLoggingCheckbox . AutoSize = true ;
2024-11-05 18:21:26 +00:00
DebugLoggingCheckbox . Location = new Point ( 4 , 18 ) ;
DebugLoggingCheckbox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
DebugLoggingCheckbox . Name = "DebugLoggingCheckbox" ;
2024-11-05 18:21:26 +00:00
DebugLoggingCheckbox . Size = new Size ( 105 , 19 ) ;
2024-08-09 21:49:40 -04:00
DebugLoggingCheckbox . TabIndex = 0 ;
DebugLoggingCheckbox . Text = "Debug logging" ;
toolTip1 . SetToolTip ( DebugLoggingCheckbox , "Enables debug logging for the appliaction" ) ;
DebugLoggingCheckbox . UseVisualStyleBackColor = true ;
DebugLoggingCheckbox . CheckedChanged + = DebugLoggingCheckbox_CheckedChanged ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// SilentModeCheckbox
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
SilentModeCheckbox . AutoSize = true ;
2024-11-05 18:21:26 +00:00
SilentModeCheckbox . Location = new Point ( 4 , 39 ) ;
SilentModeCheckbox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
SilentModeCheckbox . Name = "SilentModeCheckbox" ;
2024-11-05 18:21:26 +00:00
SilentModeCheckbox . Size = new Size ( 89 , 19 ) ;
2024-08-09 21:49:40 -04:00
SilentModeCheckbox . TabIndex = 2 ;
SilentModeCheckbox . Text = "Silent Mode" ;
toolTip1 . SetToolTip ( SilentModeCheckbox , "Silent mode stops the ReMapper from prompting you if its okay to continue at every selection" ) ;
SilentModeCheckbox . UseVisualStyleBackColor = true ;
SilentModeCheckbox . CheckedChanged + = SilentModeCheckbox_CheckedChanged ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// GithubLinkLabel
2024-06-26 14:45:54 -04:00
//
2024-08-09 21:49:40 -04:00
GithubLinkLabel . AutoSize = true ;
2024-11-05 18:21:26 +00:00
GithubLinkLabel . Location = new Point ( 4 , 188 ) ;
GithubLinkLabel . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
GithubLinkLabel . Name = "GithubLinkLabel" ;
2024-11-05 18:21:26 +00:00
GithubLinkLabel . Size = new Size ( 203 , 15 ) ;
2024-08-09 21:49:40 -04:00
GithubLinkLabel . TabIndex = 3 ;
GithubLinkLabel . TabStop = true ;
GithubLinkLabel . Text = "https://github.com/CJ-SPT/ReCodeIt" ;
toolTip1 . SetToolTip ( GithubLinkLabel , "Be sure to report issues here!" ) ;
GithubLinkLabel . LinkClicked + = GithubLinkLabel_LinkClicked ;
2024-06-26 14:45:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperRequiredMatchesUpDown
2024-06-22 13:57:41 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperRequiredMatchesUpDown . Location = new Point ( 126 , 48 ) ;
AutoMapperRequiredMatchesUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperRequiredMatchesUpDown . Name = "AutoMapperRequiredMatchesUpDown" ;
2024-11-05 18:21:26 +00:00
AutoMapperRequiredMatchesUpDown . Size = new Size ( 40 , 23 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperRequiredMatchesUpDown . TabIndex = 26 ;
toolTip1 . SetToolTip ( AutoMapperRequiredMatchesUpDown , "The number of times a type must be paired with a name in code to be considered for renaming" ) ;
AutoMapperRequiredMatchesUpDown . ValueChanged + = AutoMapperRequiredMatchesUpDown_ValueChanged_1 ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// RunAutoRemapButton
2024-06-22 13:57:41 -04:00
//
2024-11-05 18:21:26 +00:00
RunAutoRemapButton . Location = new Point ( 4 , 48 ) ;
RunAutoRemapButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RunAutoRemapButton . Name = "RunAutoRemapButton" ;
2024-11-05 18:21:26 +00:00
RunAutoRemapButton . Size = new Size ( 118 , 20 ) ;
2024-08-09 21:49:40 -04:00
RunAutoRemapButton . TabIndex = 28 ;
RunAutoRemapButton . Text = "Run Auto Remap" ;
toolTip1 . SetToolTip ( RunAutoRemapButton , "Run the automatic mapping" ) ;
RunAutoRemapButton . UseVisualStyleBackColor = true ;
RunAutoRemapButton . Click + = RunAutoRemapButton_Click ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperMinLengthUpDown
2024-06-22 13:57:41 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperMinLengthUpDown . Location = new Point ( 126 , 70 ) ;
AutoMapperMinLengthUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMinLengthUpDown . Name = "AutoMapperMinLengthUpDown" ;
2024-11-05 18:21:26 +00:00
AutoMapperMinLengthUpDown . Size = new Size ( 40 , 23 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMinLengthUpDown . TabIndex = 29 ;
toolTip1 . SetToolTip ( AutoMapperMinLengthUpDown , "Minimum length of the fields name that is required for it to be considered" ) ;
AutoMapperMinLengthUpDown . ValueChanged + = AutoMapperMinLengthUpDown_ValueChanged ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// RenamePropertiesCheckbox
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
RenamePropertiesCheckbox . AutoSize = true ;
RenamePropertiesCheckbox . Checked = true ;
RenamePropertiesCheckbox . CheckState = CheckState . Checked ;
2024-11-05 18:21:26 +00:00
RenamePropertiesCheckbox . Location = new Point ( 670 , 443 ) ;
RenamePropertiesCheckbox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RenamePropertiesCheckbox . Name = "RenamePropertiesCheckbox" ;
2024-11-05 18:21:26 +00:00
RenamePropertiesCheckbox . Size = new Size ( 125 , 19 ) ;
2024-08-09 21:49:40 -04:00
RenamePropertiesCheckbox . TabIndex = 28 ;
RenamePropertiesCheckbox . Text = "Rename Properties" ;
toolTip1 . SetToolTip ( RenamePropertiesCheckbox , "Renames all remapped types associated properties (GClass100_0 becomes ReCodeIt_0)" ) ;
RenamePropertiesCheckbox . UseVisualStyleBackColor = true ;
RenamePropertiesCheckbox . CheckedChanged + = RenamePropertiesCheckbox_CheckedChanged ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// RenameFieldsCheckbox
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
RenameFieldsCheckbox . AutoSize = true ;
RenameFieldsCheckbox . Checked = true ;
RenameFieldsCheckbox . CheckState = CheckState . Checked ;
2024-11-05 18:21:26 +00:00
RenameFieldsCheckbox . Location = new Point ( 548 , 443 ) ;
RenameFieldsCheckbox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RenameFieldsCheckbox . Name = "RenameFieldsCheckbox" ;
2024-11-05 18:21:26 +00:00
RenameFieldsCheckbox . Size = new Size ( 102 , 19 ) ;
2024-08-09 21:49:40 -04:00
RenameFieldsCheckbox . TabIndex = 26 ;
RenameFieldsCheckbox . Text = "Rename Fields" ;
toolTip1 . SetToolTip ( RenameFieldsCheckbox , "Renames all remapped types associated fields (_gClass100_0 becomes _reCodeIt_0)" ) ;
RenameFieldsCheckbox . UseVisualStyleBackColor = true ;
RenameFieldsCheckbox . CheckedChanged + = RenameFieldsCheckbox_CheckedChanged ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// RunRemapButton
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
RunRemapButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
RunRemapButton . Location = new Point ( 668 , 419 ) ;
RunRemapButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RunRemapButton . Name = "RunRemapButton" ;
2024-11-05 18:21:26 +00:00
RunRemapButton . Size = new Size ( 118 , 20 ) ;
2024-08-09 21:49:40 -04:00
RunRemapButton . TabIndex = 16 ;
RunRemapButton . Text = "Run Remap" ;
toolTip1 . SetToolTip ( RunRemapButton , "Generate a remapped dll based on the paths chosen in the top left" ) ;
RunRemapButton . UseVisualStyleBackColor = false ;
RunRemapButton . Click + = RunRemapButton_Click ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// RemoveRemapButton
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
RemoveRemapButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
RemoveRemapButton . Location = new Point ( 668 , 395 ) ;
RemoveRemapButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RemoveRemapButton . Name = "RemoveRemapButton" ;
2024-11-05 18:21:26 +00:00
RemoveRemapButton . Size = new Size ( 118 , 20 ) ;
2024-08-09 21:49:40 -04:00
RemoveRemapButton . TabIndex = 2 ;
RemoveRemapButton . Text = "Remove Remap" ;
toolTip1 . SetToolTip ( RemoveRemapButton , "Remove a remap from the list" ) ;
RemoveRemapButton . UseVisualStyleBackColor = false ;
RemoveRemapButton . Click + = RemoveRemapButton_Click ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// RemapperPublicicize
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
RemapperPublicicize . AutoSize = true ;
RemapperPublicicize . Checked = true ;
RemapperPublicicize . CheckState = CheckState . Checked ;
2024-11-05 18:21:26 +00:00
RemapperPublicicize . Location = new Point ( 548 , 464 ) ;
RemapperPublicicize . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RemapperPublicicize . Name = "RemapperPublicicize" ;
2024-11-05 18:21:26 +00:00
RemapperPublicicize . Size = new Size ( 73 , 19 ) ;
2024-08-09 21:49:40 -04:00
RemapperPublicicize . TabIndex = 35 ;
RemapperPublicicize . Text = "Publicize" ;
toolTip1 . SetToolTip ( RemapperPublicicize , "Publicize all classes, properties and methods. Fields are excluded for technical reasons" ) ;
RemapperPublicicize . UseVisualStyleBackColor = true ;
RemapperPublicicize . CheckedChanged + = RemapperPublicicize_CheckedChanged ;
2024-06-14 14:18:17 -04:00
//
2024-08-09 21:49:40 -04:00
// SaveRemapButton
2024-06-14 14:18:17 -04:00
//
2024-08-09 21:49:40 -04:00
SaveRemapButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
SaveRemapButton . Location = new Point ( 547 , 395 ) ;
SaveRemapButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
SaveRemapButton . Name = "SaveRemapButton" ;
2024-11-05 18:21:26 +00:00
SaveRemapButton . Size = new Size ( 118 , 20 ) ;
2024-08-09 21:49:40 -04:00
SaveRemapButton . TabIndex = 4 ;
SaveRemapButton . Text = "Add Remap" ;
toolTip1 . SetToolTip ( SaveRemapButton , "Add a remap to the list, if the \"New Name\" field contains a remap that already exists, it will be overwritten." ) ;
SaveRemapButton . UseVisualStyleBackColor = false ;
SaveRemapButton . Click + = AddRemapButton_Click ;
2024-06-14 14:18:17 -04:00
//
2024-08-09 21:49:40 -04:00
// RemapperUnseal
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
RemapperUnseal . AutoSize = true ;
RemapperUnseal . Checked = true ;
RemapperUnseal . CheckState = CheckState . Checked ;
2024-11-05 18:21:26 +00:00
RemapperUnseal . Location = new Point ( 670 , 464 ) ;
RemapperUnseal . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RemapperUnseal . Name = "RemapperUnseal" ;
2024-11-05 18:21:26 +00:00
RemapperUnseal . Size = new Size ( 61 , 19 ) ;
2024-08-09 21:49:40 -04:00
RemapperUnseal . TabIndex = 36 ;
RemapperUnseal . Text = "Unseal" ;
toolTip1 . SetToolTip ( RemapperUnseal , "Unseal all sealed classes" ) ;
RemapperUnseal . UseVisualStyleBackColor = true ;
RemapperUnseal . CheckedChanged + = RemapperUnseal_CheckedChanged ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// PickAssemblyPathButton
2024-06-13 20:25:11 -04:00
//
2024-11-05 18:21:26 +00:00
PickAssemblyPathButton . Location = new Point ( 855 , 346 ) ;
PickAssemblyPathButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PickAssemblyPathButton . Name = "PickAssemblyPathButton" ;
2024-11-05 18:21:26 +00:00
PickAssemblyPathButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
PickAssemblyPathButton . TabIndex = 31 ;
PickAssemblyPathButton . Text = "Choose" ;
toolTip1 . SetToolTip ( PickAssemblyPathButton , "The programs original assembly you wish to remap.\r\n\r\nTarget the one in the programs install location." ) ;
PickAssemblyPathButton . UseVisualStyleBackColor = true ;
PickAssemblyPathButton . Click + = PickAssemblyPathButton_Click_1 ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// LoadMappingFileButton
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
LoadMappingFileButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
LoadMappingFileButton . Location = new Point ( 813 , 526 ) ;
LoadMappingFileButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
LoadMappingFileButton . Name = "LoadMappingFileButton" ;
2024-11-05 18:21:26 +00:00
LoadMappingFileButton . Size = new Size ( 118 , 24 ) ;
2024-08-09 21:49:40 -04:00
LoadMappingFileButton . TabIndex = 18 ;
LoadMappingFileButton . Text = "Load Mapping File" ;
toolTip1 . SetToolTip ( LoadMappingFileButton , "Load a standalone mapping file from disk" ) ;
LoadMappingFileButton . UseVisualStyleBackColor = false ;
LoadMappingFileButton . Click + = LoadMappingFileButton_Click ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// OutputDirectoryButton
2024-06-13 20:25:11 -04:00
//
2024-11-05 18:21:26 +00:00
OutputDirectoryButton . Location = new Point ( 855 , 370 ) ;
OutputDirectoryButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
OutputDirectoryButton . Name = "OutputDirectoryButton" ;
2024-11-05 18:21:26 +00:00
OutputDirectoryButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
OutputDirectoryButton . TabIndex = 32 ;
OutputDirectoryButton . Text = "Choose" ;
toolTip1 . SetToolTip ( OutputDirectoryButton , "Directory where you want the remapped dll placed." ) ;
OutputDirectoryButton . UseVisualStyleBackColor = true ;
OutputDirectoryButton . Click + = OutputDirectoryButton_Click_1 ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// ConstuctorCountUpDown
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
ConstuctorCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
ConstuctorCountUpDown . Location = new Point ( 304 , 5 ) ;
ConstuctorCountUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
ConstuctorCountUpDown . Name = "ConstuctorCountUpDown" ;
2024-11-05 18:21:26 +00:00
ConstuctorCountUpDown . Size = new Size ( 38 , 23 ) ;
2024-08-09 21:49:40 -04:00
ConstuctorCountUpDown . TabIndex = 19 ;
toolTip1 . SetToolTip ( ConstuctorCountUpDown , "How many parameters is the constructor take?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// IsPublicComboBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
IsPublicComboBox . BackColor = SystemColors . ScrollBar ;
IsPublicComboBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
IsPublicComboBox . Location = new Point ( 12 , 49 ) ;
IsPublicComboBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IsPublicComboBox . Name = "IsPublicComboBox" ;
2024-11-05 18:21:26 +00:00
IsPublicComboBox . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
IsPublicComboBox . TabIndex = 38 ;
toolTip1 . SetToolTip ( IsPublicComboBox , "Is the type public? This is required." ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// RemapperUseForceRename
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
RemapperUseForceRename . AutoSize = true ;
2024-11-05 18:21:26 +00:00
RemapperUseForceRename . Location = new Point ( 162 , 26 ) ;
RemapperUseForceRename . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RemapperUseForceRename . Name = "RemapperUseForceRename" ;
2024-11-05 18:21:26 +00:00
RemapperUseForceRename . Size = new Size ( 101 , 19 ) ;
2024-08-09 21:49:40 -04:00
RemapperUseForceRename . TabIndex = 37 ;
RemapperUseForceRename . Text = "Force Rename" ;
toolTip1 . SetToolTip ( RemapperUseForceRename , "Should we force the rename and not use a search pattern.\r\n\r\nRequires \"Original Name\" to be filled in." ) ;
RemapperUseForceRename . UseVisualStyleBackColor = true ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// IsAbstractComboBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
IsAbstractComboBox . BackColor = SystemColors . ScrollBar ;
IsAbstractComboBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
IsAbstractComboBox . Location = new Point ( 12 , 71 ) ;
IsAbstractComboBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IsAbstractComboBox . Name = "IsAbstractComboBox" ;
2024-11-05 18:21:26 +00:00
IsAbstractComboBox . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
IsAbstractComboBox . TabIndex = 40 ;
toolTip1 . SetToolTip ( IsAbstractComboBox , "Is the type abstract? " ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertyCountUpDown
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
PropertyCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
PropertyCountUpDown . Location = new Point ( 304 , 73 ) ;
PropertyCountUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertyCountUpDown . Name = "PropertyCountUpDown" ;
2024-11-05 18:21:26 +00:00
PropertyCountUpDown . Size = new Size ( 38 , 23 ) ;
2024-08-09 21:49:40 -04:00
PropertyCountUpDown . TabIndex = 5 ;
toolTip1 . SetToolTip ( PropertyCountUpDown , "How many properties are there?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// IsSealedComboBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
IsSealedComboBox . BackColor = SystemColors . ScrollBar ;
IsSealedComboBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
IsSealedComboBox . Location = new Point ( 12 , 94 ) ;
IsSealedComboBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IsSealedComboBox . Name = "IsSealedComboBox" ;
2024-11-05 18:21:26 +00:00
IsSealedComboBox . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
IsSealedComboBox . TabIndex = 42 ;
toolTip1 . SetToolTip ( IsSealedComboBox , "Is the type sealed?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldCountUpDown
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
FieldCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
FieldCountUpDown . Location = new Point ( 304 , 50 ) ;
FieldCountUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldCountUpDown . Name = "FieldCountUpDown" ;
2024-11-05 18:21:26 +00:00
FieldCountUpDown . Size = new Size ( 38 , 23 ) ;
2024-08-09 21:49:40 -04:00
FieldCountUpDown . TabIndex = 3 ;
toolTip1 . SetToolTip ( FieldCountUpDown , "How many fields are there?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// IsInterfaceComboBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
IsInterfaceComboBox . BackColor = SystemColors . ScrollBar ;
IsInterfaceComboBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
IsInterfaceComboBox . Location = new Point ( 12 , 118 ) ;
IsInterfaceComboBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IsInterfaceComboBox . Name = "IsInterfaceComboBox" ;
2024-11-05 18:21:26 +00:00
IsInterfaceComboBox . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
IsInterfaceComboBox . TabIndex = 44 ;
toolTip1 . SetToolTip ( IsInterfaceComboBox , "Is the type an interface?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypeParentName
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypeParentName . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
NestedTypeParentName . Location = new Point ( 160 , 239 ) ;
NestedTypeParentName . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypeParentName . Name = "NestedTypeParentName" ;
NestedTypeParentName . PlaceholderText = "Nested Type Parent Name" ;
2024-11-05 18:21:26 +00:00
NestedTypeParentName . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
NestedTypeParentName . TabIndex = 0 ;
toolTip1 . SetToolTip ( NestedTypeParentName , "The name of the parent class if it is nested. Requires IsNested to be true." ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// MethodCountUpDown
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
MethodCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
MethodCountUpDown . Location = new Point ( 304 , 27 ) ;
MethodCountUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
MethodCountUpDown . Name = "MethodCountUpDown" ;
2024-11-05 18:21:26 +00:00
MethodCountUpDown . Size = new Size ( 38 , 23 ) ;
2024-08-09 21:49:40 -04:00
MethodCountUpDown . TabIndex = 6 ;
toolTip1 . SetToolTip ( MethodCountUpDown , "How many methods are there?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// IsEnumComboBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
IsEnumComboBox . BackColor = SystemColors . ScrollBar ;
IsEnumComboBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
IsEnumComboBox . Location = new Point ( 12 , 164 ) ;
IsEnumComboBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IsEnumComboBox . Name = "IsEnumComboBox" ;
2024-11-05 18:21:26 +00:00
IsEnumComboBox . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
IsEnumComboBox . TabIndex = 46 ;
toolTip1 . SetToolTip ( IsEnumComboBox , "Is the type an enum?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// BaseClassIncludeTextFIeld
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
BaseClassIncludeTextFIeld . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
BaseClassIncludeTextFIeld . Location = new Point ( 160 , 260 ) ;
BaseClassIncludeTextFIeld . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
BaseClassIncludeTextFIeld . Name = "BaseClassIncludeTextFIeld" ;
BaseClassIncludeTextFIeld . PlaceholderText = "Include Base Class" ;
2024-11-05 18:21:26 +00:00
BaseClassIncludeTextFIeld . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
BaseClassIncludeTextFIeld . TabIndex = 2 ;
toolTip1 . SetToolTip ( BaseClassIncludeTextFIeld , "Specifiy the base class. Requires IsDerived to be true" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// OriginalTypeName
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
OriginalTypeName . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
OriginalTypeName . Location = new Point ( 12 , 26 ) ;
OriginalTypeName . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
OriginalTypeName . Name = "OriginalTypeName" ;
OriginalTypeName . PlaceholderText = "Original Name" ;
2024-11-05 18:21:26 +00:00
OriginalTypeName . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
OriginalTypeName . TabIndex = 1 ;
toolTip1 . SetToolTip ( OriginalTypeName , "The original name of the type, you can leave this blank if not using force rename." ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// HasAttributeComboBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
HasAttributeComboBox . BackColor = SystemColors . ScrollBar ;
HasAttributeComboBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
HasAttributeComboBox . Location = new Point ( 12 , 187 ) ;
HasAttributeComboBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
HasAttributeComboBox . Name = "HasAttributeComboBox" ;
2024-11-05 18:21:26 +00:00
HasAttributeComboBox . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
HasAttributeComboBox . TabIndex = 48 ;
toolTip1 . SetToolTip ( HasAttributeComboBox , "does the type have an attribute?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypeCountUpDown
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypeCountUpDown . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
NestedTypeCountUpDown . Location = new Point ( 304 , 95 ) ;
NestedTypeCountUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypeCountUpDown . Name = "NestedTypeCountUpDown" ;
2024-11-05 18:21:26 +00:00
NestedTypeCountUpDown . Size = new Size ( 38 , 23 ) ;
2024-08-09 21:49:40 -04:00
NestedTypeCountUpDown . TabIndex = 4 ;
toolTip1 . SetToolTip ( NestedTypeCountUpDown , "How many nested types are there?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// IsDerivedUpDown
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
IsDerivedUpDown . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
IsDerivedUpDown . Location = new Point ( 12 , 261 ) ;
IsDerivedUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IsDerivedUpDown . Name = "IsDerivedUpDown" ;
2024-11-05 18:21:26 +00:00
IsDerivedUpDown . Size = new Size ( 144 , 23 ) ;
2024-08-09 21:49:40 -04:00
IsDerivedUpDown . Sorted = true ;
IsDerivedUpDown . TabIndex = 6 ;
IsDerivedUpDown . Text = "IsDerived" ;
toolTip1 . SetToolTip ( IsDerivedUpDown , "Does the type inherit from another type explicitly?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// HasGenericParamsComboBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
HasGenericParamsComboBox . BackColor = SystemColors . ScrollBar ;
HasGenericParamsComboBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
HasGenericParamsComboBox . Location = new Point ( 12 , 211 ) ;
HasGenericParamsComboBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
HasGenericParamsComboBox . Name = "HasGenericParamsComboBox" ;
2024-11-05 18:21:26 +00:00
HasGenericParamsComboBox . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
HasGenericParamsComboBox . TabIndex = 50 ;
toolTip1 . SetToolTip ( HasGenericParamsComboBox , "Does the type have generic parameters?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// IsNestedUpDown
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
IsNestedUpDown . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
IsNestedUpDown . Location = new Point ( 12 , 239 ) ;
IsNestedUpDown . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IsNestedUpDown . Name = "IsNestedUpDown" ;
2024-11-05 18:21:26 +00:00
IsNestedUpDown . Size = new Size ( 144 , 23 ) ;
2024-08-09 21:49:40 -04:00
IsNestedUpDown . Sorted = true ;
IsNestedUpDown . TabIndex = 3 ;
IsNestedUpDown . Text = "IsNested" ;
toolTip1 . SetToolTip ( IsNestedUpDown , "Is the type nested within another type?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// BaseClassExcludeTextField
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
BaseClassExcludeTextField . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
BaseClassExcludeTextField . Location = new Point ( 312 , 260 ) ;
BaseClassExcludeTextField . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
BaseClassExcludeTextField . Name = "BaseClassExcludeTextField" ;
BaseClassExcludeTextField . PlaceholderText = "Exclude Base Class" ;
2024-11-05 18:21:26 +00:00
BaseClassExcludeTextField . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
BaseClassExcludeTextField . TabIndex = 1 ;
toolTip1 . SetToolTip ( BaseClassExcludeTextField , "Exclude a base class. Requires IsDerived to be true" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// IsStructComboBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
IsStructComboBox . BackColor = SystemColors . ScrollBar ;
IsStructComboBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
IsStructComboBox . Location = new Point ( 12 , 141 ) ;
IsStructComboBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IsStructComboBox . Name = "IsStructComboBox" ;
2024-11-05 18:21:26 +00:00
IsStructComboBox . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
IsStructComboBox . TabIndex = 52 ;
toolTip1 . SetToolTip ( IsStructComboBox , "Is the type an enum?" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// NewTypeName
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
NewTypeName . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
NewTypeName . Location = new Point ( 12 , 4 ) ;
NewTypeName . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NewTypeName . Name = "NewTypeName" ;
NewTypeName . PlaceholderText = "New Name" ;
2024-11-05 18:21:26 +00:00
NewTypeName . Size = new Size ( 147 , 23 ) ;
2024-08-09 21:49:40 -04:00
NewTypeName . TabIndex = 0 ;
toolTip1 . SetToolTip ( NewTypeName , "The new name of the type you wish to remap" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// LoadedMappingFilePath
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
LoadedMappingFilePath . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
LoadedMappingFilePath . Location = new Point ( 547 , 527 ) ;
LoadedMappingFilePath . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
LoadedMappingFilePath . Name = "LoadedMappingFilePath" ;
LoadedMappingFilePath . PlaceholderText = "Loaded Mapping File" ;
LoadedMappingFilePath . ReadOnly = true ;
2024-11-05 18:21:26 +00:00
LoadedMappingFilePath . Size = new Size ( 255 , 23 ) ;
2024-08-09 21:49:40 -04:00
LoadedMappingFilePath . TabIndex = 38 ;
toolTip1 . SetToolTip ( LoadedMappingFilePath , "Shows which mapping file you are working on, a standalone or a projects mappings" ) ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// ResetSearchButton
2024-06-13 20:25:11 -04:00
//
2024-11-05 18:21:26 +00:00
ResetSearchButton . Location = new Point ( 853 , 8 ) ;
ResetSearchButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
ResetSearchButton . Name = "ResetSearchButton" ;
2024-11-05 18:21:26 +00:00
ResetSearchButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
ResetSearchButton . TabIndex = 40 ;
ResetSearchButton . Text = "Clear" ;
toolTip1 . SetToolTip ( ResetSearchButton , "The programs original assembly you wish to remap.\r\n\r\nTarget the one in the programs install location." ) ;
ResetSearchButton . UseVisualStyleBackColor = true ;
ResetSearchButton . Click + = ResetSearchButton_Click ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// ValidateRemapButton
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
ValidateRemapButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
ValidateRemapButton . Location = new Point ( 548 , 419 ) ;
ValidateRemapButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
ValidateRemapButton . Name = "ValidateRemapButton" ;
2024-11-05 18:21:26 +00:00
ValidateRemapButton . Size = new Size ( 118 , 20 ) ;
2024-08-09 21:49:40 -04:00
ValidateRemapButton . TabIndex = 54 ;
ValidateRemapButton . Text = "Validate Remap" ;
toolTip1 . SetToolTip ( ValidateRemapButton , "Validates the current remap in the editor, saves you from running the entire process to find a match for a single remap." ) ;
ValidateRemapButton . UseVisualStyleBackColor = false ;
ValidateRemapButton . Click + = ValidateRemapButton_Click ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// SettingsTab
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
SettingsTab . BackColor = SystemColors . ControlDarkDark ;
SettingsTab . Controls . Add ( groupBox2 ) ;
2024-11-05 18:21:26 +00:00
SettingsTab . Location = new Point ( 4 , 24 ) ;
SettingsTab . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
SettingsTab . Name = "SettingsTab" ;
2024-11-05 18:21:26 +00:00
SettingsTab . Padding = new Padding ( 2 ) ;
SettingsTab . Size = new Size ( 947 , 567 ) ;
2024-08-09 21:49:40 -04:00
SettingsTab . TabIndex = 2 ;
SettingsTab . Text = "Settings" ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// groupBox2
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
groupBox2 . Controls . Add ( GithubLinkLabel ) ;
groupBox2 . Controls . Add ( SilentModeCheckbox ) ;
groupBox2 . Controls . Add ( DebugLoggingCheckbox ) ;
2024-11-05 18:21:26 +00:00
groupBox2 . Location = new Point ( 9 , 4 ) ;
groupBox2 . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
groupBox2 . Name = "groupBox2" ;
2024-11-05 18:21:26 +00:00
groupBox2 . Padding = new Padding ( 2 ) ;
groupBox2 . Size = new Size ( 312 , 210 ) ;
2024-08-09 21:49:40 -04:00
groupBox2 . TabIndex = 0 ;
groupBox2 . TabStop = false ;
groupBox2 . Text = "App Settings" ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperTab
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperTab . BackColor = SystemColors . ControlDarkDark ;
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 ( AutoMapperMethodTextBox ) ;
AutoMapperTab . Controls . Add ( AutoMapperFPTextField ) ;
AutoMapperTab . Controls . Add ( AutoMapperTokensTextField ) ;
AutoMapperTab . Controls . Add ( AutoMapperTypesToIgnoreTextField ) ;
AutoMapperTab . Controls . Add ( AutoMapperChooseOutpathButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperChooseTargetPathButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperMethodRemoveButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperMethodAddButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperMethodBox ) ;
AutoMapperTab . Controls . Add ( AutoMapperSearchMethodsCheckBox ) ;
AutoMapperTab . Controls . Add ( AutoMapperFPRemoveButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperFPAddButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperFPBox ) ;
AutoMapperTab . Controls . Add ( AutoMapperTokensRemoveButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperTokensAddButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperTokensBox ) ;
AutoMapperTab . Controls . Add ( label3 ) ;
AutoMapperTab . Controls . Add ( AutoMapperMinLengthUpDown ) ;
AutoMapperTab . Controls . Add ( RunAutoRemapButton ) ;
AutoMapperTab . Controls . Add ( label2 ) ;
AutoMapperTab . Controls . Add ( AutoMapperRequiredMatchesUpDown ) ;
AutoMapperTab . Controls . Add ( AutoMapperExcludeTypesRemoveButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperExcludeTypesAddButton ) ;
AutoMapperTab . Controls . Add ( AutoMapperTypesExcludeBox ) ;
2024-11-05 18:21:26 +00:00
AutoMapperTab . Location = new Point ( 4 , 24 ) ;
AutoMapperTab . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTab . Name = "AutoMapperTab" ;
2024-11-05 18:21:26 +00:00
AutoMapperTab . Padding = new Padding ( 2 ) ;
AutoMapperTab . Size = new Size ( 947 , 567 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTab . TabIndex = 3 ;
AutoMapperTab . Text = "Auto Mapper" ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperUnseal
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperUnseal . AutoSize = true ;
AutoMapperUnseal . Checked = true ;
AutoMapperUnseal . CheckState = CheckState . Checked ;
2024-11-05 18:21:26 +00:00
AutoMapperUnseal . Location = new Point ( 376 , 82 ) ;
AutoMapperUnseal . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperUnseal . Name = "AutoMapperUnseal" ;
2024-11-05 18:21:26 +00:00
AutoMapperUnseal . Size = new Size ( 61 , 19 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperUnseal . TabIndex = 51 ;
AutoMapperUnseal . Text = "Unseal" ;
AutoMapperUnseal . UseVisualStyleBackColor = true ;
AutoMapperUnseal . CheckedChanged + = AutoMapperUnseal_CheckedChanged ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperPublicize
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperPublicize . AutoSize = true ;
AutoMapperPublicize . Checked = true ;
AutoMapperPublicize . CheckState = CheckState . Checked ;
2024-11-05 18:21:26 +00:00
AutoMapperPublicize . Location = new Point ( 376 , 61 ) ;
AutoMapperPublicize . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperPublicize . Name = "AutoMapperPublicize" ;
2024-11-05 18:21:26 +00:00
AutoMapperPublicize . Size = new Size ( 73 , 19 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperPublicize . TabIndex = 50 ;
AutoMapperPublicize . Text = "Publicize" ;
AutoMapperPublicize . UseVisualStyleBackColor = true ;
AutoMapperPublicize . CheckedChanged + = AutoMapperPublicize_CheckedChanged ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperRenameProps
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperRenameProps . AutoSize = true ;
AutoMapperRenameProps . Checked = true ;
AutoMapperRenameProps . CheckState = CheckState . Checked ;
2024-11-05 18:21:26 +00:00
AutoMapperRenameProps . Location = new Point ( 376 , 40 ) ;
AutoMapperRenameProps . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperRenameProps . Name = "AutoMapperRenameProps" ;
2024-11-05 18:21:26 +00:00
AutoMapperRenameProps . Size = new Size ( 125 , 19 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperRenameProps . TabIndex = 49 ;
AutoMapperRenameProps . Text = "Rename Properties" ;
AutoMapperRenameProps . UseVisualStyleBackColor = true ;
AutoMapperRenameProps . CheckedChanged + = AutoMapperRenameProps_CheckedChanged ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperRenameFields
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperRenameFields . AutoSize = true ;
AutoMapperRenameFields . Checked = true ;
AutoMapperRenameFields . CheckState = CheckState . Checked ;
2024-11-05 18:21:26 +00:00
AutoMapperRenameFields . Location = new Point ( 376 , 19 ) ;
AutoMapperRenameFields . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperRenameFields . Name = "AutoMapperRenameFields" ;
2024-11-05 18:21:26 +00:00
AutoMapperRenameFields . Size = new Size ( 102 , 19 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperRenameFields . TabIndex = 48 ;
AutoMapperRenameFields . Text = "Rename Fields" ;
AutoMapperRenameFields . UseVisualStyleBackColor = true ;
AutoMapperRenameFields . CheckedChanged + = AutoMapperRenameFields_CheckedChanged ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperOuputPath
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperOuputPath . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
AutoMapperOuputPath . Location = new Point ( 4 , 26 ) ;
AutoMapperOuputPath . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperOuputPath . Name = "AutoMapperOuputPath" ;
AutoMapperOuputPath . PlaceholderText = "Output Directory" ;
AutoMapperOuputPath . ReadOnly = true ;
2024-11-05 18:21:26 +00:00
AutoMapperOuputPath . Size = new Size ( 209 , 23 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperOuputPath . TabIndex = 47 ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperTargetPath
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperTargetPath . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
AutoMapperTargetPath . Location = new Point ( 4 , 4 ) ;
AutoMapperTargetPath . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTargetPath . Name = "AutoMapperTargetPath" ;
AutoMapperTargetPath . PlaceholderText = "Target Assembly" ;
AutoMapperTargetPath . ReadOnly = true ;
2024-11-05 18:21:26 +00:00
AutoMapperTargetPath . Size = new Size ( 209 , 23 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTargetPath . TabIndex = 46 ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperMethodTextBox
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperMethodTextBox . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
AutoMapperMethodTextBox . Location = new Point ( 256 , 298 ) ;
AutoMapperMethodTextBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMethodTextBox . Name = "AutoMapperMethodTextBox" ;
AutoMapperMethodTextBox . PlaceholderText = "method parameter names to blacklist" ;
2024-11-05 18:21:26 +00:00
AutoMapperMethodTextBox . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMethodTextBox . TabIndex = 43 ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperFPTextField
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperFPTextField . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
AutoMapperFPTextField . Location = new Point ( 4 , 298 ) ;
AutoMapperFPTextField . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperFPTextField . Name = "AutoMapperFPTextField" ;
AutoMapperFPTextField . PlaceholderText = "Field or property names to blacklist" ;
2024-11-05 18:21:26 +00:00
AutoMapperFPTextField . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperFPTextField . TabIndex = 38 ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperTokensTextField
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperTokensTextField . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
AutoMapperTokensTextField . Location = new Point ( 256 , 104 ) ;
AutoMapperTokensTextField . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTokensTextField . Name = "AutoMapperTokensTextField" ;
AutoMapperTokensTextField . PlaceholderText = "Class Tokens To Match During Renaming" ;
2024-11-05 18:21:26 +00:00
AutoMapperTokensTextField . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTokensTextField . TabIndex = 34 ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperTypesToIgnoreTextField
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperTypesToIgnoreTextField . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
AutoMapperTypesToIgnoreTextField . Location = new Point ( 4 , 104 ) ;
AutoMapperTypesToIgnoreTextField . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTypesToIgnoreTextField . Name = "AutoMapperTypesToIgnoreTextField" ;
AutoMapperTypesToIgnoreTextField . PlaceholderText = "Type Exclude" ;
2024-11-05 18:21:26 +00:00
AutoMapperTypesToIgnoreTextField . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTypesToIgnoreTextField . TabIndex = 24 ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperChooseOutpathButton
2024-06-28 16:17:54 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperChooseOutpathButton . Location = new Point ( 216 , 25 ) ;
AutoMapperChooseOutpathButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperChooseOutpathButton . Name = "AutoMapperChooseOutpathButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperChooseOutpathButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperChooseOutpathButton . TabIndex = 45 ;
AutoMapperChooseOutpathButton . Text = "Choose" ;
AutoMapperChooseOutpathButton . UseVisualStyleBackColor = true ;
AutoMapperChooseOutpathButton . Click + = AutoMapperChooseOutpathButton_Click ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperChooseTargetPathButton
2024-06-28 16:17:54 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperChooseTargetPathButton . Location = new Point ( 216 , 2 ) ;
AutoMapperChooseTargetPathButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperChooseTargetPathButton . Name = "AutoMapperChooseTargetPathButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperChooseTargetPathButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperChooseTargetPathButton . TabIndex = 44 ;
AutoMapperChooseTargetPathButton . Text = "Choose" ;
AutoMapperChooseTargetPathButton . UseVisualStyleBackColor = true ;
AutoMapperChooseTargetPathButton . Click + = AutoMapperChooseTargetPathButton_Click ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperMethodRemoveButton
2024-06-28 16:17:54 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperMethodRemoveButton . Location = new Point ( 424 , 461 ) ;
AutoMapperMethodRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMethodRemoveButton . Name = "AutoMapperMethodRemoveButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperMethodRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMethodRemoveButton . TabIndex = 42 ;
AutoMapperMethodRemoveButton . Text = "Remove" ;
AutoMapperMethodRemoveButton . UseVisualStyleBackColor = true ;
AutoMapperMethodRemoveButton . Click + = AutoMapperMethodRemoveButton_Click ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperMethodAddButton
2024-06-28 16:17:54 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperMethodAddButton . Location = new Point ( 256 , 461 ) ;
AutoMapperMethodAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMethodAddButton . Name = "AutoMapperMethodAddButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperMethodAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMethodAddButton . TabIndex = 41 ;
AutoMapperMethodAddButton . Text = "Add" ;
AutoMapperMethodAddButton . UseVisualStyleBackColor = true ;
AutoMapperMethodAddButton . Click + = AutoMapperMethodAddButton_Click ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperMethodBox
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperMethodBox . BackColor = Color . Gray ;
AutoMapperMethodBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
AutoMapperMethodBox . ItemHeight = 15 ;
AutoMapperMethodBox . Location = new Point ( 256 , 320 ) ;
AutoMapperMethodBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMethodBox . Name = "AutoMapperMethodBox" ;
2024-11-05 18:21:26 +00:00
AutoMapperMethodBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperMethodBox . TabIndex = 40 ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperSearchMethodsCheckBox
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperSearchMethodsCheckBox . AutoSize = true ;
2024-11-05 18:21:26 +00:00
AutoMapperSearchMethodsCheckBox . Location = new Point ( 375 , 1 ) ;
AutoMapperSearchMethodsCheckBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperSearchMethodsCheckBox . Name = "AutoMapperSearchMethodsCheckBox" ;
2024-11-05 18:21:26 +00:00
AutoMapperSearchMethodsCheckBox . Size = new Size ( 197 , 19 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperSearchMethodsCheckBox . TabIndex = 39 ;
AutoMapperSearchMethodsCheckBox . Text = "Search Methods (Experiemental)" ;
AutoMapperSearchMethodsCheckBox . UseVisualStyleBackColor = true ;
AutoMapperSearchMethodsCheckBox . CheckedChanged + = SearchMethodsCheckBox_CheckedChanged ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperFPRemoveButton
2024-06-28 16:17:54 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperFPRemoveButton . Location = new Point ( 173 , 461 ) ;
AutoMapperFPRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperFPRemoveButton . Name = "AutoMapperFPRemoveButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperFPRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperFPRemoveButton . TabIndex = 37 ;
AutoMapperFPRemoveButton . Text = "Remove" ;
AutoMapperFPRemoveButton . UseVisualStyleBackColor = true ;
AutoMapperFPRemoveButton . Click + = AutoMapperFPRemoveButton_Click ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperFPAddButton
2024-06-28 16:17:54 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperFPAddButton . Location = new Point ( 4 , 461 ) ;
AutoMapperFPAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperFPAddButton . Name = "AutoMapperFPAddButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperFPAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperFPAddButton . TabIndex = 36 ;
AutoMapperFPAddButton . Text = "Add" ;
AutoMapperFPAddButton . UseVisualStyleBackColor = true ;
AutoMapperFPAddButton . Click + = AutoMapperFPAddButton_Click ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperFPBox
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperFPBox . BackColor = Color . Gray ;
AutoMapperFPBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
AutoMapperFPBox . ItemHeight = 15 ;
AutoMapperFPBox . Location = new Point ( 4 , 320 ) ;
AutoMapperFPBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperFPBox . Name = "AutoMapperFPBox" ;
2024-11-05 18:21:26 +00:00
AutoMapperFPBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperFPBox . TabIndex = 35 ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperTokensRemoveButton
2024-06-28 16:17:54 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperTokensRemoveButton . Location = new Point ( 424 , 267 ) ;
AutoMapperTokensRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTokensRemoveButton . Name = "AutoMapperTokensRemoveButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperTokensRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTokensRemoveButton . TabIndex = 33 ;
AutoMapperTokensRemoveButton . Text = "Remove" ;
AutoMapperTokensRemoveButton . UseVisualStyleBackColor = true ;
AutoMapperTokensRemoveButton . Click + = AutoMapperTokensRemoveButton_Click ;
2024-06-28 16:17:54 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperTokensAddButton
2024-06-28 16:17:54 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperTokensAddButton . Location = new Point ( 256 , 267 ) ;
AutoMapperTokensAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTokensAddButton . Name = "AutoMapperTokensAddButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperTokensAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTokensAddButton . TabIndex = 32 ;
AutoMapperTokensAddButton . Text = "Add" ;
AutoMapperTokensAddButton . UseVisualStyleBackColor = true ;
AutoMapperTokensAddButton . Click + = AutoMapperTokensAddButton_Click ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperTokensBox
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperTokensBox . BackColor = Color . Gray ;
AutoMapperTokensBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
AutoMapperTokensBox . ItemHeight = 15 ;
AutoMapperTokensBox . Location = new Point ( 256 , 126 ) ;
AutoMapperTokensBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTokensBox . Name = "AutoMapperTokensBox" ;
2024-11-05 18:21:26 +00:00
AutoMapperTokensBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTokensBox . TabIndex = 31 ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// label3
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
label3 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label3 . Location = new Point ( 170 , 71 ) ;
label3 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label3 . Name = "label3" ;
2024-11-05 18:21:26 +00:00
label3 . Size = new Size ( 183 , 15 ) ;
2024-08-09 21:49:40 -04:00
label3 . TabIndex = 30 ;
label3 . Text = "Min Length of field or prop name" ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// label2
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
label2 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label2 . Location = new Point ( 170 , 52 ) ;
label2 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label2 . Name = "label2" ;
2024-11-05 18:21:26 +00:00
label2 . Size = new Size ( 102 , 15 ) ;
2024-08-09 21:49:40 -04:00
label2 . TabIndex = 27 ;
label2 . Text = "Required Matches" ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperExcludeTypesRemoveButton
2024-06-13 20:25:11 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperExcludeTypesRemoveButton . Location = new Point ( 173 , 267 ) ;
AutoMapperExcludeTypesRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperExcludeTypesRemoveButton . Name = "AutoMapperExcludeTypesRemoveButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperExcludeTypesRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperExcludeTypesRemoveButton . TabIndex = 23 ;
AutoMapperExcludeTypesRemoveButton . Text = "Remove" ;
AutoMapperExcludeTypesRemoveButton . UseVisualStyleBackColor = true ;
AutoMapperExcludeTypesRemoveButton . Click + = AutoMapperExcludeRemoveButton_Click ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperExcludeTypesAddButton
2024-06-14 11:01:21 -04:00
//
2024-11-05 18:21:26 +00:00
AutoMapperExcludeTypesAddButton . Location = new Point ( 4 , 267 ) ;
AutoMapperExcludeTypesAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperExcludeTypesAddButton . Name = "AutoMapperExcludeTypesAddButton" ;
2024-11-05 18:21:26 +00:00
AutoMapperExcludeTypesAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperExcludeTypesAddButton . TabIndex = 22 ;
AutoMapperExcludeTypesAddButton . Text = "Add" ;
AutoMapperExcludeTypesAddButton . UseVisualStyleBackColor = true ;
AutoMapperExcludeTypesAddButton . Click + = AutoMapperExcludeAddButton_Click ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// AutoMapperTypesExcludeBox
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
AutoMapperTypesExcludeBox . BackColor = Color . Gray ;
AutoMapperTypesExcludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
AutoMapperTypesExcludeBox . ItemHeight = 15 ;
AutoMapperTypesExcludeBox . Location = new Point ( 4 , 126 ) ;
AutoMapperTypesExcludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTypesExcludeBox . Name = "AutoMapperTypesExcludeBox" ;
2024-11-05 18:21:26 +00:00
AutoMapperTypesExcludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
AutoMapperTypesExcludeBox . TabIndex = 21 ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// RemapperTabPage
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
RemapperTabPage . BackColor = SystemColors . ControlDarkDark ;
RemapperTabPage . Controls . Add ( ValidateRemapButton ) ;
RemapperTabPage . Controls . Add ( label1 ) ;
RemapperTabPage . Controls . Add ( ResetSearchButton ) ;
RemapperTabPage . Controls . Add ( LoadedMappingFilePath ) ;
RemapperTabPage . Controls . Add ( RMSearchBox ) ;
RemapperTabPage . Controls . Add ( RemapperOutputDirectoryPath ) ;
RemapperTabPage . Controls . Add ( TargetAssemblyPath ) ;
RemapperTabPage . Controls . Add ( RemapTreeView ) ;
RemapperTabPage . Controls . Add ( groupBox1 ) ;
RemapperTabPage . Controls . Add ( OutputDirectoryButton ) ;
RemapperTabPage . Controls . Add ( LoadMappingFileButton ) ;
RemapperTabPage . Controls . Add ( PickAssemblyPathButton ) ;
RemapperTabPage . Controls . Add ( RemapperUnseal ) ;
RemapperTabPage . Controls . Add ( SaveRemapButton ) ;
RemapperTabPage . Controls . Add ( RemapperPublicicize ) ;
RemapperTabPage . Controls . Add ( RemoveRemapButton ) ;
RemapperTabPage . Controls . Add ( RunRemapButton ) ;
RemapperTabPage . Controls . Add ( RenameFieldsCheckbox ) ;
RemapperTabPage . Controls . Add ( RenamePropertiesCheckbox ) ;
2024-11-05 18:21:26 +00:00
RemapperTabPage . Location = new Point ( 4 , 24 ) ;
RemapperTabPage . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RemapperTabPage . Name = "RemapperTabPage" ;
2024-11-05 18:21:26 +00:00
RemapperTabPage . Padding = new Padding ( 2 ) ;
RemapperTabPage . Size = new Size ( 947 , 567 ) ;
2024-08-09 21:49:40 -04:00
RemapperTabPage . TabIndex = 1 ;
RemapperTabPage . Text = "Remapper" ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// label1
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
label1 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label1 . Location = new Point ( 544 , 28 ) ;
label1 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label1 . Name = "label1" ;
2024-11-05 18:21:26 +00:00
label1 . Size = new Size ( 155 , 15 ) ;
2024-08-09 21:49:40 -04:00
label1 . TabIndex = 41 ;
label1 . Text = "Double click to edit a remap" ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// RMSearchBox
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
RMSearchBox . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
RMSearchBox . Location = new Point ( 547 , 10 ) ;
RMSearchBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RMSearchBox . Name = "RMSearchBox" ;
RMSearchBox . PlaceholderText = "Search" ;
2024-11-05 18:21:26 +00:00
RMSearchBox . Size = new Size ( 303 , 23 ) ;
2024-08-09 21:49:40 -04:00
RMSearchBox . TabIndex = 38 ;
RMSearchBox . TextChanged + = SearchTreeView ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// RemapperOutputDirectoryPath
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
RemapperOutputDirectoryPath . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
RemapperOutputDirectoryPath . Location = new Point ( 547 , 371 ) ;
RemapperOutputDirectoryPath . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RemapperOutputDirectoryPath . Name = "RemapperOutputDirectoryPath" ;
RemapperOutputDirectoryPath . PlaceholderText = "Output Directory" ;
RemapperOutputDirectoryPath . ReadOnly = true ;
2024-11-05 18:21:26 +00:00
RemapperOutputDirectoryPath . Size = new Size ( 303 , 23 ) ;
2024-08-09 21:49:40 -04:00
RemapperOutputDirectoryPath . TabIndex = 34 ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// TargetAssemblyPath
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
TargetAssemblyPath . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
TargetAssemblyPath . Location = new Point ( 547 , 349 ) ;
TargetAssemblyPath . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
TargetAssemblyPath . Name = "TargetAssemblyPath" ;
TargetAssemblyPath . PlaceholderText = "Target Assembly" ;
TargetAssemblyPath . ReadOnly = true ;
2024-11-05 18:21:26 +00:00
TargetAssemblyPath . Size = new Size ( 303 , 23 ) ;
2024-08-09 21:49:40 -04:00
TargetAssemblyPath . TabIndex = 33 ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// RemapTreeView
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
RemapTreeView . BackColor = Color . Gray ;
2024-11-05 18:21:26 +00:00
RemapTreeView . Location = new Point ( 548 , 43 ) ;
RemapTreeView . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RemapTreeView . Name = "RemapTreeView" ;
2024-11-05 18:21:26 +00:00
RemapTreeView . Size = new Size ( 384 , 303 ) ;
2024-08-09 21:49:40 -04:00
RemapTreeView . TabIndex = 1 ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// groupBox1
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
groupBox1 . Controls . Add ( tabControl1 ) ;
2024-11-05 18:21:26 +00:00
groupBox1 . Location = new Point ( 4 , 4 ) ;
groupBox1 . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
groupBox1 . Name = "groupBox1" ;
2024-11-05 18:21:26 +00:00
groupBox1 . Padding = new Padding ( 2 ) ;
groupBox1 . Size = new Size ( 538 , 542 ) ;
2024-08-09 21:49:40 -04:00
groupBox1 . TabIndex = 0 ;
groupBox1 . TabStop = false ;
groupBox1 . Text = "Remap Editor" ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// tabControl1
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
tabControl1 . Controls . Add ( RMBasicTab ) ;
tabControl1 . Controls . Add ( tabPage6 ) ;
tabControl1 . Controls . Add ( RMSearchTab ) ;
2024-11-05 18:21:26 +00:00
tabControl1 . Location = new Point ( 7 , 18 ) ;
tabControl1 . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
tabControl1 . Name = "tabControl1" ;
tabControl1 . SelectedIndex = 0 ;
2024-11-05 18:21:26 +00:00
tabControl1 . Size = new Size ( 527 , 528 ) ;
2024-08-09 21:49:40 -04:00
tabControl1 . TabIndex = 54 ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// RMBasicTab
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
RMBasicTab . BackColor = SystemColors . ControlDarkDark ;
RMBasicTab . Controls . Add ( NewTypeName ) ;
RMBasicTab . Controls . Add ( Inclusions ) ;
RMBasicTab . Controls . Add ( label11 ) ;
RMBasicTab . Controls . Add ( MethodCountEnabled ) ;
RMBasicTab . Controls . Add ( IsStructComboBox ) ;
RMBasicTab . Controls . Add ( BaseClassExcludeTextField ) ;
RMBasicTab . Controls . Add ( label10 ) ;
RMBasicTab . Controls . Add ( IsNestedUpDown ) ;
RMBasicTab . Controls . Add ( HasGenericParamsComboBox ) ;
RMBasicTab . Controls . Add ( IsDerivedUpDown ) ;
RMBasicTab . Controls . Add ( label8 ) ;
RMBasicTab . Controls . Add ( NestedTypeCountUpDown ) ;
RMBasicTab . Controls . Add ( HasAttributeComboBox ) ;
RMBasicTab . Controls . Add ( OriginalTypeName ) ;
RMBasicTab . Controls . Add ( label9 ) ;
RMBasicTab . Controls . Add ( BaseClassIncludeTextFIeld ) ;
RMBasicTab . Controls . Add ( IsEnumComboBox ) ;
RMBasicTab . Controls . Add ( MethodCountUpDown ) ;
RMBasicTab . Controls . Add ( label2322 ) ;
RMBasicTab . Controls . Add ( NestedTypeParentName ) ;
RMBasicTab . Controls . Add ( IsInterfaceComboBox ) ;
RMBasicTab . Controls . Add ( FieldCountEnabled ) ;
RMBasicTab . Controls . Add ( label7 ) ;
RMBasicTab . Controls . Add ( FieldCountUpDown ) ;
RMBasicTab . Controls . Add ( IsSealedComboBox ) ;
RMBasicTab . Controls . Add ( PropertyCountUpDown ) ;
RMBasicTab . Controls . Add ( label6 ) ;
RMBasicTab . Controls . Add ( NestedTypeCountEnabled ) ;
RMBasicTab . Controls . Add ( IsAbstractComboBox ) ;
RMBasicTab . Controls . Add ( RemapperUseForceRename ) ;
RMBasicTab . Controls . Add ( label5 ) ;
RMBasicTab . Controls . Add ( PropertyCountEnabled ) ;
RMBasicTab . Controls . Add ( IsPublicComboBox ) ;
RMBasicTab . Controls . Add ( ConstructorCountEnabled ) ;
RMBasicTab . Controls . Add ( ConstuctorCountUpDown ) ;
2024-11-05 18:21:26 +00:00
RMBasicTab . Location = new Point ( 4 , 24 ) ;
RMBasicTab . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RMBasicTab . Name = "RMBasicTab" ;
2024-11-05 18:21:26 +00:00
RMBasicTab . Padding = new Padding ( 2 ) ;
RMBasicTab . Size = new Size ( 519 , 500 ) ;
2024-08-09 21:49:40 -04:00
RMBasicTab . TabIndex = 0 ;
RMBasicTab . Text = "Basic" ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// Inclusions
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
Inclusions . Controls . Add ( tabPage1 ) ;
Inclusions . Controls . Add ( tabPage2 ) ;
Inclusions . Controls . Add ( tabPage3 ) ;
Inclusions . Controls . Add ( tabPage4 ) ;
2024-11-05 18:21:26 +00:00
Inclusions . Controls . Add ( tabPage5 ) ;
Inclusions . Location = new Point ( 4 , 286 ) ;
Inclusions . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
Inclusions . Name = "Inclusions" ;
Inclusions . SelectedIndex = 0 ;
2024-11-05 18:21:26 +00:00
Inclusions . Size = new Size ( 526 , 218 ) ;
2024-08-09 21:49:40 -04:00
Inclusions . TabIndex = 14 ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// tabPage1
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
tabPage1 . BackColor = SystemColors . ControlDarkDark ;
tabPage1 . BorderStyle = BorderStyle . FixedSingle ;
tabPage1 . Controls . Add ( ExcludeMethodTextBox ) ;
tabPage1 . Controls . Add ( IncludeMethodTextBox ) ;
tabPage1 . Controls . Add ( MethodExcludeRemoveButton ) ;
tabPage1 . Controls . Add ( MethodExcludeAddButton ) ;
tabPage1 . Controls . Add ( MethodIncludeRemoveButton ) ;
tabPage1 . Controls . Add ( MethodIncludeAddButton ) ;
tabPage1 . Controls . Add ( MethodExcludeBox ) ;
tabPage1 . Controls . Add ( MethodIncludeBox ) ;
2024-11-05 18:21:26 +00:00
tabPage1 . Location = new Point ( 4 , 24 ) ;
tabPage1 . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
tabPage1 . Name = "tabPage1" ;
2024-11-05 18:21:26 +00:00
tabPage1 . Padding = new Padding ( 2 ) ;
tabPage1 . Size = new Size ( 518 , 190 ) ;
2024-08-09 21:49:40 -04:00
tabPage1 . TabIndex = 0 ;
tabPage1 . Text = "Methods" ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// ExcludeMethodTextBox
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
ExcludeMethodTextBox . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
ExcludeMethodTextBox . Location = new Point ( 267 , 4 ) ;
ExcludeMethodTextBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
ExcludeMethodTextBox . Name = "ExcludeMethodTextBox" ;
ExcludeMethodTextBox . PlaceholderText = "Exclude Methods" ;
2024-11-05 18:21:26 +00:00
ExcludeMethodTextBox . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
ExcludeMethodTextBox . TabIndex = 21 ;
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
// IncludeMethodTextBox
2024-06-14 11:01:21 -04:00
//
2024-08-09 21:49:40 -04:00
IncludeMethodTextBox . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
IncludeMethodTextBox . Location = new Point ( 4 , 4 ) ;
IncludeMethodTextBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
IncludeMethodTextBox . Name = "IncludeMethodTextBox" ;
IncludeMethodTextBox . PlaceholderText = "Include Methods" ;
2024-11-05 18:21:26 +00:00
IncludeMethodTextBox . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
IncludeMethodTextBox . TabIndex = 20 ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// MethodExcludeRemoveButton
2024-06-22 13:57:41 -04:00
//
2024-11-05 18:21:26 +00:00
MethodExcludeRemoveButton . Location = new Point ( 435 , 167 ) ;
MethodExcludeRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
MethodExcludeRemoveButton . Name = "MethodExcludeRemoveButton" ;
2024-11-05 18:21:26 +00:00
MethodExcludeRemoveButton . Size = new Size ( 78 , 22 ) ;
2024-08-09 21:49:40 -04:00
MethodExcludeRemoveButton . TabIndex = 19 ;
MethodExcludeRemoveButton . Text = "Remove" ;
MethodExcludeRemoveButton . UseVisualStyleBackColor = true ;
MethodExcludeRemoveButton . Click + = MethodExcludeRemoveButton_Click ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// MethodExcludeAddButton
2024-06-22 13:57:41 -04:00
//
2024-11-05 18:21:26 +00:00
MethodExcludeAddButton . Location = new Point ( 267 , 167 ) ;
MethodExcludeAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
MethodExcludeAddButton . Name = "MethodExcludeAddButton" ;
2024-11-05 18:21:26 +00:00
MethodExcludeAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
MethodExcludeAddButton . TabIndex = 18 ;
MethodExcludeAddButton . Text = "Add" ;
MethodExcludeAddButton . UseVisualStyleBackColor = true ;
MethodExcludeAddButton . Click + = MethodExcludeAddButton_Click ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// MethodIncludeRemoveButton
2024-06-22 13:57:41 -04:00
//
2024-11-05 18:21:26 +00:00
MethodIncludeRemoveButton . Location = new Point ( 173 , 167 ) ;
MethodIncludeRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
MethodIncludeRemoveButton . Name = "MethodIncludeRemoveButton" ;
2024-11-05 18:21:26 +00:00
MethodIncludeRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
MethodIncludeRemoveButton . TabIndex = 17 ;
MethodIncludeRemoveButton . Text = "Remove" ;
MethodIncludeRemoveButton . UseVisualStyleBackColor = true ;
MethodIncludeRemoveButton . Click + = MethodIncludeRemoveButton_Click ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// MethodIncludeAddButton
2024-06-22 13:57:41 -04:00
//
2024-11-05 18:21:26 +00:00
MethodIncludeAddButton . Location = new Point ( 4 , 167 ) ;
MethodIncludeAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
MethodIncludeAddButton . Name = "MethodIncludeAddButton" ;
2024-11-05 18:21:26 +00:00
MethodIncludeAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
MethodIncludeAddButton . TabIndex = 16 ;
MethodIncludeAddButton . Text = "Add" ;
MethodIncludeAddButton . UseVisualStyleBackColor = true ;
MethodIncludeAddButton . Click + = MethodIncludeAddButton_Click ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// MethodExcludeBox
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
MethodExcludeBox . BackColor = Color . Gray ;
MethodExcludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
MethodExcludeBox . ItemHeight = 15 ;
MethodExcludeBox . Location = new Point ( 267 , 26 ) ;
MethodExcludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
MethodExcludeBox . Name = "MethodExcludeBox" ;
2024-11-05 18:21:26 +00:00
MethodExcludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
MethodExcludeBox . TabIndex = 15 ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// MethodIncludeBox
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
MethodIncludeBox . BackColor = Color . Gray ;
MethodIncludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
MethodIncludeBox . ItemHeight = 15 ;
MethodIncludeBox . Location = new Point ( 4 , 26 ) ;
MethodIncludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
MethodIncludeBox . Name = "MethodIncludeBox" ;
2024-11-05 18:21:26 +00:00
MethodIncludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
MethodIncludeBox . TabIndex = 14 ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// tabPage2
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
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 ) ;
2024-11-05 18:21:26 +00:00
tabPage2 . Location = new Point ( 4 , 24 ) ;
tabPage2 . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
tabPage2 . Name = "tabPage2" ;
2024-11-05 18:21:26 +00:00
tabPage2 . Padding = new Padding ( 2 ) ;
tabPage2 . Size = new Size ( 518 , 190 ) ;
2024-08-09 21:49:40 -04:00
tabPage2 . TabIndex = 1 ;
tabPage2 . Text = "Fields" ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldsExcludeTextInput
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
FieldsExcludeTextInput . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
FieldsExcludeTextInput . Location = new Point ( 267 , 4 ) ;
FieldsExcludeTextInput . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldsExcludeTextInput . Name = "FieldsExcludeTextInput" ;
FieldsExcludeTextInput . PlaceholderText = "Exclude Fields" ;
2024-11-05 18:21:26 +00:00
FieldsExcludeTextInput . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
FieldsExcludeTextInput . TabIndex = 27 ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldsIncludeTextInput
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
FieldsIncludeTextInput . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
FieldsIncludeTextInput . Location = new Point ( 4 , 4 ) ;
FieldsIncludeTextInput . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldsIncludeTextInput . Name = "FieldsIncludeTextInput" ;
FieldsIncludeTextInput . PlaceholderText = "Include Fields" ;
2024-11-05 18:21:26 +00:00
FieldsIncludeTextInput . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
FieldsIncludeTextInput . TabIndex = 26 ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldExcludeRemoveButton
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
FieldExcludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
FieldExcludeRemoveButton . Location = new Point ( 435 , 167 ) ;
FieldExcludeRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldExcludeRemoveButton . Name = "FieldExcludeRemoveButton" ;
2024-11-05 18:21:26 +00:00
FieldExcludeRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
FieldExcludeRemoveButton . TabIndex = 25 ;
FieldExcludeRemoveButton . Text = "Remove" ;
FieldExcludeRemoveButton . UseVisualStyleBackColor = false ;
FieldExcludeRemoveButton . Click + = FieldExcludeRemoveButton_Click ;
2024-06-22 13:57:41 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldExcludeAddButton
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
FieldExcludeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
FieldExcludeAddButton . Location = new Point ( 267 , 167 ) ;
FieldExcludeAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldExcludeAddButton . Name = "FieldExcludeAddButton" ;
2024-11-05 18:21:26 +00:00
FieldExcludeAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
FieldExcludeAddButton . TabIndex = 24 ;
FieldExcludeAddButton . Text = "Add" ;
FieldExcludeAddButton . UseVisualStyleBackColor = false ;
FieldExcludeAddButton . Click + = FieldExcludeAddButton_Click ;
2024-06-13 20:25:11 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldIncludeRemoveButton
2024-06-15 16:21:12 -04:00
//
2024-08-09 21:49:40 -04:00
FieldIncludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
FieldIncludeRemoveButton . Location = new Point ( 173 , 167 ) ;
FieldIncludeRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldIncludeRemoveButton . Name = "FieldIncludeRemoveButton" ;
2024-11-05 18:21:26 +00:00
FieldIncludeRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
FieldIncludeRemoveButton . TabIndex = 23 ;
FieldIncludeRemoveButton . Text = "Remove" ;
FieldIncludeRemoveButton . UseVisualStyleBackColor = false ;
FieldIncludeRemoveButton . Click + = FieldIncludeRemoveButton_Click ;
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
// FIeldIncludeAddButton
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
FIeldIncludeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
FIeldIncludeAddButton . Location = new Point ( 4 , 167 ) ;
FIeldIncludeAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FIeldIncludeAddButton . Name = "FIeldIncludeAddButton" ;
2024-11-05 18:21:26 +00:00
FIeldIncludeAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
FIeldIncludeAddButton . TabIndex = 22 ;
FIeldIncludeAddButton . Text = "Add" ;
FIeldIncludeAddButton . UseVisualStyleBackColor = false ;
FIeldIncludeAddButton . Click + = FIeldIncludeAddButton_Click ;
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldExcludeBox
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
FieldExcludeBox . BackColor = Color . Gray ;
FieldExcludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
FieldExcludeBox . ItemHeight = 15 ;
FieldExcludeBox . Location = new Point ( 267 , 26 ) ;
FieldExcludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldExcludeBox . Name = "FieldExcludeBox" ;
2024-11-05 18:21:26 +00:00
FieldExcludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
FieldExcludeBox . TabIndex = 17 ;
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldIncludeBox
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
FieldIncludeBox . BackColor = Color . Gray ;
FieldIncludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
FieldIncludeBox . ItemHeight = 15 ;
FieldIncludeBox . Location = new Point ( 4 , 26 ) ;
FieldIncludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldIncludeBox . Name = "FieldIncludeBox" ;
2024-11-05 18:21:26 +00:00
FieldIncludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
FieldIncludeBox . TabIndex = 16 ;
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
// tabPage3
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
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 ) ;
2024-11-05 18:21:26 +00:00
tabPage3 . Location = new Point ( 4 , 24 ) ;
tabPage3 . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
tabPage3 . Name = "tabPage3" ;
2024-11-05 18:21:26 +00:00
tabPage3 . Padding = new Padding ( 2 ) ;
tabPage3 . Size = new Size ( 518 , 190 ) ;
2024-08-09 21:49:40 -04:00
tabPage3 . TabIndex = 2 ;
tabPage3 . Text = "Properties" ;
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertiesExcludeTextField
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
PropertiesExcludeTextField . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
PropertiesExcludeTextField . Location = new Point ( 267 , 4 ) ;
PropertiesExcludeTextField . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertiesExcludeTextField . Name = "PropertiesExcludeTextField" ;
PropertiesExcludeTextField . PlaceholderText = "Exclude Properties" ;
2024-11-05 18:21:26 +00:00
PropertiesExcludeTextField . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
PropertiesExcludeTextField . TabIndex = 27 ;
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertiesIncludeTextField
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
PropertiesIncludeTextField . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
PropertiesIncludeTextField . Location = new Point ( 4 , 4 ) ;
PropertiesIncludeTextField . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertiesIncludeTextField . Name = "PropertiesIncludeTextField" ;
PropertiesIncludeTextField . PlaceholderText = "Include Properties" ;
2024-11-05 18:21:26 +00:00
PropertiesIncludeTextField . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
PropertiesIncludeTextField . TabIndex = 26 ;
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertiesExcludeRemoveButton
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
PropertiesExcludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
PropertiesExcludeRemoveButton . Location = new Point ( 435 , 167 ) ;
PropertiesExcludeRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertiesExcludeRemoveButton . Name = "PropertiesExcludeRemoveButton" ;
2024-11-05 18:21:26 +00:00
PropertiesExcludeRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
PropertiesExcludeRemoveButton . TabIndex = 25 ;
PropertiesExcludeRemoveButton . Text = "Remove" ;
PropertiesExcludeRemoveButton . UseVisualStyleBackColor = false ;
PropertiesExcludeRemoveButton . Click + = PropertiesExcludeRemoveButton_Click ;
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertiesExcludeAddButton
2024-06-17 17:51:00 -04:00
//
2024-08-09 21:49:40 -04:00
PropertiesExcludeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
PropertiesExcludeAddButton . Location = new Point ( 267 , 167 ) ;
PropertiesExcludeAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertiesExcludeAddButton . Name = "PropertiesExcludeAddButton" ;
2024-11-05 18:21:26 +00:00
PropertiesExcludeAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
PropertiesExcludeAddButton . TabIndex = 24 ;
PropertiesExcludeAddButton . Text = "Add" ;
PropertiesExcludeAddButton . UseVisualStyleBackColor = false ;
PropertiesExcludeAddButton . Click + = PropertiesExcludeAddButton_Click ;
2024-06-14 18:07:01 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertiesIncludeRemoveButton
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
PropertiesIncludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
PropertiesIncludeRemoveButton . Location = new Point ( 173 , 167 ) ;
PropertiesIncludeRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertiesIncludeRemoveButton . Name = "PropertiesIncludeRemoveButton" ;
2024-11-05 18:21:26 +00:00
PropertiesIncludeRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
PropertiesIncludeRemoveButton . TabIndex = 23 ;
PropertiesIncludeRemoveButton . Text = "Remove" ;
PropertiesIncludeRemoveButton . UseVisualStyleBackColor = false ;
PropertiesIncludeRemoveButton . Click + = PropertiesIncludeRemoveButton_Click ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertiesIncludeAddButton
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
PropertiesIncludeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
PropertiesIncludeAddButton . Location = new Point ( 4 , 167 ) ;
PropertiesIncludeAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertiesIncludeAddButton . Name = "PropertiesIncludeAddButton" ;
2024-11-05 18:21:26 +00:00
PropertiesIncludeAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
PropertiesIncludeAddButton . TabIndex = 22 ;
PropertiesIncludeAddButton . Text = "Add" ;
PropertiesIncludeAddButton . UseVisualStyleBackColor = false ;
PropertiesIncludeAddButton . Click + = PropertiesIncludeAddButton_Click ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertiesExcludeBox
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
PropertiesExcludeBox . BackColor = Color . Gray ;
PropertiesExcludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
PropertiesExcludeBox . ItemHeight = 15 ;
PropertiesExcludeBox . Location = new Point ( 267 , 26 ) ;
PropertiesExcludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertiesExcludeBox . Name = "PropertiesExcludeBox" ;
2024-11-05 18:21:26 +00:00
PropertiesExcludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
PropertiesExcludeBox . TabIndex = 19 ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertiesIncludeBox
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
PropertiesIncludeBox . BackColor = Color . Gray ;
PropertiesIncludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
PropertiesIncludeBox . ItemHeight = 15 ;
PropertiesIncludeBox . Location = new Point ( 4 , 26 ) ;
PropertiesIncludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertiesIncludeBox . Name = "PropertiesIncludeBox" ;
2024-11-05 18:21:26 +00:00
PropertiesIncludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
PropertiesIncludeBox . TabIndex = 18 ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// tabPage4
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
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 ) ;
2024-11-05 18:21:26 +00:00
tabPage4 . Location = new Point ( 4 , 24 ) ;
tabPage4 . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
tabPage4 . Name = "tabPage4" ;
2024-11-05 18:21:26 +00:00
tabPage4 . Padding = new Padding ( 2 ) ;
tabPage4 . Size = new Size ( 518 , 190 ) ;
2024-08-09 21:49:40 -04:00
tabPage4 . TabIndex = 3 ;
tabPage4 . Text = "Nested Types" ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypesExcludeTextField
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypesExcludeTextField . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
NestedTypesExcludeTextField . Location = new Point ( 267 , 4 ) ;
NestedTypesExcludeTextField . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesExcludeTextField . Name = "NestedTypesExcludeTextField" ;
NestedTypesExcludeTextField . PlaceholderText = "Exclude Nested Types" ;
2024-11-05 18:21:26 +00:00
NestedTypesExcludeTextField . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesExcludeTextField . TabIndex = 27 ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypesIncludeTextField
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypesIncludeTextField . BackColor = SystemColors . ScrollBar ;
2024-11-05 18:21:26 +00:00
NestedTypesIncludeTextField . Location = new Point ( 4 , 4 ) ;
NestedTypesIncludeTextField . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesIncludeTextField . Name = "NestedTypesIncludeTextField" ;
NestedTypesIncludeTextField . PlaceholderText = "Include Nested Types" ;
2024-11-05 18:21:26 +00:00
NestedTypesIncludeTextField . Size = new Size ( 248 , 23 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesIncludeTextField . TabIndex = 26 ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypesExcludeRemoveButton
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypesExcludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
NestedTypesExcludeRemoveButton . Location = new Point ( 435 , 167 ) ;
NestedTypesExcludeRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesExcludeRemoveButton . Name = "NestedTypesExcludeRemoveButton" ;
2024-11-05 18:21:26 +00:00
NestedTypesExcludeRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesExcludeRemoveButton . TabIndex = 25 ;
NestedTypesExcludeRemoveButton . Text = "Remove" ;
NestedTypesExcludeRemoveButton . UseVisualStyleBackColor = false ;
NestedTypesExcludeRemoveButton . Click + = NestedTypesExcludeRemoveButton_Click ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypesExlcudeAddButton
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypesExlcudeAddButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
NestedTypesExlcudeAddButton . Location = new Point ( 267 , 167 ) ;
NestedTypesExlcudeAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesExlcudeAddButton . Name = "NestedTypesExlcudeAddButton" ;
2024-11-05 18:21:26 +00:00
NestedTypesExlcudeAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesExlcudeAddButton . TabIndex = 24 ;
NestedTypesExlcudeAddButton . Text = "Add" ;
NestedTypesExlcudeAddButton . UseVisualStyleBackColor = false ;
NestedTypesExlcudeAddButton . Click + = NestedTypesExlcudeAddButton_Click ;
//
// NestedTypesRemoveButton
//
NestedTypesRemoveButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
NestedTypesRemoveButton . Location = new Point ( 173 , 167 ) ;
NestedTypesRemoveButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesRemoveButton . Name = "NestedTypesRemoveButton" ;
2024-11-05 18:21:26 +00:00
NestedTypesRemoveButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesRemoveButton . TabIndex = 23 ;
NestedTypesRemoveButton . Text = "Remove" ;
NestedTypesRemoveButton . UseVisualStyleBackColor = false ;
NestedTypesRemoveButton . Click + = NestedTypesRemoveButton_Click ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypesAddButton
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypesAddButton . BackColor = SystemColors . ButtonShadow ;
2024-11-05 18:21:26 +00:00
NestedTypesAddButton . Location = new Point ( 4 , 167 ) ;
NestedTypesAddButton . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesAddButton . Name = "NestedTypesAddButton" ;
2024-11-05 18:21:26 +00:00
NestedTypesAddButton . Size = new Size ( 78 , 20 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesAddButton . TabIndex = 22 ;
NestedTypesAddButton . Text = "Add" ;
NestedTypesAddButton . UseVisualStyleBackColor = false ;
NestedTypesAddButton . Click + = NestedTypesAddButton_Click ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypesExcludeBox
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypesExcludeBox . BackColor = Color . Gray ;
NestedTypesExcludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
NestedTypesExcludeBox . ItemHeight = 15 ;
NestedTypesExcludeBox . Location = new Point ( 267 , 26 ) ;
NestedTypesExcludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesExcludeBox . Name = "NestedTypesExcludeBox" ;
2024-11-05 18:21:26 +00:00
NestedTypesExcludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesExcludeBox . TabIndex = 21 ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypesIncludeBox
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypesIncludeBox . BackColor = Color . Gray ;
NestedTypesIncludeBox . FormattingEnabled = true ;
2024-11-05 18:21:26 +00:00
NestedTypesIncludeBox . ItemHeight = 15 ;
NestedTypesIncludeBox . Location = new Point ( 4 , 26 ) ;
NestedTypesIncludeBox . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesIncludeBox . Name = "NestedTypesIncludeBox" ;
2024-11-05 18:21:26 +00:00
NestedTypesIncludeBox . Size = new Size ( 248 , 139 ) ;
2024-08-09 21:49:40 -04:00
NestedTypesIncludeBox . TabIndex = 20 ;
2024-06-16 16:21:42 -04:00
//
2024-11-05 18:21:26 +00:00
// tabPage5
//
tabPage5 . BackColor = SystemColors . ControlDarkDark ;
tabPage5 . Controls . Add ( EventsExcludeBox ) ;
tabPage5 . Controls . Add ( EventsIncludeBox ) ;
tabPage5 . Controls . Add ( EventsExcludeRemoveButton ) ;
tabPage5 . Controls . Add ( EventsExcludeAddButton ) ;
tabPage5 . Controls . Add ( EventsRemoveButton ) ;
tabPage5 . Controls . Add ( EventsAddButton ) ;
tabPage5 . Controls . Add ( EventsExcludeTextField ) ;
tabPage5 . Controls . Add ( EventsIncludeTextField ) ;
tabPage5 . Location = new Point ( 4 , 24 ) ;
tabPage5 . Name = "tabPage5" ;
tabPage5 . Size = new Size ( 518 , 190 ) ;
tabPage5 . TabIndex = 4 ;
tabPage5 . Text = "Events" ;
//
// EventsExcludeBox
//
EventsExcludeBox . BackColor = Color . Gray ;
EventsExcludeBox . FormattingEnabled = true ;
EventsExcludeBox . ItemHeight = 15 ;
EventsExcludeBox . Location = new Point ( 267 , 26 ) ;
EventsExcludeBox . Margin = new Padding ( 2 ) ;
EventsExcludeBox . Name = "EventsExcludeBox" ;
EventsExcludeBox . Size = new Size ( 248 , 139 ) ;
EventsExcludeBox . TabIndex = 34 ;
//
// EventsIncludeBox
//
EventsIncludeBox . BackColor = Color . Gray ;
EventsIncludeBox . FormattingEnabled = true ;
EventsIncludeBox . ItemHeight = 15 ;
EventsIncludeBox . Location = new Point ( 4 , 26 ) ;
EventsIncludeBox . Margin = new Padding ( 2 ) ;
EventsIncludeBox . Name = "EventsIncludeBox" ;
EventsIncludeBox . Size = new Size ( 248 , 139 ) ;
EventsIncludeBox . TabIndex = 33 ;
//
// EventsExcludeRemoveButton
//
EventsExcludeRemoveButton . BackColor = SystemColors . ButtonShadow ;
EventsExcludeRemoveButton . Location = new Point ( 435 , 167 ) ;
EventsExcludeRemoveButton . Margin = new Padding ( 2 ) ;
EventsExcludeRemoveButton . Name = "EventsExcludeRemoveButton" ;
EventsExcludeRemoveButton . Size = new Size ( 78 , 20 ) ;
EventsExcludeRemoveButton . TabIndex = 32 ;
EventsExcludeRemoveButton . Text = "Remove" ;
EventsExcludeRemoveButton . UseVisualStyleBackColor = false ;
EventsExcludeRemoveButton . Click + = EventsExcludeRemoveButton_Click ;
//
// EventsExcludeAddButton
//
EventsExcludeAddButton . BackColor = SystemColors . ButtonShadow ;
EventsExcludeAddButton . Location = new Point ( 267 , 167 ) ;
EventsExcludeAddButton . Margin = new Padding ( 2 ) ;
EventsExcludeAddButton . Name = "EventsExcludeAddButton" ;
EventsExcludeAddButton . Size = new Size ( 78 , 20 ) ;
EventsExcludeAddButton . TabIndex = 31 ;
EventsExcludeAddButton . Text = "Add" ;
EventsExcludeAddButton . UseVisualStyleBackColor = false ;
EventsExcludeAddButton . Click + = EventsExcludeAddButton_Click ;
//
// EventsRemoveButton
//
EventsRemoveButton . BackColor = SystemColors . ButtonShadow ;
EventsRemoveButton . Location = new Point ( 173 , 167 ) ;
EventsRemoveButton . Margin = new Padding ( 2 ) ;
EventsRemoveButton . Name = "EventsRemoveButton" ;
EventsRemoveButton . Size = new Size ( 78 , 20 ) ;
EventsRemoveButton . TabIndex = 30 ;
EventsRemoveButton . Text = "Remove" ;
EventsRemoveButton . UseVisualStyleBackColor = false ;
EventsRemoveButton . Click + = EventsRemoveButton_Click ;
//
// EventsAddButton
//
EventsAddButton . BackColor = SystemColors . ButtonShadow ;
EventsAddButton . Location = new Point ( 4 , 167 ) ;
EventsAddButton . Margin = new Padding ( 2 ) ;
EventsAddButton . Name = "EventsAddButton" ;
EventsAddButton . Size = new Size ( 78 , 20 ) ;
EventsAddButton . TabIndex = 29 ;
EventsAddButton . Text = "Add" ;
EventsAddButton . UseVisualStyleBackColor = false ;
EventsAddButton . Click + = EventsAddButton_Click ;
//
// EventsExcludeTextField
//
EventsExcludeTextField . BackColor = SystemColors . ScrollBar ;
EventsExcludeTextField . Location = new Point ( 267 , 4 ) ;
EventsExcludeTextField . Margin = new Padding ( 2 ) ;
EventsExcludeTextField . Name = "EventsExcludeTextField" ;
EventsExcludeTextField . PlaceholderText = "Exclude Events" ;
EventsExcludeTextField . Size = new Size ( 248 , 23 ) ;
EventsExcludeTextField . TabIndex = 28 ;
//
// EventsIncludeTextField
//
EventsIncludeTextField . BackColor = SystemColors . ScrollBar ;
EventsIncludeTextField . Location = new Point ( 4 , 4 ) ;
EventsIncludeTextField . Margin = new Padding ( 2 ) ;
EventsIncludeTextField . Name = "EventsIncludeTextField" ;
EventsIncludeTextField . PlaceholderText = "Include Events" ;
EventsIncludeTextField . Size = new Size ( 248 , 23 ) ;
EventsIncludeTextField . TabIndex = 27 ;
//
2024-08-09 21:49:40 -04:00
// label11
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
label11 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label11 . Location = new Point ( 162 , 145 ) ;
label11 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label11 . Name = "label11" ;
2024-11-05 18:21:26 +00:00
label11 . Size = new Size ( 49 , 15 ) ;
2024-08-09 21:49:40 -04:00
label11 . TabIndex = 53 ;
label11 . Text = "Is Struct" ;
2024-06-16 16:21:42 -04:00
//
2024-08-09 21:49:40 -04:00
// MethodCountEnabled
2024-06-16 13:34:36 -04:00
//
2024-08-09 21:49:40 -04:00
MethodCountEnabled . AutoSize = true ;
2024-11-05 18:21:26 +00:00
MethodCountEnabled . Location = new Point ( 349 , 31 ) ;
MethodCountEnabled . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
MethodCountEnabled . Name = "MethodCountEnabled" ;
2024-11-05 18:21:26 +00:00
MethodCountEnabled . Size = new Size ( 104 , 19 ) ;
2024-08-09 21:49:40 -04:00
MethodCountEnabled . TabIndex = 14 ;
MethodCountEnabled . Text = "Method Count" ;
MethodCountEnabled . UseVisualStyleBackColor = true ;
2024-06-16 13:34:36 -04:00
//
2024-08-09 21:49:40 -04:00
// label10
2024-06-16 13:34:36 -04:00
//
2024-08-09 21:49:40 -04:00
label10 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label10 . Location = new Point ( 162 , 214 ) ;
label10 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label10 . Name = "label10" ;
2024-11-05 18:21:26 +00:00
label10 . Size = new Size ( 132 , 15 ) ;
2024-08-09 21:49:40 -04:00
label10 . TabIndex = 51 ;
label10 . Text = "Has Generic Parameters" ;
2024-06-16 13:34:36 -04:00
//
2024-08-09 21:49:40 -04:00
// label8
2024-06-16 13:34:36 -04:00
//
2024-08-09 21:49:40 -04:00
label8 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label8 . Location = new Point ( 162 , 192 ) ;
label8 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label8 . Name = "label8" ;
2024-11-05 18:21:26 +00:00
label8 . Size = new Size ( 77 , 15 ) ;
2024-08-09 21:49:40 -04:00
label8 . TabIndex = 49 ;
label8 . Text = "Has Attribute" ;
2024-06-16 13:34:36 -04:00
//
2024-08-09 21:49:40 -04:00
// label9
2024-06-15 16:21:12 -04:00
//
2024-08-09 21:49:40 -04:00
label9 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label9 . Location = new Point ( 162 , 168 ) ;
label9 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label9 . Name = "label9" ;
2024-11-05 18:21:26 +00:00
label9 . Size = new Size ( 49 , 15 ) ;
2024-08-09 21:49:40 -04:00
label9 . TabIndex = 47 ;
label9 . Text = "Is Enum" ;
2024-06-15 16:21:12 -04:00
//
2024-08-09 21:49:40 -04:00
// label2322
2024-06-15 16:21:12 -04:00
//
2024-08-09 21:49:40 -04:00
label2322 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label2322 . Location = new Point ( 162 , 121 ) ;
label2322 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label2322 . Name = "label2322" ;
2024-11-05 18:21:26 +00:00
label2322 . Size = new Size ( 64 , 15 ) ;
2024-08-09 21:49:40 -04:00
label2322 . TabIndex = 45 ;
label2322 . Text = "Is Interface" ;
2024-06-15 16:21:12 -04:00
//
2024-08-09 21:49:40 -04:00
// FieldCountEnabled
2024-06-16 13:56:55 -04:00
//
2024-08-09 21:49:40 -04:00
FieldCountEnabled . AutoSize = true ;
2024-11-05 18:21:26 +00:00
FieldCountEnabled . Location = new Point ( 349 , 52 ) ;
FieldCountEnabled . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
FieldCountEnabled . Name = "FieldCountEnabled" ;
2024-11-05 18:21:26 +00:00
FieldCountEnabled . Size = new Size ( 87 , 19 ) ;
2024-08-09 21:49:40 -04:00
FieldCountEnabled . TabIndex = 13 ;
FieldCountEnabled . Text = "Field Count" ;
FieldCountEnabled . UseVisualStyleBackColor = true ;
2024-06-16 13:56:55 -04:00
//
2024-08-09 21:49:40 -04:00
// label7
2024-06-16 13:56:55 -04:00
//
2024-08-09 21:49:40 -04:00
label7 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label7 . Location = new Point ( 162 , 98 ) ;
label7 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label7 . Name = "label7" ;
2024-11-05 18:21:26 +00:00
label7 . Size = new Size ( 52 , 15 ) ;
2024-08-09 21:49:40 -04:00
label7 . TabIndex = 43 ;
label7 . Text = "Is Sealed" ;
2024-06-16 13:56:55 -04:00
//
2024-08-09 21:49:40 -04:00
// label6
2024-06-16 13:56:55 -04:00
//
2024-08-09 21:49:40 -04:00
label6 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label6 . Location = new Point ( 162 , 75 ) ;
label6 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label6 . Name = "label6" ;
2024-11-05 18:21:26 +00:00
label6 . Size = new Size ( 62 , 15 ) ;
2024-08-09 21:49:40 -04:00
label6 . TabIndex = 41 ;
label6 . Text = "Is Abstract" ;
2024-06-16 13:56:55 -04:00
//
2024-08-09 21:49:40 -04:00
// NestedTypeCountEnabled
2024-06-16 13:56:55 -04:00
//
2024-08-09 21:49:40 -04:00
NestedTypeCountEnabled . AutoSize = true ;
2024-11-05 18:21:26 +00:00
NestedTypeCountEnabled . Location = new Point ( 349 , 94 ) ;
NestedTypeCountEnabled . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
NestedTypeCountEnabled . Name = "NestedTypeCountEnabled" ;
2024-11-05 18:21:26 +00:00
NestedTypeCountEnabled . Size = new Size ( 126 , 19 ) ;
2024-08-09 21:49:40 -04:00
NestedTypeCountEnabled . TabIndex = 12 ;
NestedTypeCountEnabled . Text = "Nested Type Count" ;
NestedTypeCountEnabled . UseVisualStyleBackColor = true ;
2024-06-15 16:21:12 -04:00
//
2024-08-09 21:49:40 -04:00
// label5
2024-06-18 20:42:58 -04:00
//
2024-08-09 21:49:40 -04:00
label5 . AutoSize = true ;
2024-11-05 18:21:26 +00:00
label5 . Location = new Point ( 162 , 52 ) ;
label5 . Margin = new Padding ( 2 , 0 , 2 , 0 ) ;
2024-08-09 21:49:40 -04:00
label5 . Name = "label5" ;
2024-11-05 18:21:26 +00:00
label5 . Size = new Size ( 51 , 15 ) ;
2024-08-09 21:49:40 -04:00
label5 . TabIndex = 39 ;
label5 . Text = "Is Public" ;
2024-06-14 18:07:01 -04:00
//
2024-08-09 21:49:40 -04:00
// PropertyCountEnabled
2024-06-17 17:29:26 -04:00
//
2024-08-09 21:49:40 -04:00
PropertyCountEnabled . AutoSize = true ;
2024-11-05 18:21:26 +00:00
PropertyCountEnabled . Location = new Point ( 349 , 73 ) ;
PropertyCountEnabled . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
PropertyCountEnabled . Name = "PropertyCountEnabled" ;
2024-11-05 18:21:26 +00:00
PropertyCountEnabled . Size = new Size ( 107 , 19 ) ;
2024-08-09 21:49:40 -04:00
PropertyCountEnabled . TabIndex = 11 ;
PropertyCountEnabled . Text = "Property Count" ;
PropertyCountEnabled . UseVisualStyleBackColor = true ;
2024-06-14 18:07:01 -04:00
//
2024-08-09 21:49:40 -04:00
// ConstructorCountEnabled
2024-06-17 17:29:26 -04:00
//
2024-08-09 21:49:40 -04:00
ConstructorCountEnabled . AutoSize = true ;
2024-11-05 18:21:26 +00:00
ConstructorCountEnabled . Location = new Point ( 349 , 8 ) ;
ConstructorCountEnabled . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
ConstructorCountEnabled . Name = "ConstructorCountEnabled" ;
2024-11-05 18:21:26 +00:00
ConstructorCountEnabled . Size = new Size ( 162 , 19 ) ;
2024-08-09 21:49:40 -04:00
ConstructorCountEnabled . TabIndex = 20 ;
ConstructorCountEnabled . Text = "Constructor Param Count" ;
ConstructorCountEnabled . UseVisualStyleBackColor = true ;
2024-06-19 11:01:10 -04:00
//
2024-08-09 21:49:40 -04:00
// tabPage6
//
tabPage6 . BackColor = SystemColors . ControlDarkDark ;
tabPage6 . Controls . Add ( groupBox7 ) ;
tabPage6 . Controls . Add ( groupBox6 ) ;
2024-11-05 18:21:26 +00:00
tabPage6 . Location = new Point ( 4 , 24 ) ;
tabPage6 . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
tabPage6 . Name = "tabPage6" ;
2024-11-05 18:21:26 +00:00
tabPage6 . Padding = new Padding ( 2 ) ;
tabPage6 . Size = new Size ( 519 , 500 ) ;
2024-08-09 21:49:40 -04:00
tabPage6 . TabIndex = 1 ;
tabPage6 . Text = "Advanced" ;
2024-06-19 11:01:10 -04:00
//
2024-08-09 21:49:40 -04:00
// RMSearchTab
2024-06-17 17:29:26 -04:00
//
2024-08-09 21:49:40 -04:00
RMSearchTab . BackColor = SystemColors . ControlDarkDark ;
2024-11-05 18:21:26 +00:00
RMSearchTab . Location = new Point ( 4 , 24 ) ;
RMSearchTab . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
RMSearchTab . Name = "RMSearchTab" ;
2024-11-05 18:21:26 +00:00
RMSearchTab . Padding = new Padding ( 2 ) ;
RMSearchTab . Size = new Size ( 519 , 500 ) ;
2024-08-09 21:49:40 -04:00
RMSearchTab . TabIndex = 2 ;
RMSearchTab . Text = "Search" ;
2024-06-14 18:07:01 -04:00
//
2024-08-09 21:49:40 -04:00
// TabControlMain
2024-06-14 18:07:01 -04:00
//
2024-08-09 21:49:40 -04:00
TabControlMain . Controls . Add ( RemapperTabPage ) ;
TabControlMain . Controls . Add ( AutoMapperTab ) ;
TabControlMain . Controls . Add ( SettingsTab ) ;
2024-11-05 18:21:26 +00:00
TabControlMain . Location = new Point ( - 4 , 1 ) ;
TabControlMain . Margin = new Padding ( 2 ) ;
2024-08-09 21:49:40 -04:00
TabControlMain . Name = "TabControlMain" ;
TabControlMain . SelectedIndex = 0 ;
2024-11-05 18:21:26 +00:00
TabControlMain . Size = new Size ( 955 , 595 ) ;
2024-08-09 21:49:40 -04:00
TabControlMain . TabIndex = 6 ;
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
//
2024-11-05 18:21:26 +00:00
AutoScaleDimensions = new SizeF ( 7F , 15F ) ;
2024-06-13 20:25:11 -04:00
AutoScaleMode = AutoScaleMode . Font ;
BackColor = SystemColors . ControlDarkDark ;
2024-11-05 18:21:26 +00:00
ClientSize = new Size ( 962 , 599 ) ;
2024-06-13 20:25:11 -04:00
Controls . Add ( TabControlMain ) ;
2024-06-13 22:28:34 -04:00
FormBorderStyle = FormBorderStyle . FixedSingle ;
2024-11-05 18:21:26 +00:00
Margin = new Padding ( 2 ) ;
2024-06-14 19:06:21 -04:00
Name = "ReCodeItForm" ;
2024-08-09 21:49:40 -04:00
Text = "ReCodeIt V0.3.0" ;
2024-06-28 16:17:54 -04:00
groupBox6 . ResumeLayout ( false ) ;
2024-08-09 21:49:40 -04:00
( ( System . ComponentModel . ISupportInitialize ) AutoMapperRequiredMatchesUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) AutoMapperMinLengthUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ConstuctorCountUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) PropertyCountUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) FieldCountUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) MethodCountUpDown ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) NestedTypeCountUpDown ) . EndInit ( ) ;
SettingsTab . ResumeLayout ( false ) ;
groupBox2 . ResumeLayout ( false ) ;
groupBox2 . PerformLayout ( ) ;
AutoMapperTab . ResumeLayout ( false ) ;
AutoMapperTab . PerformLayout ( ) ;
2024-06-20 23:30:17 -04:00
RemapperTabPage . ResumeLayout ( false ) ;
2024-06-22 13:57:41 -04:00
RemapperTabPage . PerformLayout ( ) ;
2024-06-13 20:25:11 -04:00
groupBox1 . ResumeLayout ( false ) ;
2024-06-28 16:17:54 -04:00
tabControl1 . ResumeLayout ( false ) ;
RMBasicTab . ResumeLayout ( false ) ;
RMBasicTab . PerformLayout ( ) ;
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-11-05 18:21:26 +00:00
tabPage5 . ResumeLayout ( false ) ;
tabPage5 . PerformLayout ( ) ;
2024-06-28 16:17:54 -04:00
tabPage6 . ResumeLayout ( false ) ;
2024-06-13 20:25:11 -04:00
TabControlMain . ResumeLayout ( false ) ;
ResumeLayout ( false ) ;
2024-06-13 18:09:31 -04:00
}
2024-06-13 20:25:11 -04:00
#endregion
2024-08-09 21:49:40 -04:00
private CheckBox ForceRenameCheckbox ;
private ListView RemapListView ;
private Button PickNameMangledPathButton ;
private TextBox NameMangledAssemblyTextBox ;
private CheckBox UnsealCheckbox ;
private CheckBox PublicizeCheckbox ;
private TextBox AssemblyPathTextBox ;
private TextBox OutputPathTextBox ;
private TextBox MappingPathTextBox ;
private ToolTip toolTip1 ;
private TabPage SettingsTab ;
private GroupBox groupBox2 ;
private LinkLabel GithubLinkLabel ;
private CheckBox SilentModeCheckbox ;
private CheckBox DebugLoggingCheckbox ;
private TabPage AutoMapperTab ;
private CheckBox AutoMapperUnseal ;
private CheckBox AutoMapperPublicize ;
private CheckBox AutoMapperRenameProps ;
private CheckBox AutoMapperRenameFields ;
private TextBox AutoMapperOuputPath ;
private TextBox AutoMapperTargetPath ;
private TextBox AutoMapperMethodTextBox ;
private TextBox AutoMapperFPTextField ;
private TextBox AutoMapperTokensTextField ;
private TextBox AutoMapperTypesToIgnoreTextField ;
private Button AutoMapperChooseOutpathButton ;
private Button AutoMapperChooseTargetPathButton ;
private Button AutoMapperMethodRemoveButton ;
private Button AutoMapperMethodAddButton ;
private ListBox AutoMapperMethodBox ;
private CheckBox AutoMapperSearchMethodsCheckBox ;
private Button AutoMapperFPRemoveButton ;
private Button AutoMapperFPAddButton ;
private ListBox AutoMapperFPBox ;
private Button AutoMapperTokensRemoveButton ;
private Button AutoMapperTokensAddButton ;
private ListBox AutoMapperTokensBox ;
private Label label3 ;
private NumericUpDown AutoMapperMinLengthUpDown ;
private Button RunAutoRemapButton ;
private Label label2 ;
private NumericUpDown AutoMapperRequiredMatchesUpDown ;
private Button AutoMapperExcludeTypesRemoveButton ;
private Button AutoMapperExcludeTypesAddButton ;
private ListBox AutoMapperTypesExcludeBox ;
2024-06-20 23:30:17 -04:00
private TabPage RemapperTabPage ;
2024-08-09 21:49:40 -04:00
private Button ValidateRemapButton ;
private Label label1 ;
private Button ResetSearchButton ;
private TextBox LoadedMappingFilePath ;
private TextBox RMSearchBox ;
private TextBox RemapperOutputDirectoryPath ;
private TextBox TargetAssemblyPath ;
private TreeView RemapTreeView ;
2024-06-13 20:25:11 -04:00
private GroupBox groupBox1 ;
2024-08-09 21:49:40 -04:00
private TabControl tabControl1 ;
private TabPage RMBasicTab ;
private TextBox NewTypeName ;
2024-06-13 20:25:11 -04:00
private TabControl Inclusions ;
private TabPage tabPage1 ;
private TextBox ExcludeMethodTextBox ;
private TextBox IncludeMethodTextBox ;
private Button MethodExcludeRemoveButton ;
private Button MethodExcludeAddButton ;
private Button MethodIncludeRemoveButton ;
private Button MethodIncludeAddButton ;
private ListBox MethodExcludeBox ;
private ListBox MethodIncludeBox ;
private TabPage tabPage2 ;
private TextBox FieldsExcludeTextInput ;
private TextBox FieldsIncludeTextInput ;
private Button FieldExcludeRemoveButton ;
private Button FieldExcludeAddButton ;
private Button FieldIncludeRemoveButton ;
private Button FIeldIncludeAddButton ;
private ListBox FieldExcludeBox ;
private ListBox FieldIncludeBox ;
private TabPage tabPage3 ;
private TextBox PropertiesExcludeTextField ;
private TextBox PropertiesIncludeTextField ;
private Button PropertiesExcludeRemoveButton ;
private Button PropertiesExcludeAddButton ;
private Button PropertiesIncludeRemoveButton ;
private Button PropertiesIncludeAddButton ;
private ListBox PropertiesExcludeBox ;
private ListBox PropertiesIncludeBox ;
private TabPage tabPage4 ;
private TextBox NestedTypesExcludeTextField ;
private TextBox NestedTypesIncludeTextField ;
private Button NestedTypesExcludeRemoveButton ;
private Button NestedTypesExlcudeAddButton ;
private Button NestedTypesRemoveButton ;
private Button NestedTypesAddButton ;
private ListBox NestedTypesExcludeBox ;
private ListBox NestedTypesIncludeBox ;
2024-08-09 21:49:40 -04:00
private Label label11 ;
2024-06-14 14:18:17 -04:00
private CheckBox MethodCountEnabled ;
2024-08-09 21:49:40 -04:00
private ComboBox IsStructComboBox ;
private TextBox BaseClassExcludeTextField ;
private Label label10 ;
private DomainUpDown IsNestedUpDown ;
private ComboBox HasGenericParamsComboBox ;
private DomainUpDown IsDerivedUpDown ;
2024-06-26 14:45:54 -04:00
private Label label8 ;
2024-08-09 21:49:40 -04:00
private NumericUpDown NestedTypeCountUpDown ;
2024-06-26 14:45:54 -04:00
private ComboBox HasAttributeComboBox ;
2024-08-09 21:49:40 -04:00
private TextBox OriginalTypeName ;
2024-06-26 14:45:54 -04:00
private Label label9 ;
2024-08-09 21:49:40 -04:00
private TextBox BaseClassIncludeTextFIeld ;
2024-06-26 14:45:54 -04:00
private ComboBox IsEnumComboBox ;
2024-08-09 21:49:40 -04:00
private NumericUpDown MethodCountUpDown ;
2024-06-26 14:45:54 -04:00
private Label label2322 ;
2024-08-09 21:49:40 -04:00
private TextBox NestedTypeParentName ;
2024-06-26 14:45:54 -04:00
private ComboBox IsInterfaceComboBox ;
2024-08-09 21:49:40 -04:00
private CheckBox FieldCountEnabled ;
private Label label7 ;
private NumericUpDown FieldCountUpDown ;
private ComboBox IsSealedComboBox ;
private NumericUpDown PropertyCountUpDown ;
private Label label6 ;
private CheckBox NestedTypeCountEnabled ;
private ComboBox IsAbstractComboBox ;
private CheckBox RemapperUseForceRename ;
private Label label5 ;
private CheckBox PropertyCountEnabled ;
private ComboBox IsPublicComboBox ;
private CheckBox ConstructorCountEnabled ;
private NumericUpDown ConstuctorCountUpDown ;
2024-06-28 16:17:54 -04:00
private TabPage tabPage6 ;
private Button button1 ;
private Button button2 ;
private ListBox listBox1 ;
private TabPage RMSearchTab ;
2024-08-09 21:49:40 -04:00
private Button OutputDirectoryButton ;
private Button LoadMappingFileButton ;
private Button PickAssemblyPathButton ;
private CheckBox RemapperUnseal ;
private Button SaveRemapButton ;
private CheckBox RemapperPublicicize ;
private Button RemoveRemapButton ;
private Button RunRemapButton ;
private CheckBox RenameFieldsCheckbox ;
private CheckBox RenamePropertiesCheckbox ;
private TabControl TabControlMain ;
2024-11-05 18:21:26 +00:00
private TabPage tabPage5 ;
private TextBox EventsIncludeTextField ;
private TextBox EventsExcludeTextField ;
private Button EventsRemoveButton ;
private Button EventsAddButton ;
private Button EventsExcludeRemoveButton ;
private Button EventsExcludeAddButton ;
private ListBox EventsIncludeBox ;
private ListBox EventsExcludeBox ;
2024-06-13 18:09:31 -04:00
}