4834 lines
281 KiB
C#
4834 lines
281 KiB
C#
namespace WinFormsApp1
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
backgroundWorker_getProcessInfo = new System.ComponentModel.BackgroundWorker();
|
|
stoppenToolStripMenuItem = new ToolStripMenuItem();
|
|
contextMenuStrip = new ContextMenuStrip(components);
|
|
öffnenToolStripMenuItem = new ToolStripMenuItem();
|
|
beendenToolStripMenuItem = new ToolStripMenuItem();
|
|
notifyIcon = new NotifyIcon(components);
|
|
timer_getProcessInfo = new System.Windows.Forms.Timer(components);
|
|
contextMenuStrip_Downloads_RightClickItem = new ContextMenuStrip(components);
|
|
itemPlayToolStripMenuItem = new ToolStripMenuItem();
|
|
anheftenToolStripMenuItem = new ToolStripMenuItem();
|
|
loslösenToolStripMenuItem = new ToolStripMenuItem();
|
|
itemAddToLikesToolStripMenuItem = new ToolStripMenuItem();
|
|
itemRemoveFromLikesToolStripMenuItem = new ToolStripMenuItem();
|
|
itemAddToFavoritesToolStripMenuItem = new ToolStripMenuItem();
|
|
itemRemoveFromFavoritesToolStripMenuItem = new ToolStripMenuItem();
|
|
itemMehrVonModelnameToolStripMenuItem = new ToolStripMenuItem();
|
|
itemDateipfadImExplorerÖffnenToolStripMenuItem = new ToolStripMenuItem();
|
|
itemZurDownloadlisteHinzufügenToolStripMenuItem = new ToolStripMenuItem();
|
|
itemDownloadStoppenToolStripMenuItem = new ToolStripMenuItem();
|
|
itemDownloadLöschenToolStripMenuItem = new ToolStripMenuItem();
|
|
itemAlsHOTMarkierenToolStripMenuItem = new ToolStripMenuItem();
|
|
itemNichtMehrAlsHOTMarkierenToolStripMenuItem = new ToolStripMenuItem();
|
|
behaltenToolStripMenuItem = new ToolStripMenuItem();
|
|
itemLöschenToolStripMenuItem = new ToolStripMenuItem();
|
|
farbeÄndernToolStripMenuItem = new ToolStripMenuItem();
|
|
FarbeLöschenToolStripMenuItem = new ToolStripMenuItem();
|
|
FarbeGrünToolStripMenuItem = new ToolStripMenuItem();
|
|
FarbeRotToolStripMenuItem = new ToolStripMenuItem();
|
|
itemNachObenToolStripMenuItem = new ToolStripMenuItem();
|
|
itemNachUntenToolStripMenuItem = new ToolStripMenuItem();
|
|
statusStrip1 = new StatusStrip();
|
|
toolStripStatusLabel1 = new ToolStripStatusLabel();
|
|
imageList_Thumbnails = new ImageList(components);
|
|
contextMenuStrip_Split = new ContextMenuStrip(components);
|
|
toolStripMenuItem_SplitRemove = new ToolStripMenuItem();
|
|
toolStripMenuItem_SplitRemoveAll = new ToolStripMenuItem();
|
|
fileSystemWatcher_completed_downloads = new FileSystemWatcher();
|
|
fileSystemWatcher_database = new FileSystemWatcher();
|
|
fileSystemWatcher_temp_folder = new FileSystemWatcher();
|
|
fileSystemWatcher_archive = new FileSystemWatcher();
|
|
tabPage_scanAI_Result = new TabPage();
|
|
listView_AI_Result = new ListView();
|
|
columnHeader_AI_Results_Filename = new ColumnHeader();
|
|
columnHeader_AI_Results_Seconds = new ColumnHeader();
|
|
columnHeader_AI_Results_Prediction = new ColumnHeader();
|
|
columnHeader_AI_Results_PredictionValue = new ColumnHeader();
|
|
imageList_Thumbnails_Temp = new ImageList(components);
|
|
tabPage_Editor = new TabPage();
|
|
splitContainer_Editor_Player_Timestamps = new SplitContainer();
|
|
splitContainer_Editor_PlayerDetails = new SplitContainer();
|
|
splitContainer_Editor_VLC = new SplitContainer();
|
|
label_Editor_Label = new Label();
|
|
flyleafHost_Editor = new FlyleafLib.Controls.WinForms.FlyleafHost();
|
|
tableLayoutPanel_Editor_VLC = new TableLayoutPanel();
|
|
comboBox_Editor_VLC_PlaybackSpeed = new ComboBox();
|
|
button_Editor_VLC_Fullscreen = new Button();
|
|
button_Editor_VLC_PlayPause = new Button();
|
|
button_Editor_VLC_Stop = new Button();
|
|
label_Editor_VLC_Starttime = new Label();
|
|
trackBar_Editor_VLC = new TrackBar();
|
|
label_Editor_VLC_Endtime = new Label();
|
|
button_Editor_VLC_VolumeMute = new Button();
|
|
trackBar_Editor_VLC_Volume = new TrackBar();
|
|
tableLayoutPanel_Editor_PlayerTrim = new TableLayoutPanel();
|
|
linkLabel_Modelname_Trim_Value = new LinkLabel();
|
|
label_FavLikesIcon_Trim = new Label();
|
|
pictureBox_HotIcon_Trim = new PictureBox();
|
|
label_Filename_Trim = new Label();
|
|
label_Filename_Trim_Value = new Label();
|
|
label_Modelname_Trim = new Label();
|
|
label_Date_Trim = new Label();
|
|
label_Date_Trim_Value = new Label();
|
|
label_Size_Trim = new Label();
|
|
label_Size_Trim_Value = new Label();
|
|
splitContainer_Editor_cutClips = new SplitContainer();
|
|
splitContainer_Editor_Timestamps = new SplitContainer();
|
|
listView_Split = new ListView();
|
|
columnHeader_Trim_Checkbox = new ColumnHeader();
|
|
columnHeader_Trim_Start = new ColumnHeader();
|
|
columnHeader_Trim_End = new ColumnHeader();
|
|
columnHeader_Trim_Duration = new ColumnHeader();
|
|
columnHeader_Trim_Label = new ColumnHeader();
|
|
groupBox_editClip_Options = new GroupBox();
|
|
tableLayoutPanel_scanAI_Options = new TableLayoutPanel();
|
|
checkBox_scanAI_UseThresholdForPredictionLabel = new CheckBox();
|
|
checkBox_scanAI_PornThreshold = new CheckBox();
|
|
checkBox_scanAI_addToResults = new CheckBox();
|
|
checkBox_editClip_removeOriginal = new CheckBox();
|
|
checkBox_scanAI_UseThresholds = new CheckBox();
|
|
checkBox_scanAI_SexyThreshold = new CheckBox();
|
|
trackBar_scanAI_hentaiThreshold = new TrackBar();
|
|
label_scanAI_pornThreshold_Value = new Label();
|
|
trackBar_scanAI_pornThreshold = new TrackBar();
|
|
label_scanAI_sexyThreshold_Value = new Label();
|
|
trackBar_scanAI_sexyThreshold = new TrackBar();
|
|
label_scanAI_hentaiThreshold_Value = new Label();
|
|
checkBox_scanAI_HentaiThreshold = new CheckBox();
|
|
comboBox_scanAI_ThumbnailSize = new ComboBox();
|
|
label_ThumbnailSize = new Label();
|
|
tableLayoutPanel_editClip_ScanAI = new TableLayoutPanel();
|
|
button_editClip_scanAI = new Button();
|
|
button_editClip_scanAI_Results = new Button();
|
|
button_AddSplit = new Button();
|
|
button_SplitFiles = new Button();
|
|
tabPage_Player = new TabPage();
|
|
splitContainer_Player = new SplitContainer();
|
|
splitContainer_Player_VLC = new SplitContainer();
|
|
flyleafHost_Player = new FlyleafLib.Controls.WinForms.FlyleafHost();
|
|
tableLayoutPanel_Player_VLC = new TableLayoutPanel();
|
|
button_Player_VLC_Fullscreen = new Button();
|
|
button_Player_VLC_PlayPause = new Button();
|
|
button_Player_VLC_Stop = new Button();
|
|
label_Player_VLC_Starttime = new Label();
|
|
trackBar_Player_VLC = new TrackBar();
|
|
label_Player_VLC_Endtime = new Label();
|
|
button_Player_VLC_VolumeMute = new Button();
|
|
trackBar_Player_VLC_Volume = new TrackBar();
|
|
comboBox_Player_VLC_PlaybackSpeed = new ComboBox();
|
|
tableLayoutPanel_PlayerDetails_Controls = new TableLayoutPanel();
|
|
button_player_DateiLöschen = new Button();
|
|
button_player_DateiBehalten = new Button();
|
|
button_player_AlsColdMarkieren = new Button();
|
|
button_player_AlsHOTmarkieren = new Button();
|
|
button_player_DownloadLöschen = new Button();
|
|
button_player_StopDownload = new Button();
|
|
button_AddToDownload = new Button();
|
|
button_ShowMore = new Button();
|
|
button_player_Unfav = new Button();
|
|
button_player_Unlike = new Button();
|
|
button_player_Fav = new Button();
|
|
button_player_Like = new Button();
|
|
button_player_Trim_Video = new Button();
|
|
tableLayoutPanel_PlayerDetails = new TableLayoutPanel();
|
|
label_FavLikesIcon = new Label();
|
|
pictureBox_HotIcon = new PictureBox();
|
|
label_Filename = new Label();
|
|
label_Filename_Value = new Label();
|
|
label_Modelname = new Label();
|
|
label_Date = new Label();
|
|
label_Date_Value = new Label();
|
|
label_Size = new Label();
|
|
label_Size_Value = new Label();
|
|
linkLabel_Modelname_Value = new LinkLabel();
|
|
tabPage_Archive = new TabPage();
|
|
splitContainer_ArchiveDownloads = new SplitContainer();
|
|
splitContainer_Archive_ListView = new SplitContainer();
|
|
groupBox_Archive_Tags = new GroupBox();
|
|
splitContainer_Archive_Tags = new SplitContainer();
|
|
button_Archive_ResetTags = new Button();
|
|
checkedListBox_Archive_Tags = new CheckedListBox();
|
|
listView_AllArchivedDownloads = new ListView();
|
|
archive_Icon = new ColumnHeader();
|
|
archive_Modelname = new ColumnHeader();
|
|
archive_Filename = new ColumnHeader();
|
|
archive_Filesize = new ColumnHeader();
|
|
archive_Filedate = new ColumnHeader();
|
|
archive_lastStream = new ColumnHeader();
|
|
archive_Filepath = new ColumnHeader();
|
|
tableLayoutPanel_Archive_Controls_Right = new TableLayoutPanel();
|
|
label_Archive_View = new Label();
|
|
comboBox_AllArchivedDownloadsView = new ComboBox();
|
|
trackBar_AllArchivedDownloadsTileSize = new TrackBar();
|
|
tableLayoutPanel_Archive_Controls_Left = new TableLayoutPanel();
|
|
button_ReloadArchivedDownloads = new Button();
|
|
button_AllArchivedDownloadsDeleteNonHOTFiles = new Button();
|
|
tabPage_CompletedDownloads = new TabPage();
|
|
splitContainer_CompletedDownloads = new SplitContainer();
|
|
splitContainer_CompletedDownloads_ListView = new SplitContainer();
|
|
groupBox_CompletedDownloads_Tags = new GroupBox();
|
|
splitContainer_Tags = new SplitContainer();
|
|
button_CompletedDownloads_ResetTags = new Button();
|
|
checkedListBox_CompletedDownloads_Tags = new CheckedListBox();
|
|
listView_CompletedDownloads = new ListView();
|
|
completed_Icon = new ColumnHeader();
|
|
completed_Modelname = new ColumnHeader();
|
|
completed_Filename = new ColumnHeader();
|
|
completed_Filesize = new ColumnHeader();
|
|
completed_Filedate = new ColumnHeader();
|
|
completed_lastStream = new ColumnHeader();
|
|
completed_Filepath = new ColumnHeader();
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right = new TableLayoutPanel();
|
|
label_completedDownloadsView = new Label();
|
|
checkBox_ShowAllDownloads = new CheckBox();
|
|
comboBox_completedDownloadsView = new ComboBox();
|
|
trackBar_TileSize = new TrackBar();
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left = new TableLayoutPanel();
|
|
button_ReloadCompletedDownloads = new Button();
|
|
button_sortToFolders = new Button();
|
|
button_DeleteNonHOTFiles = new Button();
|
|
tabPage_Favorite = new TabPage();
|
|
splitContainer_Favorites = new SplitContainer();
|
|
tableLayoutPanel_Favorites = new TableLayoutPanel();
|
|
button_Favorites_Search_Next = new Button();
|
|
button_Favorites_Search_Back = new Button();
|
|
textBox_FilterFavorites = new TextBox();
|
|
button_RemoveInvalidFavorites = new Button();
|
|
button_ResetColorFavorites = new Button();
|
|
button_checkForInvalidFavorites = new Button();
|
|
button_Favorites_ImportTxt = new Button();
|
|
listView_Favorites = new ListView();
|
|
favorites_Icon = new ColumnHeader();
|
|
favorites_URL = new ColumnHeader();
|
|
favorites_Modelname = new ColumnHeader();
|
|
favorites_Provider = new ColumnHeader();
|
|
favorites_lastStream = new ColumnHeader();
|
|
favorites_Id = new ColumnHeader();
|
|
tabPage_Likes = new TabPage();
|
|
splitContainer_Likes = new SplitContainer();
|
|
tableLayoutPanel_Likes = new TableLayoutPanel();
|
|
textBox_FilterLikes = new TextBox();
|
|
button_RemoveInvalidLikes = new Button();
|
|
button_checkForInvalidLikes = new Button();
|
|
button_ResetColorLikes = new Button();
|
|
button_Likes_ImportTxt = new Button();
|
|
button_Likes_Search_Back = new Button();
|
|
button_Likes_Search_Next = new Button();
|
|
listView_Likes = new ListView();
|
|
likes_Icon = new ColumnHeader();
|
|
likes_URL = new ColumnHeader();
|
|
likes_Modelname = new ColumnHeader();
|
|
likes_Provider = new ColumnHeader();
|
|
likes_lastStream = new ColumnHeader();
|
|
likes_Id = new ColumnHeader();
|
|
tabPage_Settings = new TabPage();
|
|
splitContainer_Settings = new SplitContainer();
|
|
tableLayoutPanel_Settings = new TableLayoutPanel();
|
|
groupBox_Settings_Main = new GroupBox();
|
|
tableLayoutPanel_Settings_Main = new TableLayoutPanel();
|
|
checkBox_useCBApi = new CheckBox();
|
|
label_AudioDevice = new Label();
|
|
checkBox_HiddenMode = new CheckBox();
|
|
button_isFfmpegInstalled = new Button();
|
|
button_deleteObsoleteThumbnails = new Button();
|
|
button_ReloadAudioDevice = new Button();
|
|
checkBox_warnFreeDiskSpace = new CheckBox();
|
|
label_AutoShutdown = new Label();
|
|
comboBox_dateTimePicker_AutoShutdown = new ComboBox();
|
|
label_warnFreeDiskSpace = new Label();
|
|
comboBox_AudioDevice = new ComboBox();
|
|
dateTimePicker_AutoShutdown = new DateTimePicker();
|
|
checkBox_warnFreeDiskSpace_StopDownloads = new CheckBox();
|
|
checkBox_useInternalPlayer = new CheckBox();
|
|
checkBox_dateTime_AutoShutdown = new CheckBox();
|
|
numericUpDown_warnFreeDiskSpace = new NumericUpDown();
|
|
checkBox_PausePlaybackWhenSwitchingTabs = new CheckBox();
|
|
label_checkSpeed = new Label();
|
|
comboBox_checkSpeed = new ComboBox();
|
|
label_Thumbnail = new Label();
|
|
comboBox_Thumbnail = new ComboBox();
|
|
groupBox_Settings_Downloads = new GroupBox();
|
|
tableLayoutPanel_Settings_Downloads = new TableLayoutPanel();
|
|
checkBox_MaxConcurrentDownloads = new CheckBox();
|
|
checkBox_AutoStart = new CheckBox();
|
|
checkBox_AutoAddFromClipboard = new CheckBox();
|
|
checkBox_loopFavorites = new CheckBox();
|
|
checkBox_deleteSmallFiles = new CheckBox();
|
|
checkBox_completedDownloadNotification = new CheckBox();
|
|
numericUpDown_MaxConcurrentDownloads = new NumericUpDown();
|
|
checkBox_moveOnlyManuallyDeletedFiles = new CheckBox();
|
|
checkBox_moveToRecycleBin = new CheckBox();
|
|
numericUpDown_deleteSmallFiles = new NumericUpDown();
|
|
label_deleteSmallFiles = new Label();
|
|
checkBox_AutoShutdown = new CheckBox();
|
|
comboBox_AutoShutdownAction = new ComboBox();
|
|
checkBox_completedDownloadNotification_ShowThumbnail = new CheckBox();
|
|
checkBox_RemoveItemsAfter1000Tries = new CheckBox();
|
|
groupBox_Folder = new GroupBox();
|
|
tableLayoutPanel_Settings_Folders = new TableLayoutPanel();
|
|
label_RecordingsFolder = new Label();
|
|
label_Database = new Label();
|
|
label_ArchiveFolder = new Label();
|
|
label_KeepFolder = new Label();
|
|
txt_ArchiveFolder = new TextBox();
|
|
txt_RecordingsFolder = new TextBox();
|
|
button_ArchiveFolder = new Button();
|
|
txt_KeepFolder = new TextBox();
|
|
txt_Database = new TextBox();
|
|
button_RecordingsFolder = new Button();
|
|
button_KeepFolder = new Button();
|
|
button_Database = new Button();
|
|
tabPage_MainForm = new TabPage();
|
|
splitContainer_Downloads = new SplitContainer();
|
|
panel_HiddenModeTopPanel = new Panel();
|
|
button_HiddenMode = new Button();
|
|
label_checkFavoritesStatus = new Label();
|
|
button_download_favorites = new Button();
|
|
label_checkLikesStatus = new Label();
|
|
label_refreshTimeString = new Label();
|
|
button_Export = new Button();
|
|
button_Import = new Button();
|
|
button_AddFromClipboard = new Button();
|
|
button_RemoveStopped = new Button();
|
|
button_Stop = new Button();
|
|
button_Download = new Button();
|
|
button_download_likes = new Button();
|
|
groupBox_CB_Stats = new GroupBox();
|
|
tableLayoutPanel_Stats = new TableLayoutPanel();
|
|
label_LikesOnline_Value = new Label();
|
|
label_LikesOnline = new Label();
|
|
label_FavoritesOnline_Value = new Label();
|
|
label_FavoritesOnline = new Label();
|
|
label_DownloadCount = new Label();
|
|
label_DownloadCount_Value = new Label();
|
|
listView_Downloads = new ListView();
|
|
columnHeader_Favorite = new ColumnHeader();
|
|
columnHeader_URL = new ColumnHeader();
|
|
columnHeader_Filename = new ColumnHeader();
|
|
columnHeader_Status = new ColumnHeader();
|
|
columnHeader_Filesize = new ColumnHeader();
|
|
columnHeader_Runtime = new ColumnHeader();
|
|
columnHeader_ProcessID = new ColumnHeader();
|
|
tabControl1 = new TabControl();
|
|
timer_getRoomlist = new System.Windows.Forms.Timer(components);
|
|
contextMenuStrip.SuspendLayout();
|
|
contextMenuStrip_Downloads_RightClickItem.SuspendLayout();
|
|
statusStrip1.SuspendLayout();
|
|
contextMenuStrip_Split.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)fileSystemWatcher_completed_downloads).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)fileSystemWatcher_database).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)fileSystemWatcher_temp_folder).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)fileSystemWatcher_archive).BeginInit();
|
|
tabPage_scanAI_Result.SuspendLayout();
|
|
tabPage_Editor.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_Player_Timestamps).BeginInit();
|
|
splitContainer_Editor_Player_Timestamps.Panel1.SuspendLayout();
|
|
splitContainer_Editor_Player_Timestamps.Panel2.SuspendLayout();
|
|
splitContainer_Editor_Player_Timestamps.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_PlayerDetails).BeginInit();
|
|
splitContainer_Editor_PlayerDetails.Panel1.SuspendLayout();
|
|
splitContainer_Editor_PlayerDetails.Panel2.SuspendLayout();
|
|
splitContainer_Editor_PlayerDetails.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_VLC).BeginInit();
|
|
splitContainer_Editor_VLC.Panel1.SuspendLayout();
|
|
splitContainer_Editor_VLC.Panel2.SuspendLayout();
|
|
splitContainer_Editor_VLC.SuspendLayout();
|
|
tableLayoutPanel_Editor_VLC.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_Editor_VLC).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_Editor_VLC_Volume).BeginInit();
|
|
tableLayoutPanel_Editor_PlayerTrim.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox_HotIcon_Trim).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_cutClips).BeginInit();
|
|
splitContainer_Editor_cutClips.Panel1.SuspendLayout();
|
|
splitContainer_Editor_cutClips.Panel2.SuspendLayout();
|
|
splitContainer_Editor_cutClips.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_Timestamps).BeginInit();
|
|
splitContainer_Editor_Timestamps.Panel1.SuspendLayout();
|
|
splitContainer_Editor_Timestamps.Panel2.SuspendLayout();
|
|
splitContainer_Editor_Timestamps.SuspendLayout();
|
|
groupBox_editClip_Options.SuspendLayout();
|
|
tableLayoutPanel_scanAI_Options.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_scanAI_hentaiThreshold).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_scanAI_pornThreshold).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_scanAI_sexyThreshold).BeginInit();
|
|
tableLayoutPanel_editClip_ScanAI.SuspendLayout();
|
|
tabPage_Player.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Player).BeginInit();
|
|
splitContainer_Player.Panel1.SuspendLayout();
|
|
splitContainer_Player.Panel2.SuspendLayout();
|
|
splitContainer_Player.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Player_VLC).BeginInit();
|
|
splitContainer_Player_VLC.Panel1.SuspendLayout();
|
|
splitContainer_Player_VLC.Panel2.SuspendLayout();
|
|
splitContainer_Player_VLC.SuspendLayout();
|
|
tableLayoutPanel_Player_VLC.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_Player_VLC).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_Player_VLC_Volume).BeginInit();
|
|
tableLayoutPanel_PlayerDetails_Controls.SuspendLayout();
|
|
tableLayoutPanel_PlayerDetails.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox_HotIcon).BeginInit();
|
|
tabPage_Archive.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_ArchiveDownloads).BeginInit();
|
|
splitContainer_ArchiveDownloads.Panel1.SuspendLayout();
|
|
splitContainer_ArchiveDownloads.Panel2.SuspendLayout();
|
|
splitContainer_ArchiveDownloads.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Archive_ListView).BeginInit();
|
|
splitContainer_Archive_ListView.Panel1.SuspendLayout();
|
|
splitContainer_Archive_ListView.Panel2.SuspendLayout();
|
|
splitContainer_Archive_ListView.SuspendLayout();
|
|
groupBox_Archive_Tags.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Archive_Tags).BeginInit();
|
|
splitContainer_Archive_Tags.Panel1.SuspendLayout();
|
|
splitContainer_Archive_Tags.Panel2.SuspendLayout();
|
|
splitContainer_Archive_Tags.SuspendLayout();
|
|
tableLayoutPanel_Archive_Controls_Right.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_AllArchivedDownloadsTileSize).BeginInit();
|
|
tableLayoutPanel_Archive_Controls_Left.SuspendLayout();
|
|
tabPage_CompletedDownloads.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_CompletedDownloads).BeginInit();
|
|
splitContainer_CompletedDownloads.Panel1.SuspendLayout();
|
|
splitContainer_CompletedDownloads.Panel2.SuspendLayout();
|
|
splitContainer_CompletedDownloads.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_CompletedDownloads_ListView).BeginInit();
|
|
splitContainer_CompletedDownloads_ListView.Panel1.SuspendLayout();
|
|
splitContainer_CompletedDownloads_ListView.Panel2.SuspendLayout();
|
|
splitContainer_CompletedDownloads_ListView.SuspendLayout();
|
|
groupBox_CompletedDownloads_Tags.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Tags).BeginInit();
|
|
splitContainer_Tags.Panel1.SuspendLayout();
|
|
splitContainer_Tags.Panel2.SuspendLayout();
|
|
splitContainer_Tags.SuspendLayout();
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_TileSize).BeginInit();
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.SuspendLayout();
|
|
tabPage_Favorite.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Favorites).BeginInit();
|
|
splitContainer_Favorites.Panel1.SuspendLayout();
|
|
splitContainer_Favorites.Panel2.SuspendLayout();
|
|
splitContainer_Favorites.SuspendLayout();
|
|
tableLayoutPanel_Favorites.SuspendLayout();
|
|
tabPage_Likes.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Likes).BeginInit();
|
|
splitContainer_Likes.Panel1.SuspendLayout();
|
|
splitContainer_Likes.Panel2.SuspendLayout();
|
|
splitContainer_Likes.SuspendLayout();
|
|
tableLayoutPanel_Likes.SuspendLayout();
|
|
tabPage_Settings.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Settings).BeginInit();
|
|
splitContainer_Settings.Panel1.SuspendLayout();
|
|
splitContainer_Settings.Panel2.SuspendLayout();
|
|
splitContainer_Settings.SuspendLayout();
|
|
tableLayoutPanel_Settings.SuspendLayout();
|
|
groupBox_Settings_Main.SuspendLayout();
|
|
tableLayoutPanel_Settings_Main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown_warnFreeDiskSpace).BeginInit();
|
|
groupBox_Settings_Downloads.SuspendLayout();
|
|
tableLayoutPanel_Settings_Downloads.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown_MaxConcurrentDownloads).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown_deleteSmallFiles).BeginInit();
|
|
groupBox_Folder.SuspendLayout();
|
|
tableLayoutPanel_Settings_Folders.SuspendLayout();
|
|
tabPage_MainForm.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Downloads).BeginInit();
|
|
splitContainer_Downloads.Panel1.SuspendLayout();
|
|
splitContainer_Downloads.Panel2.SuspendLayout();
|
|
splitContainer_Downloads.SuspendLayout();
|
|
panel_HiddenModeTopPanel.SuspendLayout();
|
|
groupBox_CB_Stats.SuspendLayout();
|
|
tableLayoutPanel_Stats.SuspendLayout();
|
|
tabControl1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// backgroundWorker_getProcessInfo
|
|
//
|
|
backgroundWorker_getProcessInfo.WorkerReportsProgress = true;
|
|
backgroundWorker_getProcessInfo.WorkerSupportsCancellation = true;
|
|
//
|
|
// stoppenToolStripMenuItem
|
|
//
|
|
stoppenToolStripMenuItem.Font = new Font("Segoe UI", 9F);
|
|
stoppenToolStripMenuItem.Name = "stoppenToolStripMenuItem";
|
|
stoppenToolStripMenuItem.Size = new Size(120, 22);
|
|
stoppenToolStripMenuItem.Text = "Stoppen";
|
|
stoppenToolStripMenuItem.Click += stoppenToolStripMenuItem_Click;
|
|
//
|
|
// contextMenuStrip
|
|
//
|
|
contextMenuStrip.ImageScalingSize = new Size(20, 20);
|
|
contextMenuStrip.Items.AddRange(new ToolStripItem[] { öffnenToolStripMenuItem, stoppenToolStripMenuItem, beendenToolStripMenuItem });
|
|
contextMenuStrip.Name = "contextMenuStrip";
|
|
contextMenuStrip.Size = new Size(121, 70);
|
|
//
|
|
// öffnenToolStripMenuItem
|
|
//
|
|
öffnenToolStripMenuItem.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
|
öffnenToolStripMenuItem.Name = "öffnenToolStripMenuItem";
|
|
öffnenToolStripMenuItem.Size = new Size(120, 22);
|
|
öffnenToolStripMenuItem.Text = "Öffnen";
|
|
öffnenToolStripMenuItem.Click += öffnenToolStripMenuItem_Click;
|
|
//
|
|
// beendenToolStripMenuItem
|
|
//
|
|
beendenToolStripMenuItem.Name = "beendenToolStripMenuItem";
|
|
beendenToolStripMenuItem.Size = new Size(120, 22);
|
|
beendenToolStripMenuItem.Text = "Beenden";
|
|
beendenToolStripMenuItem.Click += beendenToolStripMenuItem_Click;
|
|
//
|
|
// notifyIcon
|
|
//
|
|
notifyIcon.ContextMenuStrip = contextMenuStrip;
|
|
notifyIcon.Icon = (Icon)resources.GetObject("notifyIcon.Icon");
|
|
notifyIcon.Text = "Chrome";
|
|
notifyIcon.DoubleClick += notifyIcon_DoubleClick;
|
|
//
|
|
// timer_getProcessInfo
|
|
//
|
|
timer_getProcessInfo.Enabled = true;
|
|
timer_getProcessInfo.Interval = 1000;
|
|
timer_getProcessInfo.Tick += timer_getProcessInfo_Tick;
|
|
//
|
|
// contextMenuStrip_Downloads_RightClickItem
|
|
//
|
|
contextMenuStrip_Downloads_RightClickItem.ImageScalingSize = new Size(20, 20);
|
|
contextMenuStrip_Downloads_RightClickItem.Items.AddRange(new ToolStripItem[] { itemPlayToolStripMenuItem, anheftenToolStripMenuItem, loslösenToolStripMenuItem, itemAddToLikesToolStripMenuItem, itemRemoveFromLikesToolStripMenuItem, itemAddToFavoritesToolStripMenuItem, itemRemoveFromFavoritesToolStripMenuItem, itemMehrVonModelnameToolStripMenuItem, itemDateipfadImExplorerÖffnenToolStripMenuItem, itemZurDownloadlisteHinzufügenToolStripMenuItem, itemDownloadStoppenToolStripMenuItem, itemDownloadLöschenToolStripMenuItem, itemAlsHOTMarkierenToolStripMenuItem, itemNichtMehrAlsHOTMarkierenToolStripMenuItem, behaltenToolStripMenuItem, itemLöschenToolStripMenuItem, farbeÄndernToolStripMenuItem, itemNachObenToolStripMenuItem, itemNachUntenToolStripMenuItem });
|
|
contextMenuStrip_Downloads_RightClickItem.Name = "contextMenuStrip_RightClickItem";
|
|
contextMenuStrip_Downloads_RightClickItem.Size = new Size(263, 498);
|
|
//
|
|
// itemPlayToolStripMenuItem
|
|
//
|
|
itemPlayToolStripMenuItem.Font = new Font("Segoe UI", 9F, FontStyle.Bold);
|
|
itemPlayToolStripMenuItem.Image = (Image)resources.GetObject("itemPlayToolStripMenuItem.Image");
|
|
itemPlayToolStripMenuItem.Name = "itemPlayToolStripMenuItem";
|
|
itemPlayToolStripMenuItem.ShortcutKeyDisplayString = "Enter";
|
|
itemPlayToolStripMenuItem.Size = new Size(262, 26);
|
|
itemPlayToolStripMenuItem.Text = "Abspielen";
|
|
itemPlayToolStripMenuItem.Click += itemPlayToolStripMenuItem_Click;
|
|
//
|
|
// anheftenToolStripMenuItem
|
|
//
|
|
anheftenToolStripMenuItem.Image = (Image)resources.GetObject("anheftenToolStripMenuItem.Image");
|
|
anheftenToolStripMenuItem.Name = "anheftenToolStripMenuItem";
|
|
anheftenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
anheftenToolStripMenuItem.Size = new Size(262, 26);
|
|
anheftenToolStripMenuItem.Text = "Anheften";
|
|
anheftenToolStripMenuItem.Click += anheftenToolStripMenuItem_Click;
|
|
//
|
|
// loslösenToolStripMenuItem
|
|
//
|
|
loslösenToolStripMenuItem.Image = (Image)resources.GetObject("loslösenToolStripMenuItem.Image");
|
|
loslösenToolStripMenuItem.Name = "loslösenToolStripMenuItem";
|
|
loslösenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
loslösenToolStripMenuItem.Size = new Size(262, 26);
|
|
loslösenToolStripMenuItem.Text = "Loslösen";
|
|
loslösenToolStripMenuItem.Click += loslösenToolStripMenuItem_Click;
|
|
//
|
|
// itemAddToLikesToolStripMenuItem
|
|
//
|
|
itemAddToLikesToolStripMenuItem.Image = (Image)resources.GetObject("itemAddToLikesToolStripMenuItem.Image");
|
|
itemAddToLikesToolStripMenuItem.Name = "itemAddToLikesToolStripMenuItem";
|
|
itemAddToLikesToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemAddToLikesToolStripMenuItem.Size = new Size(262, 26);
|
|
itemAddToLikesToolStripMenuItem.Text = "Gefällt mir";
|
|
itemAddToLikesToolStripMenuItem.Click += itemAddToLikesToolStripMenuItem_Click;
|
|
//
|
|
// itemRemoveFromLikesToolStripMenuItem
|
|
//
|
|
itemRemoveFromLikesToolStripMenuItem.Image = (Image)resources.GetObject("itemRemoveFromLikesToolStripMenuItem.Image");
|
|
itemRemoveFromLikesToolStripMenuItem.Name = "itemRemoveFromLikesToolStripMenuItem";
|
|
itemRemoveFromLikesToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemRemoveFromLikesToolStripMenuItem.Size = new Size(262, 26);
|
|
itemRemoveFromLikesToolStripMenuItem.Text = "Gefällt mir nicht mehr";
|
|
itemRemoveFromLikesToolStripMenuItem.Click += itemRemoveFromLikesToolStripMenuItem_Click;
|
|
//
|
|
// itemAddToFavoritesToolStripMenuItem
|
|
//
|
|
itemAddToFavoritesToolStripMenuItem.Image = (Image)resources.GetObject("itemAddToFavoritesToolStripMenuItem.Image");
|
|
itemAddToFavoritesToolStripMenuItem.Name = "itemAddToFavoritesToolStripMenuItem";
|
|
itemAddToFavoritesToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemAddToFavoritesToolStripMenuItem.Size = new Size(262, 26);
|
|
itemAddToFavoritesToolStripMenuItem.Text = "Zu Favoriten hinzufügen";
|
|
itemAddToFavoritesToolStripMenuItem.Click += itemAddToFavoritesToolStripMenuItem_Click;
|
|
//
|
|
// itemRemoveFromFavoritesToolStripMenuItem
|
|
//
|
|
itemRemoveFromFavoritesToolStripMenuItem.Image = (Image)resources.GetObject("itemRemoveFromFavoritesToolStripMenuItem.Image");
|
|
itemRemoveFromFavoritesToolStripMenuItem.Name = "itemRemoveFromFavoritesToolStripMenuItem";
|
|
itemRemoveFromFavoritesToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemRemoveFromFavoritesToolStripMenuItem.Size = new Size(262, 26);
|
|
itemRemoveFromFavoritesToolStripMenuItem.Text = "Von Favoriten entfernen";
|
|
itemRemoveFromFavoritesToolStripMenuItem.Click += itemRemoveFromFavoritesToolStripMenuItem_Click;
|
|
//
|
|
// itemMehrVonModelnameToolStripMenuItem
|
|
//
|
|
itemMehrVonModelnameToolStripMenuItem.Image = (Image)resources.GetObject("itemMehrVonModelnameToolStripMenuItem.Image");
|
|
itemMehrVonModelnameToolStripMenuItem.Name = "itemMehrVonModelnameToolStripMenuItem";
|
|
itemMehrVonModelnameToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemMehrVonModelnameToolStripMenuItem.Size = new Size(262, 26);
|
|
itemMehrVonModelnameToolStripMenuItem.Text = "Mehr von <modelname> anzeigen";
|
|
itemMehrVonModelnameToolStripMenuItem.Click += mehrVonModelnameToolStripMenuItem_Click;
|
|
//
|
|
// itemDateipfadImExplorerÖffnenToolStripMenuItem
|
|
//
|
|
itemDateipfadImExplorerÖffnenToolStripMenuItem.Image = (Image)resources.GetObject("itemDateipfadImExplorerÖffnenToolStripMenuItem.Image");
|
|
itemDateipfadImExplorerÖffnenToolStripMenuItem.Name = "itemDateipfadImExplorerÖffnenToolStripMenuItem";
|
|
itemDateipfadImExplorerÖffnenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemDateipfadImExplorerÖffnenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemDateipfadImExplorerÖffnenToolStripMenuItem.Text = "Dateipfad im Explorer öffnen";
|
|
itemDateipfadImExplorerÖffnenToolStripMenuItem.Click += itemDateipfadImExplorerÖffnenToolStripMenuItem_Click;
|
|
//
|
|
// itemZurDownloadlisteHinzufügenToolStripMenuItem
|
|
//
|
|
itemZurDownloadlisteHinzufügenToolStripMenuItem.Image = (Image)resources.GetObject("itemZurDownloadlisteHinzufügenToolStripMenuItem.Image");
|
|
itemZurDownloadlisteHinzufügenToolStripMenuItem.Name = "itemZurDownloadlisteHinzufügenToolStripMenuItem";
|
|
itemZurDownloadlisteHinzufügenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemZurDownloadlisteHinzufügenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemZurDownloadlisteHinzufügenToolStripMenuItem.Text = "Zur Downloadliste hinzufügen";
|
|
itemZurDownloadlisteHinzufügenToolStripMenuItem.Click += zurDownloadlisteHinzufügenToolStripMenuItem_Click;
|
|
//
|
|
// itemDownloadStoppenToolStripMenuItem
|
|
//
|
|
itemDownloadStoppenToolStripMenuItem.Image = (Image)resources.GetObject("itemDownloadStoppenToolStripMenuItem.Image");
|
|
itemDownloadStoppenToolStripMenuItem.Name = "itemDownloadStoppenToolStripMenuItem";
|
|
itemDownloadStoppenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemDownloadStoppenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemDownloadStoppenToolStripMenuItem.Text = "Stoppen";
|
|
itemDownloadStoppenToolStripMenuItem.Click += itemStoppenToolStripMenuItem_Click;
|
|
//
|
|
// itemDownloadLöschenToolStripMenuItem
|
|
//
|
|
itemDownloadLöschenToolStripMenuItem.Image = (Image)resources.GetObject("itemDownloadLöschenToolStripMenuItem.Image");
|
|
itemDownloadLöschenToolStripMenuItem.Name = "itemDownloadLöschenToolStripMenuItem";
|
|
itemDownloadLöschenToolStripMenuItem.ShortcutKeyDisplayString = "Entf";
|
|
itemDownloadLöschenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemDownloadLöschenToolStripMenuItem.Text = "Löschen";
|
|
itemDownloadLöschenToolStripMenuItem.Click += itemLöschenToolStripMenuItem_Click;
|
|
//
|
|
// itemAlsHOTMarkierenToolStripMenuItem
|
|
//
|
|
itemAlsHOTMarkierenToolStripMenuItem.Image = (Image)resources.GetObject("itemAlsHOTMarkierenToolStripMenuItem.Image");
|
|
itemAlsHOTMarkierenToolStripMenuItem.Name = "itemAlsHOTMarkierenToolStripMenuItem";
|
|
itemAlsHOTMarkierenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemAlsHOTMarkierenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemAlsHOTMarkierenToolStripMenuItem.Text = "Als HOT markieren";
|
|
itemAlsHOTMarkierenToolStripMenuItem.Click += itemAlsHOTMarkierenToolStripMenuItem_Click;
|
|
//
|
|
// itemNichtMehrAlsHOTMarkierenToolStripMenuItem
|
|
//
|
|
itemNichtMehrAlsHOTMarkierenToolStripMenuItem.Image = (Image)resources.GetObject("itemNichtMehrAlsHOTMarkierenToolStripMenuItem.Image");
|
|
itemNichtMehrAlsHOTMarkierenToolStripMenuItem.Name = "itemNichtMehrAlsHOTMarkierenToolStripMenuItem";
|
|
itemNichtMehrAlsHOTMarkierenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemNichtMehrAlsHOTMarkierenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemNichtMehrAlsHOTMarkierenToolStripMenuItem.Text = "Nicht mehr als HOT markieren";
|
|
itemNichtMehrAlsHOTMarkierenToolStripMenuItem.Click += itemNichtMehrAlsHOTMarkierenToolStripMenuItem_Click;
|
|
//
|
|
// behaltenToolStripMenuItem
|
|
//
|
|
behaltenToolStripMenuItem.Image = (Image)resources.GetObject("behaltenToolStripMenuItem.Image");
|
|
behaltenToolStripMenuItem.Name = "behaltenToolStripMenuItem";
|
|
behaltenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
behaltenToolStripMenuItem.Size = new Size(262, 26);
|
|
behaltenToolStripMenuItem.Text = "Behalten";
|
|
behaltenToolStripMenuItem.Click += behaltenToolStripMenuItem_Click;
|
|
//
|
|
// itemLöschenToolStripMenuItem
|
|
//
|
|
itemLöschenToolStripMenuItem.Image = (Image)resources.GetObject("itemLöschenToolStripMenuItem.Image");
|
|
itemLöschenToolStripMenuItem.Name = "itemLöschenToolStripMenuItem";
|
|
itemLöschenToolStripMenuItem.ShortcutKeyDisplayString = "Entf";
|
|
itemLöschenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemLöschenToolStripMenuItem.Text = "Löschen";
|
|
itemLöschenToolStripMenuItem.Click += löschenToolStripMenuItem_Click;
|
|
//
|
|
// farbeÄndernToolStripMenuItem
|
|
//
|
|
farbeÄndernToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { FarbeLöschenToolStripMenuItem, FarbeGrünToolStripMenuItem, FarbeRotToolStripMenuItem });
|
|
farbeÄndernToolStripMenuItem.Image = (Image)resources.GetObject("farbeÄndernToolStripMenuItem.Image");
|
|
farbeÄndernToolStripMenuItem.Name = "farbeÄndernToolStripMenuItem";
|
|
farbeÄndernToolStripMenuItem.Size = new Size(262, 26);
|
|
farbeÄndernToolStripMenuItem.Text = "Farbe ändern";
|
|
//
|
|
// FarbeLöschenToolStripMenuItem
|
|
//
|
|
FarbeLöschenToolStripMenuItem.Font = new Font("Segoe UI", 9F, FontStyle.Italic);
|
|
FarbeLöschenToolStripMenuItem.Image = (Image)resources.GetObject("FarbeLöschenToolStripMenuItem.Image");
|
|
FarbeLöschenToolStripMenuItem.Name = "FarbeLöschenToolStripMenuItem";
|
|
FarbeLöschenToolStripMenuItem.Size = new Size(116, 22);
|
|
FarbeLöschenToolStripMenuItem.Text = "Löschen";
|
|
FarbeLöschenToolStripMenuItem.Click += FarbeLöschenToolStripMenuItem_Click;
|
|
//
|
|
// FarbeGrünToolStripMenuItem
|
|
//
|
|
FarbeGrünToolStripMenuItem.Image = (Image)resources.GetObject("FarbeGrünToolStripMenuItem.Image");
|
|
FarbeGrünToolStripMenuItem.Name = "FarbeGrünToolStripMenuItem";
|
|
FarbeGrünToolStripMenuItem.Size = new Size(116, 22);
|
|
FarbeGrünToolStripMenuItem.Text = "Grün";
|
|
FarbeGrünToolStripMenuItem.Click += FarbeGrünToolStripMenuItem_Click;
|
|
//
|
|
// FarbeRotToolStripMenuItem
|
|
//
|
|
FarbeRotToolStripMenuItem.Image = (Image)resources.GetObject("FarbeRotToolStripMenuItem.Image");
|
|
FarbeRotToolStripMenuItem.Name = "FarbeRotToolStripMenuItem";
|
|
FarbeRotToolStripMenuItem.Size = new Size(116, 22);
|
|
FarbeRotToolStripMenuItem.Text = "Rot";
|
|
FarbeRotToolStripMenuItem.Click += FarbeRotToolStripMenuItem_Click;
|
|
//
|
|
// itemNachObenToolStripMenuItem
|
|
//
|
|
itemNachObenToolStripMenuItem.Image = (Image)resources.GetObject("itemNachObenToolStripMenuItem.Image");
|
|
itemNachObenToolStripMenuItem.Name = "itemNachObenToolStripMenuItem";
|
|
itemNachObenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemNachObenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemNachObenToolStripMenuItem.Text = "Nach oben bewegen";
|
|
itemNachObenToolStripMenuItem.Click += itemNachObenToolStripMenuItem_Click;
|
|
//
|
|
// itemNachUntenToolStripMenuItem
|
|
//
|
|
itemNachUntenToolStripMenuItem.Image = (Image)resources.GetObject("itemNachUntenToolStripMenuItem.Image");
|
|
itemNachUntenToolStripMenuItem.Name = "itemNachUntenToolStripMenuItem";
|
|
itemNachUntenToolStripMenuItem.ShortcutKeyDisplayString = "";
|
|
itemNachUntenToolStripMenuItem.Size = new Size(262, 26);
|
|
itemNachUntenToolStripMenuItem.Text = "Nach unten bewegen";
|
|
itemNachUntenToolStripMenuItem.Click += itemNachUntenToolStripMenuItem_Click;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
statusStrip1.ImageScalingSize = new Size(20, 20);
|
|
statusStrip1.Items.AddRange(new ToolStripItem[] { toolStripStatusLabel1 });
|
|
statusStrip1.Location = new Point(0, 449);
|
|
statusStrip1.Name = "statusStrip1";
|
|
statusStrip1.Size = new Size(834, 22);
|
|
statusStrip1.TabIndex = 2;
|
|
statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
toolStripStatusLabel1.Size = new Size(118, 17);
|
|
toolStripStatusLabel1.Text = "toolStripStatusLabel1";
|
|
//
|
|
// imageList_Thumbnails
|
|
//
|
|
imageList_Thumbnails.ColorDepth = ColorDepth.Depth32Bit;
|
|
imageList_Thumbnails.ImageSize = new Size(192, 108);
|
|
imageList_Thumbnails.TransparentColor = Color.Transparent;
|
|
//
|
|
// contextMenuStrip_Split
|
|
//
|
|
contextMenuStrip_Split.ImageScalingSize = new Size(20, 20);
|
|
contextMenuStrip_Split.Items.AddRange(new ToolStripItem[] { toolStripMenuItem_SplitRemove, toolStripMenuItem_SplitRemoveAll });
|
|
contextMenuStrip_Split.Name = "contextMenuStrip_Split";
|
|
contextMenuStrip_Split.Size = new Size(149, 48);
|
|
//
|
|
// toolStripMenuItem_SplitRemove
|
|
//
|
|
toolStripMenuItem_SplitRemove.Name = "toolStripMenuItem_SplitRemove";
|
|
toolStripMenuItem_SplitRemove.Size = new Size(148, 22);
|
|
toolStripMenuItem_SplitRemove.Text = "Entfernen";
|
|
toolStripMenuItem_SplitRemove.Click += toolStripMenuItem_SplitRemove_Click;
|
|
//
|
|
// toolStripMenuItem_SplitRemoveAll
|
|
//
|
|
toolStripMenuItem_SplitRemoveAll.Name = "toolStripMenuItem_SplitRemoveAll";
|
|
toolStripMenuItem_SplitRemoveAll.Size = new Size(148, 22);
|
|
toolStripMenuItem_SplitRemoveAll.Text = "Alle entfernen";
|
|
toolStripMenuItem_SplitRemoveAll.Click += toolStripMenuItem_SplitRemoveAll_Click;
|
|
//
|
|
// fileSystemWatcher_completed_downloads
|
|
//
|
|
fileSystemWatcher_completed_downloads.EnableRaisingEvents = true;
|
|
fileSystemWatcher_completed_downloads.SynchronizingObject = this;
|
|
fileSystemWatcher_completed_downloads.Created += fileSystemWatcher_completed_downloads_Created;
|
|
fileSystemWatcher_completed_downloads.Deleted += fileSystemWatcher_completed_downloads_Deleted;
|
|
//
|
|
// fileSystemWatcher_database
|
|
//
|
|
fileSystemWatcher_database.EnableRaisingEvents = true;
|
|
fileSystemWatcher_database.SynchronizingObject = this;
|
|
fileSystemWatcher_database.Changed += fileSystemWatcher_database_Changed;
|
|
//
|
|
// fileSystemWatcher_temp_folder
|
|
//
|
|
fileSystemWatcher_temp_folder.EnableRaisingEvents = true;
|
|
fileSystemWatcher_temp_folder.Filter = "*.jpg";
|
|
fileSystemWatcher_temp_folder.SynchronizingObject = this;
|
|
fileSystemWatcher_temp_folder.Created += fileSystemWatcher_temp_folder_Created;
|
|
//
|
|
// fileSystemWatcher_archive
|
|
//
|
|
fileSystemWatcher_archive.EnableRaisingEvents = true;
|
|
fileSystemWatcher_archive.IncludeSubdirectories = true;
|
|
fileSystemWatcher_archive.SynchronizingObject = this;
|
|
//
|
|
// tabPage_scanAI_Result
|
|
//
|
|
tabPage_scanAI_Result.Controls.Add(listView_AI_Result);
|
|
tabPage_scanAI_Result.Location = new Point(4, 22);
|
|
tabPage_scanAI_Result.Name = "tabPage_scanAI_Result";
|
|
tabPage_scanAI_Result.Padding = new Padding(3);
|
|
tabPage_scanAI_Result.Size = new Size(826, 423);
|
|
tabPage_scanAI_Result.TabIndex = 8;
|
|
tabPage_scanAI_Result.Text = "AI Ergebnis";
|
|
tabPage_scanAI_Result.UseVisualStyleBackColor = true;
|
|
//
|
|
// listView_AI_Result
|
|
//
|
|
listView_AI_Result.Columns.AddRange(new ColumnHeader[] { columnHeader_AI_Results_Filename, columnHeader_AI_Results_Seconds, columnHeader_AI_Results_Prediction, columnHeader_AI_Results_PredictionValue });
|
|
listView_AI_Result.Dock = DockStyle.Fill;
|
|
listView_AI_Result.GridLines = true;
|
|
listView_AI_Result.LargeImageList = imageList_Thumbnails_Temp;
|
|
listView_AI_Result.Location = new Point(3, 3);
|
|
listView_AI_Result.Name = "listView_AI_Result";
|
|
listView_AI_Result.Size = new Size(820, 417);
|
|
listView_AI_Result.SmallImageList = imageList_Thumbnails_Temp;
|
|
listView_AI_Result.TabIndex = 0;
|
|
listView_AI_Result.TileSize = new Size(300, 118);
|
|
listView_AI_Result.UseCompatibleStateImageBehavior = false;
|
|
listView_AI_Result.View = View.Tile;
|
|
listView_AI_Result.MouseDoubleClick += listView_AI_Result_MouseDoubleClick;
|
|
//
|
|
// imageList_Thumbnails_Temp
|
|
//
|
|
imageList_Thumbnails_Temp.ColorDepth = ColorDepth.Depth32Bit;
|
|
imageList_Thumbnails_Temp.ImageSize = new Size(192, 108);
|
|
imageList_Thumbnails_Temp.TransparentColor = Color.Transparent;
|
|
//
|
|
// tabPage_Editor
|
|
//
|
|
tabPage_Editor.Controls.Add(splitContainer_Editor_Player_Timestamps);
|
|
tabPage_Editor.Location = new Point(4, 22);
|
|
tabPage_Editor.Name = "tabPage_Editor";
|
|
tabPage_Editor.Padding = new Padding(3);
|
|
tabPage_Editor.Size = new Size(826, 423);
|
|
tabPage_Editor.TabIndex = 7;
|
|
tabPage_Editor.Text = "Editor";
|
|
tabPage_Editor.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer_Editor_Player_Timestamps
|
|
//
|
|
splitContainer_Editor_Player_Timestamps.Dock = DockStyle.Fill;
|
|
splitContainer_Editor_Player_Timestamps.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_Editor_Player_Timestamps.Location = new Point(3, 3);
|
|
splitContainer_Editor_Player_Timestamps.Name = "splitContainer_Editor_Player_Timestamps";
|
|
//
|
|
// splitContainer_Editor_Player_Timestamps.Panel1
|
|
//
|
|
splitContainer_Editor_Player_Timestamps.Panel1.Controls.Add(splitContainer_Editor_PlayerDetails);
|
|
//
|
|
// splitContainer_Editor_Player_Timestamps.Panel2
|
|
//
|
|
splitContainer_Editor_Player_Timestamps.Panel2.Controls.Add(splitContainer_Editor_cutClips);
|
|
splitContainer_Editor_Player_Timestamps.Size = new Size(820, 417);
|
|
splitContainer_Editor_Player_Timestamps.SplitterDistance = 500;
|
|
splitContainer_Editor_Player_Timestamps.TabIndex = 27;
|
|
//
|
|
// splitContainer_Editor_PlayerDetails
|
|
//
|
|
splitContainer_Editor_PlayerDetails.Dock = DockStyle.Fill;
|
|
splitContainer_Editor_PlayerDetails.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_Editor_PlayerDetails.IsSplitterFixed = true;
|
|
splitContainer_Editor_PlayerDetails.Location = new Point(0, 0);
|
|
splitContainer_Editor_PlayerDetails.Name = "splitContainer_Editor_PlayerDetails";
|
|
splitContainer_Editor_PlayerDetails.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Editor_PlayerDetails.Panel1
|
|
//
|
|
splitContainer_Editor_PlayerDetails.Panel1.Controls.Add(splitContainer_Editor_VLC);
|
|
//
|
|
// splitContainer_Editor_PlayerDetails.Panel2
|
|
//
|
|
splitContainer_Editor_PlayerDetails.Panel2.Controls.Add(tableLayoutPanel_Editor_PlayerTrim);
|
|
splitContainer_Editor_PlayerDetails.Size = new Size(500, 417);
|
|
splitContainer_Editor_PlayerDetails.SplitterDistance = 391;
|
|
splitContainer_Editor_PlayerDetails.SplitterWidth = 1;
|
|
splitContainer_Editor_PlayerDetails.TabIndex = 0;
|
|
//
|
|
// splitContainer_Editor_VLC
|
|
//
|
|
splitContainer_Editor_VLC.Dock = DockStyle.Fill;
|
|
splitContainer_Editor_VLC.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_Editor_VLC.IsSplitterFixed = true;
|
|
splitContainer_Editor_VLC.Location = new Point(0, 0);
|
|
splitContainer_Editor_VLC.Name = "splitContainer_Editor_VLC";
|
|
splitContainer_Editor_VLC.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Editor_VLC.Panel1
|
|
//
|
|
splitContainer_Editor_VLC.Panel1.Controls.Add(label_Editor_Label);
|
|
splitContainer_Editor_VLC.Panel1.Controls.Add(flyleafHost_Editor);
|
|
//
|
|
// splitContainer_Editor_VLC.Panel2
|
|
//
|
|
splitContainer_Editor_VLC.Panel2.Controls.Add(tableLayoutPanel_Editor_VLC);
|
|
splitContainer_Editor_VLC.Size = new Size(500, 391);
|
|
splitContainer_Editor_VLC.SplitterDistance = 352;
|
|
splitContainer_Editor_VLC.TabIndex = 1;
|
|
//
|
|
// label_Editor_Label
|
|
//
|
|
label_Editor_Label.AutoSize = true;
|
|
label_Editor_Label.Dock = DockStyle.Bottom;
|
|
label_Editor_Label.Font = new Font("Segoe UI", 8.25F);
|
|
label_Editor_Label.Location = new Point(0, 339);
|
|
label_Editor_Label.Name = "label_Editor_Label";
|
|
label_Editor_Label.Size = new Size(74, 13);
|
|
label_Editor_Label.TabIndex = 18;
|
|
label_Editor_Label.Text = "Pornography";
|
|
label_Editor_Label.TextAlign = ContentAlignment.MiddleLeft;
|
|
label_Editor_Label.Visible = false;
|
|
//
|
|
// flyleafHost_Editor
|
|
//
|
|
flyleafHost_Editor.AllowDrop = true;
|
|
flyleafHost_Editor.BackColor = Color.Black;
|
|
flyleafHost_Editor.Dock = DockStyle.Fill;
|
|
flyleafHost_Editor.DragMove = true;
|
|
flyleafHost_Editor.IsFullScreen = false;
|
|
flyleafHost_Editor.KeyBindings = true;
|
|
flyleafHost_Editor.Location = new Point(0, 0);
|
|
flyleafHost_Editor.Name = "flyleafHost_Editor";
|
|
flyleafHost_Editor.OpenOnDrop = false;
|
|
flyleafHost_Editor.PanMoveOnCtrl = true;
|
|
flyleafHost_Editor.PanRotateOnShiftWheel = true;
|
|
flyleafHost_Editor.PanZoomOnCtrlWheel = true;
|
|
flyleafHost_Editor.Player = null;
|
|
flyleafHost_Editor.Size = new Size(500, 352);
|
|
flyleafHost_Editor.SwapDragEnterOnShift = true;
|
|
flyleafHost_Editor.SwapOnDrop = true;
|
|
flyleafHost_Editor.TabIndex = 0;
|
|
flyleafHost_Editor.ToggleFullScreenOnDoubleClick = true;
|
|
flyleafHost_Editor.Click += flyleafHost_Editor_Click;
|
|
//
|
|
// tableLayoutPanel_Editor_VLC
|
|
//
|
|
tableLayoutPanel_Editor_VLC.ColumnCount = 12;
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 70F));
|
|
tableLayoutPanel_Editor_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(comboBox_Editor_VLC_PlaybackSpeed, 10, 0);
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(button_Editor_VLC_Fullscreen, 11, 0);
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(button_Editor_VLC_PlayPause, 0, 0);
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(button_Editor_VLC_Stop, 1, 0);
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(label_Editor_VLC_Starttime, 5, 0);
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(trackBar_Editor_VLC, 6, 0);
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(label_Editor_VLC_Endtime, 7, 0);
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(button_Editor_VLC_VolumeMute, 2, 0);
|
|
tableLayoutPanel_Editor_VLC.Controls.Add(trackBar_Editor_VLC_Volume, 3, 0);
|
|
tableLayoutPanel_Editor_VLC.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Editor_VLC.Location = new Point(0, 0);
|
|
tableLayoutPanel_Editor_VLC.Name = "tableLayoutPanel_Editor_VLC";
|
|
tableLayoutPanel_Editor_VLC.RowCount = 1;
|
|
tableLayoutPanel_Editor_VLC.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Editor_VLC.Size = new Size(500, 35);
|
|
tableLayoutPanel_Editor_VLC.TabIndex = 0;
|
|
//
|
|
// comboBox_Editor_VLC_PlaybackSpeed
|
|
//
|
|
comboBox_Editor_VLC_PlaybackSpeed.Dock = DockStyle.Fill;
|
|
comboBox_Editor_VLC_PlaybackSpeed.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_Editor_VLC_PlaybackSpeed.Font = new Font("Segoe UI", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
comboBox_Editor_VLC_PlaybackSpeed.FormattingEnabled = true;
|
|
comboBox_Editor_VLC_PlaybackSpeed.ItemHeight = 13;
|
|
comboBox_Editor_VLC_PlaybackSpeed.Items.AddRange(new object[] { "x0,25", "x0,5", "x1", "x1,5", "x2", "x4", "x8", "x16" });
|
|
comboBox_Editor_VLC_PlaybackSpeed.Location = new Point(398, 7);
|
|
comboBox_Editor_VLC_PlaybackSpeed.Margin = new Padding(3, 7, 3, 7);
|
|
comboBox_Editor_VLC_PlaybackSpeed.Name = "comboBox_Editor_VLC_PlaybackSpeed";
|
|
comboBox_Editor_VLC_PlaybackSpeed.Size = new Size(64, 21);
|
|
comboBox_Editor_VLC_PlaybackSpeed.TabIndex = 9;
|
|
comboBox_Editor_VLC_PlaybackSpeed.SelectedIndexChanged += comboBox_Editor_VLC_PlaybackSpeed_SelectedIndexChanged;
|
|
//
|
|
// button_Editor_VLC_Fullscreen
|
|
//
|
|
button_Editor_VLC_Fullscreen.BackgroundImage = (Image)resources.GetObject("button_Editor_VLC_Fullscreen.BackgroundImage");
|
|
button_Editor_VLC_Fullscreen.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Editor_VLC_Fullscreen.Dock = DockStyle.Fill;
|
|
button_Editor_VLC_Fullscreen.Location = new Point(468, 3);
|
|
button_Editor_VLC_Fullscreen.Name = "button_Editor_VLC_Fullscreen";
|
|
button_Editor_VLC_Fullscreen.Size = new Size(29, 29);
|
|
button_Editor_VLC_Fullscreen.TabIndex = 7;
|
|
button_Editor_VLC_Fullscreen.UseVisualStyleBackColor = true;
|
|
button_Editor_VLC_Fullscreen.Click += button_Editor_VLC_Fullscreen_Click;
|
|
//
|
|
// button_Editor_VLC_PlayPause
|
|
//
|
|
button_Editor_VLC_PlayPause.BackgroundImage = (Image)resources.GetObject("button_Editor_VLC_PlayPause.BackgroundImage");
|
|
button_Editor_VLC_PlayPause.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Editor_VLC_PlayPause.Dock = DockStyle.Fill;
|
|
button_Editor_VLC_PlayPause.Location = new Point(3, 3);
|
|
button_Editor_VLC_PlayPause.Name = "button_Editor_VLC_PlayPause";
|
|
button_Editor_VLC_PlayPause.Size = new Size(29, 29);
|
|
button_Editor_VLC_PlayPause.TabIndex = 0;
|
|
button_Editor_VLC_PlayPause.UseVisualStyleBackColor = true;
|
|
button_Editor_VLC_PlayPause.Click += button_Editor_VLC_PlayPause_Click;
|
|
//
|
|
// button_Editor_VLC_Stop
|
|
//
|
|
button_Editor_VLC_Stop.BackgroundImage = (Image)resources.GetObject("button_Editor_VLC_Stop.BackgroundImage");
|
|
button_Editor_VLC_Stop.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Editor_VLC_Stop.Dock = DockStyle.Fill;
|
|
button_Editor_VLC_Stop.Location = new Point(38, 3);
|
|
button_Editor_VLC_Stop.Name = "button_Editor_VLC_Stop";
|
|
button_Editor_VLC_Stop.Size = new Size(29, 29);
|
|
button_Editor_VLC_Stop.TabIndex = 1;
|
|
button_Editor_VLC_Stop.UseVisualStyleBackColor = true;
|
|
button_Editor_VLC_Stop.Click += button_Editor_VLC_Stop_Click;
|
|
//
|
|
// label_Editor_VLC_Starttime
|
|
//
|
|
label_Editor_VLC_Starttime.AutoSize = true;
|
|
tableLayoutPanel_Editor_VLC.SetColumnSpan(label_Editor_VLC_Starttime, 2);
|
|
label_Editor_VLC_Starttime.Dock = DockStyle.Fill;
|
|
label_Editor_VLC_Starttime.Location = new Point(178, 0);
|
|
label_Editor_VLC_Starttime.Name = "label_Editor_VLC_Starttime";
|
|
label_Editor_VLC_Starttime.Size = new Size(64, 35);
|
|
label_Editor_VLC_Starttime.TabIndex = 2;
|
|
label_Editor_VLC_Starttime.Text = "00:00:00";
|
|
label_Editor_VLC_Starttime.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// trackBar_Editor_VLC
|
|
//
|
|
trackBar_Editor_VLC.Dock = DockStyle.Fill;
|
|
trackBar_Editor_VLC.LargeChange = 10;
|
|
trackBar_Editor_VLC.Location = new Point(248, 3);
|
|
trackBar_Editor_VLC.Maximum = 100;
|
|
trackBar_Editor_VLC.Name = "trackBar_Editor_VLC";
|
|
trackBar_Editor_VLC.Size = new Size(74, 29);
|
|
trackBar_Editor_VLC.SmallChange = 5;
|
|
trackBar_Editor_VLC.TabIndex = 4;
|
|
trackBar_Editor_VLC.TickStyle = TickStyle.None;
|
|
trackBar_Editor_VLC.Scroll += trackBar_Editor_VLC_Scroll;
|
|
trackBar_Editor_VLC.MouseDown += trackBar_Editor_VLC_MouseDown;
|
|
trackBar_Editor_VLC.MouseUp += trackBar_Editor_VLC_MouseUp;
|
|
//
|
|
// label_Editor_VLC_Endtime
|
|
//
|
|
label_Editor_VLC_Endtime.AutoSize = true;
|
|
tableLayoutPanel_Editor_VLC.SetColumnSpan(label_Editor_VLC_Endtime, 2);
|
|
label_Editor_VLC_Endtime.Dock = DockStyle.Fill;
|
|
label_Editor_VLC_Endtime.Location = new Point(328, 0);
|
|
label_Editor_VLC_Endtime.Name = "label_Editor_VLC_Endtime";
|
|
label_Editor_VLC_Endtime.Size = new Size(64, 35);
|
|
label_Editor_VLC_Endtime.TabIndex = 3;
|
|
label_Editor_VLC_Endtime.Text = "00:00:00";
|
|
label_Editor_VLC_Endtime.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// button_Editor_VLC_VolumeMute
|
|
//
|
|
button_Editor_VLC_VolumeMute.BackgroundImage = (Image)resources.GetObject("button_Editor_VLC_VolumeMute.BackgroundImage");
|
|
button_Editor_VLC_VolumeMute.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Editor_VLC_VolumeMute.Dock = DockStyle.Fill;
|
|
button_Editor_VLC_VolumeMute.Location = new Point(73, 3);
|
|
button_Editor_VLC_VolumeMute.Name = "button_Editor_VLC_VolumeMute";
|
|
button_Editor_VLC_VolumeMute.Size = new Size(29, 29);
|
|
button_Editor_VLC_VolumeMute.TabIndex = 5;
|
|
button_Editor_VLC_VolumeMute.UseVisualStyleBackColor = true;
|
|
button_Editor_VLC_VolumeMute.Click += button_Editor_VLC_VolumeMute_Click;
|
|
//
|
|
// trackBar_Editor_VLC_Volume
|
|
//
|
|
tableLayoutPanel_Editor_VLC.SetColumnSpan(trackBar_Editor_VLC_Volume, 2);
|
|
trackBar_Editor_VLC_Volume.Dock = DockStyle.Fill;
|
|
trackBar_Editor_VLC_Volume.LargeChange = 0;
|
|
trackBar_Editor_VLC_Volume.Location = new Point(108, 3);
|
|
trackBar_Editor_VLC_Volume.Maximum = 100;
|
|
trackBar_Editor_VLC_Volume.Name = "trackBar_Editor_VLC_Volume";
|
|
trackBar_Editor_VLC_Volume.Size = new Size(64, 29);
|
|
trackBar_Editor_VLC_Volume.SmallChange = 0;
|
|
trackBar_Editor_VLC_Volume.TabIndex = 6;
|
|
trackBar_Editor_VLC_Volume.TickStyle = TickStyle.None;
|
|
trackBar_Editor_VLC_Volume.Value = 100;
|
|
trackBar_Editor_VLC_Volume.Scroll += trackBar_Editor_VLC_Volume_Scroll;
|
|
//
|
|
// tableLayoutPanel_Editor_PlayerTrim
|
|
//
|
|
tableLayoutPanel_Editor_PlayerTrim.ColumnCount = 4;
|
|
tableLayoutPanel_Editor_PlayerTrim.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 32F));
|
|
tableLayoutPanel_Editor_PlayerTrim.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 32F));
|
|
tableLayoutPanel_Editor_PlayerTrim.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 80F));
|
|
tableLayoutPanel_Editor_PlayerTrim.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(linkLabel_Modelname_Trim_Value, 3, 1);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(label_FavLikesIcon_Trim, 0, 0);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(pictureBox_HotIcon_Trim, 1, 0);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(label_Filename_Trim, 2, 0);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(label_Filename_Trim_Value, 3, 0);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(label_Modelname_Trim, 2, 1);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(label_Date_Trim, 2, 3);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(label_Date_Trim_Value, 3, 3);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(label_Size_Trim, 2, 2);
|
|
tableLayoutPanel_Editor_PlayerTrim.Controls.Add(label_Size_Trim_Value, 3, 2);
|
|
tableLayoutPanel_Editor_PlayerTrim.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Editor_PlayerTrim.Location = new Point(0, 0);
|
|
tableLayoutPanel_Editor_PlayerTrim.Name = "tableLayoutPanel_Editor_PlayerTrim";
|
|
tableLayoutPanel_Editor_PlayerTrim.RowCount = 4;
|
|
tableLayoutPanel_Editor_PlayerTrim.RowStyles.Add(new RowStyle(SizeType.Absolute, 21F));
|
|
tableLayoutPanel_Editor_PlayerTrim.RowStyles.Add(new RowStyle(SizeType.Absolute, 21F));
|
|
tableLayoutPanel_Editor_PlayerTrim.RowStyles.Add(new RowStyle(SizeType.Absolute, 21F));
|
|
tableLayoutPanel_Editor_PlayerTrim.RowStyles.Add(new RowStyle(SizeType.Absolute, 21F));
|
|
tableLayoutPanel_Editor_PlayerTrim.Size = new Size(500, 25);
|
|
tableLayoutPanel_Editor_PlayerTrim.TabIndex = 29;
|
|
//
|
|
// linkLabel_Modelname_Trim_Value
|
|
//
|
|
linkLabel_Modelname_Trim_Value.AutoSize = true;
|
|
linkLabel_Modelname_Trim_Value.Dock = DockStyle.Fill;
|
|
linkLabel_Modelname_Trim_Value.Location = new Point(147, 21);
|
|
linkLabel_Modelname_Trim_Value.Name = "linkLabel_Modelname_Trim_Value";
|
|
linkLabel_Modelname_Trim_Value.Size = new Size(350, 21);
|
|
linkLabel_Modelname_Trim_Value.TabIndex = 33;
|
|
linkLabel_Modelname_Trim_Value.TabStop = true;
|
|
linkLabel_Modelname_Trim_Value.Text = "Modelname";
|
|
linkLabel_Modelname_Trim_Value.TextAlign = ContentAlignment.MiddleLeft;
|
|
linkLabel_Modelname_Trim_Value.LinkClicked += linkLabel_Modelname_Trim_Value_LinkClicked;
|
|
//
|
|
// label_FavLikesIcon_Trim
|
|
//
|
|
label_FavLikesIcon_Trim.Dock = DockStyle.Fill;
|
|
label_FavLikesIcon_Trim.Font = new Font("Segoe UI", 15.75F);
|
|
label_FavLikesIcon_Trim.Location = new Point(0, 0);
|
|
label_FavLikesIcon_Trim.Margin = new Padding(0);
|
|
label_FavLikesIcon_Trim.Name = "label_FavLikesIcon_Trim";
|
|
tableLayoutPanel_Editor_PlayerTrim.SetRowSpan(label_FavLikesIcon_Trim, 4);
|
|
label_FavLikesIcon_Trim.Size = new Size(32, 84);
|
|
label_FavLikesIcon_Trim.TabIndex = 31;
|
|
label_FavLikesIcon_Trim.Text = "♥";
|
|
label_FavLikesIcon_Trim.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// pictureBox_HotIcon_Trim
|
|
//
|
|
pictureBox_HotIcon_Trim.BackColor = Color.Transparent;
|
|
pictureBox_HotIcon_Trim.BackgroundImage = (Image)resources.GetObject("pictureBox_HotIcon_Trim.BackgroundImage");
|
|
pictureBox_HotIcon_Trim.BackgroundImageLayout = ImageLayout.Zoom;
|
|
pictureBox_HotIcon_Trim.Dock = DockStyle.Fill;
|
|
pictureBox_HotIcon_Trim.Location = new Point(32, 0);
|
|
pictureBox_HotIcon_Trim.Margin = new Padding(0);
|
|
pictureBox_HotIcon_Trim.Name = "pictureBox_HotIcon_Trim";
|
|
tableLayoutPanel_Editor_PlayerTrim.SetRowSpan(pictureBox_HotIcon_Trim, 4);
|
|
pictureBox_HotIcon_Trim.Size = new Size(32, 84);
|
|
pictureBox_HotIcon_Trim.TabIndex = 32;
|
|
pictureBox_HotIcon_Trim.TabStop = false;
|
|
//
|
|
// label_Filename_Trim
|
|
//
|
|
label_Filename_Trim.AutoSize = true;
|
|
label_Filename_Trim.Dock = DockStyle.Fill;
|
|
label_Filename_Trim.Font = new Font("Segoe UI", 8.25F);
|
|
label_Filename_Trim.Location = new Point(67, 0);
|
|
label_Filename_Trim.Name = "label_Filename_Trim";
|
|
label_Filename_Trim.Size = new Size(74, 21);
|
|
label_Filename_Trim.TabIndex = 17;
|
|
label_Filename_Trim.Text = "Dateiname:";
|
|
label_Filename_Trim.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Filename_Trim_Value
|
|
//
|
|
label_Filename_Trim_Value.AutoSize = true;
|
|
label_Filename_Trim_Value.Dock = DockStyle.Fill;
|
|
label_Filename_Trim_Value.Font = new Font("Segoe UI", 8.25F);
|
|
label_Filename_Trim_Value.Location = new Point(147, 0);
|
|
label_Filename_Trim_Value.Name = "label_Filename_Trim_Value";
|
|
label_Filename_Trim_Value.Size = new Size(350, 21);
|
|
label_Filename_Trim_Value.TabIndex = 3;
|
|
label_Filename_Trim_Value.Text = "Filename";
|
|
label_Filename_Trim_Value.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Modelname_Trim
|
|
//
|
|
label_Modelname_Trim.AutoSize = true;
|
|
label_Modelname_Trim.Dock = DockStyle.Fill;
|
|
label_Modelname_Trim.Font = new Font("Segoe UI", 8.25F);
|
|
label_Modelname_Trim.Location = new Point(67, 21);
|
|
label_Modelname_Trim.Name = "label_Modelname_Trim";
|
|
label_Modelname_Trim.Size = new Size(74, 21);
|
|
label_Modelname_Trim.TabIndex = 19;
|
|
label_Modelname_Trim.Text = "Model:";
|
|
label_Modelname_Trim.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Date_Trim
|
|
//
|
|
label_Date_Trim.AutoSize = true;
|
|
label_Date_Trim.Dock = DockStyle.Fill;
|
|
label_Date_Trim.Font = new Font("Segoe UI", 8.25F);
|
|
label_Date_Trim.Location = new Point(67, 63);
|
|
label_Date_Trim.Name = "label_Date_Trim";
|
|
label_Date_Trim.Size = new Size(74, 21);
|
|
label_Date_Trim.TabIndex = 20;
|
|
label_Date_Trim.Text = "Datum:";
|
|
label_Date_Trim.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Date_Trim_Value
|
|
//
|
|
label_Date_Trim_Value.AutoSize = true;
|
|
label_Date_Trim_Value.Dock = DockStyle.Fill;
|
|
label_Date_Trim_Value.Font = new Font("Segoe UI", 8.25F);
|
|
label_Date_Trim_Value.Location = new Point(147, 63);
|
|
label_Date_Trim_Value.Name = "label_Date_Trim_Value";
|
|
label_Date_Trim_Value.Size = new Size(350, 21);
|
|
label_Date_Trim_Value.TabIndex = 21;
|
|
label_Date_Trim_Value.Text = "Datum";
|
|
label_Date_Trim_Value.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Size_Trim
|
|
//
|
|
label_Size_Trim.AutoSize = true;
|
|
label_Size_Trim.Dock = DockStyle.Fill;
|
|
label_Size_Trim.Location = new Point(67, 42);
|
|
label_Size_Trim.Name = "label_Size_Trim";
|
|
label_Size_Trim.Size = new Size(74, 21);
|
|
label_Size_Trim.TabIndex = 22;
|
|
label_Size_Trim.Text = "Größe:";
|
|
label_Size_Trim.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Size_Trim_Value
|
|
//
|
|
label_Size_Trim_Value.AutoSize = true;
|
|
label_Size_Trim_Value.Dock = DockStyle.Fill;
|
|
label_Size_Trim_Value.Location = new Point(147, 42);
|
|
label_Size_Trim_Value.Name = "label_Size_Trim_Value";
|
|
label_Size_Trim_Value.Size = new Size(350, 21);
|
|
label_Size_Trim_Value.TabIndex = 23;
|
|
label_Size_Trim_Value.Text = "Größe";
|
|
label_Size_Trim_Value.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// splitContainer_Editor_cutClips
|
|
//
|
|
splitContainer_Editor_cutClips.Dock = DockStyle.Fill;
|
|
splitContainer_Editor_cutClips.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_Editor_cutClips.IsSplitterFixed = true;
|
|
splitContainer_Editor_cutClips.Location = new Point(0, 0);
|
|
splitContainer_Editor_cutClips.Name = "splitContainer_Editor_cutClips";
|
|
splitContainer_Editor_cutClips.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Editor_cutClips.Panel1
|
|
//
|
|
splitContainer_Editor_cutClips.Panel1.Controls.Add(splitContainer_Editor_Timestamps);
|
|
splitContainer_Editor_cutClips.Panel1.Controls.Add(button_AddSplit);
|
|
//
|
|
// splitContainer_Editor_cutClips.Panel2
|
|
//
|
|
splitContainer_Editor_cutClips.Panel2.Controls.Add(button_SplitFiles);
|
|
splitContainer_Editor_cutClips.Panel2MinSize = 30;
|
|
splitContainer_Editor_cutClips.Size = new Size(316, 417);
|
|
splitContainer_Editor_cutClips.SplitterDistance = 386;
|
|
splitContainer_Editor_cutClips.SplitterWidth = 1;
|
|
splitContainer_Editor_cutClips.TabIndex = 0;
|
|
//
|
|
// splitContainer_Editor_Timestamps
|
|
//
|
|
splitContainer_Editor_Timestamps.Dock = DockStyle.Fill;
|
|
splitContainer_Editor_Timestamps.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_Editor_Timestamps.Location = new Point(0, 0);
|
|
splitContainer_Editor_Timestamps.Name = "splitContainer_Editor_Timestamps";
|
|
splitContainer_Editor_Timestamps.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Editor_Timestamps.Panel1
|
|
//
|
|
splitContainer_Editor_Timestamps.Panel1.Controls.Add(listView_Split);
|
|
//
|
|
// splitContainer_Editor_Timestamps.Panel2
|
|
//
|
|
splitContainer_Editor_Timestamps.Panel2.Controls.Add(groupBox_editClip_Options);
|
|
splitContainer_Editor_Timestamps.Size = new Size(316, 357);
|
|
splitContainer_Editor_Timestamps.SplitterDistance = 73;
|
|
splitContainer_Editor_Timestamps.TabIndex = 37;
|
|
//
|
|
// listView_Split
|
|
//
|
|
listView_Split.CheckBoxes = true;
|
|
listView_Split.Columns.AddRange(new ColumnHeader[] { columnHeader_Trim_Checkbox, columnHeader_Trim_Start, columnHeader_Trim_End, columnHeader_Trim_Duration, columnHeader_Trim_Label });
|
|
listView_Split.Dock = DockStyle.Fill;
|
|
listView_Split.Font = new Font("Segoe UI", 9F);
|
|
listView_Split.FullRowSelect = true;
|
|
listView_Split.GridLines = true;
|
|
listView_Split.Location = new Point(0, 0);
|
|
listView_Split.Name = "listView_Split";
|
|
listView_Split.OwnerDraw = true;
|
|
listView_Split.Size = new Size(316, 73);
|
|
listView_Split.Sorting = SortOrder.Ascending;
|
|
listView_Split.TabIndex = 1;
|
|
listView_Split.UseCompatibleStateImageBehavior = false;
|
|
listView_Split.View = View.Details;
|
|
listView_Split.ColumnClick += listView_Split_ColumnClick;
|
|
listView_Split.DrawColumnHeader += listView_Split_DrawColumnHeader;
|
|
listView_Split.DrawItem += listView_Split_DrawItem;
|
|
listView_Split.DrawSubItem += listView_Split_DrawSubItem;
|
|
listView_Split.ItemSelectionChanged += listView_Split_ItemSelectionChanged;
|
|
listView_Split.MouseClick += listView_Split_MouseClick;
|
|
//
|
|
// columnHeader_Trim_Checkbox
|
|
//
|
|
columnHeader_Trim_Checkbox.Text = "";
|
|
columnHeader_Trim_Checkbox.Width = 25;
|
|
//
|
|
// columnHeader_Trim_Start
|
|
//
|
|
columnHeader_Trim_Start.Text = "Start";
|
|
//
|
|
// columnHeader_Trim_End
|
|
//
|
|
columnHeader_Trim_End.Text = "Ende";
|
|
//
|
|
// columnHeader_Trim_Duration
|
|
//
|
|
columnHeader_Trim_Duration.Text = "Dauer";
|
|
//
|
|
// columnHeader_Trim_Label
|
|
//
|
|
columnHeader_Trim_Label.Text = "Kategorie";
|
|
columnHeader_Trim_Label.Width = 90;
|
|
//
|
|
// groupBox_editClip_Options
|
|
//
|
|
groupBox_editClip_Options.Controls.Add(tableLayoutPanel_scanAI_Options);
|
|
groupBox_editClip_Options.Controls.Add(tableLayoutPanel_editClip_ScanAI);
|
|
groupBox_editClip_Options.Dock = DockStyle.Fill;
|
|
groupBox_editClip_Options.Location = new Point(0, 0);
|
|
groupBox_editClip_Options.Name = "groupBox_editClip_Options";
|
|
groupBox_editClip_Options.Size = new Size(316, 280);
|
|
groupBox_editClip_Options.TabIndex = 37;
|
|
groupBox_editClip_Options.TabStop = false;
|
|
groupBox_editClip_Options.Text = "Optionen";
|
|
//
|
|
// tableLayoutPanel_scanAI_Options
|
|
//
|
|
tableLayoutPanel_scanAI_Options.ColumnCount = 2;
|
|
tableLayoutPanel_scanAI_Options.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel_scanAI_Options.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(checkBox_scanAI_UseThresholdForPredictionLabel, 1, 2);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(checkBox_scanAI_PornThreshold, 0, 3);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(checkBox_scanAI_addToResults, 1, 1);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(checkBox_editClip_removeOriginal, 0, 1);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(checkBox_scanAI_UseThresholds, 0, 2);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(checkBox_scanAI_SexyThreshold, 0, 5);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(trackBar_scanAI_hentaiThreshold, 0, 8);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(label_scanAI_pornThreshold_Value, 1, 3);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(trackBar_scanAI_pornThreshold, 0, 4);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(label_scanAI_sexyThreshold_Value, 1, 5);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(trackBar_scanAI_sexyThreshold, 0, 6);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(label_scanAI_hentaiThreshold_Value, 1, 7);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(checkBox_scanAI_HentaiThreshold, 0, 7);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(comboBox_scanAI_ThumbnailSize, 1, 0);
|
|
tableLayoutPanel_scanAI_Options.Controls.Add(label_ThumbnailSize, 0, 0);
|
|
tableLayoutPanel_scanAI_Options.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_scanAI_Options.Location = new Point(3, 18);
|
|
tableLayoutPanel_scanAI_Options.Name = "tableLayoutPanel_scanAI_Options";
|
|
tableLayoutPanel_scanAI_Options.RowCount = 9;
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.RowStyles.Add(new RowStyle(SizeType.Absolute, 25F));
|
|
tableLayoutPanel_scanAI_Options.Size = new Size(310, 224);
|
|
tableLayoutPanel_scanAI_Options.TabIndex = 10;
|
|
//
|
|
// checkBox_scanAI_UseThresholdForPredictionLabel
|
|
//
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.AutoSize = true;
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.Dock = DockStyle.Fill;
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.Enabled = false;
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.Location = new Point(155, 50);
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.Margin = new Padding(0);
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.Name = "checkBox_scanAI_UseThresholdForPredictionLabel";
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.Padding = new Padding(5, 2, 5, 2);
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.Size = new Size(155, 25);
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.TabIndex = 13;
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.Text = "auch für Kategorien";
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.UseVisualStyleBackColor = true;
|
|
checkBox_scanAI_UseThresholdForPredictionLabel.CheckedChanged += checkBox_scanAI_UseThresholdForPredictionLabel_CheckedChanged;
|
|
//
|
|
// checkBox_scanAI_PornThreshold
|
|
//
|
|
checkBox_scanAI_PornThreshold.AutoSize = true;
|
|
checkBox_scanAI_PornThreshold.Dock = DockStyle.Fill;
|
|
checkBox_scanAI_PornThreshold.Enabled = false;
|
|
checkBox_scanAI_PornThreshold.Location = new Point(0, 75);
|
|
checkBox_scanAI_PornThreshold.Margin = new Padding(0);
|
|
checkBox_scanAI_PornThreshold.Name = "checkBox_scanAI_PornThreshold";
|
|
checkBox_scanAI_PornThreshold.Padding = new Padding(5, 2, 5, 2);
|
|
checkBox_scanAI_PornThreshold.Size = new Size(155, 25);
|
|
checkBox_scanAI_PornThreshold.TabIndex = 11;
|
|
checkBox_scanAI_PornThreshold.Text = "[AI] Porn Schwellwert";
|
|
checkBox_scanAI_PornThreshold.UseVisualStyleBackColor = true;
|
|
checkBox_scanAI_PornThreshold.CheckedChanged += checkBox_scanAI_PornThreshold_CheckedChanged;
|
|
//
|
|
// checkBox_scanAI_addToResults
|
|
//
|
|
checkBox_scanAI_addToResults.AutoSize = true;
|
|
checkBox_scanAI_addToResults.Dock = DockStyle.Fill;
|
|
checkBox_scanAI_addToResults.Location = new Point(155, 25);
|
|
checkBox_scanAI_addToResults.Margin = new Padding(0);
|
|
checkBox_scanAI_addToResults.Name = "checkBox_scanAI_addToResults";
|
|
checkBox_scanAI_addToResults.Padding = new Padding(5, 2, 5, 2);
|
|
checkBox_scanAI_addToResults.Size = new Size(155, 25);
|
|
checkBox_scanAI_addToResults.TabIndex = 11;
|
|
checkBox_scanAI_addToResults.Text = "Ergebnisse hinzufügen";
|
|
checkBox_scanAI_addToResults.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox_editClip_removeOriginal
|
|
//
|
|
checkBox_editClip_removeOriginal.AutoSize = true;
|
|
checkBox_editClip_removeOriginal.Dock = DockStyle.Fill;
|
|
checkBox_editClip_removeOriginal.Location = new Point(0, 25);
|
|
checkBox_editClip_removeOriginal.Margin = new Padding(0);
|
|
checkBox_editClip_removeOriginal.Name = "checkBox_editClip_removeOriginal";
|
|
checkBox_editClip_removeOriginal.Padding = new Padding(5, 2, 5, 2);
|
|
checkBox_editClip_removeOriginal.Size = new Size(155, 25);
|
|
checkBox_editClip_removeOriginal.TabIndex = 2;
|
|
checkBox_editClip_removeOriginal.Text = "Original entfernen";
|
|
checkBox_editClip_removeOriginal.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox_scanAI_UseThresholds
|
|
//
|
|
checkBox_scanAI_UseThresholds.AutoSize = true;
|
|
checkBox_scanAI_UseThresholds.Dock = DockStyle.Fill;
|
|
checkBox_scanAI_UseThresholds.Location = new Point(0, 50);
|
|
checkBox_scanAI_UseThresholds.Margin = new Padding(0);
|
|
checkBox_scanAI_UseThresholds.Name = "checkBox_scanAI_UseThresholds";
|
|
checkBox_scanAI_UseThresholds.Padding = new Padding(5, 2, 5, 2);
|
|
checkBox_scanAI_UseThresholds.Size = new Size(155, 25);
|
|
checkBox_scanAI_UseThresholds.TabIndex = 12;
|
|
checkBox_scanAI_UseThresholds.Text = "Schwellwerte beachten";
|
|
checkBox_scanAI_UseThresholds.UseVisualStyleBackColor = true;
|
|
checkBox_scanAI_UseThresholds.CheckedChanged += checkBox_scanAI_UseThresholds_CheckedChanged;
|
|
//
|
|
// checkBox_scanAI_SexyThreshold
|
|
//
|
|
checkBox_scanAI_SexyThreshold.AutoSize = true;
|
|
checkBox_scanAI_SexyThreshold.Dock = DockStyle.Fill;
|
|
checkBox_scanAI_SexyThreshold.Enabled = false;
|
|
checkBox_scanAI_SexyThreshold.Location = new Point(0, 125);
|
|
checkBox_scanAI_SexyThreshold.Margin = new Padding(0);
|
|
checkBox_scanAI_SexyThreshold.Name = "checkBox_scanAI_SexyThreshold";
|
|
checkBox_scanAI_SexyThreshold.Padding = new Padding(5, 2, 5, 2);
|
|
checkBox_scanAI_SexyThreshold.Size = new Size(155, 25);
|
|
checkBox_scanAI_SexyThreshold.TabIndex = 10;
|
|
checkBox_scanAI_SexyThreshold.Text = "[AI] Sexy Schwellwert";
|
|
checkBox_scanAI_SexyThreshold.UseVisualStyleBackColor = true;
|
|
checkBox_scanAI_SexyThreshold.CheckedChanged += checkBox_scanAI_SexyThreshold_CheckedChanged;
|
|
//
|
|
// trackBar_scanAI_hentaiThreshold
|
|
//
|
|
tableLayoutPanel_scanAI_Options.SetColumnSpan(trackBar_scanAI_hentaiThreshold, 2);
|
|
trackBar_scanAI_hentaiThreshold.Dock = DockStyle.Fill;
|
|
trackBar_scanAI_hentaiThreshold.Enabled = false;
|
|
trackBar_scanAI_hentaiThreshold.Location = new Point(0, 200);
|
|
trackBar_scanAI_hentaiThreshold.Margin = new Padding(0);
|
|
trackBar_scanAI_hentaiThreshold.Maximum = 100;
|
|
trackBar_scanAI_hentaiThreshold.Name = "trackBar_scanAI_hentaiThreshold";
|
|
trackBar_scanAI_hentaiThreshold.Size = new Size(310, 25);
|
|
trackBar_scanAI_hentaiThreshold.TabIndex = 8;
|
|
trackBar_scanAI_hentaiThreshold.TickFrequency = 10;
|
|
trackBar_scanAI_hentaiThreshold.Value = 50;
|
|
trackBar_scanAI_hentaiThreshold.Scroll += trackBar_scanAI_hentaiThreshold_Scroll;
|
|
//
|
|
// label_scanAI_pornThreshold_Value
|
|
//
|
|
label_scanAI_pornThreshold_Value.AutoSize = true;
|
|
label_scanAI_pornThreshold_Value.Dock = DockStyle.Fill;
|
|
label_scanAI_pornThreshold_Value.Location = new Point(155, 75);
|
|
label_scanAI_pornThreshold_Value.Margin = new Padding(0);
|
|
label_scanAI_pornThreshold_Value.Name = "label_scanAI_pornThreshold_Value";
|
|
label_scanAI_pornThreshold_Value.Size = new Size(155, 25);
|
|
label_scanAI_pornThreshold_Value.TabIndex = 2;
|
|
label_scanAI_pornThreshold_Value.Text = "0,5";
|
|
label_scanAI_pornThreshold_Value.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// trackBar_scanAI_pornThreshold
|
|
//
|
|
tableLayoutPanel_scanAI_Options.SetColumnSpan(trackBar_scanAI_pornThreshold, 2);
|
|
trackBar_scanAI_pornThreshold.Dock = DockStyle.Fill;
|
|
trackBar_scanAI_pornThreshold.Enabled = false;
|
|
trackBar_scanAI_pornThreshold.Location = new Point(0, 100);
|
|
trackBar_scanAI_pornThreshold.Margin = new Padding(0);
|
|
trackBar_scanAI_pornThreshold.Maximum = 100;
|
|
trackBar_scanAI_pornThreshold.Name = "trackBar_scanAI_pornThreshold";
|
|
trackBar_scanAI_pornThreshold.Size = new Size(310, 25);
|
|
trackBar_scanAI_pornThreshold.TabIndex = 0;
|
|
trackBar_scanAI_pornThreshold.TickFrequency = 10;
|
|
trackBar_scanAI_pornThreshold.Value = 50;
|
|
trackBar_scanAI_pornThreshold.Scroll += trackBar_scanAI_pornThreshold_Scroll;
|
|
//
|
|
// label_scanAI_sexyThreshold_Value
|
|
//
|
|
label_scanAI_sexyThreshold_Value.AutoSize = true;
|
|
label_scanAI_sexyThreshold_Value.Dock = DockStyle.Fill;
|
|
label_scanAI_sexyThreshold_Value.Location = new Point(155, 125);
|
|
label_scanAI_sexyThreshold_Value.Margin = new Padding(0);
|
|
label_scanAI_sexyThreshold_Value.Name = "label_scanAI_sexyThreshold_Value";
|
|
label_scanAI_sexyThreshold_Value.Size = new Size(155, 25);
|
|
label_scanAI_sexyThreshold_Value.TabIndex = 4;
|
|
label_scanAI_sexyThreshold_Value.Text = "0,5";
|
|
label_scanAI_sexyThreshold_Value.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// trackBar_scanAI_sexyThreshold
|
|
//
|
|
tableLayoutPanel_scanAI_Options.SetColumnSpan(trackBar_scanAI_sexyThreshold, 2);
|
|
trackBar_scanAI_sexyThreshold.Dock = DockStyle.Fill;
|
|
trackBar_scanAI_sexyThreshold.Enabled = false;
|
|
trackBar_scanAI_sexyThreshold.Location = new Point(0, 150);
|
|
trackBar_scanAI_sexyThreshold.Margin = new Padding(0);
|
|
trackBar_scanAI_sexyThreshold.Maximum = 100;
|
|
trackBar_scanAI_sexyThreshold.Name = "trackBar_scanAI_sexyThreshold";
|
|
trackBar_scanAI_sexyThreshold.Size = new Size(310, 25);
|
|
trackBar_scanAI_sexyThreshold.TabIndex = 5;
|
|
trackBar_scanAI_sexyThreshold.TickFrequency = 10;
|
|
trackBar_scanAI_sexyThreshold.Value = 50;
|
|
trackBar_scanAI_sexyThreshold.Scroll += trackBar_scanAI_sexyThreshold_Scroll;
|
|
//
|
|
// label_scanAI_hentaiThreshold_Value
|
|
//
|
|
label_scanAI_hentaiThreshold_Value.AutoSize = true;
|
|
label_scanAI_hentaiThreshold_Value.Dock = DockStyle.Fill;
|
|
label_scanAI_hentaiThreshold_Value.Location = new Point(155, 175);
|
|
label_scanAI_hentaiThreshold_Value.Margin = new Padding(0);
|
|
label_scanAI_hentaiThreshold_Value.Name = "label_scanAI_hentaiThreshold_Value";
|
|
label_scanAI_hentaiThreshold_Value.Size = new Size(155, 25);
|
|
label_scanAI_hentaiThreshold_Value.TabIndex = 7;
|
|
label_scanAI_hentaiThreshold_Value.Text = "0,5";
|
|
label_scanAI_hentaiThreshold_Value.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// checkBox_scanAI_HentaiThreshold
|
|
//
|
|
checkBox_scanAI_HentaiThreshold.AutoSize = true;
|
|
checkBox_scanAI_HentaiThreshold.Dock = DockStyle.Fill;
|
|
checkBox_scanAI_HentaiThreshold.Enabled = false;
|
|
checkBox_scanAI_HentaiThreshold.Location = new Point(0, 175);
|
|
checkBox_scanAI_HentaiThreshold.Margin = new Padding(0);
|
|
checkBox_scanAI_HentaiThreshold.Name = "checkBox_scanAI_HentaiThreshold";
|
|
checkBox_scanAI_HentaiThreshold.Padding = new Padding(5, 2, 5, 2);
|
|
checkBox_scanAI_HentaiThreshold.Size = new Size(155, 25);
|
|
checkBox_scanAI_HentaiThreshold.TabIndex = 9;
|
|
checkBox_scanAI_HentaiThreshold.Text = "[AI] Hentai Schwellwert";
|
|
checkBox_scanAI_HentaiThreshold.UseVisualStyleBackColor = true;
|
|
checkBox_scanAI_HentaiThreshold.CheckedChanged += checkBox_scanAI_HentaiThreshold_CheckedChanged;
|
|
//
|
|
// comboBox_scanAI_ThumbnailSize
|
|
//
|
|
comboBox_scanAI_ThumbnailSize.Dock = DockStyle.Fill;
|
|
comboBox_scanAI_ThumbnailSize.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_scanAI_ThumbnailSize.FormattingEnabled = true;
|
|
comboBox_scanAI_ThumbnailSize.Location = new Point(155, 0);
|
|
comboBox_scanAI_ThumbnailSize.Margin = new Padding(0);
|
|
comboBox_scanAI_ThumbnailSize.Name = "comboBox_scanAI_ThumbnailSize";
|
|
comboBox_scanAI_ThumbnailSize.Size = new Size(155, 21);
|
|
comboBox_scanAI_ThumbnailSize.TabIndex = 14;
|
|
comboBox_scanAI_ThumbnailSize.SelectedIndexChanged += comboBox_ThumbnailSize_SelectedIndexChanged;
|
|
//
|
|
// label_ThumbnailSize
|
|
//
|
|
label_ThumbnailSize.AutoSize = true;
|
|
label_ThumbnailSize.Dock = DockStyle.Fill;
|
|
label_ThumbnailSize.Location = new Point(0, 0);
|
|
label_ThumbnailSize.Margin = new Padding(0);
|
|
label_ThumbnailSize.Name = "label_ThumbnailSize";
|
|
label_ThumbnailSize.Size = new Size(155, 25);
|
|
label_ThumbnailSize.TabIndex = 15;
|
|
label_ThumbnailSize.Text = "Größe der Thumbnails:";
|
|
label_ThumbnailSize.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// tableLayoutPanel_editClip_ScanAI
|
|
//
|
|
tableLayoutPanel_editClip_ScanAI.ColumnCount = 2;
|
|
tableLayoutPanel_editClip_ScanAI.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel_editClip_ScanAI.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel_editClip_ScanAI.Controls.Add(button_editClip_scanAI, 0, 0);
|
|
tableLayoutPanel_editClip_ScanAI.Controls.Add(button_editClip_scanAI_Results, 1, 0);
|
|
tableLayoutPanel_editClip_ScanAI.Dock = DockStyle.Bottom;
|
|
tableLayoutPanel_editClip_ScanAI.Location = new Point(3, 242);
|
|
tableLayoutPanel_editClip_ScanAI.Name = "tableLayoutPanel_editClip_ScanAI";
|
|
tableLayoutPanel_editClip_ScanAI.RowCount = 1;
|
|
tableLayoutPanel_editClip_ScanAI.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel_editClip_ScanAI.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel_editClip_ScanAI.Size = new Size(310, 35);
|
|
tableLayoutPanel_editClip_ScanAI.TabIndex = 9;
|
|
//
|
|
// button_editClip_scanAI
|
|
//
|
|
button_editClip_scanAI.Dock = DockStyle.Bottom;
|
|
button_editClip_scanAI.Enabled = false;
|
|
button_editClip_scanAI.Location = new Point(3, 3);
|
|
button_editClip_scanAI.Name = "button_editClip_scanAI";
|
|
button_editClip_scanAI.Size = new Size(149, 29);
|
|
button_editClip_scanAI.TabIndex = 41;
|
|
button_editClip_scanAI.Text = "Mit AI analysieren";
|
|
button_editClip_scanAI.UseVisualStyleBackColor = true;
|
|
button_editClip_scanAI.Click += button_editClip_scanAI_Click;
|
|
//
|
|
// button_editClip_scanAI_Results
|
|
//
|
|
button_editClip_scanAI_Results.Dock = DockStyle.Bottom;
|
|
button_editClip_scanAI_Results.Enabled = false;
|
|
button_editClip_scanAI_Results.Location = new Point(158, 3);
|
|
button_editClip_scanAI_Results.Name = "button_editClip_scanAI_Results";
|
|
button_editClip_scanAI_Results.Size = new Size(149, 29);
|
|
button_editClip_scanAI_Results.TabIndex = 40;
|
|
button_editClip_scanAI_Results.Text = "Ergebnis...";
|
|
button_editClip_scanAI_Results.UseVisualStyleBackColor = true;
|
|
button_editClip_scanAI_Results.Click += button_editClip_scanAI_Results_Click;
|
|
//
|
|
// button_AddSplit
|
|
//
|
|
button_AddSplit.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_AddSplit.Dock = DockStyle.Bottom;
|
|
button_AddSplit.Location = new Point(0, 357);
|
|
button_AddSplit.Name = "button_AddSplit";
|
|
button_AddSplit.Size = new Size(316, 29);
|
|
button_AddSplit.TabIndex = 31;
|
|
button_AddSplit.Text = "Hinzufügen";
|
|
button_AddSplit.UseVisualStyleBackColor = true;
|
|
button_AddSplit.Click += button_AddSplit_Click;
|
|
//
|
|
// button_SplitFiles
|
|
//
|
|
button_SplitFiles.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_SplitFiles.Dock = DockStyle.Fill;
|
|
button_SplitFiles.Location = new Point(0, 0);
|
|
button_SplitFiles.Name = "button_SplitFiles";
|
|
button_SplitFiles.Size = new Size(316, 30);
|
|
button_SplitFiles.TabIndex = 26;
|
|
button_SplitFiles.Text = "Schneiden";
|
|
button_SplitFiles.UseVisualStyleBackColor = true;
|
|
button_SplitFiles.Click += button_StartSplit_Click;
|
|
//
|
|
// tabPage_Player
|
|
//
|
|
tabPage_Player.Controls.Add(splitContainer_Player);
|
|
tabPage_Player.Location = new Point(4, 22);
|
|
tabPage_Player.Name = "tabPage_Player";
|
|
tabPage_Player.Padding = new Padding(3);
|
|
tabPage_Player.Size = new Size(826, 423);
|
|
tabPage_Player.TabIndex = 5;
|
|
tabPage_Player.Tag = "";
|
|
tabPage_Player.Text = "Player";
|
|
tabPage_Player.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer_Player
|
|
//
|
|
splitContainer_Player.Dock = DockStyle.Fill;
|
|
splitContainer_Player.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_Player.IsSplitterFixed = true;
|
|
splitContainer_Player.Location = new Point(3, 3);
|
|
splitContainer_Player.Name = "splitContainer_Player";
|
|
splitContainer_Player.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Player.Panel1
|
|
//
|
|
splitContainer_Player.Panel1.Controls.Add(splitContainer_Player_VLC);
|
|
//
|
|
// splitContainer_Player.Panel2
|
|
//
|
|
splitContainer_Player.Panel2.Controls.Add(tableLayoutPanel_PlayerDetails_Controls);
|
|
splitContainer_Player.Panel2.Controls.Add(tableLayoutPanel_PlayerDetails);
|
|
splitContainer_Player.Size = new Size(820, 417);
|
|
splitContainer_Player.SplitterDistance = 375;
|
|
splitContainer_Player.TabIndex = 0;
|
|
//
|
|
// splitContainer_Player_VLC
|
|
//
|
|
splitContainer_Player_VLC.Dock = DockStyle.Fill;
|
|
splitContainer_Player_VLC.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_Player_VLC.IsSplitterFixed = true;
|
|
splitContainer_Player_VLC.Location = new Point(0, 0);
|
|
splitContainer_Player_VLC.Name = "splitContainer_Player_VLC";
|
|
splitContainer_Player_VLC.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Player_VLC.Panel1
|
|
//
|
|
splitContainer_Player_VLC.Panel1.Controls.Add(flyleafHost_Player);
|
|
//
|
|
// splitContainer_Player_VLC.Panel2
|
|
//
|
|
splitContainer_Player_VLC.Panel2.Controls.Add(tableLayoutPanel_Player_VLC);
|
|
splitContainer_Player_VLC.Size = new Size(820, 375);
|
|
splitContainer_Player_VLC.SplitterDistance = 336;
|
|
splitContainer_Player_VLC.TabIndex = 0;
|
|
//
|
|
// flyleafHost_Player
|
|
//
|
|
flyleafHost_Player.AllowDrop = true;
|
|
flyleafHost_Player.BackColor = Color.Black;
|
|
flyleafHost_Player.Dock = DockStyle.Fill;
|
|
flyleafHost_Player.DragMove = true;
|
|
flyleafHost_Player.IsFullScreen = false;
|
|
flyleafHost_Player.KeyBindings = true;
|
|
flyleafHost_Player.Location = new Point(0, 0);
|
|
flyleafHost_Player.Name = "flyleafHost_Player";
|
|
flyleafHost_Player.OpenOnDrop = false;
|
|
flyleafHost_Player.PanMoveOnCtrl = true;
|
|
flyleafHost_Player.PanRotateOnShiftWheel = true;
|
|
flyleafHost_Player.PanZoomOnCtrlWheel = true;
|
|
flyleafHost_Player.Player = null;
|
|
flyleafHost_Player.Size = new Size(820, 336);
|
|
flyleafHost_Player.SwapDragEnterOnShift = true;
|
|
flyleafHost_Player.SwapOnDrop = true;
|
|
flyleafHost_Player.TabIndex = 0;
|
|
flyleafHost_Player.ToggleFullScreenOnDoubleClick = true;
|
|
flyleafHost_Player.Click += flyleafHost_Player_Click;
|
|
//
|
|
// tableLayoutPanel_Player_VLC
|
|
//
|
|
tableLayoutPanel_Player_VLC.ColumnCount = 12;
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 70F));
|
|
tableLayoutPanel_Player_VLC.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 35F));
|
|
tableLayoutPanel_Player_VLC.Controls.Add(button_Player_VLC_Fullscreen, 11, 0);
|
|
tableLayoutPanel_Player_VLC.Controls.Add(button_Player_VLC_PlayPause, 0, 0);
|
|
tableLayoutPanel_Player_VLC.Controls.Add(button_Player_VLC_Stop, 1, 0);
|
|
tableLayoutPanel_Player_VLC.Controls.Add(label_Player_VLC_Starttime, 5, 0);
|
|
tableLayoutPanel_Player_VLC.Controls.Add(trackBar_Player_VLC, 6, 0);
|
|
tableLayoutPanel_Player_VLC.Controls.Add(label_Player_VLC_Endtime, 7, 0);
|
|
tableLayoutPanel_Player_VLC.Controls.Add(button_Player_VLC_VolumeMute, 2, 0);
|
|
tableLayoutPanel_Player_VLC.Controls.Add(trackBar_Player_VLC_Volume, 3, 0);
|
|
tableLayoutPanel_Player_VLC.Controls.Add(comboBox_Player_VLC_PlaybackSpeed, 10, 0);
|
|
tableLayoutPanel_Player_VLC.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Player_VLC.Location = new Point(0, 0);
|
|
tableLayoutPanel_Player_VLC.Name = "tableLayoutPanel_Player_VLC";
|
|
tableLayoutPanel_Player_VLC.RowCount = 1;
|
|
tableLayoutPanel_Player_VLC.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Player_VLC.Size = new Size(820, 35);
|
|
tableLayoutPanel_Player_VLC.TabIndex = 0;
|
|
//
|
|
// button_Player_VLC_Fullscreen
|
|
//
|
|
button_Player_VLC_Fullscreen.BackgroundImage = (Image)resources.GetObject("button_Player_VLC_Fullscreen.BackgroundImage");
|
|
button_Player_VLC_Fullscreen.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Player_VLC_Fullscreen.Dock = DockStyle.Fill;
|
|
button_Player_VLC_Fullscreen.Location = new Point(788, 3);
|
|
button_Player_VLC_Fullscreen.Name = "button_Player_VLC_Fullscreen";
|
|
button_Player_VLC_Fullscreen.Size = new Size(29, 29);
|
|
button_Player_VLC_Fullscreen.TabIndex = 7;
|
|
button_Player_VLC_Fullscreen.UseVisualStyleBackColor = true;
|
|
button_Player_VLC_Fullscreen.Click += button_Player_VLC_Fullscreen_Click;
|
|
//
|
|
// button_Player_VLC_PlayPause
|
|
//
|
|
button_Player_VLC_PlayPause.BackgroundImage = (Image)resources.GetObject("button_Player_VLC_PlayPause.BackgroundImage");
|
|
button_Player_VLC_PlayPause.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Player_VLC_PlayPause.Dock = DockStyle.Fill;
|
|
button_Player_VLC_PlayPause.Location = new Point(3, 3);
|
|
button_Player_VLC_PlayPause.Name = "button_Player_VLC_PlayPause";
|
|
button_Player_VLC_PlayPause.Size = new Size(29, 29);
|
|
button_Player_VLC_PlayPause.TabIndex = 0;
|
|
button_Player_VLC_PlayPause.UseVisualStyleBackColor = true;
|
|
button_Player_VLC_PlayPause.Click += button_Player_VLC_PlayPause_Click;
|
|
//
|
|
// button_Player_VLC_Stop
|
|
//
|
|
button_Player_VLC_Stop.BackgroundImage = (Image)resources.GetObject("button_Player_VLC_Stop.BackgroundImage");
|
|
button_Player_VLC_Stop.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Player_VLC_Stop.Dock = DockStyle.Fill;
|
|
button_Player_VLC_Stop.Location = new Point(38, 3);
|
|
button_Player_VLC_Stop.Name = "button_Player_VLC_Stop";
|
|
button_Player_VLC_Stop.Size = new Size(29, 29);
|
|
button_Player_VLC_Stop.TabIndex = 1;
|
|
button_Player_VLC_Stop.UseVisualStyleBackColor = true;
|
|
button_Player_VLC_Stop.Click += button_Player_VLC_Stop_Click;
|
|
//
|
|
// label_Player_VLC_Starttime
|
|
//
|
|
label_Player_VLC_Starttime.AutoSize = true;
|
|
tableLayoutPanel_Player_VLC.SetColumnSpan(label_Player_VLC_Starttime, 2);
|
|
label_Player_VLC_Starttime.Dock = DockStyle.Fill;
|
|
label_Player_VLC_Starttime.Location = new Point(178, 0);
|
|
label_Player_VLC_Starttime.Name = "label_Player_VLC_Starttime";
|
|
label_Player_VLC_Starttime.Size = new Size(64, 35);
|
|
label_Player_VLC_Starttime.TabIndex = 2;
|
|
label_Player_VLC_Starttime.Text = "00:00:00";
|
|
label_Player_VLC_Starttime.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// trackBar_Player_VLC
|
|
//
|
|
trackBar_Player_VLC.Dock = DockStyle.Fill;
|
|
trackBar_Player_VLC.LargeChange = 10;
|
|
trackBar_Player_VLC.Location = new Point(248, 3);
|
|
trackBar_Player_VLC.Maximum = 100;
|
|
trackBar_Player_VLC.Name = "trackBar_Player_VLC";
|
|
trackBar_Player_VLC.Size = new Size(394, 29);
|
|
trackBar_Player_VLC.SmallChange = 5;
|
|
trackBar_Player_VLC.TabIndex = 4;
|
|
trackBar_Player_VLC.TickStyle = TickStyle.None;
|
|
trackBar_Player_VLC.Scroll += trackBar_Player_VLC_Scroll;
|
|
trackBar_Player_VLC.MouseDown += trackBar_Player_VLC_MouseDown;
|
|
trackBar_Player_VLC.MouseUp += trackBar_Player_VLC_MouseUp;
|
|
//
|
|
// label_Player_VLC_Endtime
|
|
//
|
|
label_Player_VLC_Endtime.AutoSize = true;
|
|
tableLayoutPanel_Player_VLC.SetColumnSpan(label_Player_VLC_Endtime, 2);
|
|
label_Player_VLC_Endtime.Dock = DockStyle.Fill;
|
|
label_Player_VLC_Endtime.Location = new Point(648, 0);
|
|
label_Player_VLC_Endtime.Name = "label_Player_VLC_Endtime";
|
|
label_Player_VLC_Endtime.Size = new Size(64, 35);
|
|
label_Player_VLC_Endtime.TabIndex = 3;
|
|
label_Player_VLC_Endtime.Text = "00:00:00";
|
|
label_Player_VLC_Endtime.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// button_Player_VLC_VolumeMute
|
|
//
|
|
button_Player_VLC_VolumeMute.BackgroundImage = (Image)resources.GetObject("button_Player_VLC_VolumeMute.BackgroundImage");
|
|
button_Player_VLC_VolumeMute.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Player_VLC_VolumeMute.Dock = DockStyle.Fill;
|
|
button_Player_VLC_VolumeMute.Location = new Point(73, 3);
|
|
button_Player_VLC_VolumeMute.Name = "button_Player_VLC_VolumeMute";
|
|
button_Player_VLC_VolumeMute.Size = new Size(29, 29);
|
|
button_Player_VLC_VolumeMute.TabIndex = 5;
|
|
button_Player_VLC_VolumeMute.UseVisualStyleBackColor = true;
|
|
button_Player_VLC_VolumeMute.Click += button_Player_VLC_VolumeMute_Click;
|
|
//
|
|
// trackBar_Player_VLC_Volume
|
|
//
|
|
tableLayoutPanel_Player_VLC.SetColumnSpan(trackBar_Player_VLC_Volume, 2);
|
|
trackBar_Player_VLC_Volume.Dock = DockStyle.Fill;
|
|
trackBar_Player_VLC_Volume.LargeChange = 0;
|
|
trackBar_Player_VLC_Volume.Location = new Point(108, 3);
|
|
trackBar_Player_VLC_Volume.Maximum = 100;
|
|
trackBar_Player_VLC_Volume.Name = "trackBar_Player_VLC_Volume";
|
|
trackBar_Player_VLC_Volume.Size = new Size(64, 29);
|
|
trackBar_Player_VLC_Volume.SmallChange = 0;
|
|
trackBar_Player_VLC_Volume.TabIndex = 6;
|
|
trackBar_Player_VLC_Volume.TickStyle = TickStyle.None;
|
|
trackBar_Player_VLC_Volume.Value = 100;
|
|
trackBar_Player_VLC_Volume.Scroll += trackBar_Player_VLC_Volume_Scroll;
|
|
//
|
|
// comboBox_Player_VLC_PlaybackSpeed
|
|
//
|
|
comboBox_Player_VLC_PlaybackSpeed.Dock = DockStyle.Fill;
|
|
comboBox_Player_VLC_PlaybackSpeed.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_Player_VLC_PlaybackSpeed.Font = new Font("Segoe UI", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
comboBox_Player_VLC_PlaybackSpeed.FormattingEnabled = true;
|
|
comboBox_Player_VLC_PlaybackSpeed.ItemHeight = 13;
|
|
comboBox_Player_VLC_PlaybackSpeed.Items.AddRange(new object[] { "x0,25", "x0,5", "x1", "x1,5", "x2", "x4", "x8", "x16" });
|
|
comboBox_Player_VLC_PlaybackSpeed.Location = new Point(718, 7);
|
|
comboBox_Player_VLC_PlaybackSpeed.Margin = new Padding(3, 7, 3, 7);
|
|
comboBox_Player_VLC_PlaybackSpeed.Name = "comboBox_Player_VLC_PlaybackSpeed";
|
|
comboBox_Player_VLC_PlaybackSpeed.Size = new Size(64, 21);
|
|
comboBox_Player_VLC_PlaybackSpeed.TabIndex = 8;
|
|
comboBox_Player_VLC_PlaybackSpeed.SelectedIndexChanged += comboBox_Player_VLC_PlaybackSpeed_SelectedIndexChanged;
|
|
//
|
|
// tableLayoutPanel_PlayerDetails_Controls
|
|
//
|
|
tableLayoutPanel_PlayerDetails_Controls.AutoSize = true;
|
|
tableLayoutPanel_PlayerDetails_Controls.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnCount = 14;
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails_Controls.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 1F));
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_DateiLöschen, 12, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_DateiBehalten, 11, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_AlsColdMarkieren, 10, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_AlsHOTmarkieren, 9, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_DownloadLöschen, 8, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_StopDownload, 7, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_AddToDownload, 6, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_ShowMore, 5, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_Unfav, 4, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_Unlike, 3, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_Fav, 2, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_Like, 1, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Controls.Add(button_player_Trim_Video, 0, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Dock = DockStyle.Right;
|
|
tableLayoutPanel_PlayerDetails_Controls.GrowStyle = TableLayoutPanelGrowStyle.AddColumns;
|
|
tableLayoutPanel_PlayerDetails_Controls.Location = new Point(403, 0);
|
|
tableLayoutPanel_PlayerDetails_Controls.Name = "tableLayoutPanel_PlayerDetails_Controls";
|
|
tableLayoutPanel_PlayerDetails_Controls.RowCount = 1;
|
|
tableLayoutPanel_PlayerDetails_Controls.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_PlayerDetails_Controls.Size = new Size(417, 38);
|
|
tableLayoutPanel_PlayerDetails_Controls.TabIndex = 23;
|
|
//
|
|
// button_player_DateiLöschen
|
|
//
|
|
button_player_DateiLöschen.BackgroundImage = (Image)resources.GetObject("button_player_DateiLöschen.BackgroundImage");
|
|
button_player_DateiLöschen.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_DateiLöschen.Dock = DockStyle.Fill;
|
|
button_player_DateiLöschen.Location = new Point(384, 0);
|
|
button_player_DateiLöschen.Margin = new Padding(0);
|
|
button_player_DateiLöschen.Name = "button_player_DateiLöschen";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_DateiLöschen, 2);
|
|
button_player_DateiLöschen.Size = new Size(32, 38);
|
|
button_player_DateiLöschen.TabIndex = 36;
|
|
button_player_DateiLöschen.UseVisualStyleBackColor = true;
|
|
button_player_DateiLöschen.Click += button_player_DateiLöschen_Click;
|
|
//
|
|
// button_player_DateiBehalten
|
|
//
|
|
button_player_DateiBehalten.BackgroundImage = (Image)resources.GetObject("button_player_DateiBehalten.BackgroundImage");
|
|
button_player_DateiBehalten.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_DateiBehalten.Dock = DockStyle.Fill;
|
|
button_player_DateiBehalten.Location = new Point(352, 0);
|
|
button_player_DateiBehalten.Margin = new Padding(0);
|
|
button_player_DateiBehalten.Name = "button_player_DateiBehalten";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_DateiBehalten, 2);
|
|
button_player_DateiBehalten.Size = new Size(32, 38);
|
|
button_player_DateiBehalten.TabIndex = 35;
|
|
button_player_DateiBehalten.UseVisualStyleBackColor = true;
|
|
button_player_DateiBehalten.Click += button_player_DateiBehalten_Click;
|
|
//
|
|
// button_player_AlsColdMarkieren
|
|
//
|
|
button_player_AlsColdMarkieren.BackgroundImage = (Image)resources.GetObject("button_player_AlsColdMarkieren.BackgroundImage");
|
|
button_player_AlsColdMarkieren.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_AlsColdMarkieren.Dock = DockStyle.Fill;
|
|
button_player_AlsColdMarkieren.Location = new Point(320, 0);
|
|
button_player_AlsColdMarkieren.Margin = new Padding(0);
|
|
button_player_AlsColdMarkieren.Name = "button_player_AlsColdMarkieren";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_AlsColdMarkieren, 2);
|
|
button_player_AlsColdMarkieren.Size = new Size(32, 38);
|
|
button_player_AlsColdMarkieren.TabIndex = 34;
|
|
button_player_AlsColdMarkieren.UseVisualStyleBackColor = true;
|
|
button_player_AlsColdMarkieren.Click += button_player_AlsColdMarkieren_Click;
|
|
//
|
|
// button_player_AlsHOTmarkieren
|
|
//
|
|
button_player_AlsHOTmarkieren.BackgroundImage = (Image)resources.GetObject("button_player_AlsHOTmarkieren.BackgroundImage");
|
|
button_player_AlsHOTmarkieren.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_AlsHOTmarkieren.Dock = DockStyle.Fill;
|
|
button_player_AlsHOTmarkieren.Location = new Point(288, 0);
|
|
button_player_AlsHOTmarkieren.Margin = new Padding(0);
|
|
button_player_AlsHOTmarkieren.Name = "button_player_AlsHOTmarkieren";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_AlsHOTmarkieren, 2);
|
|
button_player_AlsHOTmarkieren.Size = new Size(32, 38);
|
|
button_player_AlsHOTmarkieren.TabIndex = 33;
|
|
button_player_AlsHOTmarkieren.UseVisualStyleBackColor = true;
|
|
button_player_AlsHOTmarkieren.Click += button_player_AlsHOTmarkieren_Click;
|
|
//
|
|
// button_player_DownloadLöschen
|
|
//
|
|
button_player_DownloadLöschen.BackgroundImage = (Image)resources.GetObject("button_player_DownloadLöschen.BackgroundImage");
|
|
button_player_DownloadLöschen.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_DownloadLöschen.Dock = DockStyle.Fill;
|
|
button_player_DownloadLöschen.Location = new Point(256, 0);
|
|
button_player_DownloadLöschen.Margin = new Padding(0);
|
|
button_player_DownloadLöschen.Name = "button_player_DownloadLöschen";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_DownloadLöschen, 2);
|
|
button_player_DownloadLöschen.Size = new Size(32, 38);
|
|
button_player_DownloadLöschen.TabIndex = 32;
|
|
button_player_DownloadLöschen.UseVisualStyleBackColor = true;
|
|
button_player_DownloadLöschen.Click += button_player_DownloadLöschen_Click;
|
|
//
|
|
// button_player_StopDownload
|
|
//
|
|
button_player_StopDownload.BackgroundImage = (Image)resources.GetObject("button_player_StopDownload.BackgroundImage");
|
|
button_player_StopDownload.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_StopDownload.Dock = DockStyle.Fill;
|
|
button_player_StopDownload.Location = new Point(224, 0);
|
|
button_player_StopDownload.Margin = new Padding(0);
|
|
button_player_StopDownload.Name = "button_player_StopDownload";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_StopDownload, 2);
|
|
button_player_StopDownload.Size = new Size(32, 38);
|
|
button_player_StopDownload.TabIndex = 31;
|
|
button_player_StopDownload.UseVisualStyleBackColor = true;
|
|
button_player_StopDownload.Click += button_player_StopDownload_Click;
|
|
//
|
|
// button_AddToDownload
|
|
//
|
|
button_AddToDownload.BackgroundImage = (Image)resources.GetObject("button_AddToDownload.BackgroundImage");
|
|
button_AddToDownload.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_AddToDownload.Dock = DockStyle.Fill;
|
|
button_AddToDownload.Location = new Point(192, 0);
|
|
button_AddToDownload.Margin = new Padding(0);
|
|
button_AddToDownload.Name = "button_AddToDownload";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_AddToDownload, 2);
|
|
button_AddToDownload.Size = new Size(32, 38);
|
|
button_AddToDownload.TabIndex = 30;
|
|
button_AddToDownload.UseVisualStyleBackColor = true;
|
|
button_AddToDownload.Click += button_AddToDownload_Click;
|
|
//
|
|
// button_ShowMore
|
|
//
|
|
button_ShowMore.BackgroundImage = (Image)resources.GetObject("button_ShowMore.BackgroundImage");
|
|
button_ShowMore.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_ShowMore.Dock = DockStyle.Fill;
|
|
button_ShowMore.Location = new Point(160, 0);
|
|
button_ShowMore.Margin = new Padding(0);
|
|
button_ShowMore.Name = "button_ShowMore";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_ShowMore, 2);
|
|
button_ShowMore.Size = new Size(32, 38);
|
|
button_ShowMore.TabIndex = 29;
|
|
button_ShowMore.UseVisualStyleBackColor = true;
|
|
button_ShowMore.Click += button_ShowMore_Click;
|
|
//
|
|
// button_player_Unfav
|
|
//
|
|
button_player_Unfav.BackgroundImage = (Image)resources.GetObject("button_player_Unfav.BackgroundImage");
|
|
button_player_Unfav.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_Unfav.Dock = DockStyle.Fill;
|
|
button_player_Unfav.Location = new Point(128, 0);
|
|
button_player_Unfav.Margin = new Padding(0);
|
|
button_player_Unfav.Name = "button_player_Unfav";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_Unfav, 2);
|
|
button_player_Unfav.Size = new Size(32, 38);
|
|
button_player_Unfav.TabIndex = 28;
|
|
button_player_Unfav.UseVisualStyleBackColor = true;
|
|
button_player_Unfav.Click += button_player_Unfav_Click;
|
|
//
|
|
// button_player_Unlike
|
|
//
|
|
button_player_Unlike.BackgroundImage = (Image)resources.GetObject("button_player_Unlike.BackgroundImage");
|
|
button_player_Unlike.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_Unlike.Dock = DockStyle.Fill;
|
|
button_player_Unlike.Location = new Point(96, 0);
|
|
button_player_Unlike.Margin = new Padding(0);
|
|
button_player_Unlike.Name = "button_player_Unlike";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_Unlike, 2);
|
|
button_player_Unlike.Size = new Size(32, 38);
|
|
button_player_Unlike.TabIndex = 27;
|
|
button_player_Unlike.UseVisualStyleBackColor = true;
|
|
button_player_Unlike.Click += button_player_Unlike_Click;
|
|
//
|
|
// button_player_Fav
|
|
//
|
|
button_player_Fav.BackgroundImage = (Image)resources.GetObject("button_player_Fav.BackgroundImage");
|
|
button_player_Fav.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_Fav.Dock = DockStyle.Fill;
|
|
button_player_Fav.Location = new Point(64, 0);
|
|
button_player_Fav.Margin = new Padding(0);
|
|
button_player_Fav.Name = "button_player_Fav";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_Fav, 2);
|
|
button_player_Fav.Size = new Size(32, 38);
|
|
button_player_Fav.TabIndex = 26;
|
|
button_player_Fav.UseVisualStyleBackColor = true;
|
|
button_player_Fav.Click += button_player_Fav_Click;
|
|
//
|
|
// button_player_Like
|
|
//
|
|
button_player_Like.BackgroundImage = (Image)resources.GetObject("button_player_Like.BackgroundImage");
|
|
button_player_Like.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_Like.Dock = DockStyle.Fill;
|
|
button_player_Like.Location = new Point(32, 0);
|
|
button_player_Like.Margin = new Padding(0);
|
|
button_player_Like.Name = "button_player_Like";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_Like, 2);
|
|
button_player_Like.Size = new Size(32, 38);
|
|
button_player_Like.TabIndex = 25;
|
|
button_player_Like.UseVisualStyleBackColor = true;
|
|
button_player_Like.Click += button_player_Like_Click;
|
|
//
|
|
// button_player_Trim_Video
|
|
//
|
|
button_player_Trim_Video.BackgroundImage = (Image)resources.GetObject("button_player_Trim_Video.BackgroundImage");
|
|
button_player_Trim_Video.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_player_Trim_Video.Dock = DockStyle.Fill;
|
|
button_player_Trim_Video.Location = new Point(0, 0);
|
|
button_player_Trim_Video.Margin = new Padding(0);
|
|
button_player_Trim_Video.Name = "button_player_Trim_Video";
|
|
tableLayoutPanel_PlayerDetails_Controls.SetRowSpan(button_player_Trim_Video, 2);
|
|
button_player_Trim_Video.Size = new Size(32, 38);
|
|
button_player_Trim_Video.TabIndex = 24;
|
|
button_player_Trim_Video.UseVisualStyleBackColor = true;
|
|
button_player_Trim_Video.Click += button_player_Trim_Video_Click;
|
|
//
|
|
// tableLayoutPanel_PlayerDetails
|
|
//
|
|
tableLayoutPanel_PlayerDetails.AutoSize = true;
|
|
tableLayoutPanel_PlayerDetails.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel_PlayerDetails.ColumnCount = 6;
|
|
tableLayoutPanel_PlayerDetails.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 32F));
|
|
tableLayoutPanel_PlayerDetails.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 32F));
|
|
tableLayoutPanel_PlayerDetails.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 75F));
|
|
tableLayoutPanel_PlayerDetails.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F));
|
|
tableLayoutPanel_PlayerDetails.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(label_FavLikesIcon, 0, 0);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(pictureBox_HotIcon, 1, 0);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(label_Filename, 2, 0);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(label_Filename_Value, 3, 0);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(label_Modelname, 2, 1);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(label_Date, 4, 1);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(label_Date_Value, 5, 1);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(label_Size, 4, 0);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(label_Size_Value, 5, 0);
|
|
tableLayoutPanel_PlayerDetails.Controls.Add(linkLabel_Modelname_Value, 3, 1);
|
|
tableLayoutPanel_PlayerDetails.Dock = DockStyle.Left;
|
|
tableLayoutPanel_PlayerDetails.Location = new Point(0, 0);
|
|
tableLayoutPanel_PlayerDetails.Name = "tableLayoutPanel_PlayerDetails";
|
|
tableLayoutPanel_PlayerDetails.RowCount = 2;
|
|
tableLayoutPanel_PlayerDetails.RowStyles.Add(new RowStyle(SizeType.Percent, 47.22222F));
|
|
tableLayoutPanel_PlayerDetails.RowStyles.Add(new RowStyle(SizeType.Percent, 52.77778F));
|
|
tableLayoutPanel_PlayerDetails.Size = new Size(353, 38);
|
|
tableLayoutPanel_PlayerDetails.TabIndex = 22;
|
|
//
|
|
// label_FavLikesIcon
|
|
//
|
|
label_FavLikesIcon.AutoSize = true;
|
|
label_FavLikesIcon.Dock = DockStyle.Fill;
|
|
label_FavLikesIcon.Font = new Font("Segoe UI", 15.75F);
|
|
label_FavLikesIcon.Location = new Point(0, 0);
|
|
label_FavLikesIcon.Margin = new Padding(0);
|
|
label_FavLikesIcon.Name = "label_FavLikesIcon";
|
|
tableLayoutPanel_PlayerDetails.SetRowSpan(label_FavLikesIcon, 2);
|
|
label_FavLikesIcon.Size = new Size(32, 38);
|
|
label_FavLikesIcon.TabIndex = 4;
|
|
label_FavLikesIcon.Text = "♥";
|
|
label_FavLikesIcon.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// pictureBox_HotIcon
|
|
//
|
|
pictureBox_HotIcon.BackColor = Color.Transparent;
|
|
pictureBox_HotIcon.BackgroundImage = (Image)resources.GetObject("pictureBox_HotIcon.BackgroundImage");
|
|
pictureBox_HotIcon.BackgroundImageLayout = ImageLayout.Zoom;
|
|
pictureBox_HotIcon.Dock = DockStyle.Fill;
|
|
pictureBox_HotIcon.Location = new Point(35, 3);
|
|
pictureBox_HotIcon.Name = "pictureBox_HotIcon";
|
|
tableLayoutPanel_PlayerDetails.SetRowSpan(pictureBox_HotIcon, 2);
|
|
pictureBox_HotIcon.Size = new Size(26, 32);
|
|
pictureBox_HotIcon.TabIndex = 5;
|
|
pictureBox_HotIcon.TabStop = false;
|
|
//
|
|
// label_Filename
|
|
//
|
|
label_Filename.AutoSize = true;
|
|
label_Filename.Dock = DockStyle.Fill;
|
|
label_Filename.Font = new Font("Segoe UI", 8.25F);
|
|
label_Filename.Location = new Point(67, 0);
|
|
label_Filename.Name = "label_Filename";
|
|
label_Filename.Size = new Size(69, 17);
|
|
label_Filename.TabIndex = 17;
|
|
label_Filename.Text = "Dateiname:";
|
|
label_Filename.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Filename_Value
|
|
//
|
|
label_Filename_Value.AutoSize = true;
|
|
label_Filename_Value.Dock = DockStyle.Fill;
|
|
label_Filename_Value.Font = new Font("Segoe UI", 8.25F);
|
|
label_Filename_Value.Location = new Point(142, 0);
|
|
label_Filename_Value.Name = "label_Filename_Value";
|
|
label_Filename_Value.Size = new Size(51, 17);
|
|
label_Filename_Value.TabIndex = 3;
|
|
label_Filename_Value.Text = "test.mp4";
|
|
label_Filename_Value.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Modelname
|
|
//
|
|
label_Modelname.AutoSize = true;
|
|
label_Modelname.Dock = DockStyle.Fill;
|
|
label_Modelname.Font = new Font("Segoe UI", 8.25F);
|
|
label_Modelname.Location = new Point(67, 17);
|
|
label_Modelname.Name = "label_Modelname";
|
|
label_Modelname.Size = new Size(69, 21);
|
|
label_Modelname.TabIndex = 19;
|
|
label_Modelname.Text = "Model:";
|
|
label_Modelname.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Date
|
|
//
|
|
label_Date.AutoSize = true;
|
|
label_Date.Dock = DockStyle.Fill;
|
|
label_Date.Font = new Font("Segoe UI", 8.25F);
|
|
label_Date.Location = new Point(199, 17);
|
|
label_Date.Name = "label_Date";
|
|
label_Date.Size = new Size(54, 21);
|
|
label_Date.TabIndex = 20;
|
|
label_Date.Text = "Datum:";
|
|
label_Date.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Date_Value
|
|
//
|
|
label_Date_Value.AutoSize = true;
|
|
label_Date_Value.Dock = DockStyle.Fill;
|
|
label_Date_Value.Font = new Font("Segoe UI", 8.25F);
|
|
label_Date_Value.Location = new Point(259, 17);
|
|
label_Date_Value.Name = "label_Date_Value";
|
|
label_Date_Value.Size = new Size(91, 21);
|
|
label_Date_Value.TabIndex = 21;
|
|
label_Date_Value.Text = "01.01.2024 00:00";
|
|
label_Date_Value.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Size
|
|
//
|
|
label_Size.AutoSize = true;
|
|
label_Size.Dock = DockStyle.Fill;
|
|
label_Size.Location = new Point(199, 0);
|
|
label_Size.Name = "label_Size";
|
|
label_Size.Size = new Size(54, 17);
|
|
label_Size.TabIndex = 22;
|
|
label_Size.Text = "Größe:";
|
|
label_Size.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Size_Value
|
|
//
|
|
label_Size_Value.AutoSize = true;
|
|
label_Size_Value.Dock = DockStyle.Fill;
|
|
label_Size_Value.Location = new Point(259, 0);
|
|
label_Size_Value.Name = "label_Size_Value";
|
|
label_Size_Value.Size = new Size(91, 17);
|
|
label_Size_Value.TabIndex = 23;
|
|
label_Size_Value.Text = "1 GB";
|
|
label_Size_Value.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// linkLabel_Modelname_Value
|
|
//
|
|
linkLabel_Modelname_Value.AutoSize = true;
|
|
linkLabel_Modelname_Value.Dock = DockStyle.Fill;
|
|
linkLabel_Modelname_Value.Location = new Point(142, 17);
|
|
linkLabel_Modelname_Value.Name = "linkLabel_Modelname_Value";
|
|
linkLabel_Modelname_Value.Size = new Size(51, 21);
|
|
linkLabel_Modelname_Value.TabIndex = 24;
|
|
linkLabel_Modelname_Value.TabStop = true;
|
|
linkLabel_Modelname_Value.Text = "test";
|
|
linkLabel_Modelname_Value.TextAlign = ContentAlignment.MiddleLeft;
|
|
linkLabel_Modelname_Value.LinkClicked += linkLabel_Modelname_Value_LinkClicked;
|
|
//
|
|
// tabPage_Archive
|
|
//
|
|
tabPage_Archive.Controls.Add(splitContainer_ArchiveDownloads);
|
|
tabPage_Archive.Location = new Point(4, 22);
|
|
tabPage_Archive.Name = "tabPage_Archive";
|
|
tabPage_Archive.Padding = new Padding(3);
|
|
tabPage_Archive.Size = new Size(826, 423);
|
|
tabPage_Archive.TabIndex = 6;
|
|
tabPage_Archive.Text = "Archiv";
|
|
tabPage_Archive.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer_ArchiveDownloads
|
|
//
|
|
splitContainer_ArchiveDownloads.Dock = DockStyle.Fill;
|
|
splitContainer_ArchiveDownloads.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_ArchiveDownloads.IsSplitterFixed = true;
|
|
splitContainer_ArchiveDownloads.Location = new Point(3, 3);
|
|
splitContainer_ArchiveDownloads.Name = "splitContainer_ArchiveDownloads";
|
|
splitContainer_ArchiveDownloads.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_ArchiveDownloads.Panel1
|
|
//
|
|
splitContainer_ArchiveDownloads.Panel1.Controls.Add(splitContainer_Archive_ListView);
|
|
//
|
|
// splitContainer_ArchiveDownloads.Panel2
|
|
//
|
|
splitContainer_ArchiveDownloads.Panel2.Controls.Add(tableLayoutPanel_Archive_Controls_Right);
|
|
splitContainer_ArchiveDownloads.Panel2.Controls.Add(tableLayoutPanel_Archive_Controls_Left);
|
|
splitContainer_ArchiveDownloads.Size = new Size(820, 417);
|
|
splitContainer_ArchiveDownloads.SplitterDistance = 379;
|
|
splitContainer_ArchiveDownloads.TabIndex = 2;
|
|
//
|
|
// splitContainer_Archive_ListView
|
|
//
|
|
splitContainer_Archive_ListView.Dock = DockStyle.Fill;
|
|
splitContainer_Archive_ListView.FixedPanel = FixedPanel.Panel1;
|
|
splitContainer_Archive_ListView.IsSplitterFixed = true;
|
|
splitContainer_Archive_ListView.Location = new Point(0, 0);
|
|
splitContainer_Archive_ListView.Name = "splitContainer_Archive_ListView";
|
|
splitContainer_Archive_ListView.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Archive_ListView.Panel1
|
|
//
|
|
splitContainer_Archive_ListView.Panel1.Controls.Add(groupBox_Archive_Tags);
|
|
//
|
|
// splitContainer_Archive_ListView.Panel2
|
|
//
|
|
splitContainer_Archive_ListView.Panel2.Controls.Add(listView_AllArchivedDownloads);
|
|
splitContainer_Archive_ListView.Size = new Size(820, 379);
|
|
splitContainer_Archive_ListView.SplitterDistance = 100;
|
|
splitContainer_Archive_ListView.TabIndex = 7;
|
|
//
|
|
// groupBox_Archive_Tags
|
|
//
|
|
groupBox_Archive_Tags.Controls.Add(splitContainer_Archive_Tags);
|
|
groupBox_Archive_Tags.Dock = DockStyle.Fill;
|
|
groupBox_Archive_Tags.Location = new Point(0, 0);
|
|
groupBox_Archive_Tags.Name = "groupBox_Archive_Tags";
|
|
groupBox_Archive_Tags.Size = new Size(820, 100);
|
|
groupBox_Archive_Tags.TabIndex = 1;
|
|
groupBox_Archive_Tags.TabStop = false;
|
|
groupBox_Archive_Tags.Text = "Tags";
|
|
//
|
|
// splitContainer_Archive_Tags
|
|
//
|
|
splitContainer_Archive_Tags.Dock = DockStyle.Fill;
|
|
splitContainer_Archive_Tags.FixedPanel = FixedPanel.Panel1;
|
|
splitContainer_Archive_Tags.IsSplitterFixed = true;
|
|
splitContainer_Archive_Tags.Location = new Point(3, 18);
|
|
splitContainer_Archive_Tags.Name = "splitContainer_Archive_Tags";
|
|
//
|
|
// splitContainer_Archive_Tags.Panel1
|
|
//
|
|
splitContainer_Archive_Tags.Panel1.Controls.Add(button_Archive_ResetTags);
|
|
//
|
|
// splitContainer_Archive_Tags.Panel2
|
|
//
|
|
splitContainer_Archive_Tags.Panel2.Controls.Add(checkedListBox_Archive_Tags);
|
|
splitContainer_Archive_Tags.Size = new Size(814, 79);
|
|
splitContainer_Archive_Tags.SplitterDistance = 120;
|
|
splitContainer_Archive_Tags.TabIndex = 0;
|
|
//
|
|
// button_Archive_ResetTags
|
|
//
|
|
button_Archive_ResetTags.Location = new Point(3, 4);
|
|
button_Archive_ResetTags.Name = "button_Archive_ResetTags";
|
|
button_Archive_ResetTags.Size = new Size(114, 23);
|
|
button_Archive_ResetTags.TabIndex = 3;
|
|
button_Archive_ResetTags.Text = "Zurücksetzen";
|
|
button_Archive_ResetTags.UseVisualStyleBackColor = true;
|
|
button_Archive_ResetTags.Click += button_Archive_ResetTags_Click;
|
|
//
|
|
// checkedListBox_Archive_Tags
|
|
//
|
|
checkedListBox_Archive_Tags.BorderStyle = BorderStyle.FixedSingle;
|
|
checkedListBox_Archive_Tags.CheckOnClick = true;
|
|
checkedListBox_Archive_Tags.Dock = DockStyle.Fill;
|
|
checkedListBox_Archive_Tags.FormattingEnabled = true;
|
|
checkedListBox_Archive_Tags.Location = new Point(0, 0);
|
|
checkedListBox_Archive_Tags.MultiColumn = true;
|
|
checkedListBox_Archive_Tags.Name = "checkedListBox_Archive_Tags";
|
|
checkedListBox_Archive_Tags.Size = new Size(690, 79);
|
|
checkedListBox_Archive_Tags.TabIndex = 2;
|
|
checkedListBox_Archive_Tags.ItemCheck += checkedListBox_Archive_Tags_ItemCheck;
|
|
//
|
|
// listView_AllArchivedDownloads
|
|
//
|
|
listView_AllArchivedDownloads.Columns.AddRange(new ColumnHeader[] { archive_Icon, archive_Modelname, archive_Filename, archive_Filesize, archive_Filedate, archive_lastStream, archive_Filepath });
|
|
listView_AllArchivedDownloads.Dock = DockStyle.Fill;
|
|
listView_AllArchivedDownloads.FullRowSelect = true;
|
|
listView_AllArchivedDownloads.GridLines = true;
|
|
listView_AllArchivedDownloads.LargeImageList = imageList_Thumbnails;
|
|
listView_AllArchivedDownloads.Location = new Point(0, 0);
|
|
listView_AllArchivedDownloads.Name = "listView_AllArchivedDownloads";
|
|
listView_AllArchivedDownloads.Size = new Size(820, 275);
|
|
listView_AllArchivedDownloads.TabIndex = 5;
|
|
listView_AllArchivedDownloads.TileSize = new Size(300, 118);
|
|
listView_AllArchivedDownloads.UseCompatibleStateImageBehavior = false;
|
|
listView_AllArchivedDownloads.View = View.Details;
|
|
listView_AllArchivedDownloads.ColumnClick += listView_CompletedDownloads_ColumnClick;
|
|
listView_AllArchivedDownloads.DrawItem += listView_DrawItem;
|
|
listView_AllArchivedDownloads.SelectedIndexChanged += listView_CompletedDownloads_SelectedIndexChanged;
|
|
listView_AllArchivedDownloads.KeyDown += listView_CompletedDownloads_KeyDown;
|
|
listView_AllArchivedDownloads.MouseClick += listView_CompletedDownloads_MouseClick;
|
|
listView_AllArchivedDownloads.MouseDoubleClick += listView_CompletedDownloads_MouseDoubleClick;
|
|
//
|
|
// archive_Icon
|
|
//
|
|
archive_Icon.Text = "";
|
|
archive_Icon.Width = 20;
|
|
//
|
|
// archive_Modelname
|
|
//
|
|
archive_Modelname.Text = "Modelname";
|
|
archive_Modelname.Width = 180;
|
|
//
|
|
// archive_Filename
|
|
//
|
|
archive_Filename.Text = "Dateiname";
|
|
archive_Filename.Width = 200;
|
|
//
|
|
// archive_Filesize
|
|
//
|
|
archive_Filesize.Text = "Dateigröße";
|
|
archive_Filesize.Width = 80;
|
|
//
|
|
// archive_Filedate
|
|
//
|
|
archive_Filedate.Text = "Streamdatum";
|
|
archive_Filedate.Width = 130;
|
|
//
|
|
// archive_lastStream
|
|
//
|
|
archive_lastStream.Text = "Letzter Stream";
|
|
archive_lastStream.Width = 130;
|
|
//
|
|
// archive_Filepath
|
|
//
|
|
archive_Filepath.Text = "Dateipfad";
|
|
archive_Filepath.Width = 600;
|
|
//
|
|
// tableLayoutPanel_Archive_Controls_Right
|
|
//
|
|
tableLayoutPanel_Archive_Controls_Right.AutoSize = true;
|
|
tableLayoutPanel_Archive_Controls_Right.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel_Archive_Controls_Right.ColumnCount = 3;
|
|
tableLayoutPanel_Archive_Controls_Right.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_Archive_Controls_Right.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_Archive_Controls_Right.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_Archive_Controls_Right.Controls.Add(label_Archive_View, 0, 0);
|
|
tableLayoutPanel_Archive_Controls_Right.Controls.Add(comboBox_AllArchivedDownloadsView, 1, 0);
|
|
tableLayoutPanel_Archive_Controls_Right.Controls.Add(trackBar_AllArchivedDownloadsTileSize, 2, 0);
|
|
tableLayoutPanel_Archive_Controls_Right.Dock = DockStyle.Right;
|
|
tableLayoutPanel_Archive_Controls_Right.Location = new Point(537, 0);
|
|
tableLayoutPanel_Archive_Controls_Right.Name = "tableLayoutPanel_Archive_Controls_Right";
|
|
tableLayoutPanel_Archive_Controls_Right.RowCount = 1;
|
|
tableLayoutPanel_Archive_Controls_Right.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Archive_Controls_Right.Size = new Size(283, 34);
|
|
tableLayoutPanel_Archive_Controls_Right.TabIndex = 20;
|
|
//
|
|
// label_Archive_View
|
|
//
|
|
label_Archive_View.AutoSize = true;
|
|
label_Archive_View.Dock = DockStyle.Fill;
|
|
label_Archive_View.Location = new Point(3, 0);
|
|
label_Archive_View.Name = "label_Archive_View";
|
|
label_Archive_View.Size = new Size(48, 34);
|
|
label_Archive_View.TabIndex = 17;
|
|
label_Archive_View.Text = "Ansicht:";
|
|
label_Archive_View.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// comboBox_AllArchivedDownloadsView
|
|
//
|
|
comboBox_AllArchivedDownloadsView.Dock = DockStyle.Fill;
|
|
comboBox_AllArchivedDownloadsView.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_AllArchivedDownloadsView.FormattingEnabled = true;
|
|
comboBox_AllArchivedDownloadsView.Items.AddRange(new object[] { "Details", "Vorschau" });
|
|
comboBox_AllArchivedDownloadsView.Location = new Point(57, 7);
|
|
comboBox_AllArchivedDownloadsView.Margin = new Padding(3, 7, 3, 7);
|
|
comboBox_AllArchivedDownloadsView.Name = "comboBox_AllArchivedDownloadsView";
|
|
comboBox_AllArchivedDownloadsView.Size = new Size(121, 21);
|
|
comboBox_AllArchivedDownloadsView.TabIndex = 16;
|
|
comboBox_AllArchivedDownloadsView.SelectedIndexChanged += comboBox_completedDownloadsView_SelectedIndexChanged;
|
|
//
|
|
// trackBar_AllArchivedDownloadsTileSize
|
|
//
|
|
trackBar_AllArchivedDownloadsTileSize.AutoSize = false;
|
|
trackBar_AllArchivedDownloadsTileSize.BackColor = SystemColors.Control;
|
|
trackBar_AllArchivedDownloadsTileSize.Dock = DockStyle.Fill;
|
|
trackBar_AllArchivedDownloadsTileSize.Location = new Point(184, 3);
|
|
trackBar_AllArchivedDownloadsTileSize.Maximum = 144;
|
|
trackBar_AllArchivedDownloadsTileSize.Minimum = 50;
|
|
trackBar_AllArchivedDownloadsTileSize.Name = "trackBar_AllArchivedDownloadsTileSize";
|
|
trackBar_AllArchivedDownloadsTileSize.Size = new Size(96, 28);
|
|
trackBar_AllArchivedDownloadsTileSize.TabIndex = 18;
|
|
trackBar_AllArchivedDownloadsTileSize.TickStyle = TickStyle.None;
|
|
trackBar_AllArchivedDownloadsTileSize.Value = 97;
|
|
trackBar_AllArchivedDownloadsTileSize.Visible = false;
|
|
trackBar_AllArchivedDownloadsTileSize.Scroll += trackBar_AllArchivedDownloadsTileSize_Scroll;
|
|
//
|
|
// tableLayoutPanel_Archive_Controls_Left
|
|
//
|
|
tableLayoutPanel_Archive_Controls_Left.AutoSize = true;
|
|
tableLayoutPanel_Archive_Controls_Left.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel_Archive_Controls_Left.ColumnCount = 2;
|
|
tableLayoutPanel_Archive_Controls_Left.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_Archive_Controls_Left.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_Archive_Controls_Left.Controls.Add(button_ReloadArchivedDownloads, 0, 0);
|
|
tableLayoutPanel_Archive_Controls_Left.Controls.Add(button_AllArchivedDownloadsDeleteNonHOTFiles, 1, 0);
|
|
tableLayoutPanel_Archive_Controls_Left.Dock = DockStyle.Left;
|
|
tableLayoutPanel_Archive_Controls_Left.Location = new Point(0, 0);
|
|
tableLayoutPanel_Archive_Controls_Left.Name = "tableLayoutPanel_Archive_Controls_Left";
|
|
tableLayoutPanel_Archive_Controls_Left.RowCount = 1;
|
|
tableLayoutPanel_Archive_Controls_Left.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Archive_Controls_Left.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Archive_Controls_Left.Size = new Size(217, 34);
|
|
tableLayoutPanel_Archive_Controls_Left.TabIndex = 19;
|
|
//
|
|
// button_ReloadArchivedDownloads
|
|
//
|
|
button_ReloadArchivedDownloads.Location = new Point(3, 3);
|
|
button_ReloadArchivedDownloads.Name = "button_ReloadArchivedDownloads";
|
|
button_ReloadArchivedDownloads.Size = new Size(85, 27);
|
|
button_ReloadArchivedDownloads.TabIndex = 0;
|
|
button_ReloadArchivedDownloads.Text = "Aktualisieren";
|
|
button_ReloadArchivedDownloads.UseVisualStyleBackColor = true;
|
|
button_ReloadArchivedDownloads.Click += button_ReloadArchivedDownloads_Click;
|
|
//
|
|
// button_AllArchivedDownloadsDeleteNonHOTFiles
|
|
//
|
|
button_AllArchivedDownloadsDeleteNonHOTFiles.Location = new Point(94, 3);
|
|
button_AllArchivedDownloadsDeleteNonHOTFiles.Name = "button_AllArchivedDownloadsDeleteNonHOTFiles";
|
|
button_AllArchivedDownloadsDeleteNonHOTFiles.Size = new Size(120, 27);
|
|
button_AllArchivedDownloadsDeleteNonHOTFiles.TabIndex = 15;
|
|
button_AllArchivedDownloadsDeleteNonHOTFiles.Text = "Nicht HOT löschen";
|
|
button_AllArchivedDownloadsDeleteNonHOTFiles.UseVisualStyleBackColor = true;
|
|
button_AllArchivedDownloadsDeleteNonHOTFiles.Click += button_DeleteNonHOTFiles_Click;
|
|
//
|
|
// tabPage_CompletedDownloads
|
|
//
|
|
tabPage_CompletedDownloads.Controls.Add(splitContainer_CompletedDownloads);
|
|
tabPage_CompletedDownloads.Location = new Point(4, 22);
|
|
tabPage_CompletedDownloads.Name = "tabPage_CompletedDownloads";
|
|
tabPage_CompletedDownloads.Padding = new Padding(3);
|
|
tabPage_CompletedDownloads.Size = new Size(826, 423);
|
|
tabPage_CompletedDownloads.TabIndex = 4;
|
|
tabPage_CompletedDownloads.Tag = "";
|
|
tabPage_CompletedDownloads.Text = "Abgeschlossene Downloads";
|
|
tabPage_CompletedDownloads.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer_CompletedDownloads
|
|
//
|
|
splitContainer_CompletedDownloads.Dock = DockStyle.Fill;
|
|
splitContainer_CompletedDownloads.FixedPanel = FixedPanel.Panel2;
|
|
splitContainer_CompletedDownloads.IsSplitterFixed = true;
|
|
splitContainer_CompletedDownloads.Location = new Point(3, 3);
|
|
splitContainer_CompletedDownloads.Name = "splitContainer_CompletedDownloads";
|
|
splitContainer_CompletedDownloads.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_CompletedDownloads.Panel1
|
|
//
|
|
splitContainer_CompletedDownloads.Panel1.Controls.Add(splitContainer_CompletedDownloads_ListView);
|
|
//
|
|
// splitContainer_CompletedDownloads.Panel2
|
|
//
|
|
splitContainer_CompletedDownloads.Panel2.Controls.Add(tableLayoutPanel_CompletedDownloads_Controls_Right);
|
|
splitContainer_CompletedDownloads.Panel2.Controls.Add(tableLayoutPanel_CompletedDownloads_Controls_Left);
|
|
splitContainer_CompletedDownloads.Size = new Size(820, 417);
|
|
splitContainer_CompletedDownloads.SplitterDistance = 379;
|
|
splitContainer_CompletedDownloads.TabIndex = 0;
|
|
//
|
|
// splitContainer_CompletedDownloads_ListView
|
|
//
|
|
splitContainer_CompletedDownloads_ListView.Dock = DockStyle.Fill;
|
|
splitContainer_CompletedDownloads_ListView.FixedPanel = FixedPanel.Panel1;
|
|
splitContainer_CompletedDownloads_ListView.IsSplitterFixed = true;
|
|
splitContainer_CompletedDownloads_ListView.Location = new Point(0, 0);
|
|
splitContainer_CompletedDownloads_ListView.Name = "splitContainer_CompletedDownloads_ListView";
|
|
splitContainer_CompletedDownloads_ListView.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_CompletedDownloads_ListView.Panel1
|
|
//
|
|
splitContainer_CompletedDownloads_ListView.Panel1.Controls.Add(groupBox_CompletedDownloads_Tags);
|
|
//
|
|
// splitContainer_CompletedDownloads_ListView.Panel2
|
|
//
|
|
splitContainer_CompletedDownloads_ListView.Panel2.Controls.Add(listView_CompletedDownloads);
|
|
splitContainer_CompletedDownloads_ListView.Size = new Size(820, 379);
|
|
splitContainer_CompletedDownloads_ListView.SplitterDistance = 100;
|
|
splitContainer_CompletedDownloads_ListView.TabIndex = 6;
|
|
//
|
|
// groupBox_CompletedDownloads_Tags
|
|
//
|
|
groupBox_CompletedDownloads_Tags.Controls.Add(splitContainer_Tags);
|
|
groupBox_CompletedDownloads_Tags.Dock = DockStyle.Fill;
|
|
groupBox_CompletedDownloads_Tags.Location = new Point(0, 0);
|
|
groupBox_CompletedDownloads_Tags.Name = "groupBox_CompletedDownloads_Tags";
|
|
groupBox_CompletedDownloads_Tags.Size = new Size(820, 100);
|
|
groupBox_CompletedDownloads_Tags.TabIndex = 1;
|
|
groupBox_CompletedDownloads_Tags.TabStop = false;
|
|
groupBox_CompletedDownloads_Tags.Text = "Tags";
|
|
//
|
|
// splitContainer_Tags
|
|
//
|
|
splitContainer_Tags.Dock = DockStyle.Fill;
|
|
splitContainer_Tags.FixedPanel = FixedPanel.Panel1;
|
|
splitContainer_Tags.IsSplitterFixed = true;
|
|
splitContainer_Tags.Location = new Point(3, 18);
|
|
splitContainer_Tags.Name = "splitContainer_Tags";
|
|
//
|
|
// splitContainer_Tags.Panel1
|
|
//
|
|
splitContainer_Tags.Panel1.Controls.Add(button_CompletedDownloads_ResetTags);
|
|
//
|
|
// splitContainer_Tags.Panel2
|
|
//
|
|
splitContainer_Tags.Panel2.Controls.Add(checkedListBox_CompletedDownloads_Tags);
|
|
splitContainer_Tags.Size = new Size(814, 79);
|
|
splitContainer_Tags.SplitterDistance = 120;
|
|
splitContainer_Tags.TabIndex = 0;
|
|
//
|
|
// button_CompletedDownloads_ResetTags
|
|
//
|
|
button_CompletedDownloads_ResetTags.Location = new Point(3, 4);
|
|
button_CompletedDownloads_ResetTags.Name = "button_CompletedDownloads_ResetTags";
|
|
button_CompletedDownloads_ResetTags.Size = new Size(114, 23);
|
|
button_CompletedDownloads_ResetTags.TabIndex = 3;
|
|
button_CompletedDownloads_ResetTags.Text = "Zurücksetzen";
|
|
button_CompletedDownloads_ResetTags.UseVisualStyleBackColor = true;
|
|
button_CompletedDownloads_ResetTags.Click += button_CompletedDownloads_ResetTags_Click;
|
|
//
|
|
// checkedListBox_CompletedDownloads_Tags
|
|
//
|
|
checkedListBox_CompletedDownloads_Tags.BorderStyle = BorderStyle.FixedSingle;
|
|
checkedListBox_CompletedDownloads_Tags.CheckOnClick = true;
|
|
checkedListBox_CompletedDownloads_Tags.Dock = DockStyle.Fill;
|
|
checkedListBox_CompletedDownloads_Tags.FormattingEnabled = true;
|
|
checkedListBox_CompletedDownloads_Tags.Location = new Point(0, 0);
|
|
checkedListBox_CompletedDownloads_Tags.MultiColumn = true;
|
|
checkedListBox_CompletedDownloads_Tags.Name = "checkedListBox_CompletedDownloads_Tags";
|
|
checkedListBox_CompletedDownloads_Tags.Size = new Size(690, 79);
|
|
checkedListBox_CompletedDownloads_Tags.TabIndex = 2;
|
|
checkedListBox_CompletedDownloads_Tags.ItemCheck += checkedListBox_CompletedDownloads_Tags_ItemCheck;
|
|
//
|
|
// listView_CompletedDownloads
|
|
//
|
|
listView_CompletedDownloads.AutoArrange = false;
|
|
listView_CompletedDownloads.Columns.AddRange(new ColumnHeader[] { completed_Icon, completed_Modelname, completed_Filename, completed_Filesize, completed_Filedate, completed_lastStream, completed_Filepath });
|
|
listView_CompletedDownloads.Dock = DockStyle.Fill;
|
|
listView_CompletedDownloads.FullRowSelect = true;
|
|
listView_CompletedDownloads.GridLines = true;
|
|
listView_CompletedDownloads.LargeImageList = imageList_Thumbnails;
|
|
listView_CompletedDownloads.Location = new Point(0, 0);
|
|
listView_CompletedDownloads.Name = "listView_CompletedDownloads";
|
|
listView_CompletedDownloads.Size = new Size(820, 275);
|
|
listView_CompletedDownloads.TabIndex = 5;
|
|
listView_CompletedDownloads.TileSize = new Size(198, 112);
|
|
listView_CompletedDownloads.UseCompatibleStateImageBehavior = false;
|
|
listView_CompletedDownloads.View = View.Details;
|
|
listView_CompletedDownloads.ColumnClick += listView_CompletedDownloads_ColumnClick;
|
|
listView_CompletedDownloads.DrawItem += listView_DrawItem;
|
|
listView_CompletedDownloads.SelectedIndexChanged += listView_CompletedDownloads_SelectedIndexChanged;
|
|
listView_CompletedDownloads.KeyDown += listView_CompletedDownloads_KeyDown;
|
|
listView_CompletedDownloads.MouseClick += listView_CompletedDownloads_MouseClick;
|
|
listView_CompletedDownloads.MouseDoubleClick += listView_CompletedDownloads_MouseDoubleClick;
|
|
//
|
|
// completed_Icon
|
|
//
|
|
completed_Icon.Text = "";
|
|
completed_Icon.Width = 20;
|
|
//
|
|
// completed_Modelname
|
|
//
|
|
completed_Modelname.Text = "Modelname";
|
|
completed_Modelname.Width = 180;
|
|
//
|
|
// completed_Filename
|
|
//
|
|
completed_Filename.Text = "Dateiname";
|
|
completed_Filename.Width = 200;
|
|
//
|
|
// completed_Filesize
|
|
//
|
|
completed_Filesize.Text = "Dateigröße";
|
|
completed_Filesize.Width = 80;
|
|
//
|
|
// completed_Filedate
|
|
//
|
|
completed_Filedate.Text = "Streamdatum";
|
|
completed_Filedate.Width = 130;
|
|
//
|
|
// completed_lastStream
|
|
//
|
|
completed_lastStream.Text = "Letzter Stream";
|
|
completed_lastStream.Width = 130;
|
|
//
|
|
// completed_Filepath
|
|
//
|
|
completed_Filepath.Text = "Dateipfad";
|
|
completed_Filepath.Width = 600;
|
|
//
|
|
// tableLayoutPanel_CompletedDownloads_Controls_Right
|
|
//
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.AutoSize = true;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.ColumnCount = 4;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.Controls.Add(label_completedDownloadsView, 0, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.Controls.Add(checkBox_ShowAllDownloads, 3, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.Controls.Add(comboBox_completedDownloadsView, 1, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.Controls.Add(trackBar_TileSize, 2, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.Dock = DockStyle.Right;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.Location = new Point(403, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.Name = "tableLayoutPanel_CompletedDownloads_Controls_Right";
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.RowCount = 1;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.Size = new Size(417, 34);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.TabIndex = 20;
|
|
//
|
|
// label_completedDownloadsView
|
|
//
|
|
label_completedDownloadsView.AutoSize = true;
|
|
label_completedDownloadsView.Dock = DockStyle.Fill;
|
|
label_completedDownloadsView.Location = new Point(3, 0);
|
|
label_completedDownloadsView.Name = "label_completedDownloadsView";
|
|
label_completedDownloadsView.Size = new Size(48, 34);
|
|
label_completedDownloadsView.TabIndex = 17;
|
|
label_completedDownloadsView.Text = "Ansicht:";
|
|
label_completedDownloadsView.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// checkBox_ShowAllDownloads
|
|
//
|
|
checkBox_ShowAllDownloads.AutoSize = true;
|
|
checkBox_ShowAllDownloads.Dock = DockStyle.Fill;
|
|
checkBox_ShowAllDownloads.Location = new Point(257, 3);
|
|
checkBox_ShowAllDownloads.Name = "checkBox_ShowAllDownloads";
|
|
checkBox_ShowAllDownloads.Size = new Size(157, 28);
|
|
checkBox_ShowAllDownloads.TabIndex = 14;
|
|
checkBox_ShowAllDownloads.Text = "Alle Downloads anzeigen";
|
|
checkBox_ShowAllDownloads.UseVisualStyleBackColor = true;
|
|
checkBox_ShowAllDownloads.CheckedChanged += checkBox_ShowAllDownloads_CheckedChanged;
|
|
//
|
|
// comboBox_completedDownloadsView
|
|
//
|
|
comboBox_completedDownloadsView.Dock = DockStyle.Fill;
|
|
comboBox_completedDownloadsView.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_completedDownloadsView.FormattingEnabled = true;
|
|
comboBox_completedDownloadsView.Items.AddRange(new object[] { "Details", "Vorschau" });
|
|
comboBox_completedDownloadsView.Location = new Point(57, 7);
|
|
comboBox_completedDownloadsView.Margin = new Padding(3, 7, 3, 7);
|
|
comboBox_completedDownloadsView.Name = "comboBox_completedDownloadsView";
|
|
comboBox_completedDownloadsView.Size = new Size(94, 21);
|
|
comboBox_completedDownloadsView.TabIndex = 16;
|
|
comboBox_completedDownloadsView.SelectedIndexChanged += comboBox_completedDownloadsView_SelectedIndexChanged;
|
|
//
|
|
// trackBar_TileSize
|
|
//
|
|
trackBar_TileSize.BackColor = SystemColors.Control;
|
|
trackBar_TileSize.Location = new Point(157, 3);
|
|
trackBar_TileSize.Maximum = 256;
|
|
trackBar_TileSize.Minimum = 120;
|
|
trackBar_TileSize.Name = "trackBar_TileSize";
|
|
trackBar_TileSize.Size = new Size(94, 28);
|
|
trackBar_TileSize.TabIndex = 18;
|
|
trackBar_TileSize.TickStyle = TickStyle.None;
|
|
trackBar_TileSize.Value = 192;
|
|
trackBar_TileSize.Visible = false;
|
|
trackBar_TileSize.Scroll += trackBar_TileSize_Scroll;
|
|
trackBar_TileSize.KeyUp += trackBar_TileSize_KeyUp;
|
|
//
|
|
// tableLayoutPanel_CompletedDownloads_Controls_Left
|
|
//
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.AutoSize = true;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.ColumnCount = 4;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.ColumnStyles.Add(new ColumnStyle());
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.Controls.Add(button_ReloadCompletedDownloads, 0, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.Controls.Add(button_sortToFolders, 1, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.Controls.Add(button_DeleteNonHOTFiles, 2, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.Dock = DockStyle.Left;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.Location = new Point(0, 0);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.Name = "tableLayoutPanel_CompletedDownloads_Controls_Left";
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.RowCount = 1;
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.Size = new Size(343, 34);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.TabIndex = 19;
|
|
//
|
|
// button_ReloadCompletedDownloads
|
|
//
|
|
button_ReloadCompletedDownloads.Dock = DockStyle.Fill;
|
|
button_ReloadCompletedDownloads.Location = new Point(3, 3);
|
|
button_ReloadCompletedDownloads.Name = "button_ReloadCompletedDownloads";
|
|
button_ReloadCompletedDownloads.Size = new Size(85, 28);
|
|
button_ReloadCompletedDownloads.TabIndex = 0;
|
|
button_ReloadCompletedDownloads.Text = "Aktualisieren";
|
|
button_ReloadCompletedDownloads.UseVisualStyleBackColor = true;
|
|
button_ReloadCompletedDownloads.Click += button_ReloadCompletedDownloads_Click;
|
|
//
|
|
// button_sortToFolders
|
|
//
|
|
button_sortToFolders.Dock = DockStyle.Fill;
|
|
button_sortToFolders.Location = new Point(94, 3);
|
|
button_sortToFolders.Name = "button_sortToFolders";
|
|
button_sortToFolders.Size = new Size(120, 28);
|
|
button_sortToFolders.TabIndex = 1;
|
|
button_sortToFolders.Text = "In Ordner sortieren";
|
|
button_sortToFolders.UseVisualStyleBackColor = true;
|
|
button_sortToFolders.Click += button_sortToFolders_Click;
|
|
//
|
|
// button_DeleteNonHOTFiles
|
|
//
|
|
button_DeleteNonHOTFiles.Dock = DockStyle.Fill;
|
|
button_DeleteNonHOTFiles.Location = new Point(220, 3);
|
|
button_DeleteNonHOTFiles.Name = "button_DeleteNonHOTFiles";
|
|
button_DeleteNonHOTFiles.Size = new Size(120, 28);
|
|
button_DeleteNonHOTFiles.TabIndex = 15;
|
|
button_DeleteNonHOTFiles.Text = "Nicht HOT löschen";
|
|
button_DeleteNonHOTFiles.UseVisualStyleBackColor = true;
|
|
button_DeleteNonHOTFiles.Click += button_DeleteNonHOTFiles_Click;
|
|
//
|
|
// tabPage_Favorite
|
|
//
|
|
tabPage_Favorite.Controls.Add(splitContainer_Favorites);
|
|
tabPage_Favorite.ForeColor = Color.Gold;
|
|
tabPage_Favorite.Location = new Point(4, 22);
|
|
tabPage_Favorite.Name = "tabPage_Favorite";
|
|
tabPage_Favorite.Padding = new Padding(3);
|
|
tabPage_Favorite.Size = new Size(826, 423);
|
|
tabPage_Favorite.TabIndex = 3;
|
|
tabPage_Favorite.Tag = "";
|
|
tabPage_Favorite.Text = "Favoriten";
|
|
tabPage_Favorite.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer_Favorites
|
|
//
|
|
splitContainer_Favorites.Dock = DockStyle.Fill;
|
|
splitContainer_Favorites.FixedPanel = FixedPanel.Panel1;
|
|
splitContainer_Favorites.IsSplitterFixed = true;
|
|
splitContainer_Favorites.Location = new Point(3, 3);
|
|
splitContainer_Favorites.Name = "splitContainer_Favorites";
|
|
splitContainer_Favorites.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Favorites.Panel1
|
|
//
|
|
splitContainer_Favorites.Panel1.Controls.Add(tableLayoutPanel_Favorites);
|
|
//
|
|
// splitContainer_Favorites.Panel2
|
|
//
|
|
splitContainer_Favorites.Panel2.Controls.Add(listView_Favorites);
|
|
splitContainer_Favorites.Size = new Size(820, 417);
|
|
splitContainer_Favorites.SplitterDistance = 30;
|
|
splitContainer_Favorites.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel_Favorites
|
|
//
|
|
tableLayoutPanel_Favorites.ColumnCount = 7;
|
|
tableLayoutPanel_Favorites.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 200F));
|
|
tableLayoutPanel_Favorites.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 30F));
|
|
tableLayoutPanel_Favorites.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 30F));
|
|
tableLayoutPanel_Favorites.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 180F));
|
|
tableLayoutPanel_Favorites.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
|
|
tableLayoutPanel_Favorites.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
|
|
tableLayoutPanel_Favorites.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
|
|
tableLayoutPanel_Favorites.Controls.Add(button_Favorites_Search_Next, 2, 0);
|
|
tableLayoutPanel_Favorites.Controls.Add(button_Favorites_Search_Back, 1, 0);
|
|
tableLayoutPanel_Favorites.Controls.Add(textBox_FilterFavorites, 0, 0);
|
|
tableLayoutPanel_Favorites.Controls.Add(button_RemoveInvalidFavorites, 6, 0);
|
|
tableLayoutPanel_Favorites.Controls.Add(button_ResetColorFavorites, 4, 0);
|
|
tableLayoutPanel_Favorites.Controls.Add(button_checkForInvalidFavorites, 5, 0);
|
|
tableLayoutPanel_Favorites.Controls.Add(button_Favorites_ImportTxt, 3, 0);
|
|
tableLayoutPanel_Favorites.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Favorites.Location = new Point(0, 0);
|
|
tableLayoutPanel_Favorites.Name = "tableLayoutPanel_Favorites";
|
|
tableLayoutPanel_Favorites.RowCount = 1;
|
|
tableLayoutPanel_Favorites.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Favorites.Size = new Size(820, 30);
|
|
tableLayoutPanel_Favorites.TabIndex = 6;
|
|
//
|
|
// button_Favorites_Search_Next
|
|
//
|
|
button_Favorites_Search_Next.BackgroundImage = Properties.Resources.next;
|
|
button_Favorites_Search_Next.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Favorites_Search_Next.Dock = DockStyle.Fill;
|
|
button_Favorites_Search_Next.ForeColor = Color.Black;
|
|
button_Favorites_Search_Next.Location = new Point(233, 3);
|
|
button_Favorites_Search_Next.Name = "button_Favorites_Search_Next";
|
|
button_Favorites_Search_Next.Size = new Size(24, 24);
|
|
button_Favorites_Search_Next.TabIndex = 9;
|
|
button_Favorites_Search_Next.UseVisualStyleBackColor = true;
|
|
button_Favorites_Search_Next.Click += button_Favorites_Search_Next_Click;
|
|
//
|
|
// button_Favorites_Search_Back
|
|
//
|
|
button_Favorites_Search_Back.BackgroundImage = Properties.Resources.back;
|
|
button_Favorites_Search_Back.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Favorites_Search_Back.Dock = DockStyle.Fill;
|
|
button_Favorites_Search_Back.ForeColor = Color.Black;
|
|
button_Favorites_Search_Back.Location = new Point(203, 3);
|
|
button_Favorites_Search_Back.Name = "button_Favorites_Search_Back";
|
|
button_Favorites_Search_Back.Size = new Size(24, 24);
|
|
button_Favorites_Search_Back.TabIndex = 8;
|
|
button_Favorites_Search_Back.UseVisualStyleBackColor = true;
|
|
button_Favorites_Search_Back.Click += button_Favorites_Search_Back_Click;
|
|
//
|
|
// textBox_FilterFavorites
|
|
//
|
|
textBox_FilterFavorites.Dock = DockStyle.Fill;
|
|
textBox_FilterFavorites.Location = new Point(3, 3);
|
|
textBox_FilterFavorites.Name = "textBox_FilterFavorites";
|
|
textBox_FilterFavorites.Size = new Size(194, 22);
|
|
textBox_FilterFavorites.TabIndex = 1;
|
|
textBox_FilterFavorites.TextChanged += textBox_FilterFavorites_TextChanged;
|
|
//
|
|
// button_RemoveInvalidFavorites
|
|
//
|
|
button_RemoveInvalidFavorites.Dock = DockStyle.Fill;
|
|
button_RemoveInvalidFavorites.ForeColor = Color.Black;
|
|
button_RemoveInvalidFavorites.Location = new Point(743, 3);
|
|
button_RemoveInvalidFavorites.Name = "button_RemoveInvalidFavorites";
|
|
button_RemoveInvalidFavorites.Size = new Size(144, 24);
|
|
button_RemoveInvalidFavorites.TabIndex = 3;
|
|
button_RemoveInvalidFavorites.Text = "Alte Einträge entfernen";
|
|
button_RemoveInvalidFavorites.UseVisualStyleBackColor = true;
|
|
button_RemoveInvalidFavorites.Click += button_RemoveInvalidFavorites_Click;
|
|
//
|
|
// button_ResetColorFavorites
|
|
//
|
|
button_ResetColorFavorites.Dock = DockStyle.Fill;
|
|
button_ResetColorFavorites.ForeColor = Color.Black;
|
|
button_ResetColorFavorites.Location = new Point(443, 3);
|
|
button_ResetColorFavorites.Name = "button_ResetColorFavorites";
|
|
button_ResetColorFavorites.Size = new Size(144, 24);
|
|
button_ResetColorFavorites.TabIndex = 4;
|
|
button_ResetColorFavorites.Text = "Farben zurücksetzen";
|
|
button_ResetColorFavorites.UseVisualStyleBackColor = true;
|
|
button_ResetColorFavorites.Click += button_ResetColorFavorites_Click;
|
|
//
|
|
// button_checkForInvalidFavorites
|
|
//
|
|
button_checkForInvalidFavorites.Dock = DockStyle.Fill;
|
|
button_checkForInvalidFavorites.ForeColor = Color.Black;
|
|
button_checkForInvalidFavorites.Location = new Point(593, 3);
|
|
button_checkForInvalidFavorites.Name = "button_checkForInvalidFavorites";
|
|
button_checkForInvalidFavorites.Size = new Size(144, 24);
|
|
button_checkForInvalidFavorites.TabIndex = 2;
|
|
button_checkForInvalidFavorites.Text = "Favoriten prüfen";
|
|
button_checkForInvalidFavorites.UseVisualStyleBackColor = true;
|
|
button_checkForInvalidFavorites.Click += button_checkForInvalidFavorites_Click;
|
|
//
|
|
// button_Favorites_ImportTxt
|
|
//
|
|
button_Favorites_ImportTxt.Dock = DockStyle.Fill;
|
|
button_Favorites_ImportTxt.ForeColor = Color.Black;
|
|
button_Favorites_ImportTxt.Location = new Point(263, 3);
|
|
button_Favorites_ImportTxt.Name = "button_Favorites_ImportTxt";
|
|
button_Favorites_ImportTxt.Size = new Size(174, 24);
|
|
button_Favorites_ImportTxt.TabIndex = 5;
|
|
button_Favorites_ImportTxt.Text = "Aus Textdatei importieren...";
|
|
button_Favorites_ImportTxt.UseVisualStyleBackColor = true;
|
|
button_Favorites_ImportTxt.Click += button_Favorites_ImportTxt_Click;
|
|
//
|
|
// listView_Favorites
|
|
//
|
|
listView_Favorites.Columns.AddRange(new ColumnHeader[] { favorites_Icon, favorites_URL, favorites_Modelname, favorites_Provider, favorites_lastStream, favorites_Id });
|
|
listView_Favorites.Dock = DockStyle.Fill;
|
|
listView_Favorites.FullRowSelect = true;
|
|
listView_Favorites.GridLines = true;
|
|
listView_Favorites.Location = new Point(0, 0);
|
|
listView_Favorites.Name = "listView_Favorites";
|
|
listView_Favorites.Size = new Size(820, 383);
|
|
listView_Favorites.TabIndex = 4;
|
|
listView_Favorites.UseCompatibleStateImageBehavior = false;
|
|
listView_Favorites.View = View.Details;
|
|
listView_Favorites.ColumnClick += listView_Favorites_ColumnClick;
|
|
listView_Favorites.KeyDown += listView_CompletedDownloads_KeyDown;
|
|
listView_Favorites.MouseClick += listView_LikesFavorites_MouseClick;
|
|
//
|
|
// favorites_Icon
|
|
//
|
|
favorites_Icon.Text = "";
|
|
favorites_Icon.Width = 20;
|
|
//
|
|
// favorites_URL
|
|
//
|
|
favorites_URL.Text = "URL";
|
|
favorites_URL.Width = 300;
|
|
//
|
|
// favorites_Modelname
|
|
//
|
|
favorites_Modelname.Text = "Modelname";
|
|
favorites_Modelname.Width = 180;
|
|
//
|
|
// favorites_Provider
|
|
//
|
|
favorites_Provider.Text = "Anbieter";
|
|
favorites_Provider.Width = 100;
|
|
//
|
|
// favorites_lastStream
|
|
//
|
|
favorites_lastStream.Text = "Letzter Stream";
|
|
favorites_lastStream.Width = 130;
|
|
//
|
|
// favorites_Id
|
|
//
|
|
favorites_Id.Text = "ID";
|
|
//
|
|
// tabPage_Likes
|
|
//
|
|
tabPage_Likes.Controls.Add(splitContainer_Likes);
|
|
tabPage_Likes.ForeColor = Color.Red;
|
|
tabPage_Likes.Location = new Point(4, 22);
|
|
tabPage_Likes.Name = "tabPage_Likes";
|
|
tabPage_Likes.Padding = new Padding(3);
|
|
tabPage_Likes.Size = new Size(826, 423);
|
|
tabPage_Likes.TabIndex = 2;
|
|
tabPage_Likes.Tag = "";
|
|
tabPage_Likes.Text = "Gefällt Mir";
|
|
tabPage_Likes.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer_Likes
|
|
//
|
|
splitContainer_Likes.Dock = DockStyle.Fill;
|
|
splitContainer_Likes.FixedPanel = FixedPanel.Panel1;
|
|
splitContainer_Likes.IsSplitterFixed = true;
|
|
splitContainer_Likes.Location = new Point(3, 3);
|
|
splitContainer_Likes.Name = "splitContainer_Likes";
|
|
splitContainer_Likes.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Likes.Panel1
|
|
//
|
|
splitContainer_Likes.Panel1.Controls.Add(tableLayoutPanel_Likes);
|
|
//
|
|
// splitContainer_Likes.Panel2
|
|
//
|
|
splitContainer_Likes.Panel2.Controls.Add(listView_Likes);
|
|
splitContainer_Likes.Size = new Size(820, 417);
|
|
splitContainer_Likes.SplitterDistance = 30;
|
|
splitContainer_Likes.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel_Likes
|
|
//
|
|
tableLayoutPanel_Likes.ColumnCount = 7;
|
|
tableLayoutPanel_Likes.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 200F));
|
|
tableLayoutPanel_Likes.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 30F));
|
|
tableLayoutPanel_Likes.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 30F));
|
|
tableLayoutPanel_Likes.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 180F));
|
|
tableLayoutPanel_Likes.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
|
|
tableLayoutPanel_Likes.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
|
|
tableLayoutPanel_Likes.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
|
|
tableLayoutPanel_Likes.Controls.Add(textBox_FilterLikes, 0, 0);
|
|
tableLayoutPanel_Likes.Controls.Add(button_RemoveInvalidLikes, 6, 0);
|
|
tableLayoutPanel_Likes.Controls.Add(button_checkForInvalidLikes, 5, 0);
|
|
tableLayoutPanel_Likes.Controls.Add(button_ResetColorLikes, 4, 0);
|
|
tableLayoutPanel_Likes.Controls.Add(button_Likes_ImportTxt, 3, 0);
|
|
tableLayoutPanel_Likes.Controls.Add(button_Likes_Search_Back, 1, 0);
|
|
tableLayoutPanel_Likes.Controls.Add(button_Likes_Search_Next, 2, 0);
|
|
tableLayoutPanel_Likes.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Likes.Location = new Point(0, 0);
|
|
tableLayoutPanel_Likes.Name = "tableLayoutPanel_Likes";
|
|
tableLayoutPanel_Likes.RowCount = 1;
|
|
tableLayoutPanel_Likes.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Likes.Size = new Size(820, 30);
|
|
tableLayoutPanel_Likes.TabIndex = 7;
|
|
//
|
|
// textBox_FilterLikes
|
|
//
|
|
textBox_FilterLikes.Dock = DockStyle.Fill;
|
|
textBox_FilterLikes.Location = new Point(3, 3);
|
|
textBox_FilterLikes.Name = "textBox_FilterLikes";
|
|
textBox_FilterLikes.Size = new Size(194, 22);
|
|
textBox_FilterLikes.TabIndex = 0;
|
|
textBox_FilterLikes.TextChanged += textBox_FilterLikes_TextChanged;
|
|
//
|
|
// button_RemoveInvalidLikes
|
|
//
|
|
button_RemoveInvalidLikes.Dock = DockStyle.Fill;
|
|
button_RemoveInvalidLikes.ForeColor = Color.Black;
|
|
button_RemoveInvalidLikes.Location = new Point(743, 3);
|
|
button_RemoveInvalidLikes.Name = "button_RemoveInvalidLikes";
|
|
button_RemoveInvalidLikes.Size = new Size(144, 24);
|
|
button_RemoveInvalidLikes.TabIndex = 3;
|
|
button_RemoveInvalidLikes.Text = "Alte Einträge entfernen";
|
|
button_RemoveInvalidLikes.UseVisualStyleBackColor = true;
|
|
button_RemoveInvalidLikes.Click += button_RemoveInvalidLikes_Click;
|
|
//
|
|
// button_checkForInvalidLikes
|
|
//
|
|
button_checkForInvalidLikes.Dock = DockStyle.Fill;
|
|
button_checkForInvalidLikes.ForeColor = Color.Black;
|
|
button_checkForInvalidLikes.Location = new Point(593, 3);
|
|
button_checkForInvalidLikes.Name = "button_checkForInvalidLikes";
|
|
button_checkForInvalidLikes.Size = new Size(144, 24);
|
|
button_checkForInvalidLikes.TabIndex = 4;
|
|
button_checkForInvalidLikes.Text = "Gefällt Mir prüfen";
|
|
button_checkForInvalidLikes.UseVisualStyleBackColor = true;
|
|
button_checkForInvalidLikes.Click += button_checkForInvalidLikes_Click;
|
|
//
|
|
// button_ResetColorLikes
|
|
//
|
|
button_ResetColorLikes.Dock = DockStyle.Fill;
|
|
button_ResetColorLikes.ForeColor = Color.Black;
|
|
button_ResetColorLikes.Location = new Point(443, 3);
|
|
button_ResetColorLikes.Name = "button_ResetColorLikes";
|
|
button_ResetColorLikes.Size = new Size(144, 24);
|
|
button_ResetColorLikes.TabIndex = 5;
|
|
button_ResetColorLikes.Text = "Farben zurücksetzen";
|
|
button_ResetColorLikes.UseVisualStyleBackColor = true;
|
|
button_ResetColorLikes.Click += button_ResetColorLikes_Click;
|
|
//
|
|
// button_Likes_ImportTxt
|
|
//
|
|
button_Likes_ImportTxt.Dock = DockStyle.Fill;
|
|
button_Likes_ImportTxt.ForeColor = Color.Black;
|
|
button_Likes_ImportTxt.Location = new Point(263, 3);
|
|
button_Likes_ImportTxt.Name = "button_Likes_ImportTxt";
|
|
button_Likes_ImportTxt.Size = new Size(174, 24);
|
|
button_Likes_ImportTxt.TabIndex = 6;
|
|
button_Likes_ImportTxt.Text = "Aus Textdatei importieren...";
|
|
button_Likes_ImportTxt.UseVisualStyleBackColor = true;
|
|
button_Likes_ImportTxt.Click += button_Likes_ImportTxt_Click;
|
|
//
|
|
// button_Likes_Search_Back
|
|
//
|
|
button_Likes_Search_Back.BackgroundImage = Properties.Resources.back;
|
|
button_Likes_Search_Back.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Likes_Search_Back.Dock = DockStyle.Fill;
|
|
button_Likes_Search_Back.ForeColor = Color.Black;
|
|
button_Likes_Search_Back.Location = new Point(203, 3);
|
|
button_Likes_Search_Back.Name = "button_Likes_Search_Back";
|
|
button_Likes_Search_Back.Size = new Size(24, 24);
|
|
button_Likes_Search_Back.TabIndex = 7;
|
|
button_Likes_Search_Back.UseVisualStyleBackColor = true;
|
|
button_Likes_Search_Back.Click += button_Likes_Search_Back_Click;
|
|
//
|
|
// button_Likes_Search_Next
|
|
//
|
|
button_Likes_Search_Next.BackgroundImage = Properties.Resources.next;
|
|
button_Likes_Search_Next.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Likes_Search_Next.Dock = DockStyle.Fill;
|
|
button_Likes_Search_Next.ForeColor = Color.Black;
|
|
button_Likes_Search_Next.Location = new Point(233, 3);
|
|
button_Likes_Search_Next.Name = "button_Likes_Search_Next";
|
|
button_Likes_Search_Next.Size = new Size(24, 24);
|
|
button_Likes_Search_Next.TabIndex = 8;
|
|
button_Likes_Search_Next.UseVisualStyleBackColor = true;
|
|
button_Likes_Search_Next.Click += button_Likes_Search_Next_Click;
|
|
//
|
|
// listView_Likes
|
|
//
|
|
listView_Likes.Columns.AddRange(new ColumnHeader[] { likes_Icon, likes_URL, likes_Modelname, likes_Provider, likes_lastStream, likes_Id });
|
|
listView_Likes.Dock = DockStyle.Fill;
|
|
listView_Likes.FullRowSelect = true;
|
|
listView_Likes.GridLines = true;
|
|
listView_Likes.Location = new Point(0, 0);
|
|
listView_Likes.Name = "listView_Likes";
|
|
listView_Likes.Size = new Size(820, 383);
|
|
listView_Likes.TabIndex = 3;
|
|
listView_Likes.UseCompatibleStateImageBehavior = false;
|
|
listView_Likes.View = View.Details;
|
|
listView_Likes.ColumnClick += listView_Likes_ColumnClick;
|
|
listView_Likes.KeyDown += listView_CompletedDownloads_KeyDown;
|
|
listView_Likes.MouseClick += listView_LikesFavorites_MouseClick;
|
|
//
|
|
// likes_Icon
|
|
//
|
|
likes_Icon.Text = "";
|
|
likes_Icon.Width = 20;
|
|
//
|
|
// likes_URL
|
|
//
|
|
likes_URL.Text = "URL";
|
|
likes_URL.Width = 300;
|
|
//
|
|
// likes_Modelname
|
|
//
|
|
likes_Modelname.Text = "Modelname";
|
|
likes_Modelname.Width = 180;
|
|
//
|
|
// likes_Provider
|
|
//
|
|
likes_Provider.Text = "Anbieter";
|
|
likes_Provider.Width = 100;
|
|
//
|
|
// likes_lastStream
|
|
//
|
|
likes_lastStream.Text = "Letzter Stream";
|
|
likes_lastStream.Width = 130;
|
|
//
|
|
// likes_Id
|
|
//
|
|
likes_Id.Text = "ID";
|
|
//
|
|
// tabPage_Settings
|
|
//
|
|
tabPage_Settings.BackColor = SystemColors.Control;
|
|
tabPage_Settings.Controls.Add(splitContainer_Settings);
|
|
tabPage_Settings.Location = new Point(4, 22);
|
|
tabPage_Settings.Name = "tabPage_Settings";
|
|
tabPage_Settings.Padding = new Padding(3);
|
|
tabPage_Settings.Size = new Size(826, 423);
|
|
tabPage_Settings.TabIndex = 1;
|
|
tabPage_Settings.Tag = "";
|
|
tabPage_Settings.Text = "Einstellungen";
|
|
//
|
|
// splitContainer_Settings
|
|
//
|
|
splitContainer_Settings.Dock = DockStyle.Fill;
|
|
splitContainer_Settings.Location = new Point(3, 3);
|
|
splitContainer_Settings.Name = "splitContainer_Settings";
|
|
splitContainer_Settings.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Settings.Panel1
|
|
//
|
|
splitContainer_Settings.Panel1.Controls.Add(tableLayoutPanel_Settings);
|
|
//
|
|
// splitContainer_Settings.Panel2
|
|
//
|
|
splitContainer_Settings.Panel2.Controls.Add(groupBox_Folder);
|
|
splitContainer_Settings.Size = new Size(820, 417);
|
|
splitContainer_Settings.SplitterDistance = 307;
|
|
splitContainer_Settings.SplitterWidth = 1;
|
|
splitContainer_Settings.TabIndex = 77;
|
|
//
|
|
// tableLayoutPanel_Settings
|
|
//
|
|
tableLayoutPanel_Settings.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel_Settings.ColumnCount = 2;
|
|
tableLayoutPanel_Settings.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel_Settings.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanel_Settings.Controls.Add(groupBox_Settings_Main, 0, 0);
|
|
tableLayoutPanel_Settings.Controls.Add(groupBox_Settings_Downloads, 1, 0);
|
|
tableLayoutPanel_Settings.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Settings.Location = new Point(0, 0);
|
|
tableLayoutPanel_Settings.Name = "tableLayoutPanel_Settings";
|
|
tableLayoutPanel_Settings.RowCount = 1;
|
|
tableLayoutPanel_Settings.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Settings.Size = new Size(820, 307);
|
|
tableLayoutPanel_Settings.TabIndex = 76;
|
|
//
|
|
// groupBox_Settings_Main
|
|
//
|
|
groupBox_Settings_Main.AutoSize = true;
|
|
groupBox_Settings_Main.Controls.Add(tableLayoutPanel_Settings_Main);
|
|
groupBox_Settings_Main.Dock = DockStyle.Fill;
|
|
groupBox_Settings_Main.Location = new Point(3, 3);
|
|
groupBox_Settings_Main.Name = "groupBox_Settings_Main";
|
|
groupBox_Settings_Main.Size = new Size(404, 301);
|
|
groupBox_Settings_Main.TabIndex = 54;
|
|
groupBox_Settings_Main.TabStop = false;
|
|
groupBox_Settings_Main.Text = "Haupteinstellungen";
|
|
//
|
|
// tableLayoutPanel_Settings_Main
|
|
//
|
|
tableLayoutPanel_Settings_Main.AutoSize = true;
|
|
tableLayoutPanel_Settings_Main.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
tableLayoutPanel_Settings_Main.ColumnCount = 11;
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 26F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 26F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 26F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 26F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Settings_Main.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Settings_Main.Controls.Add(checkBox_useCBApi, 0, 1);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(label_AudioDevice, 0, 9);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(checkBox_HiddenMode, 0, 0);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(button_isFfmpegInstalled, 0, 10);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(button_deleteObsoleteThumbnails, 6, 10);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(button_ReloadAudioDevice, 10, 9);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(checkBox_warnFreeDiskSpace, 0, 2);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(label_AutoShutdown, 10, 6);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(comboBox_dateTimePicker_AutoShutdown, 4, 6);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(label_warnFreeDiskSpace, 5, 2);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(comboBox_AudioDevice, 4, 9);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(dateTimePicker_AutoShutdown, 2, 6);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(checkBox_warnFreeDiskSpace_StopDownloads, 1, 3);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(checkBox_useInternalPlayer, 0, 4);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(checkBox_dateTime_AutoShutdown, 0, 6);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(numericUpDown_warnFreeDiskSpace, 4, 2);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(checkBox_PausePlaybackWhenSwitchingTabs, 0, 5);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(label_checkSpeed, 0, 7);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(comboBox_checkSpeed, 4, 7);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(label_Thumbnail, 0, 8);
|
|
tableLayoutPanel_Settings_Main.Controls.Add(comboBox_Thumbnail, 4, 8);
|
|
tableLayoutPanel_Settings_Main.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Settings_Main.Location = new Point(3, 18);
|
|
tableLayoutPanel_Settings_Main.Name = "tableLayoutPanel_Settings_Main";
|
|
tableLayoutPanel_Settings_Main.RowCount = 12;
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle());
|
|
tableLayoutPanel_Settings_Main.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Settings_Main.Size = new Size(398, 280);
|
|
tableLayoutPanel_Settings_Main.TabIndex = 76;
|
|
//
|
|
// checkBox_useCBApi
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(checkBox_useCBApi, 11);
|
|
checkBox_useCBApi.Dock = DockStyle.Fill;
|
|
checkBox_useCBApi.Location = new Point(3, 25);
|
|
checkBox_useCBApi.Name = "checkBox_useCBApi";
|
|
checkBox_useCBApi.Size = new Size(392, 16);
|
|
checkBox_useCBApi.TabIndex = 74;
|
|
checkBox_useCBApi.Text = "Chaturbate API nutzen";
|
|
checkBox_useCBApi.UseVisualStyleBackColor = true;
|
|
checkBox_useCBApi.CheckedChanged += checkBox_useCBApi_CheckedChanged;
|
|
//
|
|
// label_AudioDevice
|
|
//
|
|
label_AudioDevice.AutoSize = true;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(label_AudioDevice, 4);
|
|
label_AudioDevice.Dock = DockStyle.Fill;
|
|
label_AudioDevice.Location = new Point(3, 201);
|
|
label_AudioDevice.Margin = new Padding(3);
|
|
label_AudioDevice.Name = "label_AudioDevice";
|
|
label_AudioDevice.Size = new Size(98, 16);
|
|
label_AudioDevice.TabIndex = 73;
|
|
label_AudioDevice.Text = "Ausgabegerät:";
|
|
label_AudioDevice.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// checkBox_HiddenMode
|
|
//
|
|
checkBox_HiddenMode.Checked = true;
|
|
checkBox_HiddenMode.CheckState = CheckState.Checked;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(checkBox_HiddenMode, 11);
|
|
checkBox_HiddenMode.Dock = DockStyle.Fill;
|
|
checkBox_HiddenMode.Location = new Point(3, 3);
|
|
checkBox_HiddenMode.Name = "checkBox_HiddenMode";
|
|
checkBox_HiddenMode.Size = new Size(392, 16);
|
|
checkBox_HiddenMode.TabIndex = 13;
|
|
checkBox_HiddenMode.Text = "Verstecker Modus";
|
|
checkBox_HiddenMode.UseVisualStyleBackColor = true;
|
|
checkBox_HiddenMode.CheckedChanged += checkBox_HiddenMode_CheckedChanged;
|
|
//
|
|
// button_isFfmpegInstalled
|
|
//
|
|
button_isFfmpegInstalled.BackgroundImageLayout = ImageLayout.Zoom;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(button_isFfmpegInstalled, 6);
|
|
button_isFfmpegInstalled.Dock = DockStyle.Fill;
|
|
button_isFfmpegInstalled.Image = (Image)resources.GetObject("button_isFfmpegInstalled.Image");
|
|
button_isFfmpegInstalled.ImageAlign = ContentAlignment.MiddleLeft;
|
|
button_isFfmpegInstalled.Location = new Point(3, 223);
|
|
button_isFfmpegInstalled.Name = "button_isFfmpegInstalled";
|
|
button_isFfmpegInstalled.Size = new Size(198, 24);
|
|
button_isFfmpegInstalled.TabIndex = 64;
|
|
button_isFfmpegInstalled.Text = "ffmpeg nicht installiert";
|
|
button_isFfmpegInstalled.TextImageRelation = TextImageRelation.ImageBeforeText;
|
|
button_isFfmpegInstalled.UseVisualStyleBackColor = true;
|
|
button_isFfmpegInstalled.Click += button_isFfmpegInstalled_Click;
|
|
//
|
|
// button_deleteObsoleteThumbnails
|
|
//
|
|
button_deleteObsoleteThumbnails.BackgroundImageLayout = ImageLayout.Zoom;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(button_deleteObsoleteThumbnails, 5);
|
|
button_deleteObsoleteThumbnails.Dock = DockStyle.Fill;
|
|
button_deleteObsoleteThumbnails.ImageAlign = ContentAlignment.MiddleLeft;
|
|
button_deleteObsoleteThumbnails.Location = new Point(207, 223);
|
|
button_deleteObsoleteThumbnails.Name = "button_deleteObsoleteThumbnails";
|
|
button_deleteObsoleteThumbnails.Size = new Size(188, 24);
|
|
button_deleteObsoleteThumbnails.TabIndex = 73;
|
|
button_deleteObsoleteThumbnails.Text = "Alte Thumbnails löschen";
|
|
button_deleteObsoleteThumbnails.TextImageRelation = TextImageRelation.ImageBeforeText;
|
|
button_deleteObsoleteThumbnails.UseVisualStyleBackColor = true;
|
|
button_deleteObsoleteThumbnails.Click += button_deleteObsoleteThumbnails_Click;
|
|
//
|
|
// button_ReloadAudioDevice
|
|
//
|
|
button_ReloadAudioDevice.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_ReloadAudioDevice.Dock = DockStyle.Fill;
|
|
button_ReloadAudioDevice.ImageAlign = ContentAlignment.MiddleLeft;
|
|
button_ReloadAudioDevice.Location = new Point(284, 198);
|
|
button_ReloadAudioDevice.Margin = new Padding(0);
|
|
button_ReloadAudioDevice.Name = "button_ReloadAudioDevice";
|
|
button_ReloadAudioDevice.Size = new Size(114, 22);
|
|
button_ReloadAudioDevice.TabIndex = 68;
|
|
button_ReloadAudioDevice.Text = "Neuladen";
|
|
button_ReloadAudioDevice.TextImageRelation = TextImageRelation.ImageBeforeText;
|
|
button_ReloadAudioDevice.UseVisualStyleBackColor = true;
|
|
button_ReloadAudioDevice.Click += button_ReloadAudioDevice_Click;
|
|
//
|
|
// checkBox_warnFreeDiskSpace
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(checkBox_warnFreeDiskSpace, 4);
|
|
checkBox_warnFreeDiskSpace.Dock = DockStyle.Fill;
|
|
checkBox_warnFreeDiskSpace.Location = new Point(3, 47);
|
|
checkBox_warnFreeDiskSpace.Name = "checkBox_warnFreeDiskSpace";
|
|
checkBox_warnFreeDiskSpace.Size = new Size(98, 16);
|
|
checkBox_warnFreeDiskSpace.TabIndex = 49;
|
|
checkBox_warnFreeDiskSpace.Text = "Warnen bei";
|
|
checkBox_warnFreeDiskSpace.UseVisualStyleBackColor = true;
|
|
checkBox_warnFreeDiskSpace.CheckedChanged += checkBox_warnFreeDiskSpace_CheckedChanged;
|
|
//
|
|
// label_AutoShutdown
|
|
//
|
|
label_AutoShutdown.AutoSize = true;
|
|
label_AutoShutdown.Dock = DockStyle.Fill;
|
|
label_AutoShutdown.Font = new Font("Segoe UI", 6.75F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label_AutoShutdown.Location = new Point(287, 135);
|
|
label_AutoShutdown.Margin = new Padding(3);
|
|
label_AutoShutdown.Name = "label_AutoShutdown";
|
|
label_AutoShutdown.Size = new Size(108, 16);
|
|
label_AutoShutdown.TabIndex = 65;
|
|
label_AutoShutdown.Text = "(00.00.0000 00:00)";
|
|
label_AutoShutdown.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// comboBox_dateTimePicker_AutoShutdown
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(comboBox_dateTimePicker_AutoShutdown, 6);
|
|
comboBox_dateTimePicker_AutoShutdown.Dock = DockStyle.Fill;
|
|
comboBox_dateTimePicker_AutoShutdown.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_dateTimePicker_AutoShutdown.FormattingEnabled = true;
|
|
comboBox_dateTimePicker_AutoShutdown.Items.AddRange(new object[] { "Programm beenden", "Computer herunterfahren" });
|
|
comboBox_dateTimePicker_AutoShutdown.Location = new Point(104, 132);
|
|
comboBox_dateTimePicker_AutoShutdown.Margin = new Padding(0);
|
|
comboBox_dateTimePicker_AutoShutdown.Name = "comboBox_dateTimePicker_AutoShutdown";
|
|
comboBox_dateTimePicker_AutoShutdown.Size = new Size(180, 21);
|
|
comboBox_dateTimePicker_AutoShutdown.TabIndex = 62;
|
|
//
|
|
// label_warnFreeDiskSpace
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(label_warnFreeDiskSpace, 6);
|
|
label_warnFreeDiskSpace.Dock = DockStyle.Fill;
|
|
label_warnFreeDiskSpace.Location = new Point(157, 47);
|
|
label_warnFreeDiskSpace.Margin = new Padding(3);
|
|
label_warnFreeDiskSpace.Name = "label_warnFreeDiskSpace";
|
|
label_warnFreeDiskSpace.Size = new Size(238, 16);
|
|
label_warnFreeDiskSpace.TabIndex = 51;
|
|
label_warnFreeDiskSpace.Text = "% freiem Festplattenspeicher";
|
|
label_warnFreeDiskSpace.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// comboBox_AudioDevice
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(comboBox_AudioDevice, 6);
|
|
comboBox_AudioDevice.Dock = DockStyle.Fill;
|
|
comboBox_AudioDevice.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_AudioDevice.FormattingEnabled = true;
|
|
comboBox_AudioDevice.Location = new Point(104, 198);
|
|
comboBox_AudioDevice.Margin = new Padding(0);
|
|
comboBox_AudioDevice.Name = "comboBox_AudioDevice";
|
|
comboBox_AudioDevice.Size = new Size(180, 21);
|
|
comboBox_AudioDevice.TabIndex = 66;
|
|
comboBox_AudioDevice.SelectedIndexChanged += comboBox_AudioDevice_SelectedIndexChanged;
|
|
//
|
|
// dateTimePicker_AutoShutdown
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(dateTimePicker_AutoShutdown, 2);
|
|
dateTimePicker_AutoShutdown.CustomFormat = "HH:mm";
|
|
dateTimePicker_AutoShutdown.Dock = DockStyle.Fill;
|
|
dateTimePicker_AutoShutdown.Format = DateTimePickerFormat.Custom;
|
|
dateTimePicker_AutoShutdown.Location = new Point(52, 132);
|
|
dateTimePicker_AutoShutdown.Margin = new Padding(0);
|
|
dateTimePicker_AutoShutdown.Name = "dateTimePicker_AutoShutdown";
|
|
dateTimePicker_AutoShutdown.ShowUpDown = true;
|
|
dateTimePicker_AutoShutdown.Size = new Size(52, 22);
|
|
dateTimePicker_AutoShutdown.TabIndex = 63;
|
|
dateTimePicker_AutoShutdown.ValueChanged += dateTimePicker_AutoShutdown_ValueChanged;
|
|
//
|
|
// checkBox_warnFreeDiskSpace_StopDownloads
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(checkBox_warnFreeDiskSpace_StopDownloads, 10);
|
|
checkBox_warnFreeDiskSpace_StopDownloads.Dock = DockStyle.Fill;
|
|
checkBox_warnFreeDiskSpace_StopDownloads.Enabled = false;
|
|
checkBox_warnFreeDiskSpace_StopDownloads.Location = new Point(29, 69);
|
|
checkBox_warnFreeDiskSpace_StopDownloads.Name = "checkBox_warnFreeDiskSpace_StopDownloads";
|
|
checkBox_warnFreeDiskSpace_StopDownloads.Size = new Size(366, 16);
|
|
checkBox_warnFreeDiskSpace_StopDownloads.TabIndex = 52;
|
|
checkBox_warnFreeDiskSpace_StopDownloads.Text = "Downloads stoppen";
|
|
checkBox_warnFreeDiskSpace_StopDownloads.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox_useInternalPlayer
|
|
//
|
|
checkBox_useInternalPlayer.Checked = true;
|
|
checkBox_useInternalPlayer.CheckState = CheckState.Checked;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(checkBox_useInternalPlayer, 11);
|
|
checkBox_useInternalPlayer.Dock = DockStyle.Fill;
|
|
checkBox_useInternalPlayer.Location = new Point(3, 91);
|
|
checkBox_useInternalPlayer.Name = "checkBox_useInternalPlayer";
|
|
checkBox_useInternalPlayer.Size = new Size(392, 16);
|
|
checkBox_useInternalPlayer.TabIndex = 42;
|
|
checkBox_useInternalPlayer.Text = "internen Player verwenden";
|
|
checkBox_useInternalPlayer.UseVisualStyleBackColor = true;
|
|
checkBox_useInternalPlayer.CheckedChanged += checkBox_useInternalPlayer_CheckedChanged;
|
|
//
|
|
// checkBox_dateTime_AutoShutdown
|
|
//
|
|
checkBox_dateTime_AutoShutdown.AutoSize = true;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(checkBox_dateTime_AutoShutdown, 2);
|
|
checkBox_dateTime_AutoShutdown.Dock = DockStyle.Fill;
|
|
checkBox_dateTime_AutoShutdown.Location = new Point(3, 135);
|
|
checkBox_dateTime_AutoShutdown.Name = "checkBox_dateTime_AutoShutdown";
|
|
checkBox_dateTime_AutoShutdown.Size = new Size(46, 16);
|
|
checkBox_dateTime_AutoShutdown.TabIndex = 61;
|
|
checkBox_dateTime_AutoShutdown.Text = "Um";
|
|
checkBox_dateTime_AutoShutdown.UseVisualStyleBackColor = true;
|
|
checkBox_dateTime_AutoShutdown.CheckedChanged += checkBox_dateTime_AutoShutdown_CheckedChanged;
|
|
//
|
|
// numericUpDown_warnFreeDiskSpace
|
|
//
|
|
numericUpDown_warnFreeDiskSpace.Dock = DockStyle.Fill;
|
|
numericUpDown_warnFreeDiskSpace.Enabled = false;
|
|
numericUpDown_warnFreeDiskSpace.Location = new Point(104, 44);
|
|
numericUpDown_warnFreeDiskSpace.Margin = new Padding(0);
|
|
numericUpDown_warnFreeDiskSpace.Name = "numericUpDown_warnFreeDiskSpace";
|
|
numericUpDown_warnFreeDiskSpace.Size = new Size(50, 22);
|
|
numericUpDown_warnFreeDiskSpace.TabIndex = 50;
|
|
numericUpDown_warnFreeDiskSpace.Value = new decimal(new int[] { 1, 0, 0, 0 });
|
|
numericUpDown_warnFreeDiskSpace.ValueChanged += numericUpDown_warnFreeDiskSpace_ValueChanged;
|
|
//
|
|
// checkBox_PausePlaybackWhenSwitchingTabs
|
|
//
|
|
checkBox_PausePlaybackWhenSwitchingTabs.AutoSize = true;
|
|
checkBox_PausePlaybackWhenSwitchingTabs.Checked = true;
|
|
checkBox_PausePlaybackWhenSwitchingTabs.CheckState = CheckState.Checked;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(checkBox_PausePlaybackWhenSwitchingTabs, 11);
|
|
checkBox_PausePlaybackWhenSwitchingTabs.Dock = DockStyle.Fill;
|
|
checkBox_PausePlaybackWhenSwitchingTabs.Location = new Point(3, 113);
|
|
checkBox_PausePlaybackWhenSwitchingTabs.Name = "checkBox_PausePlaybackWhenSwitchingTabs";
|
|
checkBox_PausePlaybackWhenSwitchingTabs.Size = new Size(392, 16);
|
|
checkBox_PausePlaybackWhenSwitchingTabs.TabIndex = 70;
|
|
checkBox_PausePlaybackWhenSwitchingTabs.Text = "Wiedergabe pausieren bei Tabwechsel";
|
|
checkBox_PausePlaybackWhenSwitchingTabs.UseVisualStyleBackColor = true;
|
|
//
|
|
// label_checkSpeed
|
|
//
|
|
label_checkSpeed.AutoSize = true;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(label_checkSpeed, 4);
|
|
label_checkSpeed.Dock = DockStyle.Fill;
|
|
label_checkSpeed.Location = new Point(3, 157);
|
|
label_checkSpeed.Margin = new Padding(3);
|
|
label_checkSpeed.Name = "label_checkSpeed";
|
|
label_checkSpeed.Size = new Size(98, 16);
|
|
label_checkSpeed.TabIndex = 29;
|
|
label_checkSpeed.Text = "Geschwindigkeit:";
|
|
label_checkSpeed.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// comboBox_checkSpeed
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(comboBox_checkSpeed, 6);
|
|
comboBox_checkSpeed.Dock = DockStyle.Fill;
|
|
comboBox_checkSpeed.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_checkSpeed.FormattingEnabled = true;
|
|
comboBox_checkSpeed.Items.AddRange(new object[] { "Sehr langsam", "Langsam", "Normal", "Schnell", "Sofort" });
|
|
comboBox_checkSpeed.Location = new Point(104, 154);
|
|
comboBox_checkSpeed.Margin = new Padding(0);
|
|
comboBox_checkSpeed.Name = "comboBox_checkSpeed";
|
|
comboBox_checkSpeed.Size = new Size(180, 21);
|
|
comboBox_checkSpeed.TabIndex = 28;
|
|
comboBox_checkSpeed.SelectedIndexChanged += comboBox_checkSpeed_SelectedIndexChanged;
|
|
//
|
|
// label_Thumbnail
|
|
//
|
|
label_Thumbnail.AutoSize = true;
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(label_Thumbnail, 4);
|
|
label_Thumbnail.Dock = DockStyle.Fill;
|
|
label_Thumbnail.Location = new Point(3, 179);
|
|
label_Thumbnail.Margin = new Padding(3);
|
|
label_Thumbnail.Name = "label_Thumbnail";
|
|
label_Thumbnail.Size = new Size(98, 16);
|
|
label_Thumbnail.TabIndex = 72;
|
|
label_Thumbnail.Text = "Vorschau:";
|
|
label_Thumbnail.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// comboBox_Thumbnail
|
|
//
|
|
tableLayoutPanel_Settings_Main.SetColumnSpan(comboBox_Thumbnail, 6);
|
|
comboBox_Thumbnail.Dock = DockStyle.Fill;
|
|
comboBox_Thumbnail.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_Thumbnail.Enabled = false;
|
|
comboBox_Thumbnail.FormattingEnabled = true;
|
|
comboBox_Thumbnail.Items.AddRange(new object[] { "Statisches Bild", "Animiertes Bild" });
|
|
comboBox_Thumbnail.Location = new Point(104, 176);
|
|
comboBox_Thumbnail.Margin = new Padding(0);
|
|
comboBox_Thumbnail.Name = "comboBox_Thumbnail";
|
|
comboBox_Thumbnail.Size = new Size(180, 21);
|
|
comboBox_Thumbnail.TabIndex = 71;
|
|
//
|
|
// groupBox_Settings_Downloads
|
|
//
|
|
groupBox_Settings_Downloads.Controls.Add(tableLayoutPanel_Settings_Downloads);
|
|
groupBox_Settings_Downloads.Dock = DockStyle.Fill;
|
|
groupBox_Settings_Downloads.Location = new Point(413, 3);
|
|
groupBox_Settings_Downloads.Name = "groupBox_Settings_Downloads";
|
|
groupBox_Settings_Downloads.Size = new Size(404, 301);
|
|
groupBox_Settings_Downloads.TabIndex = 75;
|
|
groupBox_Settings_Downloads.TabStop = false;
|
|
groupBox_Settings_Downloads.Text = "Downloadeinstellungen";
|
|
//
|
|
// tableLayoutPanel_Settings_Downloads
|
|
//
|
|
tableLayoutPanel_Settings_Downloads.ColumnCount = 11;
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 5F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 5F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_MaxConcurrentDownloads, 0, 5);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_AutoStart, 0, 1);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_AutoAddFromClipboard, 0, 0);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_loopFavorites, 0, 9);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_deleteSmallFiles, 0, 2);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_completedDownloadNotification, 0, 6);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(numericUpDown_MaxConcurrentDownloads, 4, 5);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_moveOnlyManuallyDeletedFiles, 1, 4);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_moveToRecycleBin, 1, 3);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(numericUpDown_deleteSmallFiles, 7, 2);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(label_deleteSmallFiles, 9, 2);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_AutoShutdown, 0, 10);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(comboBox_AutoShutdownAction, 7, 10);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_completedDownloadNotification_ShowThumbnail, 1, 7);
|
|
tableLayoutPanel_Settings_Downloads.Controls.Add(checkBox_RemoveItemsAfter1000Tries, 0, 8);
|
|
tableLayoutPanel_Settings_Downloads.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Settings_Downloads.Location = new Point(3, 18);
|
|
tableLayoutPanel_Settings_Downloads.Name = "tableLayoutPanel_Settings_Downloads";
|
|
tableLayoutPanel_Settings_Downloads.RowCount = 12;
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
|
|
tableLayoutPanel_Settings_Downloads.Size = new Size(398, 280);
|
|
tableLayoutPanel_Settings_Downloads.TabIndex = 75;
|
|
//
|
|
// checkBox_MaxConcurrentDownloads
|
|
//
|
|
checkBox_MaxConcurrentDownloads.AutoSize = true;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_MaxConcurrentDownloads, 7);
|
|
checkBox_MaxConcurrentDownloads.Dock = DockStyle.Fill;
|
|
checkBox_MaxConcurrentDownloads.Location = new Point(3, 123);
|
|
checkBox_MaxConcurrentDownloads.Name = "checkBox_MaxConcurrentDownloads";
|
|
checkBox_MaxConcurrentDownloads.Size = new Size(227, 18);
|
|
checkBox_MaxConcurrentDownloads.TabIndex = 40;
|
|
checkBox_MaxConcurrentDownloads.Text = "Maximal gleichzeitige Downloads:";
|
|
checkBox_MaxConcurrentDownloads.UseVisualStyleBackColor = true;
|
|
checkBox_MaxConcurrentDownloads.CheckedChanged += checkBox_MaxConcurrentDownloads_CheckedChanged;
|
|
//
|
|
// checkBox_AutoStart
|
|
//
|
|
checkBox_AutoStart.AutoSize = true;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_AutoStart, 10);
|
|
checkBox_AutoStart.Dock = DockStyle.Fill;
|
|
checkBox_AutoStart.Location = new Point(3, 27);
|
|
checkBox_AutoStart.Name = "checkBox_AutoStart";
|
|
checkBox_AutoStart.Size = new Size(344, 18);
|
|
checkBox_AutoStart.TabIndex = 9;
|
|
checkBox_AutoStart.Text = "Downloads automatisch starten";
|
|
checkBox_AutoStart.UseVisualStyleBackColor = true;
|
|
checkBox_AutoStart.CheckedChanged += checkBox_AutoStart_CheckedChanged;
|
|
//
|
|
// checkBox_AutoAddFromClipboard
|
|
//
|
|
checkBox_AutoAddFromClipboard.AutoSize = true;
|
|
checkBox_AutoAddFromClipboard.Checked = true;
|
|
checkBox_AutoAddFromClipboard.CheckState = CheckState.Checked;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_AutoAddFromClipboard, 10);
|
|
checkBox_AutoAddFromClipboard.Dock = DockStyle.Fill;
|
|
checkBox_AutoAddFromClipboard.Location = new Point(3, 3);
|
|
checkBox_AutoAddFromClipboard.Name = "checkBox_AutoAddFromClipboard";
|
|
checkBox_AutoAddFromClipboard.Size = new Size(344, 18);
|
|
checkBox_AutoAddFromClipboard.TabIndex = 8;
|
|
checkBox_AutoAddFromClipboard.Text = "Automatisch aus Zwischenablage einfügen";
|
|
checkBox_AutoAddFromClipboard.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox_loopFavorites
|
|
//
|
|
checkBox_loopFavorites.AutoSize = true;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_loopFavorites, 11);
|
|
checkBox_loopFavorites.Dock = DockStyle.Fill;
|
|
checkBox_loopFavorites.Location = new Point(3, 219);
|
|
checkBox_loopFavorites.Name = "checkBox_loopFavorites";
|
|
checkBox_loopFavorites.Size = new Size(392, 18);
|
|
checkBox_loopFavorites.TabIndex = 30;
|
|
checkBox_loopFavorites.Text = "Favoriten in Dauerschleife prüfen";
|
|
checkBox_loopFavorites.UseVisualStyleBackColor = true;
|
|
checkBox_loopFavorites.CheckedChanged += checkBox_loopFavorites_CheckedChanged;
|
|
//
|
|
// checkBox_deleteSmallFiles
|
|
//
|
|
checkBox_deleteSmallFiles.AutoSize = true;
|
|
checkBox_deleteSmallFiles.Checked = true;
|
|
checkBox_deleteSmallFiles.CheckState = CheckState.Checked;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_deleteSmallFiles, 7);
|
|
checkBox_deleteSmallFiles.Dock = DockStyle.Fill;
|
|
checkBox_deleteSmallFiles.Location = new Point(3, 51);
|
|
checkBox_deleteSmallFiles.Name = "checkBox_deleteSmallFiles";
|
|
checkBox_deleteSmallFiles.Size = new Size(227, 18);
|
|
checkBox_deleteSmallFiles.TabIndex = 18;
|
|
checkBox_deleteSmallFiles.Text = "Dateien löschen, die kleiner sind als";
|
|
checkBox_deleteSmallFiles.UseVisualStyleBackColor = true;
|
|
checkBox_deleteSmallFiles.CheckedChanged += checkBox_deleteSmallFiles_CheckedChanged;
|
|
//
|
|
// checkBox_completedDownloadNotification
|
|
//
|
|
checkBox_completedDownloadNotification.AutoSize = true;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_completedDownloadNotification, 10);
|
|
checkBox_completedDownloadNotification.Dock = DockStyle.Fill;
|
|
checkBox_completedDownloadNotification.Enabled = false;
|
|
checkBox_completedDownloadNotification.Location = new Point(3, 147);
|
|
checkBox_completedDownloadNotification.Name = "checkBox_completedDownloadNotification";
|
|
checkBox_completedDownloadNotification.Size = new Size(344, 18);
|
|
checkBox_completedDownloadNotification.TabIndex = 55;
|
|
checkBox_completedDownloadNotification.Text = "Benachrichtigung bei fertigen Downloads";
|
|
checkBox_completedDownloadNotification.UseVisualStyleBackColor = true;
|
|
checkBox_completedDownloadNotification.CheckedChanged += checkBox_completedDownloadNotification_CheckedChanged;
|
|
//
|
|
// numericUpDown_MaxConcurrentDownloads
|
|
//
|
|
numericUpDown_MaxConcurrentDownloads.BorderStyle = BorderStyle.FixedSingle;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(numericUpDown_MaxConcurrentDownloads, 2);
|
|
numericUpDown_MaxConcurrentDownloads.Location = new Point(233, 120);
|
|
numericUpDown_MaxConcurrentDownloads.Margin = new Padding(0);
|
|
numericUpDown_MaxConcurrentDownloads.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
|
numericUpDown_MaxConcurrentDownloads.Name = "numericUpDown_MaxConcurrentDownloads";
|
|
numericUpDown_MaxConcurrentDownloads.Size = new Size(52, 22);
|
|
numericUpDown_MaxConcurrentDownloads.TabIndex = 41;
|
|
numericUpDown_MaxConcurrentDownloads.Value = new decimal(new int[] { 10, 0, 0, 0 });
|
|
numericUpDown_MaxConcurrentDownloads.ValueChanged += numericUpDown_MaxConcurrentDownloads_ValueChanged;
|
|
//
|
|
// checkBox_moveOnlyManuallyDeletedFiles
|
|
//
|
|
checkBox_moveOnlyManuallyDeletedFiles.AutoSize = true;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_moveOnlyManuallyDeletedFiles, 10);
|
|
checkBox_moveOnlyManuallyDeletedFiles.Dock = DockStyle.Fill;
|
|
checkBox_moveOnlyManuallyDeletedFiles.Enabled = false;
|
|
checkBox_moveOnlyManuallyDeletedFiles.Location = new Point(22, 99);
|
|
checkBox_moveOnlyManuallyDeletedFiles.Name = "checkBox_moveOnlyManuallyDeletedFiles";
|
|
checkBox_moveOnlyManuallyDeletedFiles.Size = new Size(373, 18);
|
|
checkBox_moveOnlyManuallyDeletedFiles.TabIndex = 44;
|
|
checkBox_moveOnlyManuallyDeletedFiles.Text = "nur manuell gelöschte Dateien";
|
|
checkBox_moveOnlyManuallyDeletedFiles.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox_moveToRecycleBin
|
|
//
|
|
checkBox_moveToRecycleBin.AutoSize = true;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_moveToRecycleBin, 10);
|
|
checkBox_moveToRecycleBin.Dock = DockStyle.Fill;
|
|
checkBox_moveToRecycleBin.Location = new Point(22, 75);
|
|
checkBox_moveToRecycleBin.Name = "checkBox_moveToRecycleBin";
|
|
checkBox_moveToRecycleBin.Size = new Size(373, 18);
|
|
checkBox_moveToRecycleBin.TabIndex = 43;
|
|
checkBox_moveToRecycleBin.Text = "Dateien in den Papierkorb verschieben";
|
|
checkBox_moveToRecycleBin.UseVisualStyleBackColor = true;
|
|
checkBox_moveToRecycleBin.CheckedChanged += checkBox_moveToRecycleBin_CheckedChanged;
|
|
//
|
|
// numericUpDown_deleteSmallFiles
|
|
//
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(numericUpDown_deleteSmallFiles, 2);
|
|
numericUpDown_deleteSmallFiles.Dock = DockStyle.Fill;
|
|
numericUpDown_deleteSmallFiles.Location = new Point(233, 48);
|
|
numericUpDown_deleteSmallFiles.Margin = new Padding(0);
|
|
numericUpDown_deleteSmallFiles.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
|
numericUpDown_deleteSmallFiles.Name = "numericUpDown_deleteSmallFiles";
|
|
numericUpDown_deleteSmallFiles.Size = new Size(78, 22);
|
|
numericUpDown_deleteSmallFiles.TabIndex = 19;
|
|
numericUpDown_deleteSmallFiles.Value = new decimal(new int[] { 200, 0, 0, 0 });
|
|
//
|
|
// label_deleteSmallFiles
|
|
//
|
|
label_deleteSmallFiles.AutoSize = true;
|
|
label_deleteSmallFiles.Dock = DockStyle.Fill;
|
|
label_deleteSmallFiles.Location = new Point(314, 51);
|
|
label_deleteSmallFiles.Margin = new Padding(3);
|
|
label_deleteSmallFiles.Name = "label_deleteSmallFiles";
|
|
label_deleteSmallFiles.Size = new Size(33, 18);
|
|
label_deleteSmallFiles.TabIndex = 20;
|
|
label_deleteSmallFiles.Text = "MB";
|
|
label_deleteSmallFiles.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// checkBox_AutoShutdown
|
|
//
|
|
checkBox_AutoShutdown.AutoSize = true;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_AutoShutdown, 7);
|
|
checkBox_AutoShutdown.Dock = DockStyle.Fill;
|
|
checkBox_AutoShutdown.Location = new Point(3, 243);
|
|
checkBox_AutoShutdown.Name = "checkBox_AutoShutdown";
|
|
checkBox_AutoShutdown.Size = new Size(227, 18);
|
|
checkBox_AutoShutdown.TabIndex = 17;
|
|
checkBox_AutoShutdown.Text = "Nach Fertigstellung aller Downloads";
|
|
checkBox_AutoShutdown.UseVisualStyleBackColor = true;
|
|
checkBox_AutoShutdown.CheckedChanged += checkBox_AutoShutdown_CheckedChanged;
|
|
//
|
|
// comboBox_AutoShutdownAction
|
|
//
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(comboBox_AutoShutdownAction, 4);
|
|
comboBox_AutoShutdownAction.Dock = DockStyle.Fill;
|
|
comboBox_AutoShutdownAction.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
comboBox_AutoShutdownAction.FormattingEnabled = true;
|
|
comboBox_AutoShutdownAction.Items.AddRange(new object[] { "Programm beenden", "Computer herunterfahren" });
|
|
comboBox_AutoShutdownAction.Location = new Point(233, 240);
|
|
comboBox_AutoShutdownAction.Margin = new Padding(0);
|
|
comboBox_AutoShutdownAction.Name = "comboBox_AutoShutdownAction";
|
|
comboBox_AutoShutdownAction.Size = new Size(165, 21);
|
|
comboBox_AutoShutdownAction.TabIndex = 45;
|
|
//
|
|
// checkBox_completedDownloadNotification_ShowThumbnail
|
|
//
|
|
checkBox_completedDownloadNotification_ShowThumbnail.AutoSize = true;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_completedDownloadNotification_ShowThumbnail, 6);
|
|
checkBox_completedDownloadNotification_ShowThumbnail.Dock = DockStyle.Fill;
|
|
checkBox_completedDownloadNotification_ShowThumbnail.Enabled = false;
|
|
checkBox_completedDownloadNotification_ShowThumbnail.Location = new Point(22, 171);
|
|
checkBox_completedDownloadNotification_ShowThumbnail.Name = "checkBox_completedDownloadNotification_ShowThumbnail";
|
|
checkBox_completedDownloadNotification_ShowThumbnail.Size = new Size(208, 18);
|
|
checkBox_completedDownloadNotification_ShowThumbnail.TabIndex = 59;
|
|
checkBox_completedDownloadNotification_ShowThumbnail.Text = "Vorschaubild anzeigen (NSFW)";
|
|
checkBox_completedDownloadNotification_ShowThumbnail.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox_RemoveItemsAfter1000Tries
|
|
//
|
|
checkBox_RemoveItemsAfter1000Tries.AutoSize = true;
|
|
checkBox_RemoveItemsAfter1000Tries.Checked = true;
|
|
checkBox_RemoveItemsAfter1000Tries.CheckState = CheckState.Checked;
|
|
tableLayoutPanel_Settings_Downloads.SetColumnSpan(checkBox_RemoveItemsAfter1000Tries, 11);
|
|
checkBox_RemoveItemsAfter1000Tries.Dock = DockStyle.Fill;
|
|
checkBox_RemoveItemsAfter1000Tries.Location = new Point(3, 195);
|
|
checkBox_RemoveItemsAfter1000Tries.Name = "checkBox_RemoveItemsAfter1000Tries";
|
|
checkBox_RemoveItemsAfter1000Tries.Size = new Size(392, 18);
|
|
checkBox_RemoveItemsAfter1000Tries.TabIndex = 74;
|
|
checkBox_RemoveItemsAfter1000Tries.Text = "Angepinnte Elemente nach 1.000 Versuchen löschen";
|
|
checkBox_RemoveItemsAfter1000Tries.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox_Folder
|
|
//
|
|
groupBox_Folder.Controls.Add(tableLayoutPanel_Settings_Folders);
|
|
groupBox_Folder.Dock = DockStyle.Fill;
|
|
groupBox_Folder.Location = new Point(0, 0);
|
|
groupBox_Folder.Name = "groupBox_Folder";
|
|
groupBox_Folder.Size = new Size(820, 109);
|
|
groupBox_Folder.TabIndex = 53;
|
|
groupBox_Folder.TabStop = false;
|
|
groupBox_Folder.Text = "Dateien und Ordner";
|
|
//
|
|
// tableLayoutPanel_Settings_Folders
|
|
//
|
|
tableLayoutPanel_Settings_Folders.ColumnCount = 3;
|
|
tableLayoutPanel_Settings_Folders.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
|
|
tableLayoutPanel_Settings_Folders.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanel_Settings_Folders.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(label_RecordingsFolder, 0, 0);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(label_Database, 0, 3);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(label_ArchiveFolder, 0, 1);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(label_KeepFolder, 0, 2);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(txt_ArchiveFolder, 1, 1);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(txt_RecordingsFolder, 1, 0);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(button_ArchiveFolder, 2, 1);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(txt_KeepFolder, 1, 2);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(txt_Database, 1, 3);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(button_RecordingsFolder, 2, 0);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(button_KeepFolder, 2, 2);
|
|
tableLayoutPanel_Settings_Folders.Controls.Add(button_Database, 2, 3);
|
|
tableLayoutPanel_Settings_Folders.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Settings_Folders.Location = new Point(3, 18);
|
|
tableLayoutPanel_Settings_Folders.Name = "tableLayoutPanel_Settings_Folders";
|
|
tableLayoutPanel_Settings_Folders.RowCount = 5;
|
|
tableLayoutPanel_Settings_Folders.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Folders.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Folders.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Folders.RowStyles.Add(new RowStyle(SizeType.Absolute, 22F));
|
|
tableLayoutPanel_Settings_Folders.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Settings_Folders.Size = new Size(814, 88);
|
|
tableLayoutPanel_Settings_Folders.TabIndex = 58;
|
|
//
|
|
// label_RecordingsFolder
|
|
//
|
|
label_RecordingsFolder.AutoSize = true;
|
|
label_RecordingsFolder.Dock = DockStyle.Fill;
|
|
label_RecordingsFolder.Location = new Point(3, 0);
|
|
label_RecordingsFolder.Name = "label_RecordingsFolder";
|
|
label_RecordingsFolder.Size = new Size(94, 22);
|
|
label_RecordingsFolder.TabIndex = 44;
|
|
label_RecordingsFolder.Text = "Recordings:";
|
|
label_RecordingsFolder.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_Database
|
|
//
|
|
label_Database.AutoSize = true;
|
|
label_Database.Dock = DockStyle.Fill;
|
|
label_Database.Location = new Point(3, 66);
|
|
label_Database.Name = "label_Database";
|
|
label_Database.Size = new Size(94, 22);
|
|
label_Database.TabIndex = 50;
|
|
label_Database.Text = "Database:";
|
|
label_Database.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_ArchiveFolder
|
|
//
|
|
label_ArchiveFolder.AutoSize = true;
|
|
label_ArchiveFolder.Dock = DockStyle.Fill;
|
|
label_ArchiveFolder.Location = new Point(3, 22);
|
|
label_ArchiveFolder.Name = "label_ArchiveFolder";
|
|
label_ArchiveFolder.Size = new Size(94, 22);
|
|
label_ArchiveFolder.TabIndex = 56;
|
|
label_ArchiveFolder.Text = "Archiv:";
|
|
label_ArchiveFolder.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_KeepFolder
|
|
//
|
|
label_KeepFolder.AutoSize = true;
|
|
label_KeepFolder.Dock = DockStyle.Fill;
|
|
label_KeepFolder.Location = new Point(3, 44);
|
|
label_KeepFolder.Name = "label_KeepFolder";
|
|
label_KeepFolder.Size = new Size(94, 22);
|
|
label_KeepFolder.TabIndex = 47;
|
|
label_KeepFolder.Text = "Keep:";
|
|
label_KeepFolder.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// txt_ArchiveFolder
|
|
//
|
|
txt_ArchiveFolder.BorderStyle = BorderStyle.None;
|
|
txt_ArchiveFolder.Dock = DockStyle.Fill;
|
|
txt_ArchiveFolder.Location = new Point(103, 25);
|
|
txt_ArchiveFolder.Name = "txt_ArchiveFolder";
|
|
txt_ArchiveFolder.ReadOnly = true;
|
|
txt_ArchiveFolder.Size = new Size(558, 15);
|
|
txt_ArchiveFolder.TabIndex = 55;
|
|
//
|
|
// txt_RecordingsFolder
|
|
//
|
|
txt_RecordingsFolder.BorderStyle = BorderStyle.None;
|
|
txt_RecordingsFolder.Dock = DockStyle.Fill;
|
|
txt_RecordingsFolder.Location = new Point(103, 3);
|
|
txt_RecordingsFolder.Name = "txt_RecordingsFolder";
|
|
txt_RecordingsFolder.ReadOnly = true;
|
|
txt_RecordingsFolder.Size = new Size(558, 15);
|
|
txt_RecordingsFolder.TabIndex = 43;
|
|
//
|
|
// button_ArchiveFolder
|
|
//
|
|
button_ArchiveFolder.Dock = DockStyle.Fill;
|
|
button_ArchiveFolder.Location = new Point(664, 22);
|
|
button_ArchiveFolder.Margin = new Padding(0);
|
|
button_ArchiveFolder.Name = "button_ArchiveFolder";
|
|
button_ArchiveFolder.Size = new Size(150, 22);
|
|
button_ArchiveFolder.TabIndex = 57;
|
|
button_ArchiveFolder.Text = "Durchsuchen...";
|
|
button_ArchiveFolder.UseVisualStyleBackColor = true;
|
|
button_ArchiveFolder.Click += button_ArchiveFolder_Click;
|
|
//
|
|
// txt_KeepFolder
|
|
//
|
|
txt_KeepFolder.AcceptsReturn = true;
|
|
txt_KeepFolder.BorderStyle = BorderStyle.None;
|
|
txt_KeepFolder.Dock = DockStyle.Fill;
|
|
txt_KeepFolder.Location = new Point(103, 47);
|
|
txt_KeepFolder.Name = "txt_KeepFolder";
|
|
txt_KeepFolder.ReadOnly = true;
|
|
txt_KeepFolder.Size = new Size(558, 15);
|
|
txt_KeepFolder.TabIndex = 46;
|
|
//
|
|
// txt_Database
|
|
//
|
|
txt_Database.BorderStyle = BorderStyle.None;
|
|
txt_Database.Dock = DockStyle.Fill;
|
|
txt_Database.Location = new Point(103, 69);
|
|
txt_Database.Name = "txt_Database";
|
|
txt_Database.ReadOnly = true;
|
|
txt_Database.Size = new Size(558, 15);
|
|
txt_Database.TabIndex = 49;
|
|
//
|
|
// button_RecordingsFolder
|
|
//
|
|
button_RecordingsFolder.Dock = DockStyle.Fill;
|
|
button_RecordingsFolder.Location = new Point(664, 0);
|
|
button_RecordingsFolder.Margin = new Padding(0);
|
|
button_RecordingsFolder.Name = "button_RecordingsFolder";
|
|
button_RecordingsFolder.Size = new Size(150, 22);
|
|
button_RecordingsFolder.TabIndex = 45;
|
|
button_RecordingsFolder.Text = "Durchsuchen...";
|
|
button_RecordingsFolder.UseVisualStyleBackColor = true;
|
|
button_RecordingsFolder.Click += button_RecordingsFolder_Click;
|
|
//
|
|
// button_KeepFolder
|
|
//
|
|
button_KeepFolder.Dock = DockStyle.Fill;
|
|
button_KeepFolder.Location = new Point(664, 44);
|
|
button_KeepFolder.Margin = new Padding(0);
|
|
button_KeepFolder.Name = "button_KeepFolder";
|
|
button_KeepFolder.Size = new Size(150, 22);
|
|
button_KeepFolder.TabIndex = 48;
|
|
button_KeepFolder.Text = "Durchsuchen...";
|
|
button_KeepFolder.UseVisualStyleBackColor = true;
|
|
button_KeepFolder.Click += button_KeepFolder_Click;
|
|
//
|
|
// button_Database
|
|
//
|
|
button_Database.Dock = DockStyle.Fill;
|
|
button_Database.Location = new Point(664, 66);
|
|
button_Database.Margin = new Padding(0);
|
|
button_Database.Name = "button_Database";
|
|
button_Database.Size = new Size(150, 22);
|
|
button_Database.TabIndex = 51;
|
|
button_Database.Text = "Durchsuchen...";
|
|
button_Database.UseVisualStyleBackColor = true;
|
|
button_Database.Click += button_Database_Click;
|
|
//
|
|
// tabPage_MainForm
|
|
//
|
|
tabPage_MainForm.BackColor = SystemColors.Control;
|
|
tabPage_MainForm.Controls.Add(splitContainer_Downloads);
|
|
tabPage_MainForm.Location = new Point(4, 22);
|
|
tabPage_MainForm.Name = "tabPage_MainForm";
|
|
tabPage_MainForm.Padding = new Padding(3);
|
|
tabPage_MainForm.Size = new Size(826, 423);
|
|
tabPage_MainForm.TabIndex = 0;
|
|
tabPage_MainForm.Tag = "";
|
|
tabPage_MainForm.Text = "MainForm";
|
|
//
|
|
// splitContainer_Downloads
|
|
//
|
|
splitContainer_Downloads.Dock = DockStyle.Fill;
|
|
splitContainer_Downloads.FixedPanel = FixedPanel.Panel1;
|
|
splitContainer_Downloads.IsSplitterFixed = true;
|
|
splitContainer_Downloads.Location = new Point(3, 3);
|
|
splitContainer_Downloads.Name = "splitContainer_Downloads";
|
|
splitContainer_Downloads.Orientation = Orientation.Horizontal;
|
|
//
|
|
// splitContainer_Downloads.Panel1
|
|
//
|
|
splitContainer_Downloads.Panel1.Controls.Add(panel_HiddenModeTopPanel);
|
|
splitContainer_Downloads.Panel1.Controls.Add(label_checkFavoritesStatus);
|
|
splitContainer_Downloads.Panel1.Controls.Add(button_download_favorites);
|
|
splitContainer_Downloads.Panel1.Controls.Add(label_checkLikesStatus);
|
|
splitContainer_Downloads.Panel1.Controls.Add(label_refreshTimeString);
|
|
splitContainer_Downloads.Panel1.Controls.Add(button_Export);
|
|
splitContainer_Downloads.Panel1.Controls.Add(button_Import);
|
|
splitContainer_Downloads.Panel1.Controls.Add(button_AddFromClipboard);
|
|
splitContainer_Downloads.Panel1.Controls.Add(button_RemoveStopped);
|
|
splitContainer_Downloads.Panel1.Controls.Add(button_Stop);
|
|
splitContainer_Downloads.Panel1.Controls.Add(button_Download);
|
|
splitContainer_Downloads.Panel1.Controls.Add(button_download_likes);
|
|
splitContainer_Downloads.Panel1.Controls.Add(groupBox_CB_Stats);
|
|
//
|
|
// splitContainer_Downloads.Panel2
|
|
//
|
|
splitContainer_Downloads.Panel2.Controls.Add(listView_Downloads);
|
|
splitContainer_Downloads.Size = new Size(820, 417);
|
|
splitContainer_Downloads.SplitterDistance = 80;
|
|
splitContainer_Downloads.SplitterWidth = 5;
|
|
splitContainer_Downloads.TabIndex = 3;
|
|
//
|
|
// panel_HiddenModeTopPanel
|
|
//
|
|
panel_HiddenModeTopPanel.Controls.Add(button_HiddenMode);
|
|
panel_HiddenModeTopPanel.Dock = DockStyle.Fill;
|
|
panel_HiddenModeTopPanel.Location = new Point(0, 0);
|
|
panel_HiddenModeTopPanel.Name = "panel_HiddenModeTopPanel";
|
|
panel_HiddenModeTopPanel.Size = new Size(820, 80);
|
|
panel_HiddenModeTopPanel.TabIndex = 16;
|
|
//
|
|
// button_HiddenMode
|
|
//
|
|
button_HiddenMode.Enabled = false;
|
|
button_HiddenMode.Location = new Point(8, 6);
|
|
button_HiddenMode.Name = "button_HiddenMode";
|
|
button_HiddenMode.Size = new Size(95, 29);
|
|
button_HiddenMode.TabIndex = 0;
|
|
button_HiddenMode.Text = "button1";
|
|
button_HiddenMode.UseVisualStyleBackColor = true;
|
|
button_HiddenMode.MouseUp += button_HiddenMode_MouseUp;
|
|
//
|
|
// label_checkFavoritesStatus
|
|
//
|
|
label_checkFavoritesStatus.Font = new Font("Segoe UI", 6.75F);
|
|
label_checkFavoritesStatus.Location = new Point(396, 59);
|
|
label_checkFavoritesStatus.Margin = new Padding(0);
|
|
label_checkFavoritesStatus.Name = "label_checkFavoritesStatus";
|
|
label_checkFavoritesStatus.Size = new Size(59, 13);
|
|
label_checkFavoritesStatus.TabIndex = 15;
|
|
label_checkFavoritesStatus.Text = "0 / 0";
|
|
label_checkFavoritesStatus.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// button_download_favorites
|
|
//
|
|
button_download_favorites.BackgroundImage = (Image)resources.GetObject("button_download_favorites.BackgroundImage");
|
|
button_download_favorites.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_download_favorites.Location = new Point(400, 6);
|
|
button_download_favorites.Name = "button_download_favorites";
|
|
button_download_favorites.Size = new Size(50, 50);
|
|
button_download_favorites.TabIndex = 14;
|
|
button_download_favorites.UseVisualStyleBackColor = true;
|
|
button_download_favorites.MouseDown += button_download_favorites_MouseDown;
|
|
//
|
|
// label_checkLikesStatus
|
|
//
|
|
label_checkLikesStatus.Font = new Font("Segoe UI", 6.75F);
|
|
label_checkLikesStatus.Location = new Point(341, 59);
|
|
label_checkLikesStatus.Margin = new Padding(0);
|
|
label_checkLikesStatus.Name = "label_checkLikesStatus";
|
|
label_checkLikesStatus.Size = new Size(55, 13);
|
|
label_checkLikesStatus.TabIndex = 13;
|
|
label_checkLikesStatus.Text = "0 / 0";
|
|
label_checkLikesStatus.TextAlign = ContentAlignment.MiddleCenter;
|
|
//
|
|
// label_refreshTimeString
|
|
//
|
|
label_refreshTimeString.AutoSize = true;
|
|
label_refreshTimeString.Location = new Point(5, 59);
|
|
label_refreshTimeString.Name = "label_refreshTimeString";
|
|
label_refreshTimeString.Size = new Size(98, 13);
|
|
label_refreshTimeString.TabIndex = 10;
|
|
label_refreshTimeString.Text = "refreshTimeString";
|
|
//
|
|
// button_Export
|
|
//
|
|
button_Export.BackgroundImage = (Image)resources.GetObject("button_Export.BackgroundImage");
|
|
button_Export.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Export.Location = new Point(8, 6);
|
|
button_Export.Name = "button_Export";
|
|
button_Export.Size = new Size(50, 50);
|
|
button_Export.TabIndex = 9;
|
|
button_Export.UseVisualStyleBackColor = true;
|
|
button_Export.Click += button_Export_Click;
|
|
//
|
|
// button_Import
|
|
//
|
|
button_Import.BackgroundImage = (Image)resources.GetObject("button_Import.BackgroundImage");
|
|
button_Import.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Import.Location = new Point(64, 6);
|
|
button_Import.Name = "button_Import";
|
|
button_Import.Size = new Size(50, 50);
|
|
button_Import.TabIndex = 8;
|
|
button_Import.UseVisualStyleBackColor = true;
|
|
button_Import.Click += button_Import_Click;
|
|
//
|
|
// button_AddFromClipboard
|
|
//
|
|
button_AddFromClipboard.BackgroundImage = (Image)resources.GetObject("button_AddFromClipboard.BackgroundImage");
|
|
button_AddFromClipboard.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_AddFromClipboard.Location = new Point(120, 6);
|
|
button_AddFromClipboard.Name = "button_AddFromClipboard";
|
|
button_AddFromClipboard.Size = new Size(50, 50);
|
|
button_AddFromClipboard.TabIndex = 5;
|
|
button_AddFromClipboard.UseVisualStyleBackColor = true;
|
|
button_AddFromClipboard.Click += button_AddFromClipboard_Click;
|
|
//
|
|
// button_RemoveStopped
|
|
//
|
|
button_RemoveStopped.BackgroundImage = (Image)resources.GetObject("button_RemoveStopped.BackgroundImage");
|
|
button_RemoveStopped.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_RemoveStopped.Location = new Point(176, 6);
|
|
button_RemoveStopped.Name = "button_RemoveStopped";
|
|
button_RemoveStopped.Size = new Size(50, 50);
|
|
button_RemoveStopped.TabIndex = 4;
|
|
button_RemoveStopped.UseVisualStyleBackColor = true;
|
|
button_RemoveStopped.Click += button_RemoveStopped_Click;
|
|
//
|
|
// button_Stop
|
|
//
|
|
button_Stop.BackgroundImage = (Image)resources.GetObject("button_Stop.BackgroundImage");
|
|
button_Stop.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Stop.Location = new Point(232, 6);
|
|
button_Stop.Name = "button_Stop";
|
|
button_Stop.Size = new Size(50, 50);
|
|
button_Stop.TabIndex = 3;
|
|
button_Stop.UseVisualStyleBackColor = true;
|
|
button_Stop.Click += button_Stop_Click;
|
|
//
|
|
// button_Download
|
|
//
|
|
button_Download.BackgroundImage = (Image)resources.GetObject("button_Download.BackgroundImage");
|
|
button_Download.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_Download.Location = new Point(288, 6);
|
|
button_Download.Name = "button_Download";
|
|
button_Download.Size = new Size(50, 50);
|
|
button_Download.TabIndex = 1;
|
|
button_Download.UseVisualStyleBackColor = true;
|
|
button_Download.Click += button_Download_Click;
|
|
//
|
|
// button_download_likes
|
|
//
|
|
button_download_likes.BackgroundImage = (Image)resources.GetObject("button_download_likes.BackgroundImage");
|
|
button_download_likes.BackgroundImageLayout = ImageLayout.Zoom;
|
|
button_download_likes.Location = new Point(344, 6);
|
|
button_download_likes.Name = "button_download_likes";
|
|
button_download_likes.Size = new Size(50, 50);
|
|
button_download_likes.TabIndex = 12;
|
|
button_download_likes.UseVisualStyleBackColor = true;
|
|
button_download_likes.MouseDown += button_download_likes_MouseDown;
|
|
//
|
|
// groupBox_CB_Stats
|
|
//
|
|
groupBox_CB_Stats.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
groupBox_CB_Stats.Controls.Add(tableLayoutPanel_Stats);
|
|
groupBox_CB_Stats.Font = new Font("Segoe UI", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
groupBox_CB_Stats.Location = new Point(668, 0);
|
|
groupBox_CB_Stats.Name = "groupBox_CB_Stats";
|
|
groupBox_CB_Stats.Size = new Size(152, 80);
|
|
groupBox_CB_Stats.TabIndex = 19;
|
|
groupBox_CB_Stats.TabStop = false;
|
|
groupBox_CB_Stats.Text = "Statistiken";
|
|
//
|
|
// tableLayoutPanel_Stats
|
|
//
|
|
tableLayoutPanel_Stats.ColumnCount = 2;
|
|
tableLayoutPanel_Stats.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
|
|
tableLayoutPanel_Stats.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 30F));
|
|
tableLayoutPanel_Stats.Controls.Add(label_LikesOnline_Value, 1, 0);
|
|
tableLayoutPanel_Stats.Controls.Add(label_LikesOnline, 0, 0);
|
|
tableLayoutPanel_Stats.Controls.Add(label_FavoritesOnline_Value, 1, 1);
|
|
tableLayoutPanel_Stats.Controls.Add(label_FavoritesOnline, 0, 1);
|
|
tableLayoutPanel_Stats.Controls.Add(label_DownloadCount, 0, 2);
|
|
tableLayoutPanel_Stats.Controls.Add(label_DownloadCount_Value, 1, 2);
|
|
tableLayoutPanel_Stats.Dock = DockStyle.Fill;
|
|
tableLayoutPanel_Stats.Font = new Font("Segoe UI", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
tableLayoutPanel_Stats.Location = new Point(3, 18);
|
|
tableLayoutPanel_Stats.Name = "tableLayoutPanel_Stats";
|
|
tableLayoutPanel_Stats.RowCount = 3;
|
|
tableLayoutPanel_Stats.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Stats.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Stats.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
|
|
tableLayoutPanel_Stats.Size = new Size(146, 59);
|
|
tableLayoutPanel_Stats.TabIndex = 0;
|
|
//
|
|
// label_LikesOnline_Value
|
|
//
|
|
label_LikesOnline_Value.AutoSize = true;
|
|
label_LikesOnline_Value.Dock = DockStyle.Fill;
|
|
label_LikesOnline_Value.Location = new Point(103, 0);
|
|
label_LikesOnline_Value.Name = "label_LikesOnline_Value";
|
|
label_LikesOnline_Value.Size = new Size(40, 20);
|
|
label_LikesOnline_Value.TabIndex = 22;
|
|
label_LikesOnline_Value.Text = "0";
|
|
label_LikesOnline_Value.TextAlign = ContentAlignment.MiddleRight;
|
|
//
|
|
// label_LikesOnline
|
|
//
|
|
label_LikesOnline.AutoSize = true;
|
|
label_LikesOnline.Dock = DockStyle.Fill;
|
|
label_LikesOnline.Location = new Point(3, 0);
|
|
label_LikesOnline.Name = "label_LikesOnline";
|
|
label_LikesOnline.Size = new Size(94, 20);
|
|
label_LikesOnline.TabIndex = 21;
|
|
label_LikesOnline.Text = "Likes online:";
|
|
label_LikesOnline.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_FavoritesOnline_Value
|
|
//
|
|
label_FavoritesOnline_Value.AutoSize = true;
|
|
label_FavoritesOnline_Value.Dock = DockStyle.Fill;
|
|
label_FavoritesOnline_Value.Location = new Point(103, 20);
|
|
label_FavoritesOnline_Value.Name = "label_FavoritesOnline_Value";
|
|
label_FavoritesOnline_Value.Size = new Size(40, 20);
|
|
label_FavoritesOnline_Value.TabIndex = 20;
|
|
label_FavoritesOnline_Value.Text = "0";
|
|
label_FavoritesOnline_Value.TextAlign = ContentAlignment.MiddleRight;
|
|
//
|
|
// label_FavoritesOnline
|
|
//
|
|
label_FavoritesOnline.AutoSize = true;
|
|
label_FavoritesOnline.Dock = DockStyle.Fill;
|
|
label_FavoritesOnline.Location = new Point(3, 20);
|
|
label_FavoritesOnline.Name = "label_FavoritesOnline";
|
|
label_FavoritesOnline.Size = new Size(94, 20);
|
|
label_FavoritesOnline.TabIndex = 19;
|
|
label_FavoritesOnline.Text = "Favoriten online:";
|
|
label_FavoritesOnline.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_DownloadCount
|
|
//
|
|
label_DownloadCount.AutoSize = true;
|
|
label_DownloadCount.Dock = DockStyle.Fill;
|
|
label_DownloadCount.Location = new Point(3, 40);
|
|
label_DownloadCount.Name = "label_DownloadCount";
|
|
label_DownloadCount.Size = new Size(94, 20);
|
|
label_DownloadCount.TabIndex = 18;
|
|
label_DownloadCount.Text = "Einträge:";
|
|
label_DownloadCount.TextAlign = ContentAlignment.MiddleLeft;
|
|
//
|
|
// label_DownloadCount_Value
|
|
//
|
|
label_DownloadCount_Value.AutoSize = true;
|
|
label_DownloadCount_Value.Dock = DockStyle.Fill;
|
|
label_DownloadCount_Value.Location = new Point(103, 40);
|
|
label_DownloadCount_Value.Name = "label_DownloadCount_Value";
|
|
label_DownloadCount_Value.Size = new Size(40, 20);
|
|
label_DownloadCount_Value.TabIndex = 17;
|
|
label_DownloadCount_Value.Text = "0";
|
|
label_DownloadCount_Value.TextAlign = ContentAlignment.MiddleRight;
|
|
//
|
|
// listView_Downloads
|
|
//
|
|
listView_Downloads.Columns.AddRange(new ColumnHeader[] { columnHeader_Favorite, columnHeader_URL, columnHeader_Filename, columnHeader_Status, columnHeader_Filesize, columnHeader_Runtime, columnHeader_ProcessID });
|
|
listView_Downloads.Dock = DockStyle.Fill;
|
|
listView_Downloads.FullRowSelect = true;
|
|
listView_Downloads.GridLines = true;
|
|
listView_Downloads.Location = new Point(0, 0);
|
|
listView_Downloads.Name = "listView_Downloads";
|
|
listView_Downloads.Size = new Size(820, 332);
|
|
listView_Downloads.TabIndex = 1;
|
|
listView_Downloads.TileSize = new Size(192, 108);
|
|
listView_Downloads.UseCompatibleStateImageBehavior = false;
|
|
listView_Downloads.View = View.Details;
|
|
listView_Downloads.ColumnClick += listView_Downloads_ColumnClick;
|
|
listView_Downloads.KeyDown += listView_CompletedDownloads_KeyDown;
|
|
listView_Downloads.MouseClick += listView_CompletedDownloads_MouseClick;
|
|
listView_Downloads.MouseDoubleClick += listView_Downloads_MouseDoubleClick;
|
|
//
|
|
// columnHeader_Favorite
|
|
//
|
|
columnHeader_Favorite.Text = "";
|
|
columnHeader_Favorite.Width = 20;
|
|
//
|
|
// columnHeader_URL
|
|
//
|
|
columnHeader_URL.Text = "URL";
|
|
columnHeader_URL.Width = 240;
|
|
//
|
|
// columnHeader_Filename
|
|
//
|
|
columnHeader_Filename.Text = "Dateiname";
|
|
columnHeader_Filename.Width = 220;
|
|
//
|
|
// columnHeader_Status
|
|
//
|
|
columnHeader_Status.Text = "Status";
|
|
columnHeader_Status.Width = 90;
|
|
//
|
|
// columnHeader_Filesize
|
|
//
|
|
columnHeader_Filesize.Text = "Dateigröße";
|
|
columnHeader_Filesize.Width = 80;
|
|
//
|
|
// columnHeader_Runtime
|
|
//
|
|
columnHeader_Runtime.Text = "Laufzeit";
|
|
columnHeader_Runtime.Width = 70;
|
|
//
|
|
// columnHeader_ProcessID
|
|
//
|
|
columnHeader_ProcessID.Text = "Prozess-ID";
|
|
columnHeader_ProcessID.Width = 70;
|
|
//
|
|
// tabControl1
|
|
//
|
|
tabControl1.Controls.Add(tabPage_MainForm);
|
|
tabControl1.Controls.Add(tabPage_Settings);
|
|
tabControl1.Controls.Add(tabPage_Likes);
|
|
tabControl1.Controls.Add(tabPage_Favorite);
|
|
tabControl1.Controls.Add(tabPage_CompletedDownloads);
|
|
tabControl1.Controls.Add(tabPage_Archive);
|
|
tabControl1.Controls.Add(tabPage_Player);
|
|
tabControl1.Controls.Add(tabPage_Editor);
|
|
tabControl1.Controls.Add(tabPage_scanAI_Result);
|
|
tabControl1.Dock = DockStyle.Fill;
|
|
tabControl1.ItemSize = new Size(64, 18);
|
|
tabControl1.Location = new Point(0, 0);
|
|
tabControl1.Name = "tabControl1";
|
|
tabControl1.SelectedIndex = 0;
|
|
tabControl1.ShowToolTips = true;
|
|
tabControl1.Size = new Size(834, 449);
|
|
tabControl1.TabIndex = 3;
|
|
tabControl1.Tag = "";
|
|
tabControl1.SelectedIndexChanged += tabControl1_SelectedIndexChanged;
|
|
tabControl1.Deselecting += tabControl1_Deselecting;
|
|
tabControl1.KeyDown += tabControl1_KeyDown;
|
|
tabControl1.MouseClick += tabControl1_MouseClick;
|
|
tabControl1.MouseDown += tabControl1_MouseDown;
|
|
tabControl1.MouseMove += tabControl1_MouseMove;
|
|
//
|
|
// timer_getRoomlist
|
|
//
|
|
timer_getRoomlist.Enabled = true;
|
|
timer_getRoomlist.Interval = 10000;
|
|
timer_getRoomlist.Tick += timer_getRoomlist_Tick;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(6F, 13F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
AutoSize = true;
|
|
ClientSize = new Size(834, 471);
|
|
Controls.Add(tabControl1);
|
|
Controls.Add(statusStrip1);
|
|
Font = new Font("Segoe UI", 8.25F);
|
|
MinimumSize = new Size(400, 256);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
FormClosing += Form1_FormClosing;
|
|
Load += Form1_Load;
|
|
Resize += Form1_Resize;
|
|
contextMenuStrip.ResumeLayout(false);
|
|
contextMenuStrip_Downloads_RightClickItem.ResumeLayout(false);
|
|
statusStrip1.ResumeLayout(false);
|
|
statusStrip1.PerformLayout();
|
|
contextMenuStrip_Split.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)fileSystemWatcher_completed_downloads).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)fileSystemWatcher_database).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)fileSystemWatcher_temp_folder).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)fileSystemWatcher_archive).EndInit();
|
|
tabPage_scanAI_Result.ResumeLayout(false);
|
|
tabPage_Editor.ResumeLayout(false);
|
|
splitContainer_Editor_Player_Timestamps.Panel1.ResumeLayout(false);
|
|
splitContainer_Editor_Player_Timestamps.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_Player_Timestamps).EndInit();
|
|
splitContainer_Editor_Player_Timestamps.ResumeLayout(false);
|
|
splitContainer_Editor_PlayerDetails.Panel1.ResumeLayout(false);
|
|
splitContainer_Editor_PlayerDetails.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_PlayerDetails).EndInit();
|
|
splitContainer_Editor_PlayerDetails.ResumeLayout(false);
|
|
splitContainer_Editor_VLC.Panel1.ResumeLayout(false);
|
|
splitContainer_Editor_VLC.Panel1.PerformLayout();
|
|
splitContainer_Editor_VLC.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_VLC).EndInit();
|
|
splitContainer_Editor_VLC.ResumeLayout(false);
|
|
tableLayoutPanel_Editor_VLC.ResumeLayout(false);
|
|
tableLayoutPanel_Editor_VLC.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_Editor_VLC).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_Editor_VLC_Volume).EndInit();
|
|
tableLayoutPanel_Editor_PlayerTrim.ResumeLayout(false);
|
|
tableLayoutPanel_Editor_PlayerTrim.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox_HotIcon_Trim).EndInit();
|
|
splitContainer_Editor_cutClips.Panel1.ResumeLayout(false);
|
|
splitContainer_Editor_cutClips.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_cutClips).EndInit();
|
|
splitContainer_Editor_cutClips.ResumeLayout(false);
|
|
splitContainer_Editor_Timestamps.Panel1.ResumeLayout(false);
|
|
splitContainer_Editor_Timestamps.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Editor_Timestamps).EndInit();
|
|
splitContainer_Editor_Timestamps.ResumeLayout(false);
|
|
groupBox_editClip_Options.ResumeLayout(false);
|
|
tableLayoutPanel_scanAI_Options.ResumeLayout(false);
|
|
tableLayoutPanel_scanAI_Options.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_scanAI_hentaiThreshold).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_scanAI_pornThreshold).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_scanAI_sexyThreshold).EndInit();
|
|
tableLayoutPanel_editClip_ScanAI.ResumeLayout(false);
|
|
tabPage_Player.ResumeLayout(false);
|
|
splitContainer_Player.Panel1.ResumeLayout(false);
|
|
splitContainer_Player.Panel2.ResumeLayout(false);
|
|
splitContainer_Player.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Player).EndInit();
|
|
splitContainer_Player.ResumeLayout(false);
|
|
splitContainer_Player_VLC.Panel1.ResumeLayout(false);
|
|
splitContainer_Player_VLC.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Player_VLC).EndInit();
|
|
splitContainer_Player_VLC.ResumeLayout(false);
|
|
tableLayoutPanel_Player_VLC.ResumeLayout(false);
|
|
tableLayoutPanel_Player_VLC.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_Player_VLC).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_Player_VLC_Volume).EndInit();
|
|
tableLayoutPanel_PlayerDetails_Controls.ResumeLayout(false);
|
|
tableLayoutPanel_PlayerDetails.ResumeLayout(false);
|
|
tableLayoutPanel_PlayerDetails.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBox_HotIcon).EndInit();
|
|
tabPage_Archive.ResumeLayout(false);
|
|
splitContainer_ArchiveDownloads.Panel1.ResumeLayout(false);
|
|
splitContainer_ArchiveDownloads.Panel2.ResumeLayout(false);
|
|
splitContainer_ArchiveDownloads.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_ArchiveDownloads).EndInit();
|
|
splitContainer_ArchiveDownloads.ResumeLayout(false);
|
|
splitContainer_Archive_ListView.Panel1.ResumeLayout(false);
|
|
splitContainer_Archive_ListView.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Archive_ListView).EndInit();
|
|
splitContainer_Archive_ListView.ResumeLayout(false);
|
|
groupBox_Archive_Tags.ResumeLayout(false);
|
|
splitContainer_Archive_Tags.Panel1.ResumeLayout(false);
|
|
splitContainer_Archive_Tags.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Archive_Tags).EndInit();
|
|
splitContainer_Archive_Tags.ResumeLayout(false);
|
|
tableLayoutPanel_Archive_Controls_Right.ResumeLayout(false);
|
|
tableLayoutPanel_Archive_Controls_Right.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_AllArchivedDownloadsTileSize).EndInit();
|
|
tableLayoutPanel_Archive_Controls_Left.ResumeLayout(false);
|
|
tabPage_CompletedDownloads.ResumeLayout(false);
|
|
splitContainer_CompletedDownloads.Panel1.ResumeLayout(false);
|
|
splitContainer_CompletedDownloads.Panel2.ResumeLayout(false);
|
|
splitContainer_CompletedDownloads.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_CompletedDownloads).EndInit();
|
|
splitContainer_CompletedDownloads.ResumeLayout(false);
|
|
splitContainer_CompletedDownloads_ListView.Panel1.ResumeLayout(false);
|
|
splitContainer_CompletedDownloads_ListView.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_CompletedDownloads_ListView).EndInit();
|
|
splitContainer_CompletedDownloads_ListView.ResumeLayout(false);
|
|
groupBox_CompletedDownloads_Tags.ResumeLayout(false);
|
|
splitContainer_Tags.Panel1.ResumeLayout(false);
|
|
splitContainer_Tags.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Tags).EndInit();
|
|
splitContainer_Tags.ResumeLayout(false);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.ResumeLayout(false);
|
|
tableLayoutPanel_CompletedDownloads_Controls_Right.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)trackBar_TileSize).EndInit();
|
|
tableLayoutPanel_CompletedDownloads_Controls_Left.ResumeLayout(false);
|
|
tabPage_Favorite.ResumeLayout(false);
|
|
splitContainer_Favorites.Panel1.ResumeLayout(false);
|
|
splitContainer_Favorites.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Favorites).EndInit();
|
|
splitContainer_Favorites.ResumeLayout(false);
|
|
tableLayoutPanel_Favorites.ResumeLayout(false);
|
|
tableLayoutPanel_Favorites.PerformLayout();
|
|
tabPage_Likes.ResumeLayout(false);
|
|
splitContainer_Likes.Panel1.ResumeLayout(false);
|
|
splitContainer_Likes.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Likes).EndInit();
|
|
splitContainer_Likes.ResumeLayout(false);
|
|
tableLayoutPanel_Likes.ResumeLayout(false);
|
|
tableLayoutPanel_Likes.PerformLayout();
|
|
tabPage_Settings.ResumeLayout(false);
|
|
splitContainer_Settings.Panel1.ResumeLayout(false);
|
|
splitContainer_Settings.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Settings).EndInit();
|
|
splitContainer_Settings.ResumeLayout(false);
|
|
tableLayoutPanel_Settings.ResumeLayout(false);
|
|
tableLayoutPanel_Settings.PerformLayout();
|
|
groupBox_Settings_Main.ResumeLayout(false);
|
|
groupBox_Settings_Main.PerformLayout();
|
|
tableLayoutPanel_Settings_Main.ResumeLayout(false);
|
|
tableLayoutPanel_Settings_Main.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown_warnFreeDiskSpace).EndInit();
|
|
groupBox_Settings_Downloads.ResumeLayout(false);
|
|
tableLayoutPanel_Settings_Downloads.ResumeLayout(false);
|
|
tableLayoutPanel_Settings_Downloads.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown_MaxConcurrentDownloads).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDown_deleteSmallFiles).EndInit();
|
|
groupBox_Folder.ResumeLayout(false);
|
|
tableLayoutPanel_Settings_Folders.ResumeLayout(false);
|
|
tableLayoutPanel_Settings_Folders.PerformLayout();
|
|
tabPage_MainForm.ResumeLayout(false);
|
|
splitContainer_Downloads.Panel1.ResumeLayout(false);
|
|
splitContainer_Downloads.Panel1.PerformLayout();
|
|
splitContainer_Downloads.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)splitContainer_Downloads).EndInit();
|
|
splitContainer_Downloads.ResumeLayout(false);
|
|
panel_HiddenModeTopPanel.ResumeLayout(false);
|
|
groupBox_CB_Stats.ResumeLayout(false);
|
|
tableLayoutPanel_Stats.ResumeLayout(false);
|
|
tableLayoutPanel_Stats.PerformLayout();
|
|
tabControl1.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
private System.ComponentModel.BackgroundWorker backgroundWorker_getProcessInfo;
|
|
private System.Windows.Forms.ToolStripMenuItem stoppenToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon;
|
|
private System.Windows.Forms.Timer timer_getProcessInfo;
|
|
private System.Windows.Forms.ToolStripMenuItem beendenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem öffnenToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_Downloads_RightClickItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemDownloadStoppenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemDownloadLöschenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemAddToLikesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemRemoveFromLikesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemAddToFavoritesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemRemoveFromFavoritesToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemPlayToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemAlsHOTMarkierenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemNichtMehrAlsHOTMarkierenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem behaltenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemLöschenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemZurDownloadlisteHinzufügenToolStripMenuItem;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.ToolStripMenuItem itemNachObenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemNachUntenToolStripMenuItem;
|
|
private System.Windows.Forms.ImageList imageList_Thumbnails;
|
|
private System.Windows.Forms.ToolStripMenuItem itemMehrVonModelnameToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem itemDateipfadImExplorerÖffnenToolStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip_Split;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_SplitRemove;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_SplitRemoveAll;
|
|
private System.Windows.Forms.ToolStripMenuItem farbeÄndernToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem FarbeLöschenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem FarbeGrünToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem FarbeRotToolStripMenuItem;
|
|
private FileSystemWatcher fileSystemWatcher_completed_downloads;
|
|
private FileSystemWatcher fileSystemWatcher_database;
|
|
private FileSystemWatcher fileSystemWatcher_temp_folder;
|
|
private FileSystemWatcher fileSystemWatcher_archive;
|
|
private TabControl tabControl1;
|
|
private TabPage tabPage_MainForm;
|
|
private SplitContainer splitContainer_Downloads;
|
|
private Panel panel_HiddenModeTopPanel;
|
|
private Button button_HiddenMode;
|
|
private Label label_checkFavoritesStatus;
|
|
private Button button_download_favorites;
|
|
private Label label_checkLikesStatus;
|
|
private Label label_refreshTimeString;
|
|
private Button button_Export;
|
|
private Button button_Import;
|
|
private Button button_AddFromClipboard;
|
|
private Button button_RemoveStopped;
|
|
private Button button_Stop;
|
|
private Button button_Download;
|
|
private Button button_download_likes;
|
|
private ListView listView_Downloads;
|
|
private ColumnHeader columnHeader_Favorite;
|
|
private ColumnHeader columnHeader_URL;
|
|
private ColumnHeader columnHeader_Filename;
|
|
private ColumnHeader columnHeader_Status;
|
|
private ColumnHeader columnHeader_Filesize;
|
|
private ColumnHeader columnHeader_Runtime;
|
|
private ColumnHeader columnHeader_ProcessID;
|
|
private TabPage tabPage_Settings;
|
|
private GroupBox groupBox_Folder;
|
|
private TextBox txt_ArchiveFolder;
|
|
private Button button_ArchiveFolder;
|
|
private Label label_ArchiveFolder;
|
|
private TextBox txt_Database;
|
|
private TextBox txt_KeepFolder;
|
|
private TextBox txt_RecordingsFolder;
|
|
private Button button_Database;
|
|
private Label label_Database;
|
|
private Button button_KeepFolder;
|
|
private Label label_KeepFolder;
|
|
private Button button_RecordingsFolder;
|
|
private Label label_RecordingsFolder;
|
|
private GroupBox groupBox_Settings_Main;
|
|
private ComboBox comboBox_Thumbnail;
|
|
private Label label_Thumbnail;
|
|
private CheckBox checkBox_PausePlaybackWhenSwitchingTabs;
|
|
private Button button_ReloadAudioDevice;
|
|
private ComboBox comboBox_AudioDevice;
|
|
private Label label_AutoShutdown;
|
|
private Button button_isFfmpegInstalled;
|
|
private DateTimePicker dateTimePicker_AutoShutdown;
|
|
private CheckBox checkBox_dateTime_AutoShutdown;
|
|
private ComboBox comboBox_dateTimePicker_AutoShutdown;
|
|
private CheckBox checkBox_completedDownloadNotification_ShowThumbnail;
|
|
private CheckBox checkBox_completedDownloadNotification;
|
|
private CheckBox checkBox_AutoAddFromClipboard;
|
|
private CheckBox checkBox_AutoStart;
|
|
private CheckBox checkBox_warnFreeDiskSpace_StopDownloads;
|
|
private CheckBox checkBox_HiddenMode;
|
|
private Label label_warnFreeDiskSpace;
|
|
private CheckBox checkBox_AutoShutdown;
|
|
private NumericUpDown numericUpDown_warnFreeDiskSpace;
|
|
private CheckBox checkBox_deleteSmallFiles;
|
|
private CheckBox checkBox_warnFreeDiskSpace;
|
|
private NumericUpDown numericUpDown_deleteSmallFiles;
|
|
private ComboBox comboBox_AutoShutdownAction;
|
|
private Label label_deleteSmallFiles;
|
|
private CheckBox checkBox_moveOnlyManuallyDeletedFiles;
|
|
private CheckBox checkBox_moveToRecycleBin;
|
|
private CheckBox checkBox_useInternalPlayer;
|
|
private ComboBox comboBox_checkSpeed;
|
|
private NumericUpDown numericUpDown_MaxConcurrentDownloads;
|
|
private Label label_checkSpeed;
|
|
private CheckBox checkBox_MaxConcurrentDownloads;
|
|
private CheckBox checkBox_loopFavorites;
|
|
private TabPage tabPage_Likes;
|
|
private SplitContainer splitContainer_Likes;
|
|
private Button button_Likes_ImportTxt;
|
|
private Button button_ResetColorLikes;
|
|
private Button button_checkForInvalidLikes;
|
|
private Button button_RemoveInvalidLikes;
|
|
private TextBox textBox_FilterLikes;
|
|
private ListView listView_Likes;
|
|
private ColumnHeader likes_Icon;
|
|
private ColumnHeader likes_URL;
|
|
private ColumnHeader likes_Modelname;
|
|
private ColumnHeader likes_Provider;
|
|
private ColumnHeader likes_lastStream;
|
|
private ColumnHeader likes_Id;
|
|
private TabPage tabPage_Favorite;
|
|
private SplitContainer splitContainer_Favorites;
|
|
private Button button_Favorites_ImportTxt;
|
|
private Button button_ResetColorFavorites;
|
|
private Button button_RemoveInvalidFavorites;
|
|
private Button button_checkForInvalidFavorites;
|
|
private TextBox textBox_FilterFavorites;
|
|
private ListView listView_Favorites;
|
|
private ColumnHeader favorites_Icon;
|
|
private ColumnHeader favorites_URL;
|
|
private ColumnHeader favorites_Modelname;
|
|
private ColumnHeader favorites_Provider;
|
|
private ColumnHeader favorites_lastStream;
|
|
private ColumnHeader favorites_Id;
|
|
private TabPage tabPage_CompletedDownloads;
|
|
private SplitContainer splitContainer_CompletedDownloads;
|
|
private ListView listView_CompletedDownloads;
|
|
private ColumnHeader completed_Icon;
|
|
private ColumnHeader completed_Modelname;
|
|
private ColumnHeader completed_Filename;
|
|
private ColumnHeader completed_Filesize;
|
|
private ColumnHeader completed_Filedate;
|
|
private ColumnHeader completed_lastStream;
|
|
private ColumnHeader completed_Filepath;
|
|
private TrackBar trackBar_TileSize;
|
|
private ComboBox comboBox_completedDownloadsView;
|
|
private Button button_DeleteNonHOTFiles;
|
|
private CheckBox checkBox_ShowAllDownloads;
|
|
private Button button_sortToFolders;
|
|
private Button button_ReloadCompletedDownloads;
|
|
private TabPage tabPage_Archive;
|
|
private SplitContainer splitContainer_ArchiveDownloads;
|
|
public ListView listView_AllArchivedDownloads;
|
|
private ColumnHeader archive_Icon;
|
|
private ColumnHeader archive_Modelname;
|
|
private ColumnHeader archive_Filename;
|
|
private ColumnHeader archive_Filesize;
|
|
private ColumnHeader archive_Filedate;
|
|
private ColumnHeader archive_lastStream;
|
|
private ColumnHeader archive_Filepath;
|
|
private TrackBar trackBar_AllArchivedDownloadsTileSize;
|
|
private Label label_Archive_View;
|
|
private ComboBox comboBox_AllArchivedDownloadsView;
|
|
private Button button_AllArchivedDownloadsDeleteNonHOTFiles;
|
|
private Button button_ReloadArchivedDownloads;
|
|
private TabPage tabPage_Player;
|
|
private SplitContainer splitContainer_Player;
|
|
private SplitContainer splitContainer_Player_VLC;
|
|
private FlyleafLib.Controls.WinForms.FlyleafHost flyleafHost_Player;
|
|
private TableLayoutPanel tableLayoutPanel_Player_VLC;
|
|
private Button button_Player_VLC_Fullscreen;
|
|
private Button button_Player_VLC_PlayPause;
|
|
private Button button_Player_VLC_Stop;
|
|
private Label label_Player_VLC_Starttime;
|
|
private TrackBar trackBar_Player_VLC;
|
|
private Label label_Player_VLC_Endtime;
|
|
private Button button_Player_VLC_VolumeMute;
|
|
private TrackBar trackBar_Player_VLC_Volume;
|
|
private TableLayoutPanel tableLayoutPanel_PlayerDetails_Controls;
|
|
private Button button_player_DateiLöschen;
|
|
private Button button_player_DateiBehalten;
|
|
private Button button_player_AlsColdMarkieren;
|
|
private Button button_player_AlsHOTmarkieren;
|
|
private Button button_player_DownloadLöschen;
|
|
private Button button_player_StopDownload;
|
|
private Button button_AddToDownload;
|
|
private Button button_ShowMore;
|
|
private Button button_player_Unfav;
|
|
private Button button_player_Unlike;
|
|
private Button button_player_Fav;
|
|
private Button button_player_Like;
|
|
private Button button_player_Trim_Video;
|
|
private TableLayoutPanel tableLayoutPanel_PlayerDetails;
|
|
private Label label_FavLikesIcon;
|
|
private PictureBox pictureBox_HotIcon;
|
|
private Label label_Filename;
|
|
private Label label_Filename_Value;
|
|
private Label label_Modelname;
|
|
private Label label_Date;
|
|
private Label label_Date_Value;
|
|
private Label label_Size;
|
|
private Label label_Size_Value;
|
|
private TabPage tabPage_Editor;
|
|
private SplitContainer splitContainer_Editor_Player_Timestamps;
|
|
private SplitContainer splitContainer_Editor_PlayerDetails;
|
|
private SplitContainer splitContainer_Editor_VLC;
|
|
private FlyleafLib.Controls.WinForms.FlyleafHost flyleafHost_Editor;
|
|
private TableLayoutPanel tableLayoutPanel_Editor_VLC;
|
|
private Button button_Editor_VLC_Fullscreen;
|
|
private Button button_Editor_VLC_PlayPause;
|
|
private Button button_Editor_VLC_Stop;
|
|
private Label label_Editor_VLC_Starttime;
|
|
private TrackBar trackBar_Editor_VLC;
|
|
private Label label_Editor_VLC_Endtime;
|
|
private Button button_Editor_VLC_VolumeMute;
|
|
private TrackBar trackBar_Editor_VLC_Volume;
|
|
private TableLayoutPanel tableLayoutPanel_Editor_PlayerTrim;
|
|
private Label label_FavLikesIcon_Trim;
|
|
private PictureBox pictureBox_HotIcon_Trim;
|
|
private Label label_Filename_Trim;
|
|
private Label label_Filename_Trim_Value;
|
|
private Label label_Modelname_Trim;
|
|
private Label label_Date_Trim;
|
|
private Label label_Date_Trim_Value;
|
|
private Label label_Size_Trim;
|
|
private Label label_Size_Trim_Value;
|
|
private SplitContainer splitContainer_Editor_cutClips;
|
|
private SplitContainer splitContainer_Editor_Timestamps;
|
|
private ListView listView_Split;
|
|
private ColumnHeader columnHeader_Trim_Start;
|
|
private ColumnHeader columnHeader_Trim_End;
|
|
private ColumnHeader columnHeader_Trim_Duration;
|
|
private GroupBox groupBox_editClip_Options;
|
|
private TableLayoutPanel tableLayoutPanel_scanAI_Options;
|
|
private CheckBox checkBox_scanAI_PornThreshold;
|
|
private CheckBox checkBox_scanAI_SexyThreshold;
|
|
private TrackBar trackBar_scanAI_hentaiThreshold;
|
|
private Label label_scanAI_pornThreshold_Value;
|
|
private TrackBar trackBar_scanAI_pornThreshold;
|
|
private Label label_scanAI_sexyThreshold_Value;
|
|
private TrackBar trackBar_scanAI_sexyThreshold;
|
|
private Label label_scanAI_hentaiThreshold_Value;
|
|
private CheckBox checkBox_scanAI_HentaiThreshold;
|
|
private CheckBox checkBox_scanAI_UseThresholds;
|
|
private CheckBox checkBox_scanAI_addToResults;
|
|
private TableLayoutPanel tableLayoutPanel_editClip_ScanAI;
|
|
private Button button_editClip_scanAI;
|
|
private Button button_editClip_scanAI_Results;
|
|
private CheckBox checkBox_editClip_removeOriginal;
|
|
private Button button_AddSplit;
|
|
private Button button_SplitFiles;
|
|
private TabPage tabPage_scanAI_Result;
|
|
private ListView listView_AI_Result;
|
|
private ColumnHeader columnHeader_AI_Results_Filename;
|
|
private ColumnHeader columnHeader_AI_Results_Seconds;
|
|
private ColumnHeader columnHeader_AI_Results_Prediction;
|
|
private ColumnHeader columnHeader_AI_Results_PredictionValue;
|
|
private ImageList imageList_Thumbnails_Temp;
|
|
private ToolStripMenuItem anheftenToolStripMenuItem;
|
|
private ToolStripMenuItem loslösenToolStripMenuItem;
|
|
private ColumnHeader columnHeader_Trim_Label;
|
|
private Label label_Editor_Label;
|
|
private ColumnHeader columnHeader_Trim_Checkbox;
|
|
private Button button_deleteObsoleteThumbnails;
|
|
private TableLayoutPanel tableLayoutPanel_Likes;
|
|
private Button button_Likes_Search_Back;
|
|
private Button button_Likes_Search_Next;
|
|
private TableLayoutPanel tableLayoutPanel_Favorites;
|
|
private Button button_Favorites_Search_Next;
|
|
private Button button_Favorites_Search_Back;
|
|
private CheckBox checkBox_scanAI_UseThresholdForPredictionLabel;
|
|
private ComboBox comboBox_scanAI_ThumbnailSize;
|
|
private Label label_ThumbnailSize;
|
|
private CheckBox checkBox_RemoveItemsAfter1000Tries;
|
|
private GroupBox groupBox_Settings_Downloads;
|
|
private TableLayoutPanel tableLayoutPanel_Settings_Main;
|
|
private TableLayoutPanel tableLayoutPanel_Settings;
|
|
private TableLayoutPanel tableLayoutPanel_Settings_Downloads;
|
|
private Label label_AudioDevice;
|
|
private TableLayoutPanel tableLayoutPanel_Settings_Folders;
|
|
private CheckBox checkBox_useCBApi;
|
|
private GroupBox groupBox_CB_Stats;
|
|
private TableLayoutPanel tableLayoutPanel_Stats;
|
|
private Label label_FavoritesOnline_Value;
|
|
private Label label_FavoritesOnline;
|
|
private Label label_DownloadCount;
|
|
private Label label_DownloadCount_Value;
|
|
private Label label_LikesOnline_Value;
|
|
private Label label_LikesOnline;
|
|
private System.Windows.Forms.Timer timer_getRoomlist;
|
|
private ComboBox comboBox_Player_VLC_PlaybackSpeed;
|
|
private ComboBox comboBox_Editor_VLC_PlaybackSpeed;
|
|
private SplitContainer splitContainer_CompletedDownloads_ListView;
|
|
private GroupBox groupBox_CompletedDownloads_Tags;
|
|
private SplitContainer splitContainer_Tags;
|
|
private Button button_CompletedDownloads_ResetTags;
|
|
private CheckedListBox checkedListBox_CompletedDownloads_Tags;
|
|
private SplitContainer splitContainer_Archive_ListView;
|
|
private GroupBox groupBox_Archive_Tags;
|
|
private SplitContainer splitContainer_Archive_Tags;
|
|
private Button button_Archive_ResetTags;
|
|
private CheckedListBox checkedListBox_Archive_Tags;
|
|
private LinkLabel linkLabel_Modelname_Value;
|
|
private LinkLabel linkLabel_Modelname_Trim_Value;
|
|
private TableLayoutPanel tableLayoutPanel_CompletedDownloads_Controls_Left;
|
|
private TableLayoutPanel tableLayoutPanel_CompletedDownloads_Controls_Right;
|
|
private Label label_completedDownloadsView;
|
|
private TableLayoutPanel tableLayoutPanel_Archive_Controls_Left;
|
|
private TableLayoutPanel tableLayoutPanel_Archive_Controls_Right;
|
|
private SplitContainer splitContainer_Settings;
|
|
}
|
|
}
|
|
|