C# Класс ForTheRecord.RecorderTuners.MediaPortalTvServer.SetupForm

Наследование: SetupTv.SectionSettings
Показать файл Открыть проект

Открытые методы

Метод Описание
OnSectionActivated ( ) : void
OnSectionDeActivated ( ) : void
SetupForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
AddUncPathItem ( List pathItems, string name, string path ) : bool
ConnectToForTheRecord ( ) : void
DisconnectFromForTheRecord ( ) : void
EnableChannelButtons ( ) : void
EnableUncButtons ( ) : void
GetLinkedMessageAndColor ( Channel channel, string &message, Color &rowColor ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadChannels ( ) : void
LoadUncPaths ( ) : void
ShowCreateShareForm ( UncPathItem linkItem ) : void
_channelTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
_channelsDataGridView_CellFormatting ( object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e ) : void
_channelsDataGridView_DoubleClick ( object sender, EventArgs e ) : void
_channelsDataGridView_SelectionChanged ( object sender, EventArgs e ) : void
_connectButton_Click ( object sender, EventArgs e ) : void
_createTimeshiftingShareButton_Click ( object sender, EventArgs e ) : void
_createUncShareButton_Click ( object sender, EventArgs e ) : void
_importChannelsButton_Click ( object sender, EventArgs e ) : void
_linkChannelButton_Click ( object sender, EventArgs e ) : void
_refreshButton_Click ( object sender, EventArgs e ) : void
_refreshUncButton_Click ( object sender, EventArgs e ) : void
_syncTve3EpgcheckBox_CheckedChanged ( object sender, EventArgs e ) : void
_tabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void
_uncPathsDataGridView_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
_uncPathsDataGridView_SelectionChanged ( object sender, EventArgs e ) : void
_uncTimeshiftingDataGridView_SelectionChanged ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnSectionActivated() публичный Метод

public OnSectionActivated ( ) : void
Результат void

OnSectionDeActivated() публичный Метод

public OnSectionDeActivated ( ) : void
Результат void

SetupForm() публичный Метод

public SetupForm ( ) : System
Результат System