From: Sweidan Omar Date: Thu, 13 Jan 2022 18:48:14 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=2fb822e64ba5aed3fc22cc620509509138769c2b;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32747 --- diff --git a/client/DxPlay/PlayerForm.cs b/client/DxPlay/PlayerForm.cs index 24d06091..5c06b5ff 100644 --- a/client/DxPlay/PlayerForm.cs +++ b/client/DxPlay/PlayerForm.cs @@ -269,7 +269,7 @@ namespace DxPlay OpenFile(fileInfo, false); } - private void panel1_MouseDown(object sender, MouseEventArgs e) + private void Panel1_MouseDown(object sender, MouseEventArgs e) { if (m_play != null && e.Button == MouseButtons.Left) { @@ -284,7 +284,7 @@ namespace DxPlay } } - private void panel1_SizeChanged(object sender, EventArgs e) + private void Panel1_SizeChanged(object sender, EventArgs e) { if (m_play != null) m_play.UpdateVideoWindow(); @@ -618,7 +618,7 @@ namespace DxPlay if (m_play != null) m_play.Dispose(); } - private void menuOpenFile_Click(object sender, EventArgs e) + private void MenuOpenFile_Click(object sender, EventArgs e) { openFileDialogOpened = true; if (openFileDialog.ShowDialog() == DialogResult.OK) @@ -671,13 +671,13 @@ namespace DxPlay btnApprove.Text = Settings.Resource("REDEFINE", Resources.REDEFINE); } - private void btnSave_Click(object sender, EventArgs e) + private void BtnSave_Click(object sender, EventArgs e) { settings.Segments = model.Segments; CloseForm(); } - private void btnCancel_Click(object sender, EventArgs e) + private void BtnCancel_Click(object sender, EventArgs e) { CloseForm(); }