C# 클래스 BesAsm.Swsp.PacSizingTool.Form1

파일 보기 프로젝트 열기: PDXBES/PacSizingTool

공개 메소드들

메소드 설명
Form1 ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
DisableUI ( string message ) : void
ExportCharts ( string fileName ) : void
Form1_Load ( object sender, EventArgs e ) : void
GetFacilityShape ( string facilityShape ) : FacilityShape
GetFacilityType ( string facilityType ) : FacilityType
InitializeComponent ( ) : void

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

PerformCalculations ( ) : void
PlotResults ( Chart chart, List primaryResults, List secondaryResults ) : void
ShowSlopedFacilityWS ( ) : void
ToggleUIParameters ( Facility facility ) : void
ValidateFacility ( string hierarchy, string facilityType, string configuration ) : Facility
btnExport_Click ( object sender, EventArgs e ) : void
btnShowSFWS_Click ( object sender, EventArgs e ) : void
btnTest_Click ( object sender, EventArgs e ) : void
cmbFacilityConfiguration_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbFacilityShape_Leave ( object sender, EventArgs e ) : void
cmbFacilityShape_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbFacilityType_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbHierachy_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbHierachy_SelectedIndexChanged_1 ( object sender, EventArgs e ) : void
cmbInfiltrationProcedure_SelectedIndexChanged ( object sender, EventArgs e ) : void
label33_Click ( object sender, EventArgs e ) : void
label43_Click ( object sender, EventArgs e ) : void
txtBottomArea_Leave ( object sender, EventArgs e ) : void
txtBottomPerimeterLength_Leave ( object sender, EventArgs e ) : void
txtBottomWidth_Leave ( object sender, EventArgs e ) : void
txtFreeboardDepth_Leave ( object sender, EventArgs e ) : void
txtGrowingMediumDepth_Leave ( object sender, EventArgs e ) : void
txtNativeSoilInfiltrationRate_Leave ( object sender, EventArgs e ) : void
txtNativeSoilInfiltrationRate_TextChanged ( object sender, EventArgs e ) : void
txtRockStorageBottomArea_Leave ( object sender, EventArgs e ) : void
txtRockStorageDepth_Leave ( object sender, EventArgs e ) : void
txtRockVoidRatio_Leave ( object sender, EventArgs e ) : void
txtSideSlope_Leave ( object sender, EventArgs e ) : void
txtStorageDepth1_Leave ( object sender, EventArgs e ) : void
txtStorageDepth2_Leave ( object sender, EventArgs e ) : void
txtStorageDepth3_Leave ( object sender, EventArgs e ) : void
txtSurfaceAreaAtDepth1_Leave ( object sender, EventArgs e ) : void
txtSurfaceAreaAtDepth2_Leave ( 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

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System