C# 클래스 Com.Eucalyptus.Windows.EucaConfigForm

파일 보기 프로젝트 열기: eucalyptus/windows-integration

보호된 프로퍼티들

프로퍼티 타입 설명
label6 System.Windows.Forms.Label

Private Properties

프로퍼티 타입 설명
AddRDPermissionUsers void
ClearRDPermissionUserRegistry void
EucaConfigForm_Load void
GetRDPermissionUsers string[]
InitPanel void
InitializeComponent void
buttonADPermissionRemove_Click void
buttonAddRDP_Click void
buttonAnswerFile_Click void
buttonApply_Click void
buttonCancel_Click void
buttonClear_Click void
buttonRDPermissionApply_Click void
buttonRDPermissionClose_Click void
buttonSysprep_Click void
buttonUnregister_Click void
checkBoxFormatDrives_CheckedChanged void
listBoxRDPUsername_SelectedIndexChanged void
textBoxADAddress_TextChanged void
textBoxADOU_TextChanged void
textBoxADPassword_TextChanged void
textBoxADUsername_TextChanged void
textBoxRDPUsername_GotFocus void

공개 메소드들

메소드 설명
EucaConfigForm ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddRDPermissionUsers ( string username ) : void

ClearRDPermissionUserRegistry ( ) : void

EucaConfigForm_Load ( object sender, EventArgs e ) : void
GetRDPermissionUsers ( ) : string[]

InitPanel ( ) : void
InitializeComponent ( ) : void

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

buttonADPermissionRemove_Click ( object sender, EventArgs e ) : void
buttonAddRDP_Click ( object sender, EventArgs e ) : void
buttonAnswerFile_Click ( object sender, EventArgs e ) : void
buttonApply_Click ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonClear_Click ( object sender, EventArgs e ) : void
buttonRDPermissionApply_Click ( object sender, EventArgs e ) : void
buttonRDPermissionClose_Click ( object sender, EventArgs e ) : void
buttonSysprep_Click ( object sender, EventArgs e ) : void
buttonUnregister_Click ( object sender, EventArgs e ) : void
checkBoxFormatDrives_CheckedChanged ( object sender, EventArgs e ) : void
listBoxRDPUsername_SelectedIndexChanged ( object sender, EventArgs e ) : void
textBoxADAddress_TextChanged ( object sender, EventArgs e ) : void
textBoxADOU_TextChanged ( object sender, EventArgs e ) : void
textBoxADPassword_TextChanged ( object sender, EventArgs e ) : void
textBoxADUsername_TextChanged ( object sender, EventArgs e ) : void
textBoxRDPUsername_GotFocus ( object sender, EventArgs e ) : 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

EucaConfigForm() 공개 메소드

public EucaConfigForm ( ) : System
리턴 System

프로퍼티 상세

label6 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label label6
리턴 System.Windows.Forms.Label