Finalized the NamingConventionManager form, it can now insert/update and delete NamingConventions.

This commit is contained in:
Admin
2020-12-07 15:56:42 -06:00
parent 09768ae88b
commit 59725feeec
4 changed files with 88 additions and 20 deletions
+8 -6
View File
@@ -136,7 +136,7 @@
this.NameTextBox.Location = new System.Drawing.Point(13, 134);
this.NameTextBox.Name = "NameTextBox";
this.NameTextBox.Size = new System.Drawing.Size(182, 26);
this.NameTextBox.TabIndex = 5;
this.NameTextBox.TabIndex = 2;
//
// label4
//
@@ -152,7 +152,7 @@
this.ExampleTextBox.Location = new System.Drawing.Point(13, 336);
this.ExampleTextBox.Name = "ExampleTextBox";
this.ExampleTextBox.Size = new System.Drawing.Size(357, 26);
this.ExampleTextBox.TabIndex = 7;
this.ExampleTextBox.TabIndex = 6;
//
// AddUpdateButton
//
@@ -160,9 +160,10 @@
this.AddUpdateButton.Location = new System.Drawing.Point(612, 388);
this.AddUpdateButton.Name = "AddUpdateButton";
this.AddUpdateButton.Size = new System.Drawing.Size(173, 47);
this.AddUpdateButton.TabIndex = 8;
this.AddUpdateButton.TabIndex = 7;
this.AddUpdateButton.Text = "Insert New Pattern";
this.AddUpdateButton.UseVisualStyleBackColor = true;
this.AddUpdateButton.Click += new System.EventHandler(this.AddUpdateButton_Click);
//
// PatternIdLabel
//
@@ -179,7 +180,7 @@
this.DeleteButton.Location = new System.Drawing.Point(13, 388);
this.DeleteButton.Name = "DeleteButton";
this.DeleteButton.Size = new System.Drawing.Size(107, 47);
this.DeleteButton.TabIndex = 10;
this.DeleteButton.TabIndex = 8;
this.DeleteButton.Text = "Delete";
this.DeleteButton.UseVisualStyleBackColor = true;
this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
@@ -192,6 +193,7 @@
this.RegexResultsTextBox.ReadOnly = true;
this.RegexResultsTextBox.Size = new System.Drawing.Size(565, 181);
this.RegexResultsTextBox.TabIndex = 11;
this.RegexResultsTextBox.TabStop = false;
//
// label5
//
@@ -207,14 +209,14 @@
this.RegexTestTextBox.Location = new System.Drawing.Point(505, 303);
this.RegexTestTextBox.Name = "RegexTestTextBox";
this.RegexTestTextBox.Size = new System.Drawing.Size(280, 26);
this.RegexTestTextBox.TabIndex = 13;
this.RegexTestTextBox.TabIndex = 4;
//
// TestRegexButton
//
this.TestRegexButton.Location = new System.Drawing.Point(681, 335);
this.TestRegexButton.Name = "TestRegexButton";
this.TestRegexButton.Size = new System.Drawing.Size(104, 37);
this.TestRegexButton.TabIndex = 14;
this.TestRegexButton.TabIndex = 5;
this.TestRegexButton.Text = "Test";
this.TestRegexButton.UseVisualStyleBackColor = true;
this.TestRegexButton.Click += new System.EventHandler(this.TestRegexButton_Click);