diff --git a/.vs/TournamentManager/DesignTimeBuild/.dtbcache.v2 b/.vs/TournamentManager/DesignTimeBuild/.dtbcache.v2 index 28511334a479f5b5701ef7bf215af0394f20c23a..e8e73d6227136f7bddc4bc618f9e9c0060654904 100644 Binary files a/.vs/TournamentManager/DesignTimeBuild/.dtbcache.v2 and b/.vs/TournamentManager/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/TournamentManager/v16/.suo b/.vs/TournamentManager/v16/.suo index feedc3ab649c204e2904e9047d10fef384fe17f3..a60a3318e5e63d434f0569b2bd3d4a1f134533c5 100644 Binary files a/.vs/TournamentManager/v16/.suo and b/.vs/TournamentManager/v16/.suo differ diff --git a/TournamentManager.csproj.user b/TournamentManager.csproj.user index 31512808a5436a2c90c4cf5642da6350ab225814..175b490165694aa0fcf3de4467069bb5bedc5277 100644 --- a/TournamentManager.csproj.user +++ b/TournamentManager.csproj.user @@ -22,6 +22,9 @@ <Compile Update="src\LoadFileForm.cs"> <SubType>Form</SubType> </Compile> + <Compile Update="src\ManagePlayOffControl.cs"> + <SubType>UserControl</SubType> + </Compile> <Compile Update="src\MenuForm.cs"> <SubType>Form</SubType> </Compile> diff --git a/obj/Debug/net5.0-windows/TournamentManager.csproj.CoreCompileInputs.cache b/obj/Debug/net5.0-windows/TournamentManager.csproj.CoreCompileInputs.cache index a7639951418afae6c1a38e0b5bcda512c42a3611..43ff0ceb24a779bb76551703487d703e57268a99 100644 --- a/obj/Debug/net5.0-windows/TournamentManager.csproj.CoreCompileInputs.cache +++ b/obj/Debug/net5.0-windows/TournamentManager.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -32b0d61a8a00098f0ff2a6864f4e5e9054b43933 +e19624a476748bac92b80373f4ba141365998171 diff --git a/obj/Debug/net5.0-windows/TournamentManager.csproj.FileListAbsolute.txt b/obj/Debug/net5.0-windows/TournamentManager.csproj.FileListAbsolute.txt index 76fe7e106299cee003f9a3382dfa816de333c951..01cf7e004a022619b08593f34de8c50f955ab642 100644 --- a/obj/Debug/net5.0-windows/TournamentManager.csproj.FileListAbsolute.txt +++ b/obj/Debug/net5.0-windows/TournamentManager.csproj.FileListAbsolute.txt @@ -53,3 +53,4 @@ C:\Users\micha\School\RiderProjects\c-sharp-semestral-project-1\obj\Debug\net5.0 C:\Users\micha\School\RiderProjects\c-sharp-semestral-project-1\obj\Debug\net5.0-windows\TournamentManager.src.GroupControl.resources C:\Users\micha\School\RiderProjects\c-sharp-semestral-project-1\obj\Debug\net5.0-windows\TournamentManager.src.ExportControl.resources C:\Users\micha\School\RiderProjects\c-sharp-semestral-project-1\obj\Debug\net5.0-windows\TournamentManager.src.ComputeControl.resources +C:\Users\micha\School\RiderProjects\c-sharp-semestral-project-1\obj\Debug\net5.0-windows\TournamentManager.src.ManagePlayOffControl.resources diff --git a/obj/Debug/net5.0-windows/TournamentManager.csproj.GenerateResource.cache b/obj/Debug/net5.0-windows/TournamentManager.csproj.GenerateResource.cache index a6324fb688133d11bccf7fc3c90aa5696ff67aed..b8ca23d6627720a0c72ae2b91c79fab3b36367d4 100644 Binary files a/obj/Debug/net5.0-windows/TournamentManager.csproj.GenerateResource.cache and b/obj/Debug/net5.0-windows/TournamentManager.csproj.GenerateResource.cache differ diff --git a/obj/Debug/net5.0-windows/TournamentManager.csprojAssemblyReference.cache b/obj/Debug/net5.0-windows/TournamentManager.csprojAssemblyReference.cache index fad52e5112686b1fe17ecd9e1f07ec50c3268c70..e95e876e53b562933b52e7fe77aab54a4f3ec76e 100644 Binary files a/obj/Debug/net5.0-windows/TournamentManager.csprojAssemblyReference.cache and b/obj/Debug/net5.0-windows/TournamentManager.csprojAssemblyReference.cache differ diff --git a/obj/Debug/net5.0-windows/TournamentManager.dll b/obj/Debug/net5.0-windows/TournamentManager.dll index f913267a235359355f923b45a0a82f2e98e4e8ff..c35b47e9a82a75ea6e86a97c4c43df9152d06692 100644 Binary files a/obj/Debug/net5.0-windows/TournamentManager.dll and b/obj/Debug/net5.0-windows/TournamentManager.dll differ diff --git a/obj/Debug/net5.0-windows/TournamentManager.pdb b/obj/Debug/net5.0-windows/TournamentManager.pdb index e2a7d3eca6a21eb8e550166d0c0691d88aa0df9f..c3cafb872867251c45fbea05921e89dd3e9e965e 100644 Binary files a/obj/Debug/net5.0-windows/TournamentManager.pdb and b/obj/Debug/net5.0-windows/TournamentManager.pdb differ diff --git a/obj/Debug/net5.0-windows/TournamentManager.src.ManagePlayOffControl.resources b/obj/Debug/net5.0-windows/TournamentManager.src.ManagePlayOffControl.resources new file mode 100644 index 0000000000000000000000000000000000000000..6c05a9776bd7cbae976fdcec7e3a254e93018279 Binary files /dev/null and b/obj/Debug/net5.0-windows/TournamentManager.src.ManagePlayOffControl.resources differ diff --git a/obj/Debug/net5.0-windows/ref/TournamentManager.dll b/obj/Debug/net5.0-windows/ref/TournamentManager.dll index 0d05c167696644b2e9e1280cc0d81f971ea45da8..300d70b7200a46faf9d86efb6b44148889d3bab6 100644 Binary files a/obj/Debug/net5.0-windows/ref/TournamentManager.dll and b/obj/Debug/net5.0-windows/ref/TournamentManager.dll differ diff --git a/obj/TournamentManager.csproj.nuget.dgspec.json b/obj/TournamentManager.csproj.nuget.dgspec.json index e77d8e92becc933da122a5ed2968a364b9596ec6..8193c420661e33e564749b3c09b80ebdfb856ae4 100644 --- a/obj/TournamentManager.csproj.nuget.dgspec.json +++ b/obj/TournamentManager.csproj.nuget.dgspec.json @@ -22,7 +22,7 @@ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ - "net5.0-windows" + "net5.0-windows7.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, diff --git a/obj/TournamentManager.csproj.nuget.g.props b/obj/TournamentManager.csproj.nuget.g.props index 4411bfa3095a41919a54414b7f894488d2711854..fd44c976c105a4b30c1199cf048f8c2e5fd704c2 100644 --- a/obj/TournamentManager.csproj.nuget.g.props +++ b/obj/TournamentManager.csproj.nuget.g.props @@ -7,10 +7,11 @@ <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\micha\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> - <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.8.0</NuGetToolVersion> + <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.9.1</NuGetToolVersion> </PropertyGroup> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> - <SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" /> + <SourceRoot Include="C:\Users\micha\.nuget\packages\" /> + <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> </ItemGroup> <PropertyGroup> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> diff --git a/obj/project.assets.json b/obj/project.assets.json index 9e36234e71f12b941720b79e28d0b6445267f9b6..ee563469de198cd0ab5482ac1bf514e5fd784553 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -74,7 +74,7 @@ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ - "net5.0-windows" + "net5.0-windows7.0" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index b2ac104cc0ff2b934e2161280895de53226766b9..f18c7ee364890660cc14f8786af4d8ab8f2e3e09 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "H71bVF2tvvTKiX1pmF6aHb9K3KX+isneTQJ5VfOpVIgT/zpQhwsdigl9to5pbHKJjGW9eAmRAA+cQgirv1ofvA==", + "dgSpecHash": "umcWTwWm5FWSLXrCLi1hAiSKMk34e+8HmDyYsi0ix1KwxZS3E/m1Qv9UliO6bACM5E/u5fBHvrSo9PIkJD0wTA==", "success": true, "projectFilePath": "C:\\Users\\micha\\School\\RiderProjects\\c-sharp-semestral-project-1\\TournamentManager.csproj", "expectedPackageFiles": [ diff --git a/obj/rider.project.restore.info b/obj/rider.project.restore.info index 1e682781d2c191141cabdfcdc47360e0544842b4..735a56d6959a84525a57bd6840aa7432bfa59cd7 100644 --- a/obj/rider.project.restore.info +++ b/obj/rider.project.restore.info @@ -1 +1 @@ -16226427414345850 \ No newline at end of file +16227083644321680 \ No newline at end of file diff --git a/src/ExportControl.Designer.cs b/src/ExportControl.Designer.cs deleted file mode 100644 index e31aca24bf68faf8814fc4519681f1fa46029825..0000000000000000000000000000000000000000 --- a/src/ExportControl.Designer.cs +++ /dev/null @@ -1,46 +0,0 @@ - -namespace TournamentManager.src -{ - partial class ExportControl - { - /// <summary> - /// Required designer variable. - /// </summary> - private System.ComponentModel.IContainer components = null; - - /// <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)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// <summary> - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// </summary> - private void InitializeComponent() - { - this.SuspendLayout(); - // - // ExportControl - // - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Name = "ExportControl"; - this.Size = new System.Drawing.Size(526, 150); - this.ResumeLayout(false); - - } - - #endregion - } -} diff --git a/src/ExportControl.cs b/src/ExportControl.cs deleted file mode 100644 index 3dd1cb28f4742a63ad8523c5408eb42332aeea89..0000000000000000000000000000000000000000 --- a/src/ExportControl.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace TournamentManager.src -{ - public partial class ExportControl : UserControl - { - public ExportControl() - { - InitializeComponent(); - } - } -} diff --git a/src/LoadFileForm.cs b/src/LoadFileForm.cs index 4f177e94901995494ad47f4645d96efed97d9ac6..b0cd26c6f389b3ac92b5067d4754cd35554c150b 100644 --- a/src/LoadFileForm.cs +++ b/src/LoadFileForm.cs @@ -1,5 +1,4 @@ using System; -using System.Drawing.Printing; using System.IO; using System.Windows.Forms; diff --git a/src/ManagePlayOffControl.Designer.cs b/src/ManagePlayOffControl.Designer.cs new file mode 100644 index 0000000000000000000000000000000000000000..86e316e7287131fea4ae3d0678edcf6d266f3fc1 --- /dev/null +++ b/src/ManagePlayOffControl.Designer.cs @@ -0,0 +1,172 @@ + +namespace TournamentManager.src +{ + partial class ManagePlayOffControl + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <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)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.cbRound = new System.Windows.Forms.ComboBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.cbMatch = new System.Windows.Forms.ComboBox(); + this.lbFirst = new System.Windows.Forms.Label(); + this.tbFirst = new System.Windows.Forms.TextBox(); + this.tbSecond = new System.Windows.Forms.TextBox(); + this.lbSecond = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.btnSubmit = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // cbRound + // + this.cbRound.FormattingEnabled = true; + this.cbRound.Location = new System.Drawing.Point(77, 12); + this.cbRound.Name = "cbRound"; + this.cbRound.Size = new System.Drawing.Size(142, 23); + this.cbRound.TabIndex = 0; + this.cbRound.SelectedIndexChanged += new System.EventHandler(this.cbRound_SelectedIndexChanged); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + this.label1.Location = new System.Drawing.Point(9, 14); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(62, 21); + this.label1.TabIndex = 1; + this.label1.Text = "Round:"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + this.label2.Location = new System.Drawing.Point(268, 14); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(60, 21); + this.label2.TabIndex = 2; + this.label2.Text = "Match:"; + // + // cbMatch + // + this.cbMatch.FormattingEnabled = true; + this.cbMatch.Location = new System.Drawing.Point(334, 12); + this.cbMatch.Name = "cbMatch"; + this.cbMatch.Size = new System.Drawing.Size(148, 23); + this.cbMatch.TabIndex = 3; + this.cbMatch.SelectedIndexChanged += new System.EventHandler(this.cbMatch_SelectedIndexChanged); + // + // lbFirst + // + this.lbFirst.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + this.lbFirst.Location = new System.Drawing.Point(9, 67); + this.lbFirst.Name = "lbFirst"; + this.lbFirst.Size = new System.Drawing.Size(159, 21); + this.lbFirst.TabIndex = 4; + this.lbFirst.Text = "First Opponent"; + this.lbFirst.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // tbFirst + // + this.tbFirst.Location = new System.Drawing.Point(174, 65); + this.tbFirst.Name = "tbFirst"; + this.tbFirst.Size = new System.Drawing.Size(51, 23); + this.tbFirst.TabIndex = 5; + // + // tbSecond + // + this.tbSecond.Location = new System.Drawing.Point(266, 65); + this.tbSecond.Name = "tbSecond"; + this.tbSecond.Size = new System.Drawing.Size(51, 23); + this.tbSecond.TabIndex = 6; + // + // lbSecond + // + this.lbSecond.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + this.lbSecond.Location = new System.Drawing.Point(323, 67); + this.lbSecond.Name = "lbSecond"; + this.lbSecond.Size = new System.Drawing.Size(159, 21); + this.lbSecond.TabIndex = 7; + this.lbSecond.Text = "Second Opponent"; + this.lbSecond.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + this.label4.Location = new System.Drawing.Point(231, 67); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(29, 21); + this.label4.TabIndex = 8; + this.label4.Text = "VS"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // btnSubmit + // + this.btnSubmit.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); + this.btnSubmit.Location = new System.Drawing.Point(344, 103); + this.btnSubmit.Name = "btnSubmit"; + this.btnSubmit.Size = new System.Drawing.Size(138, 33); + this.btnSubmit.TabIndex = 9; + this.btnSubmit.Text = "Submit"; + this.btnSubmit.UseVisualStyleBackColor = true; + this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); + // + // ManagePlayOffControl + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.btnSubmit); + this.Controls.Add(this.label4); + this.Controls.Add(this.lbSecond); + this.Controls.Add(this.tbSecond); + this.Controls.Add(this.tbFirst); + this.Controls.Add(this.lbFirst); + this.Controls.Add(this.cbMatch); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.cbRound); + this.Name = "ManagePlayOffControl"; + this.Size = new System.Drawing.Size(491, 139); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.ComboBox cbRound; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.ComboBox cbMatch; + private System.Windows.Forms.Label lbFirst; + private System.Windows.Forms.TextBox tbFirst; + private System.Windows.Forms.TextBox tbSecond; + private System.Windows.Forms.Label lbSecond; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Button btnSubmit; + } +} diff --git a/src/ManagePlayOffControl.cs b/src/ManagePlayOffControl.cs new file mode 100644 index 0000000000000000000000000000000000000000..aad78e61a214e0a4c9484e27d021cdc0614d8b09 --- /dev/null +++ b/src/ManagePlayOffControl.cs @@ -0,0 +1,35 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace TournamentManager.src +{ + public partial class ManagePlayOffControl : UserControl + { + public ManagePlayOffControl() + { + InitializeComponent(); + } + + private void cbRound_SelectedIndexChanged(object sender, EventArgs e) + { + + } + + private void cbMatch_SelectedIndexChanged(object sender, EventArgs e) + { + + } + + private void btnSubmit_Click(object sender, EventArgs e) + { + + } + } +} diff --git a/src/ExportControl.resx b/src/ManagePlayOffControl.resx similarity index 100% rename from src/ExportControl.resx rename to src/ManagePlayOffControl.resx diff --git a/src/ManageTournamentForm.Designer.cs b/src/ManageTournamentForm.Designer.cs index 9871f4a901e035b26026c77e687feb4be340fa2a..39a473825d8cc31dc15e90395ff634f34056aa2a 100644 --- a/src/ManageTournamentForm.Designer.cs +++ b/src/ManageTournamentForm.Designer.cs @@ -40,10 +40,12 @@ namespace TournamentManager this.groupBox4 = new System.Windows.Forms.GroupBox(); this.computeControl = new TournamentManager.src.ComputeControl(); this.groupBox5 = new System.Windows.Forms.GroupBox(); + this.managePlayOffControl1 = new TournamentManager.src.ManagePlayOffControl(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); + this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // groupBox1 @@ -101,14 +103,14 @@ namespace TournamentManager // groupBox4 // this.groupBox4.Controls.Add(this.computeControl); - this.groupBox4.Location = new System.Drawing.Point(395, 172); + this.groupBox4.Location = new System.Drawing.Point(394, 411); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(501, 138); this.groupBox4.TabIndex = 3; this.groupBox4.TabStop = false; this.groupBox4.Text = "Calculate"; // - // calculateControl + // computeControl // this.computeControl.Location = new System.Drawing.Point(5, 22); this.computeControl.Name = "computeControl"; @@ -117,12 +119,20 @@ namespace TournamentManager // // groupBox5 // - this.groupBox5.Location = new System.Drawing.Point(394, 316); + this.groupBox5.Controls.Add(this.managePlayOffControl1); + this.groupBox5.Location = new System.Drawing.Point(394, 172); this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(502, 240); + this.groupBox5.Size = new System.Drawing.Size(501, 183); this.groupBox5.TabIndex = 4; this.groupBox5.TabStop = false; - this.groupBox5.Text = "Export Data"; + this.groupBox5.Text = "Manage Play Off"; + // + // managePlayOffControl1 + // + this.managePlayOffControl1.Location = new System.Drawing.Point(4, 22); + this.managePlayOffControl1.Name = "managePlayOffControl1"; + this.managePlayOffControl1.Size = new System.Drawing.Size(493, 150); + this.managePlayOffControl1.TabIndex = 0; // // ManageTournamentForm // @@ -136,10 +146,12 @@ namespace TournamentManager this.Controls.Add(this.groupBox1); this.Name = "ManageTournamentForm"; this.Text = "ManageTournamentForm"; + this.Load += new System.EventHandler(this.ManageTournamentForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox4.ResumeLayout(false); + this.groupBox5.ResumeLayout(false); this.ResumeLayout(false); } @@ -153,7 +165,8 @@ namespace TournamentManager private System.Windows.Forms.GroupBox groupBox3; private src.GroupControl groupControl; private System.Windows.Forms.GroupBox groupBox4; - private System.Windows.Forms.GroupBox groupBox5; private src.ComputeControl computeControl; + private System.Windows.Forms.GroupBox groupBox5; + private src.ManagePlayOffControl managePlayOffControl1; } } \ No newline at end of file diff --git a/src/ManageTournamentForm.cs b/src/ManageTournamentForm.cs index abdbca62a85546ea008fb905eccc0eb0d0852398..ac327edf4008e4130b3fd992a0e2fde63ba70f2d 100644 --- a/src/ManageTournamentForm.cs +++ b/src/ManageTournamentForm.cs @@ -215,5 +215,10 @@ namespace TournamentManager } #endregion + + private void ManageTournamentForm_Load(object sender, EventArgs e) + { + + } } } \ No newline at end of file