C# Class LoginServer.Manage_News

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
CreateNewArticle ( ) : void
EditArticle ( ) : void
Manage_News ( ) : System
ReloadArticles ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CreateNewArticle ( ) : void
Résultat void

Dispose() protected méthode

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

EditArticle() public méthode

public EditArticle ( ) : void
Résultat void

Manage_News() public méthode

public Manage_News ( ) : System
Résultat System

ReloadArticles() public méthode

public ReloadArticles ( ) : void
Résultat void

Property Details

button1 public_oe property

public System.Windows.Forms.Button button1
Résultat System.Windows.Forms.Button

editNews public_oe property

public System.Windows.Forms.Button editNews
Résultat System.Windows.Forms.Button

label1 public_oe property

public System.Windows.Forms.Label label1
Résultat System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
Résultat System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
Résultat System.Windows.Forms.Label

nwsBody public_oe property

public System.Windows.Forms.TextBox nwsBody
Résultat System.Windows.Forms.TextBox

nwsDate public_oe property

public System.Windows.Forms.DateTimePicker nwsDate
Résultat System.Windows.Forms.DateTimePicker

nwsList public_oe property

public System.Windows.Forms.ListBox nwsList
Résultat System.Windows.Forms.ListBox

nwsTitle public_oe property

public System.Windows.Forms.TextBox nwsTitle
Résultat System.Windows.Forms.TextBox

panel1 public_oe property

public System.Windows.Forms.Panel panel1
Résultat System.Windows.Forms.Panel

panel2 public_oe property

public System.Windows.Forms.Panel panel2
Résultat System.Windows.Forms.Panel

rmvNews public_oe property

public System.Windows.Forms.Button rmvNews
Résultat System.Windows.Forms.Button

sbmNews public_oe property

public System.Windows.Forms.Button sbmNews
Résultat System.Windows.Forms.Button