Update GUI
This commit is contained in:
parent
d749f9de8f
commit
8027bda4f8
539
AssemblyRemapperGUI/Form1.Designer.cs
generated
539
AssemblyRemapperGUI/Form1.Designer.cs
generated
@ -34,9 +34,6 @@ partial class AssemblyToolGUI
|
|||||||
groupBox1 = new GroupBox();
|
groupBox1 = new GroupBox();
|
||||||
Inclusions = new TabControl();
|
Inclusions = new TabControl();
|
||||||
tabPage1 = new TabPage();
|
tabPage1 = new TabPage();
|
||||||
groupBox4 = new GroupBox();
|
|
||||||
MethodCountUpDown = new NumericUpDown();
|
|
||||||
label4 = new Label();
|
|
||||||
ExcludeMethodTextBox = new TextBox();
|
ExcludeMethodTextBox = new TextBox();
|
||||||
IncludeMethodTextBox = new TextBox();
|
IncludeMethodTextBox = new TextBox();
|
||||||
MethodExcludeRemoveButton = new Button();
|
MethodExcludeRemoveButton = new Button();
|
||||||
@ -46,9 +43,6 @@ partial class AssemblyToolGUI
|
|||||||
MethodExcludeBox = new ListBox();
|
MethodExcludeBox = new ListBox();
|
||||||
MethodIncludeBox = new ListBox();
|
MethodIncludeBox = new ListBox();
|
||||||
tabPage2 = new TabPage();
|
tabPage2 = new TabPage();
|
||||||
groupBox5 = new GroupBox();
|
|
||||||
FieldCountUpDown = new NumericUpDown();
|
|
||||||
label1 = new Label();
|
|
||||||
FieldsExcludeTextInput = new TextBox();
|
FieldsExcludeTextInput = new TextBox();
|
||||||
FieldsIncludeTextInput = new TextBox();
|
FieldsIncludeTextInput = new TextBox();
|
||||||
FieldExcludeRemoveButton = new Button();
|
FieldExcludeRemoveButton = new Button();
|
||||||
@ -58,9 +52,6 @@ partial class AssemblyToolGUI
|
|||||||
FieldExcludeBox = new ListBox();
|
FieldExcludeBox = new ListBox();
|
||||||
FieldIncludeBox = new ListBox();
|
FieldIncludeBox = new ListBox();
|
||||||
tabPage3 = new TabPage();
|
tabPage3 = new TabPage();
|
||||||
groupBox7 = new GroupBox();
|
|
||||||
PropertiesCountUpDown = new NumericUpDown();
|
|
||||||
label3 = new Label();
|
|
||||||
PropertiesExcludeTextField = new TextBox();
|
PropertiesExcludeTextField = new TextBox();
|
||||||
PropertiesIncludeTextField = new TextBox();
|
PropertiesIncludeTextField = new TextBox();
|
||||||
PropertiesExcludeRemoveButton = new Button();
|
PropertiesExcludeRemoveButton = new Button();
|
||||||
@ -71,10 +62,8 @@ partial class AssemblyToolGUI
|
|||||||
PropertiesIncludeBox = new ListBox();
|
PropertiesIncludeBox = new ListBox();
|
||||||
tabPage4 = new TabPage();
|
tabPage4 = new TabPage();
|
||||||
groupBox6 = new GroupBox();
|
groupBox6 = new GroupBox();
|
||||||
NestedTypeCountUpDown = new NumericUpDown();
|
|
||||||
BaseClassExcludeTextField = new TextBox();
|
BaseClassExcludeTextField = new TextBox();
|
||||||
NestedTypeParentName = new TextBox();
|
NestedTypeParentName = new TextBox();
|
||||||
label2 = new Label();
|
|
||||||
BaseClassIncludeTextFIeld = new TextBox();
|
BaseClassIncludeTextFIeld = new TextBox();
|
||||||
NestedTypesExcludeTextField = new TextBox();
|
NestedTypesExcludeTextField = new TextBox();
|
||||||
NestedTypesIncludeTextField = new TextBox();
|
NestedTypesIncludeTextField = new TextBox();
|
||||||
@ -84,44 +73,49 @@ partial class AssemblyToolGUI
|
|||||||
NestedTypesAddButton = new Button();
|
NestedTypesAddButton = new Button();
|
||||||
NestedTypesExcludeBox = new ListBox();
|
NestedTypesExcludeBox = new ListBox();
|
||||||
NestedTypesIncludeBox = new ListBox();
|
NestedTypesIncludeBox = new ListBox();
|
||||||
|
ScoreButton = new Button();
|
||||||
groupBox3 = new GroupBox();
|
groupBox3 = new GroupBox();
|
||||||
IsSealed = new CheckBox();
|
NestedTypeCountUpDown = new NumericUpDown();
|
||||||
IsInterface = new CheckBox();
|
PropertiesCountUpDown = new NumericUpDown();
|
||||||
IsAbstract = new CheckBox();
|
FieldCountUpDown = new NumericUpDown();
|
||||||
HasGenericParameters = new CheckBox();
|
MethodCountUpDown = new NumericUpDown();
|
||||||
IsPublic = new CheckBox();
|
HasGenericParametersUpDown = new DomainUpDown();
|
||||||
IsDerived = new CheckBox();
|
IsDerivedUpDown = new DomainUpDown();
|
||||||
IsEnum = new CheckBox();
|
HasAttributeUpDown = new DomainUpDown();
|
||||||
IsNested = new CheckBox();
|
IsSealedUpDown = new DomainUpDown();
|
||||||
HasAttribute = new CheckBox();
|
domainUpDown4 = new DomainUpDown();
|
||||||
|
IsEnumUpDown = new DomainUpDown();
|
||||||
|
IsAbstractUpDown = new DomainUpDown();
|
||||||
|
IsPublicUpDown = new DomainUpDown();
|
||||||
|
RemoveRemapButton = new Button();
|
||||||
|
AddRemapButton = new Button();
|
||||||
groupBox2 = new GroupBox();
|
groupBox2 = new GroupBox();
|
||||||
ForceRenameCheckbox = new CheckBox();
|
ForceRenameCheckbox = new CheckBox();
|
||||||
OriginalTypeName = new TextBox();
|
OriginalTypeName = new TextBox();
|
||||||
NewTypeName = new TextBox();
|
NewTypeName = new TextBox();
|
||||||
ScoreButton = new Button();
|
|
||||||
RemoveRemapButton = new Button();
|
|
||||||
AddRemapButton = new Button();
|
|
||||||
RemapListView = new ListView();
|
RemapListView = new ListView();
|
||||||
TabControlMain = new TabControl();
|
TabControlMain = new TabControl();
|
||||||
menuStrip1 = new MenuStrip();
|
menuStrip1 = new MenuStrip();
|
||||||
SettingsButton = new ToolStripMenuItem();
|
SettingsButton = new ToolStripMenuItem();
|
||||||
|
colorDialog1 = new ColorDialog();
|
||||||
|
PropertyCountEnabled = new CheckBox();
|
||||||
|
NestedTypeCountEnabled = new CheckBox();
|
||||||
|
FieldCountEnabled = new CheckBox();
|
||||||
|
MethodCountEnabled = new CheckBox();
|
||||||
((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit();
|
||||||
TabPageRemapper.SuspendLayout();
|
TabPageRemapper.SuspendLayout();
|
||||||
groupBox1.SuspendLayout();
|
groupBox1.SuspendLayout();
|
||||||
Inclusions.SuspendLayout();
|
Inclusions.SuspendLayout();
|
||||||
tabPage1.SuspendLayout();
|
tabPage1.SuspendLayout();
|
||||||
groupBox4.SuspendLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)MethodCountUpDown).BeginInit();
|
|
||||||
tabPage2.SuspendLayout();
|
tabPage2.SuspendLayout();
|
||||||
groupBox5.SuspendLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)FieldCountUpDown).BeginInit();
|
|
||||||
tabPage3.SuspendLayout();
|
tabPage3.SuspendLayout();
|
||||||
groupBox7.SuspendLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)PropertiesCountUpDown).BeginInit();
|
|
||||||
tabPage4.SuspendLayout();
|
tabPage4.SuspendLayout();
|
||||||
groupBox6.SuspendLayout();
|
groupBox6.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)NestedTypeCountUpDown).BeginInit();
|
|
||||||
groupBox3.SuspendLayout();
|
groupBox3.SuspendLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)NestedTypeCountUpDown).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)PropertiesCountUpDown).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)FieldCountUpDown).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)MethodCountUpDown).BeginInit();
|
||||||
groupBox2.SuspendLayout();
|
groupBox2.SuspendLayout();
|
||||||
TabControlMain.SuspendLayout();
|
TabControlMain.SuspendLayout();
|
||||||
menuStrip1.SuspendLayout();
|
menuStrip1.SuspendLayout();
|
||||||
@ -131,21 +125,21 @@ partial class AssemblyToolGUI
|
|||||||
//
|
//
|
||||||
TabPageRemapper.BackColor = SystemColors.ControlDarkDark;
|
TabPageRemapper.BackColor = SystemColors.ControlDarkDark;
|
||||||
TabPageRemapper.Controls.Add(groupBox1);
|
TabPageRemapper.Controls.Add(groupBox1);
|
||||||
TabPageRemapper.Controls.Add(ScoreButton);
|
|
||||||
TabPageRemapper.Controls.Add(RemoveRemapButton);
|
|
||||||
TabPageRemapper.Controls.Add(AddRemapButton);
|
|
||||||
TabPageRemapper.Controls.Add(RemapListView);
|
TabPageRemapper.Controls.Add(RemapListView);
|
||||||
TabPageRemapper.Location = new Point(4, 34);
|
TabPageRemapper.Location = new Point(4, 34);
|
||||||
TabPageRemapper.Name = "TabPageRemapper";
|
TabPageRemapper.Name = "TabPageRemapper";
|
||||||
TabPageRemapper.Padding = new Padding(3);
|
TabPageRemapper.Padding = new Padding(3);
|
||||||
TabPageRemapper.Size = new Size(1695, 990);
|
TabPageRemapper.Size = new Size(1695, 1055);
|
||||||
TabPageRemapper.TabIndex = 1;
|
TabPageRemapper.TabIndex = 1;
|
||||||
TabPageRemapper.Text = "Remapper";
|
TabPageRemapper.Text = "Remapper";
|
||||||
//
|
//
|
||||||
// groupBox1
|
// groupBox1
|
||||||
//
|
//
|
||||||
groupBox1.Controls.Add(Inclusions);
|
groupBox1.Controls.Add(Inclusions);
|
||||||
|
groupBox1.Controls.Add(ScoreButton);
|
||||||
groupBox1.Controls.Add(groupBox3);
|
groupBox1.Controls.Add(groupBox3);
|
||||||
|
groupBox1.Controls.Add(RemoveRemapButton);
|
||||||
|
groupBox1.Controls.Add(AddRemapButton);
|
||||||
groupBox1.Controls.Add(groupBox2);
|
groupBox1.Controls.Add(groupBox2);
|
||||||
groupBox1.Location = new Point(6, 11);
|
groupBox1.Location = new Point(6, 11);
|
||||||
groupBox1.Name = "groupBox1";
|
groupBox1.Name = "groupBox1";
|
||||||
@ -160,16 +154,15 @@ partial class AssemblyToolGUI
|
|||||||
Inclusions.Controls.Add(tabPage2);
|
Inclusions.Controls.Add(tabPage2);
|
||||||
Inclusions.Controls.Add(tabPage3);
|
Inclusions.Controls.Add(tabPage3);
|
||||||
Inclusions.Controls.Add(tabPage4);
|
Inclusions.Controls.Add(tabPage4);
|
||||||
Inclusions.Location = new Point(12, 309);
|
Inclusions.Location = new Point(6, 315);
|
||||||
Inclusions.Name = "Inclusions";
|
Inclusions.Name = "Inclusions";
|
||||||
Inclusions.SelectedIndex = 0;
|
Inclusions.SelectedIndex = 0;
|
||||||
Inclusions.Size = new Size(751, 784);
|
Inclusions.Size = new Size(751, 478);
|
||||||
Inclusions.TabIndex = 14;
|
Inclusions.TabIndex = 14;
|
||||||
//
|
//
|
||||||
// tabPage1
|
// tabPage1
|
||||||
//
|
//
|
||||||
tabPage1.BackColor = SystemColors.ControlDarkDark;
|
tabPage1.BackColor = SystemColors.ControlDarkDark;
|
||||||
tabPage1.Controls.Add(groupBox4);
|
|
||||||
tabPage1.Controls.Add(ExcludeMethodTextBox);
|
tabPage1.Controls.Add(ExcludeMethodTextBox);
|
||||||
tabPage1.Controls.Add(IncludeMethodTextBox);
|
tabPage1.Controls.Add(IncludeMethodTextBox);
|
||||||
tabPage1.Controls.Add(MethodExcludeRemoveButton);
|
tabPage1.Controls.Add(MethodExcludeRemoveButton);
|
||||||
@ -181,37 +174,10 @@ partial class AssemblyToolGUI
|
|||||||
tabPage1.Location = new Point(4, 34);
|
tabPage1.Location = new Point(4, 34);
|
||||||
tabPage1.Name = "tabPage1";
|
tabPage1.Name = "tabPage1";
|
||||||
tabPage1.Padding = new Padding(3);
|
tabPage1.Padding = new Padding(3);
|
||||||
tabPage1.Size = new Size(743, 746);
|
tabPage1.Size = new Size(743, 520);
|
||||||
tabPage1.TabIndex = 0;
|
tabPage1.TabIndex = 0;
|
||||||
tabPage1.Text = "Methods";
|
tabPage1.Text = "Methods";
|
||||||
//
|
//
|
||||||
// groupBox4
|
|
||||||
//
|
|
||||||
groupBox4.Controls.Add(MethodCountUpDown);
|
|
||||||
groupBox4.Controls.Add(label4);
|
|
||||||
groupBox4.Location = new Point(6, 329);
|
|
||||||
groupBox4.Name = "groupBox4";
|
|
||||||
groupBox4.Size = new Size(741, 421);
|
|
||||||
groupBox4.TabIndex = 22;
|
|
||||||
groupBox4.TabStop = false;
|
|
||||||
groupBox4.Text = "Other";
|
|
||||||
//
|
|
||||||
// MethodCountUpDown
|
|
||||||
//
|
|
||||||
MethodCountUpDown.Location = new Point(6, 30);
|
|
||||||
MethodCountUpDown.Name = "MethodCountUpDown";
|
|
||||||
MethodCountUpDown.Size = new Size(55, 31);
|
|
||||||
MethodCountUpDown.TabIndex = 6;
|
|
||||||
//
|
|
||||||
// label4
|
|
||||||
//
|
|
||||||
label4.AutoSize = true;
|
|
||||||
label4.Location = new Point(67, 32);
|
|
||||||
label4.Name = "label4";
|
|
||||||
label4.Size = new Size(128, 25);
|
|
||||||
label4.TabIndex = 10;
|
|
||||||
label4.Text = "Method Count";
|
|
||||||
//
|
|
||||||
// ExcludeMethodTextBox
|
// ExcludeMethodTextBox
|
||||||
//
|
//
|
||||||
ExcludeMethodTextBox.Location = new Point(381, 6);
|
ExcludeMethodTextBox.Location = new Point(381, 6);
|
||||||
@ -289,7 +255,6 @@ partial class AssemblyToolGUI
|
|||||||
// tabPage2
|
// tabPage2
|
||||||
//
|
//
|
||||||
tabPage2.BackColor = SystemColors.ControlDarkDark;
|
tabPage2.BackColor = SystemColors.ControlDarkDark;
|
||||||
tabPage2.Controls.Add(groupBox5);
|
|
||||||
tabPage2.Controls.Add(FieldsExcludeTextInput);
|
tabPage2.Controls.Add(FieldsExcludeTextInput);
|
||||||
tabPage2.Controls.Add(FieldsIncludeTextInput);
|
tabPage2.Controls.Add(FieldsIncludeTextInput);
|
||||||
tabPage2.Controls.Add(FieldExcludeRemoveButton);
|
tabPage2.Controls.Add(FieldExcludeRemoveButton);
|
||||||
@ -301,37 +266,10 @@ partial class AssemblyToolGUI
|
|||||||
tabPage2.Location = new Point(4, 34);
|
tabPage2.Location = new Point(4, 34);
|
||||||
tabPage2.Name = "tabPage2";
|
tabPage2.Name = "tabPage2";
|
||||||
tabPage2.Padding = new Padding(3);
|
tabPage2.Padding = new Padding(3);
|
||||||
tabPage2.Size = new Size(743, 746);
|
tabPage2.Size = new Size(743, 520);
|
||||||
tabPage2.TabIndex = 1;
|
tabPage2.TabIndex = 1;
|
||||||
tabPage2.Text = "Fields";
|
tabPage2.Text = "Fields";
|
||||||
//
|
//
|
||||||
// groupBox5
|
|
||||||
//
|
|
||||||
groupBox5.Controls.Add(FieldCountUpDown);
|
|
||||||
groupBox5.Controls.Add(label1);
|
|
||||||
groupBox5.Location = new Point(6, 329);
|
|
||||||
groupBox5.Name = "groupBox5";
|
|
||||||
groupBox5.Size = new Size(741, 417);
|
|
||||||
groupBox5.TabIndex = 28;
|
|
||||||
groupBox5.TabStop = false;
|
|
||||||
groupBox5.Text = "Other";
|
|
||||||
//
|
|
||||||
// FieldCountUpDown
|
|
||||||
//
|
|
||||||
FieldCountUpDown.Location = new Point(6, 30);
|
|
||||||
FieldCountUpDown.Name = "FieldCountUpDown";
|
|
||||||
FieldCountUpDown.Size = new Size(55, 31);
|
|
||||||
FieldCountUpDown.TabIndex = 3;
|
|
||||||
//
|
|
||||||
// label1
|
|
||||||
//
|
|
||||||
label1.AutoSize = true;
|
|
||||||
label1.Location = new Point(67, 32);
|
|
||||||
label1.Name = "label1";
|
|
||||||
label1.Size = new Size(102, 25);
|
|
||||||
label1.TabIndex = 7;
|
|
||||||
label1.Text = "Field Count";
|
|
||||||
//
|
|
||||||
// FieldsExcludeTextInput
|
// FieldsExcludeTextInput
|
||||||
//
|
//
|
||||||
FieldsExcludeTextInput.Location = new Point(381, 6);
|
FieldsExcludeTextInput.Location = new Point(381, 6);
|
||||||
@ -409,7 +347,6 @@ partial class AssemblyToolGUI
|
|||||||
// tabPage3
|
// tabPage3
|
||||||
//
|
//
|
||||||
tabPage3.BackColor = SystemColors.ControlDarkDark;
|
tabPage3.BackColor = SystemColors.ControlDarkDark;
|
||||||
tabPage3.Controls.Add(groupBox7);
|
|
||||||
tabPage3.Controls.Add(PropertiesExcludeTextField);
|
tabPage3.Controls.Add(PropertiesExcludeTextField);
|
||||||
tabPage3.Controls.Add(PropertiesIncludeTextField);
|
tabPage3.Controls.Add(PropertiesIncludeTextField);
|
||||||
tabPage3.Controls.Add(PropertiesExcludeRemoveButton);
|
tabPage3.Controls.Add(PropertiesExcludeRemoveButton);
|
||||||
@ -421,37 +358,10 @@ partial class AssemblyToolGUI
|
|||||||
tabPage3.Location = new Point(4, 34);
|
tabPage3.Location = new Point(4, 34);
|
||||||
tabPage3.Name = "tabPage3";
|
tabPage3.Name = "tabPage3";
|
||||||
tabPage3.Padding = new Padding(3);
|
tabPage3.Padding = new Padding(3);
|
||||||
tabPage3.Size = new Size(743, 746);
|
tabPage3.Size = new Size(743, 520);
|
||||||
tabPage3.TabIndex = 2;
|
tabPage3.TabIndex = 2;
|
||||||
tabPage3.Text = "Properties";
|
tabPage3.Text = "Properties";
|
||||||
//
|
//
|
||||||
// groupBox7
|
|
||||||
//
|
|
||||||
groupBox7.Controls.Add(PropertiesCountUpDown);
|
|
||||||
groupBox7.Controls.Add(label3);
|
|
||||||
groupBox7.Location = new Point(6, 329);
|
|
||||||
groupBox7.Name = "groupBox7";
|
|
||||||
groupBox7.Size = new Size(734, 417);
|
|
||||||
groupBox7.TabIndex = 28;
|
|
||||||
groupBox7.TabStop = false;
|
|
||||||
groupBox7.Text = "Other";
|
|
||||||
//
|
|
||||||
// PropertiesCountUpDown
|
|
||||||
//
|
|
||||||
PropertiesCountUpDown.Location = new Point(6, 30);
|
|
||||||
PropertiesCountUpDown.Name = "PropertiesCountUpDown";
|
|
||||||
PropertiesCountUpDown.Size = new Size(55, 31);
|
|
||||||
PropertiesCountUpDown.TabIndex = 5;
|
|
||||||
//
|
|
||||||
// label3
|
|
||||||
//
|
|
||||||
label3.AutoSize = true;
|
|
||||||
label3.Location = new Point(67, 32);
|
|
||||||
label3.Name = "label3";
|
|
||||||
label3.Size = new Size(133, 25);
|
|
||||||
label3.TabIndex = 9;
|
|
||||||
label3.Text = "Property Count";
|
|
||||||
//
|
|
||||||
// PropertiesExcludeTextField
|
// PropertiesExcludeTextField
|
||||||
//
|
//
|
||||||
PropertiesExcludeTextField.Location = new Point(381, 6);
|
PropertiesExcludeTextField.Location = new Point(381, 6);
|
||||||
@ -541,16 +451,14 @@ partial class AssemblyToolGUI
|
|||||||
tabPage4.Location = new Point(4, 34);
|
tabPage4.Location = new Point(4, 34);
|
||||||
tabPage4.Name = "tabPage4";
|
tabPage4.Name = "tabPage4";
|
||||||
tabPage4.Padding = new Padding(3);
|
tabPage4.Padding = new Padding(3);
|
||||||
tabPage4.Size = new Size(743, 746);
|
tabPage4.Size = new Size(743, 440);
|
||||||
tabPage4.TabIndex = 3;
|
tabPage4.TabIndex = 3;
|
||||||
tabPage4.Text = "Other";
|
tabPage4.Text = "Other";
|
||||||
//
|
//
|
||||||
// groupBox6
|
// groupBox6
|
||||||
//
|
//
|
||||||
groupBox6.Controls.Add(NestedTypeCountUpDown);
|
|
||||||
groupBox6.Controls.Add(BaseClassExcludeTextField);
|
groupBox6.Controls.Add(BaseClassExcludeTextField);
|
||||||
groupBox6.Controls.Add(NestedTypeParentName);
|
groupBox6.Controls.Add(NestedTypeParentName);
|
||||||
groupBox6.Controls.Add(label2);
|
|
||||||
groupBox6.Controls.Add(BaseClassIncludeTextFIeld);
|
groupBox6.Controls.Add(BaseClassIncludeTextFIeld);
|
||||||
groupBox6.Location = new Point(6, 328);
|
groupBox6.Location = new Point(6, 328);
|
||||||
groupBox6.Name = "groupBox6";
|
groupBox6.Name = "groupBox6";
|
||||||
@ -559,16 +467,9 @@ partial class AssemblyToolGUI
|
|||||||
groupBox6.TabStop = false;
|
groupBox6.TabStop = false;
|
||||||
groupBox6.Text = "Other";
|
groupBox6.Text = "Other";
|
||||||
//
|
//
|
||||||
// NestedTypeCountUpDown
|
|
||||||
//
|
|
||||||
NestedTypeCountUpDown.Location = new Point(6, 30);
|
|
||||||
NestedTypeCountUpDown.Name = "NestedTypeCountUpDown";
|
|
||||||
NestedTypeCountUpDown.Size = new Size(55, 31);
|
|
||||||
NestedTypeCountUpDown.TabIndex = 4;
|
|
||||||
//
|
|
||||||
// BaseClassExcludeTextField
|
// BaseClassExcludeTextField
|
||||||
//
|
//
|
||||||
BaseClassExcludeTextField.Location = new Point(6, 141);
|
BaseClassExcludeTextField.Location = new Point(6, 67);
|
||||||
BaseClassExcludeTextField.Name = "BaseClassExcludeTextField";
|
BaseClassExcludeTextField.Name = "BaseClassExcludeTextField";
|
||||||
BaseClassExcludeTextField.PlaceholderText = "Exclude Base Class";
|
BaseClassExcludeTextField.PlaceholderText = "Exclude Base Class";
|
||||||
BaseClassExcludeTextField.Size = new Size(239, 31);
|
BaseClassExcludeTextField.Size = new Size(239, 31);
|
||||||
@ -576,24 +477,15 @@ partial class AssemblyToolGUI
|
|||||||
//
|
//
|
||||||
// NestedTypeParentName
|
// NestedTypeParentName
|
||||||
//
|
//
|
||||||
NestedTypeParentName.Location = new Point(6, 67);
|
NestedTypeParentName.Location = new Point(252, 30);
|
||||||
NestedTypeParentName.Name = "NestedTypeParentName";
|
NestedTypeParentName.Name = "NestedTypeParentName";
|
||||||
NestedTypeParentName.PlaceholderText = "Nested Type Parent Name";
|
NestedTypeParentName.PlaceholderText = "Nested Type Parent Name";
|
||||||
NestedTypeParentName.Size = new Size(239, 31);
|
NestedTypeParentName.Size = new Size(239, 31);
|
||||||
NestedTypeParentName.TabIndex = 0;
|
NestedTypeParentName.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// label2
|
|
||||||
//
|
|
||||||
label2.AutoSize = true;
|
|
||||||
label2.Location = new Point(68, 30);
|
|
||||||
label2.Name = "label2";
|
|
||||||
label2.Size = new Size(163, 25);
|
|
||||||
label2.TabIndex = 8;
|
|
||||||
label2.Text = "Nested Type Count";
|
|
||||||
//
|
|
||||||
// BaseClassIncludeTextFIeld
|
// BaseClassIncludeTextFIeld
|
||||||
//
|
//
|
||||||
BaseClassIncludeTextFIeld.Location = new Point(6, 104);
|
BaseClassIncludeTextFIeld.Location = new Point(7, 30);
|
||||||
BaseClassIncludeTextFIeld.Name = "BaseClassIncludeTextFIeld";
|
BaseClassIncludeTextFIeld.Name = "BaseClassIncludeTextFIeld";
|
||||||
BaseClassIncludeTextFIeld.PlaceholderText = "Include Base Class";
|
BaseClassIncludeTextFIeld.PlaceholderText = "Include Base Class";
|
||||||
BaseClassIncludeTextFIeld.Size = new Size(239, 31);
|
BaseClassIncludeTextFIeld.Size = new Size(239, 31);
|
||||||
@ -673,113 +565,184 @@ partial class AssemblyToolGUI
|
|||||||
NestedTypesIncludeBox.Size = new Size(353, 229);
|
NestedTypesIncludeBox.Size = new Size(353, 229);
|
||||||
NestedTypesIncludeBox.TabIndex = 20;
|
NestedTypesIncludeBox.TabIndex = 20;
|
||||||
//
|
//
|
||||||
|
// ScoreButton
|
||||||
|
//
|
||||||
|
ScoreButton.Location = new Point(357, 799);
|
||||||
|
ScoreButton.Name = "ScoreButton";
|
||||||
|
ScoreButton.Size = new Size(168, 34);
|
||||||
|
ScoreButton.TabIndex = 5;
|
||||||
|
ScoreButton.Text = "Score Remap";
|
||||||
|
ScoreButton.UseVisualStyleBackColor = true;
|
||||||
|
ScoreButton.Click += ScoreButton_Click;
|
||||||
|
//
|
||||||
// groupBox3
|
// groupBox3
|
||||||
//
|
//
|
||||||
groupBox3.Controls.Add(IsSealed);
|
groupBox3.Controls.Add(MethodCountEnabled);
|
||||||
groupBox3.Controls.Add(IsInterface);
|
groupBox3.Controls.Add(NestedTypeCountUpDown);
|
||||||
groupBox3.Controls.Add(IsAbstract);
|
groupBox3.Controls.Add(FieldCountEnabled);
|
||||||
groupBox3.Controls.Add(HasGenericParameters);
|
groupBox3.Controls.Add(PropertiesCountUpDown);
|
||||||
groupBox3.Controls.Add(IsPublic);
|
groupBox3.Controls.Add(PropertyCountEnabled);
|
||||||
groupBox3.Controls.Add(IsDerived);
|
groupBox3.Controls.Add(NestedTypeCountEnabled);
|
||||||
groupBox3.Controls.Add(IsEnum);
|
groupBox3.Controls.Add(FieldCountUpDown);
|
||||||
groupBox3.Controls.Add(IsNested);
|
groupBox3.Controls.Add(MethodCountUpDown);
|
||||||
groupBox3.Controls.Add(HasAttribute);
|
groupBox3.Controls.Add(HasGenericParametersUpDown);
|
||||||
|
groupBox3.Controls.Add(IsDerivedUpDown);
|
||||||
|
groupBox3.Controls.Add(HasAttributeUpDown);
|
||||||
|
groupBox3.Controls.Add(IsSealedUpDown);
|
||||||
|
groupBox3.Controls.Add(domainUpDown4);
|
||||||
|
groupBox3.Controls.Add(IsEnumUpDown);
|
||||||
|
groupBox3.Controls.Add(IsAbstractUpDown);
|
||||||
|
groupBox3.Controls.Add(IsPublicUpDown);
|
||||||
groupBox3.Location = new Point(6, 124);
|
groupBox3.Location = new Point(6, 124);
|
||||||
groupBox3.Name = "groupBox3";
|
groupBox3.Name = "groupBox3";
|
||||||
groupBox3.Size = new Size(751, 165);
|
groupBox3.Size = new Size(751, 185);
|
||||||
groupBox3.TabIndex = 4;
|
groupBox3.TabIndex = 4;
|
||||||
groupBox3.TabStop = false;
|
groupBox3.TabStop = false;
|
||||||
groupBox3.Text = "True or False Checks";
|
groupBox3.Text = "General";
|
||||||
//
|
//
|
||||||
// IsSealed
|
// NestedTypeCountUpDown
|
||||||
//
|
//
|
||||||
IsSealed.AutoSize = true;
|
NestedTypeCountUpDown.Location = new Point(474, 141);
|
||||||
IsSealed.Location = new Point(6, 121);
|
NestedTypeCountUpDown.Name = "NestedTypeCountUpDown";
|
||||||
IsSealed.Name = "IsSealed";
|
NestedTypeCountUpDown.Size = new Size(55, 31);
|
||||||
IsSealed.Size = new Size(103, 29);
|
NestedTypeCountUpDown.TabIndex = 4;
|
||||||
IsSealed.TabIndex = 12;
|
|
||||||
IsSealed.Text = "IsSealed";
|
|
||||||
IsSealed.UseVisualStyleBackColor = true;
|
|
||||||
//
|
//
|
||||||
// IsInterface
|
// PropertiesCountUpDown
|
||||||
//
|
//
|
||||||
IsInterface.AutoSize = true;
|
PropertiesCountUpDown.Location = new Point(474, 104);
|
||||||
IsInterface.Location = new Point(6, 75);
|
PropertiesCountUpDown.Name = "PropertiesCountUpDown";
|
||||||
IsInterface.Name = "IsInterface";
|
PropertiesCountUpDown.Size = new Size(55, 31);
|
||||||
IsInterface.Size = new Size(119, 29);
|
PropertiesCountUpDown.TabIndex = 5;
|
||||||
IsInterface.TabIndex = 6;
|
|
||||||
IsInterface.Text = "IsInterface";
|
|
||||||
IsInterface.UseVisualStyleBackColor = true;
|
|
||||||
//
|
//
|
||||||
// IsAbstract
|
// FieldCountUpDown
|
||||||
//
|
//
|
||||||
IsAbstract.AutoSize = true;
|
FieldCountUpDown.Location = new Point(474, 67);
|
||||||
IsAbstract.Location = new Point(125, 30);
|
FieldCountUpDown.Name = "FieldCountUpDown";
|
||||||
IsAbstract.Name = "IsAbstract";
|
FieldCountUpDown.Size = new Size(55, 31);
|
||||||
IsAbstract.Size = new Size(117, 29);
|
FieldCountUpDown.TabIndex = 3;
|
||||||
IsAbstract.TabIndex = 5;
|
|
||||||
IsAbstract.Text = "IsAbstract";
|
|
||||||
IsAbstract.UseVisualStyleBackColor = true;
|
|
||||||
//
|
//
|
||||||
// HasGenericParameters
|
// MethodCountUpDown
|
||||||
//
|
//
|
||||||
HasGenericParameters.AutoSize = true;
|
MethodCountUpDown.Location = new Point(474, 30);
|
||||||
HasGenericParameters.Location = new Point(269, 76);
|
MethodCountUpDown.Name = "MethodCountUpDown";
|
||||||
HasGenericParameters.Name = "HasGenericParameters";
|
MethodCountUpDown.Size = new Size(55, 31);
|
||||||
HasGenericParameters.Size = new Size(213, 29);
|
MethodCountUpDown.TabIndex = 6;
|
||||||
HasGenericParameters.TabIndex = 11;
|
|
||||||
HasGenericParameters.Text = "HasGenericParameters";
|
|
||||||
HasGenericParameters.UseVisualStyleBackColor = true;
|
|
||||||
//
|
//
|
||||||
// IsPublic
|
// HasGenericParametersUpDown
|
||||||
//
|
//
|
||||||
IsPublic.AutoSize = true;
|
HasGenericParametersUpDown.Items.Add("Disabled");
|
||||||
IsPublic.Location = new Point(6, 30);
|
HasGenericParametersUpDown.Items.Add("False");
|
||||||
IsPublic.Name = "IsPublic";
|
HasGenericParametersUpDown.Items.Add("True");
|
||||||
IsPublic.Size = new Size(98, 29);
|
HasGenericParametersUpDown.Location = new Point(224, 141);
|
||||||
IsPublic.TabIndex = 4;
|
HasGenericParametersUpDown.Name = "HasGenericParametersUpDown";
|
||||||
IsPublic.Text = "IsPublic";
|
HasGenericParametersUpDown.Size = new Size(208, 31);
|
||||||
IsPublic.UseVisualStyleBackColor = true;
|
HasGenericParametersUpDown.Sorted = true;
|
||||||
|
HasGenericParametersUpDown.TabIndex = 7;
|
||||||
|
HasGenericParametersUpDown.Text = "HasGenericParameters";
|
||||||
//
|
//
|
||||||
// IsDerived
|
// IsDerivedUpDown
|
||||||
//
|
//
|
||||||
IsDerived.AutoSize = true;
|
IsDerivedUpDown.Items.Add("Disabled");
|
||||||
IsDerived.Location = new Point(269, 31);
|
IsDerivedUpDown.Items.Add("False");
|
||||||
IsDerived.Name = "IsDerived";
|
IsDerivedUpDown.Items.Add("True");
|
||||||
IsDerived.Size = new Size(112, 29);
|
IsDerivedUpDown.Location = new Point(224, 104);
|
||||||
IsDerived.TabIndex = 10;
|
IsDerivedUpDown.Name = "IsDerivedUpDown";
|
||||||
IsDerived.Text = "IsDerived";
|
IsDerivedUpDown.Size = new Size(208, 31);
|
||||||
IsDerived.UseVisualStyleBackColor = true;
|
IsDerivedUpDown.Sorted = true;
|
||||||
|
IsDerivedUpDown.TabIndex = 6;
|
||||||
|
IsDerivedUpDown.Text = "IsDerived";
|
||||||
//
|
//
|
||||||
// IsEnum
|
// HasAttributeUpDown
|
||||||
//
|
//
|
||||||
IsEnum.AutoSize = true;
|
HasAttributeUpDown.Items.Add("Disabled");
|
||||||
IsEnum.Location = new Point(269, 121);
|
HasAttributeUpDown.Items.Add("False");
|
||||||
IsEnum.Name = "IsEnum";
|
HasAttributeUpDown.Items.Add("True");
|
||||||
IsEnum.Size = new Size(96, 29);
|
HasAttributeUpDown.Location = new Point(224, 67);
|
||||||
IsEnum.TabIndex = 7;
|
HasAttributeUpDown.Name = "HasAttributeUpDown";
|
||||||
IsEnum.Text = "IsEnum";
|
HasAttributeUpDown.Size = new Size(208, 31);
|
||||||
IsEnum.UseVisualStyleBackColor = true;
|
HasAttributeUpDown.Sorted = true;
|
||||||
|
HasAttributeUpDown.TabIndex = 5;
|
||||||
|
HasAttributeUpDown.Text = "HasAttribute";
|
||||||
//
|
//
|
||||||
// IsNested
|
// IsSealedUpDown
|
||||||
//
|
//
|
||||||
IsNested.AutoSize = true;
|
IsSealedUpDown.Items.Add("Disabled");
|
||||||
IsNested.Location = new Point(125, 76);
|
IsSealedUpDown.Items.Add("False");
|
||||||
IsNested.Name = "IsNested";
|
IsSealedUpDown.Items.Add("True");
|
||||||
IsNested.Size = new Size(107, 29);
|
IsSealedUpDown.Location = new Point(224, 30);
|
||||||
IsNested.TabIndex = 8;
|
IsSealedUpDown.Name = "IsSealedUpDown";
|
||||||
IsNested.Text = "IsNested";
|
IsSealedUpDown.Size = new Size(208, 31);
|
||||||
IsNested.UseVisualStyleBackColor = true;
|
IsSealedUpDown.Sorted = true;
|
||||||
|
IsSealedUpDown.TabIndex = 4;
|
||||||
|
IsSealedUpDown.Text = "IsSealed";
|
||||||
//
|
//
|
||||||
// HasAttribute
|
// domainUpDown4
|
||||||
//
|
//
|
||||||
HasAttribute.AutoSize = true;
|
domainUpDown4.Items.Add("Disabled");
|
||||||
HasAttribute.Location = new Point(125, 121);
|
domainUpDown4.Items.Add("False");
|
||||||
HasAttribute.Name = "HasAttribute";
|
domainUpDown4.Items.Add("True");
|
||||||
HasAttribute.Size = new Size(138, 29);
|
domainUpDown4.Location = new Point(10, 141);
|
||||||
HasAttribute.TabIndex = 9;
|
domainUpDown4.Name = "domainUpDown4";
|
||||||
HasAttribute.Text = "HasAttribute";
|
domainUpDown4.Size = new Size(208, 31);
|
||||||
HasAttribute.UseVisualStyleBackColor = true;
|
domainUpDown4.Sorted = true;
|
||||||
|
domainUpDown4.TabIndex = 3;
|
||||||
|
domainUpDown4.Text = "IsNested";
|
||||||
|
//
|
||||||
|
// IsEnumUpDown
|
||||||
|
//
|
||||||
|
IsEnumUpDown.Items.Add("Disabled");
|
||||||
|
IsEnumUpDown.Items.Add("False");
|
||||||
|
IsEnumUpDown.Items.Add("True");
|
||||||
|
IsEnumUpDown.Location = new Point(10, 104);
|
||||||
|
IsEnumUpDown.Name = "IsEnumUpDown";
|
||||||
|
IsEnumUpDown.Size = new Size(208, 31);
|
||||||
|
IsEnumUpDown.Sorted = true;
|
||||||
|
IsEnumUpDown.TabIndex = 2;
|
||||||
|
IsEnumUpDown.Text = "IsEnum";
|
||||||
|
//
|
||||||
|
// IsAbstractUpDown
|
||||||
|
//
|
||||||
|
IsAbstractUpDown.Items.Add("Disabled");
|
||||||
|
IsAbstractUpDown.Items.Add("False");
|
||||||
|
IsAbstractUpDown.Items.Add("True");
|
||||||
|
IsAbstractUpDown.Location = new Point(10, 67);
|
||||||
|
IsAbstractUpDown.Name = "IsAbstractUpDown";
|
||||||
|
IsAbstractUpDown.Size = new Size(208, 31);
|
||||||
|
IsAbstractUpDown.Sorted = true;
|
||||||
|
IsAbstractUpDown.TabIndex = 1;
|
||||||
|
IsAbstractUpDown.Text = "IsAbstract";
|
||||||
|
//
|
||||||
|
// IsPublicUpDown
|
||||||
|
//
|
||||||
|
IsPublicUpDown.Items.Add("Disabled");
|
||||||
|
IsPublicUpDown.Items.Add("False");
|
||||||
|
IsPublicUpDown.Items.Add("True");
|
||||||
|
IsPublicUpDown.Location = new Point(10, 30);
|
||||||
|
IsPublicUpDown.Name = "IsPublicUpDown";
|
||||||
|
IsPublicUpDown.Size = new Size(208, 31);
|
||||||
|
IsPublicUpDown.Sorted = true;
|
||||||
|
IsPublicUpDown.TabIndex = 0;
|
||||||
|
IsPublicUpDown.Text = "IsPublic";
|
||||||
|
//
|
||||||
|
// RemoveRemapButton
|
||||||
|
//
|
||||||
|
RemoveRemapButton.Location = new Point(183, 799);
|
||||||
|
RemoveRemapButton.Name = "RemoveRemapButton";
|
||||||
|
RemoveRemapButton.Size = new Size(168, 34);
|
||||||
|
RemoveRemapButton.TabIndex = 2;
|
||||||
|
RemoveRemapButton.Text = "Remove Remap";
|
||||||
|
RemoveRemapButton.UseVisualStyleBackColor = true;
|
||||||
|
RemoveRemapButton.Click += RemoveRemapButton_Click;
|
||||||
|
//
|
||||||
|
// AddRemapButton
|
||||||
|
//
|
||||||
|
AddRemapButton.Location = new Point(9, 799);
|
||||||
|
AddRemapButton.Name = "AddRemapButton";
|
||||||
|
AddRemapButton.Size = new Size(168, 34);
|
||||||
|
AddRemapButton.TabIndex = 4;
|
||||||
|
AddRemapButton.Text = "Add Remap";
|
||||||
|
AddRemapButton.UseVisualStyleBackColor = true;
|
||||||
|
AddRemapButton.Click += AddRemapButton_Click;
|
||||||
//
|
//
|
||||||
// groupBox2
|
// groupBox2
|
||||||
//
|
//
|
||||||
@ -819,42 +782,12 @@ partial class AssemblyToolGUI
|
|||||||
NewTypeName.Size = new Size(250, 31);
|
NewTypeName.Size = new Size(250, 31);
|
||||||
NewTypeName.TabIndex = 0;
|
NewTypeName.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// ScoreButton
|
|
||||||
//
|
|
||||||
ScoreButton.Location = new Point(1129, 22);
|
|
||||||
ScoreButton.Name = "ScoreButton";
|
|
||||||
ScoreButton.Size = new Size(168, 34);
|
|
||||||
ScoreButton.TabIndex = 5;
|
|
||||||
ScoreButton.Text = "Score Remap";
|
|
||||||
ScoreButton.UseVisualStyleBackColor = true;
|
|
||||||
ScoreButton.Click += ScoreButton_Click;
|
|
||||||
//
|
|
||||||
// RemoveRemapButton
|
|
||||||
//
|
|
||||||
RemoveRemapButton.Location = new Point(955, 22);
|
|
||||||
RemoveRemapButton.Name = "RemoveRemapButton";
|
|
||||||
RemoveRemapButton.Size = new Size(168, 34);
|
|
||||||
RemoveRemapButton.TabIndex = 2;
|
|
||||||
RemoveRemapButton.Text = "Remove Remap";
|
|
||||||
RemoveRemapButton.UseVisualStyleBackColor = true;
|
|
||||||
RemoveRemapButton.Click += RemoveRemapButton_Click;
|
|
||||||
//
|
|
||||||
// AddRemapButton
|
|
||||||
//
|
|
||||||
AddRemapButton.Location = new Point(781, 22);
|
|
||||||
AddRemapButton.Name = "AddRemapButton";
|
|
||||||
AddRemapButton.Size = new Size(168, 34);
|
|
||||||
AddRemapButton.TabIndex = 4;
|
|
||||||
AddRemapButton.Text = "Add Remap";
|
|
||||||
AddRemapButton.UseVisualStyleBackColor = true;
|
|
||||||
AddRemapButton.Click += AddRemapButton_Click;
|
|
||||||
//
|
|
||||||
// RemapListView
|
// RemapListView
|
||||||
//
|
//
|
||||||
RemapListView.BackColor = SystemColors.AppWorkspace;
|
RemapListView.BackColor = SystemColors.AppWorkspace;
|
||||||
RemapListView.Location = new Point(781, 62);
|
RemapListView.Location = new Point(781, 21);
|
||||||
RemapListView.Name = "RemapListView";
|
RemapListView.Name = "RemapListView";
|
||||||
RemapListView.Size = new Size(899, 631);
|
RemapListView.Size = new Size(899, 446);
|
||||||
RemapListView.TabIndex = 0;
|
RemapListView.TabIndex = 0;
|
||||||
RemapListView.UseCompatibleStateImageBehavior = false;
|
RemapListView.UseCompatibleStateImageBehavior = false;
|
||||||
//
|
//
|
||||||
@ -864,7 +797,7 @@ partial class AssemblyToolGUI
|
|||||||
TabControlMain.Location = new Point(12, 40);
|
TabControlMain.Location = new Point(12, 40);
|
||||||
TabControlMain.Name = "TabControlMain";
|
TabControlMain.Name = "TabControlMain";
|
||||||
TabControlMain.SelectedIndex = 0;
|
TabControlMain.SelectedIndex = 0;
|
||||||
TabControlMain.Size = new Size(1703, 1028);
|
TabControlMain.Size = new Size(1703, 1093);
|
||||||
TabControlMain.TabIndex = 6;
|
TabControlMain.TabIndex = 6;
|
||||||
//
|
//
|
||||||
// menuStrip1
|
// menuStrip1
|
||||||
@ -883,6 +816,46 @@ partial class AssemblyToolGUI
|
|||||||
SettingsButton.Size = new Size(92, 29);
|
SettingsButton.Size = new Size(92, 29);
|
||||||
SettingsButton.Text = "Settings";
|
SettingsButton.Text = "Settings";
|
||||||
//
|
//
|
||||||
|
// PropertyCountEnabled
|
||||||
|
//
|
||||||
|
PropertyCountEnabled.AutoSize = true;
|
||||||
|
PropertyCountEnabled.Location = new Point(537, 106);
|
||||||
|
PropertyCountEnabled.Name = "PropertyCountEnabled";
|
||||||
|
PropertyCountEnabled.Size = new Size(159, 29);
|
||||||
|
PropertyCountEnabled.TabIndex = 11;
|
||||||
|
PropertyCountEnabled.Text = "Property Count";
|
||||||
|
PropertyCountEnabled.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// NestedTypeCountEnabled
|
||||||
|
//
|
||||||
|
NestedTypeCountEnabled.AutoSize = true;
|
||||||
|
NestedTypeCountEnabled.Location = new Point(537, 141);
|
||||||
|
NestedTypeCountEnabled.Name = "NestedTypeCountEnabled";
|
||||||
|
NestedTypeCountEnabled.Size = new Size(189, 29);
|
||||||
|
NestedTypeCountEnabled.TabIndex = 12;
|
||||||
|
NestedTypeCountEnabled.Text = "Nested Type Count";
|
||||||
|
NestedTypeCountEnabled.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// FieldCountEnabled
|
||||||
|
//
|
||||||
|
FieldCountEnabled.AutoSize = true;
|
||||||
|
FieldCountEnabled.Location = new Point(537, 71);
|
||||||
|
FieldCountEnabled.Name = "FieldCountEnabled";
|
||||||
|
FieldCountEnabled.Size = new Size(128, 29);
|
||||||
|
FieldCountEnabled.TabIndex = 13;
|
||||||
|
FieldCountEnabled.Text = "Field Count";
|
||||||
|
FieldCountEnabled.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// MethodCountEnabled
|
||||||
|
//
|
||||||
|
MethodCountEnabled.AutoSize = true;
|
||||||
|
MethodCountEnabled.Location = new Point(537, 30);
|
||||||
|
MethodCountEnabled.Name = "MethodCountEnabled";
|
||||||
|
MethodCountEnabled.Size = new Size(154, 29);
|
||||||
|
MethodCountEnabled.TabIndex = 14;
|
||||||
|
MethodCountEnabled.Text = "Method Count";
|
||||||
|
MethodCountEnabled.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
// AssemblyToolGUI
|
// AssemblyToolGUI
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(10F, 25F);
|
AutoScaleDimensions = new SizeF(10F, 25F);
|
||||||
@ -891,6 +864,7 @@ partial class AssemblyToolGUI
|
|||||||
ClientSize = new Size(1708, 1133);
|
ClientSize = new Size(1708, 1133);
|
||||||
Controls.Add(TabControlMain);
|
Controls.Add(TabControlMain);
|
||||||
Controls.Add(menuStrip1);
|
Controls.Add(menuStrip1);
|
||||||
|
FormBorderStyle = FormBorderStyle.FixedSingle;
|
||||||
Name = "AssemblyToolGUI";
|
Name = "AssemblyToolGUI";
|
||||||
Text = "Cj's Assembly Tool V0.1.0";
|
Text = "Cj's Assembly Tool V0.1.0";
|
||||||
((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit();
|
((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit();
|
||||||
@ -899,26 +873,20 @@ partial class AssemblyToolGUI
|
|||||||
Inclusions.ResumeLayout(false);
|
Inclusions.ResumeLayout(false);
|
||||||
tabPage1.ResumeLayout(false);
|
tabPage1.ResumeLayout(false);
|
||||||
tabPage1.PerformLayout();
|
tabPage1.PerformLayout();
|
||||||
groupBox4.ResumeLayout(false);
|
|
||||||
groupBox4.PerformLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)MethodCountUpDown).EndInit();
|
|
||||||
tabPage2.ResumeLayout(false);
|
tabPage2.ResumeLayout(false);
|
||||||
tabPage2.PerformLayout();
|
tabPage2.PerformLayout();
|
||||||
groupBox5.ResumeLayout(false);
|
|
||||||
groupBox5.PerformLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)FieldCountUpDown).EndInit();
|
|
||||||
tabPage3.ResumeLayout(false);
|
tabPage3.ResumeLayout(false);
|
||||||
tabPage3.PerformLayout();
|
tabPage3.PerformLayout();
|
||||||
groupBox7.ResumeLayout(false);
|
|
||||||
groupBox7.PerformLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)PropertiesCountUpDown).EndInit();
|
|
||||||
tabPage4.ResumeLayout(false);
|
tabPage4.ResumeLayout(false);
|
||||||
tabPage4.PerformLayout();
|
tabPage4.PerformLayout();
|
||||||
groupBox6.ResumeLayout(false);
|
groupBox6.ResumeLayout(false);
|
||||||
groupBox6.PerformLayout();
|
groupBox6.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)NestedTypeCountUpDown).EndInit();
|
|
||||||
groupBox3.ResumeLayout(false);
|
groupBox3.ResumeLayout(false);
|
||||||
groupBox3.PerformLayout();
|
groupBox3.PerformLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)NestedTypeCountUpDown).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)PropertiesCountUpDown).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)FieldCountUpDown).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)MethodCountUpDown).EndInit();
|
||||||
groupBox2.ResumeLayout(false);
|
groupBox2.ResumeLayout(false);
|
||||||
groupBox2.PerformLayout();
|
groupBox2.PerformLayout();
|
||||||
TabControlMain.ResumeLayout(false);
|
TabControlMain.ResumeLayout(false);
|
||||||
@ -934,9 +902,7 @@ partial class AssemblyToolGUI
|
|||||||
private GroupBox groupBox1;
|
private GroupBox groupBox1;
|
||||||
private TabControl Inclusions;
|
private TabControl Inclusions;
|
||||||
private TabPage tabPage1;
|
private TabPage tabPage1;
|
||||||
private GroupBox groupBox4;
|
|
||||||
private NumericUpDown MethodCountUpDown;
|
private NumericUpDown MethodCountUpDown;
|
||||||
private Label label4;
|
|
||||||
private TextBox ExcludeMethodTextBox;
|
private TextBox ExcludeMethodTextBox;
|
||||||
private TextBox IncludeMethodTextBox;
|
private TextBox IncludeMethodTextBox;
|
||||||
private Button MethodExcludeRemoveButton;
|
private Button MethodExcludeRemoveButton;
|
||||||
@ -946,9 +912,7 @@ partial class AssemblyToolGUI
|
|||||||
private ListBox MethodExcludeBox;
|
private ListBox MethodExcludeBox;
|
||||||
private ListBox MethodIncludeBox;
|
private ListBox MethodIncludeBox;
|
||||||
private TabPage tabPage2;
|
private TabPage tabPage2;
|
||||||
private GroupBox groupBox5;
|
|
||||||
private NumericUpDown FieldCountUpDown;
|
private NumericUpDown FieldCountUpDown;
|
||||||
private Label label1;
|
|
||||||
private TextBox FieldsExcludeTextInput;
|
private TextBox FieldsExcludeTextInput;
|
||||||
private TextBox FieldsIncludeTextInput;
|
private TextBox FieldsIncludeTextInput;
|
||||||
private Button FieldExcludeRemoveButton;
|
private Button FieldExcludeRemoveButton;
|
||||||
@ -958,9 +922,7 @@ partial class AssemblyToolGUI
|
|||||||
private ListBox FieldExcludeBox;
|
private ListBox FieldExcludeBox;
|
||||||
private ListBox FieldIncludeBox;
|
private ListBox FieldIncludeBox;
|
||||||
private TabPage tabPage3;
|
private TabPage tabPage3;
|
||||||
private GroupBox groupBox7;
|
|
||||||
private NumericUpDown PropertiesCountUpDown;
|
private NumericUpDown PropertiesCountUpDown;
|
||||||
private Label label3;
|
|
||||||
private TextBox PropertiesExcludeTextField;
|
private TextBox PropertiesExcludeTextField;
|
||||||
private TextBox PropertiesIncludeTextField;
|
private TextBox PropertiesIncludeTextField;
|
||||||
private Button PropertiesExcludeRemoveButton;
|
private Button PropertiesExcludeRemoveButton;
|
||||||
@ -974,7 +936,6 @@ partial class AssemblyToolGUI
|
|||||||
private NumericUpDown NestedTypeCountUpDown;
|
private NumericUpDown NestedTypeCountUpDown;
|
||||||
private TextBox BaseClassExcludeTextField;
|
private TextBox BaseClassExcludeTextField;
|
||||||
private TextBox NestedTypeParentName;
|
private TextBox NestedTypeParentName;
|
||||||
private Label label2;
|
|
||||||
private TextBox BaseClassIncludeTextFIeld;
|
private TextBox BaseClassIncludeTextFIeld;
|
||||||
private TextBox NestedTypesExcludeTextField;
|
private TextBox NestedTypesExcludeTextField;
|
||||||
private TextBox NestedTypesIncludeTextField;
|
private TextBox NestedTypesIncludeTextField;
|
||||||
@ -985,14 +946,6 @@ partial class AssemblyToolGUI
|
|||||||
private ListBox NestedTypesExcludeBox;
|
private ListBox NestedTypesExcludeBox;
|
||||||
private ListBox NestedTypesIncludeBox;
|
private ListBox NestedTypesIncludeBox;
|
||||||
private GroupBox groupBox3;
|
private GroupBox groupBox3;
|
||||||
private CheckBox IsInterface;
|
|
||||||
private CheckBox IsAbstract;
|
|
||||||
private CheckBox HasGenericParameters;
|
|
||||||
private CheckBox IsPublic;
|
|
||||||
private CheckBox IsDerived;
|
|
||||||
private CheckBox IsEnum;
|
|
||||||
private CheckBox IsNested;
|
|
||||||
private CheckBox HasAttribute;
|
|
||||||
private GroupBox groupBox2;
|
private GroupBox groupBox2;
|
||||||
private CheckBox ForceRenameCheckbox;
|
private CheckBox ForceRenameCheckbox;
|
||||||
private TextBox OriginalTypeName;
|
private TextBox OriginalTypeName;
|
||||||
@ -1004,5 +957,17 @@ partial class AssemblyToolGUI
|
|||||||
private TabControl TabControlMain;
|
private TabControl TabControlMain;
|
||||||
private MenuStrip menuStrip1;
|
private MenuStrip menuStrip1;
|
||||||
private ToolStripMenuItem SettingsButton;
|
private ToolStripMenuItem SettingsButton;
|
||||||
private CheckBox IsSealed;
|
private DomainUpDown IsPublicUpDown;
|
||||||
|
private ColorDialog colorDialog1;
|
||||||
|
private DomainUpDown HasGenericParametersUpDown;
|
||||||
|
private DomainUpDown IsDerivedUpDown;
|
||||||
|
private DomainUpDown HasAttributeUpDown;
|
||||||
|
private DomainUpDown IsSealedUpDown;
|
||||||
|
private DomainUpDown domainUpDown4;
|
||||||
|
private DomainUpDown IsEnumUpDown;
|
||||||
|
private DomainUpDown IsAbstractUpDown;
|
||||||
|
private CheckBox MethodCountEnabled;
|
||||||
|
private CheckBox FieldCountEnabled;
|
||||||
|
private CheckBox PropertyCountEnabled;
|
||||||
|
private CheckBox NestedTypeCountEnabled;
|
||||||
}
|
}
|
||||||
|
@ -34,14 +34,14 @@ namespace AssemblyRemapperGUI
|
|||||||
SearchParams = new SearchParams
|
SearchParams = new SearchParams
|
||||||
{
|
{
|
||||||
IsPublic = IsPublic.Checked,
|
IsPublic = IsPublic.Checked,
|
||||||
IsAbstract = IsAbstract.Checked,
|
//IsAbstract = IsAbstract.Checked,
|
||||||
IsInterface = IsInterface.Checked,
|
//IsInterface = IsInterface.Checked,
|
||||||
IsEnum = IsEnum.Checked,
|
//IsEnum = IsEnum.Checked,
|
||||||
IsNested = IsNested.Checked,
|
//IsNested = IsNested.Checked,
|
||||||
IsSealed = IsSealed.Checked,
|
//IsSealed = IsSealed.Checked,
|
||||||
HasAttribute = HasAttribute.Checked,
|
//HasAttribute = HasAttribute.Checked,
|
||||||
IsDerived = IsDerived.Checked,
|
//IsDerived = IsDerived.Checked,
|
||||||
HasGenericParameters = HasGenericParameters.Checked,
|
//HasGenericParameters = HasGenericParameters.Checked,
|
||||||
ParentName = NestedTypeParentName.Text,
|
ParentName = NestedTypeParentName.Text,
|
||||||
MatchBaseClass = BaseClassExcludeTextField.Text,
|
MatchBaseClass = BaseClassExcludeTextField.Text,
|
||||||
IgnoreBaseClass = BaseClassIncludeTextFIeld.Text,
|
IgnoreBaseClass = BaseClassIncludeTextFIeld.Text,
|
||||||
|
@ -123,4 +123,7 @@
|
|||||||
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>209, 17</value>
|
<value>209, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="colorDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>367, 17</value>
|
||||||
|
</metadata>
|
||||||
</root>
|
</root>
|
Loading…
x
Reference in New Issue
Block a user