C# Class iQQ.Net.BatchHangQQ.FmTalkToFriend

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: huoshan12345/iQQ.Net

Public Properties

Property Type Description
_parent FmQQList
_qqNum string
lab_friend_num System.Windows.Forms.Label
txt_client System.Windows.Forms.TextBox

Public Methods

Method Description
FmTalkToFriend ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CloseTalk ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void

关闭聊天窗口时移除聊天列表及窗口

InitializeComponent ( ) : void

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

TalkToFriend_Load ( object sender, EventArgs e ) : void
btSend_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FmTalkToFriend() public method

public FmTalkToFriend ( ) : System
return System

Property Details

_parent public_oe property

public FmQQList,iQQ.Net.BatchHangQQ _parent
return FmQQList

_qqNum public_oe property

public string _qqNum
return string

lab_friend_num public_oe property

public System.Windows.Forms.Label lab_friend_num
return System.Windows.Forms.Label

txt_client public_oe property

public System.Windows.Forms.TextBox txt_client
return System.Windows.Forms.TextBox