Added a new form to display the GPLv3 license for the project.

Resolves issue #6.
This commit is contained in:
2024-08-08 13:19:52 -04:00
parent 18e904d9ec
commit 1b3fb5d47c
6 changed files with 479 additions and 9 deletions

4
ConfForm.Designer.cs generated
View File

@@ -53,7 +53,7 @@ namespace PDF_Merge
SaveBtn.Name = "SaveBtn";
SaveBtn.Size = new Size(112, 34);
SaveBtn.TabIndex = 0;
SaveBtn.Text = "Save";
SaveBtn.Text = "&Save";
SaveBtn.UseVisualStyleBackColor = true;
SaveBtn.Click += SaveBtn_Click;
//
@@ -63,7 +63,7 @@ namespace PDF_Merge
CancelBtn.Name = "CancelBtn";
CancelBtn.Size = new Size(112, 34);
CancelBtn.TabIndex = 1;
CancelBtn.Text = "Cancel";
CancelBtn.Text = "C&ancel";
CancelBtn.UseVisualStyleBackColor = true;
CancelBtn.Click += CancelBtn_Click;
//