C# Класс RemoteMessages.MainForm

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
appFolder string

Private Properties

Свойство Тип Описание
ChangeRingtone void
ChangeVolume void
Connect_Device void
Connect_Secure void
ConversationChanged void
ConversationChangedTimer void
ConversationsList_MouseDown void
Conversations_OnNewMessage void
CreateRoundRectRgn IntPtr
DisplayPage void
DocumentTitleChanged void
Editor_KeyPress void
Editor_LosingFocus void
EmojiPane_Click void
ExtractString string
FindNewIP void
Form1_Activated void
Form1_Deactivate void
Form1_FormClosing void
Form1_Resize void
Form1_Shown void
Format_AMPM void
Format_Full void
InitializeComponent void
LoginGhostMode void
NotifyMe void
ReleaseCapture bool
SendButton_Click void
SendMessage int
ShowMe void
ShowMeToggle void
Signal_Click void
SmileyButton_Click void
aboutToolStripMenuItem_Click void
checkUpdate void
compareDates bool
configNotFound bool
contextExit_Click void
contextOptions_Click void
contextShowHide_Click void
displayOptions void
dobackup_htmlpage void
findCurrentContactName string
fromStringToEmoji bool
getCurrentContactElement HtmlElement
getOffset Point
getVolume int
loadConfig bool
loadShortcutsFromFile void
loading_DocumentCompleted void
normal_mode void
notification_Click void
popup_mode void
raiseException void
saveConfig void
sendEsc void
toggle_popup void
webBrowser1_DocumentCompleted void
webBrowser1_NewWindow void
webBrowser1_PreviewKeyDown void

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

Метод Описание
DoMouseClick ( int X, int Y ) : void

Simulates a mouse click at X;Y

MainForm ( ) : System
Show ( ) : void
Strip_Click ( object sender, System e ) : void

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

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

Clean up any resources being used.

WndProc ( Message &m ) : void

This method is called when another instance of this app is launched

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

Метод Описание
ChangeRingtone ( ) : void
ChangeVolume ( int vol ) : void
Connect_Device ( string current_url ) : void
Connect_Secure ( string current_url ) : void
ConversationChanged ( bool sending = false ) : void

Waits for the conversation to be loaded and displayed before replacing the smileys.

ConversationChangedTimer ( object sender, EventArgs e ) : void
ConversationsList_MouseDown ( object sender, HtmlElementEventArgs e ) : void

This function is called when user clicks the conversation's list.

Conversations_OnNewMessage ( object sender, EventArgs e ) : void
CreateRoundRectRgn ( int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse ) : IntPtr
DisplayPage ( string current_url ) : void
DocumentTitleChanged ( object sender, EventArgs e ) : void
Editor_KeyPress ( object sender, HtmlElementEventArgs e ) : void
Editor_LosingFocus ( object sender, HtmlElementEventArgs e ) : void
EmojiPane_Click ( object sender, HtmlElementEventArgs e ) : void
ExtractString ( string s, string start, string end ) : string
FindNewIP ( ) : void
Form1_Activated ( object sender, EventArgs e ) : void
Form1_Deactivate ( object sender, EventArgs e ) : void
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_Resize ( object sender, EventArgs e ) : void
Form1_Shown ( object sender, EventArgs e ) : void
Format_AMPM ( ) : void
Format_Full ( string openTag, string classTag ) : void
InitializeComponent ( ) : void

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

LoginGhostMode ( ) : void
NotifyMe ( string firstContactHTML ) : void
ReleaseCapture ( ) : bool
SendButton_Click ( object sender, HtmlElementEventArgs e ) : void
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
ShowMe ( object sender = null, EventArgs e = null ) : void

This method is called when another instance of this app is launched

ShowMeToggle ( object sender, MouseEventArgs e ) : void

This method is called when another instance of this app is launched

Signal_Click ( object sender, HtmlElementEventArgs e ) : void
SmileyButton_Click ( object sender, HtmlElementEventArgs e ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
checkUpdate ( bool manual = false ) : void
compareDates ( string date ) : bool
configNotFound ( ) : bool
contextExit_Click ( object sender, EventArgs e ) : void
contextOptions_Click ( object sender, EventArgs e ) : void
contextShowHide_Click ( object sender, EventArgs e ) : void
displayOptions ( ) : void

Displays the options in a new window

dobackup_htmlpage ( ) : void
findCurrentContactName ( ) : string

Returns as a string the current contact name (followed by a 'x')

fromStringToEmoji ( HtmlElement element ) : bool

Replaces the smileys by their matching emoticons in messages

getCurrentContactElement ( ) : HtmlElement

Returns as an HtmlElement the current contact

getOffset ( HtmlElement el ) : Point
getVolume ( ) : int
loadConfig ( ) : bool
loadShortcutsFromFile ( ) : void
loading_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void
normal_mode ( ) : void
notification_Click ( object sender, EventArgs e ) : void
popup_mode ( ) : void
raiseException ( object sender, EventArgs e ) : void
saveConfig ( ) : void
sendEsc ( object sender, EventArgs e ) : void

Simulates a keypress of Escape

toggle_popup ( ) : void
webBrowser1_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void

When page is fully loaded

webBrowser1_NewWindow ( object sender, System e ) : void
webBrowser1_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void

Called when a key is down

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

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

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

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

Simulates a mouse click at X;Y
public DoMouseClick ( int X, int Y ) : void
X int
Y int
Результат void

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

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

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

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

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

public Strip_Click ( object sender, System e ) : void
sender object
e System
Результат void

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

This method is called when another instance of this app is launched
protected WndProc ( Message &m ) : void
m Message
Результат void

Описание свойств

appFolder публичное статическое свойство

public static string appFolder
Результат string