C# Class LoginServer.Manage_News

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
button1 System.Windows.Forms.Button
editNews System.Windows.Forms.Button
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
nwsBody System.Windows.Forms.TextBox
nwsDate System.Windows.Forms.DateTimePicker
nwsList System.Windows.Forms.ListBox
nwsTitle System.Windows.Forms.TextBox
panel1 System.Windows.Forms.Panel
panel2 System.Windows.Forms.Panel
rmvNews System.Windows.Forms.Button
sbmNews System.Windows.Forms.Button

Public Methods

Method Description
CreateNewArticle ( ) : void
EditArticle ( ) : void
Manage_News ( ) : System
ReloadArticles ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Manage_News_MouseDown ( object sender, MouseEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : IntPtr
button1_Click ( object sender, EventArgs e ) : void
editNews_Click ( object sender, EventArgs e ) : void
panel1_MouseClick ( object sender, MouseEventArgs e ) : void
panel2_MouseClick ( object sender, MouseEventArgs e ) : void
rmvNews_Click ( object sender, EventArgs e ) : void
sbmNews_Click ( object sender, EventArgs e ) : void

Method Details

CreateNewArticle() public method

public CreateNewArticle ( ) : void
return void

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

EditArticle() public method

public EditArticle ( ) : void
return void

Manage_News() public method

public Manage_News ( ) : System
return System

ReloadArticles() public method

public ReloadArticles ( ) : void
return void

Property Details

button1 public_oe property

public System.Windows.Forms.Button button1
return System.Windows.Forms.Button

editNews public_oe property

public System.Windows.Forms.Button editNews
return System.Windows.Forms.Button

label1 public_oe property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
return System.Windows.Forms.Label

nwsBody public_oe property

public System.Windows.Forms.TextBox nwsBody
return System.Windows.Forms.TextBox

nwsDate public_oe property

public System.Windows.Forms.DateTimePicker nwsDate
return System.Windows.Forms.DateTimePicker

nwsList public_oe property

public System.Windows.Forms.ListBox nwsList
return System.Windows.Forms.ListBox

nwsTitle public_oe property

public System.Windows.Forms.TextBox nwsTitle
return System.Windows.Forms.TextBox

panel1 public_oe property

public System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel

panel2 public_oe property

public System.Windows.Forms.Panel panel2
return System.Windows.Forms.Panel

rmvNews public_oe property

public System.Windows.Forms.Button rmvNews
return System.Windows.Forms.Button

sbmNews public_oe property

public System.Windows.Forms.Button sbmNews
return System.Windows.Forms.Button