C# 클래스 LoginServer.Manage_News

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CreateNewArticle ( ) : void
EditArticle ( ) : void
Manage_News ( ) : System
ReloadArticles ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateNewArticle() 공개 메소드

public CreateNewArticle ( ) : void
리턴 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

EditArticle() 공개 메소드

public EditArticle ( ) : void
리턴 void

Manage_News() 공개 메소드

public Manage_News ( ) : System
리턴 System

ReloadArticles() 공개 메소드

public ReloadArticles ( ) : void
리턴 void

프로퍼티 상세

button1 공개적으로 프로퍼티

public System.Windows.Forms.Button button1
리턴 System.Windows.Forms.Button

editNews 공개적으로 프로퍼티

public System.Windows.Forms.Button editNews
리턴 System.Windows.Forms.Button

label1 공개적으로 프로퍼티

public System.Windows.Forms.Label label1
리턴 System.Windows.Forms.Label

label2 공개적으로 프로퍼티

public System.Windows.Forms.Label label2
리턴 System.Windows.Forms.Label

label3 공개적으로 프로퍼티

public System.Windows.Forms.Label label3
리턴 System.Windows.Forms.Label

nwsBody 공개적으로 프로퍼티

public System.Windows.Forms.TextBox nwsBody
리턴 System.Windows.Forms.TextBox

nwsDate 공개적으로 프로퍼티

public System.Windows.Forms.DateTimePicker nwsDate
리턴 System.Windows.Forms.DateTimePicker

nwsList 공개적으로 프로퍼티

public System.Windows.Forms.ListBox nwsList
리턴 System.Windows.Forms.ListBox

nwsTitle 공개적으로 프로퍼티

public System.Windows.Forms.TextBox nwsTitle
리턴 System.Windows.Forms.TextBox

panel1 공개적으로 프로퍼티

public System.Windows.Forms.Panel panel1
리턴 System.Windows.Forms.Panel

panel2 공개적으로 프로퍼티

public System.Windows.Forms.Panel panel2
리턴 System.Windows.Forms.Panel

rmvNews 공개적으로 프로퍼티

public System.Windows.Forms.Button rmvNews
리턴 System.Windows.Forms.Button

sbmNews 공개적으로 프로퍼티

public System.Windows.Forms.Button sbmNews
리턴 System.Windows.Forms.Button