C# 클래스 MWFResourceEditor.ByteArrayPanel

상속: System.Windows.Forms.Panel, IPanel
파일 보기 프로젝트 열기: mono/winforms-tools 1 사용 예제들

공개 메소드들

메소드 설명
ByteArrayPanel ( ResourceContentControl parentControl ) : System
ClearResource ( ) : void

보호된 메소드들

메소드 설명
OnSizeChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
GenerateTextAndHexOutput ( ) : void
GetLines ( StringCollection sc ) : string[]
OnCheckedChangedTextCheckBox ( object sender, EventArgs e ) : void

메소드 상세

ByteArrayPanel() 공개 메소드

public ByteArrayPanel ( ResourceContentControl parentControl ) : System
parentControl ResourceContentControl
리턴 System

ClearResource() 공개 메소드

public ClearResource ( ) : void
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void