Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Fraction of Evaporation to the Start of the Rains Dialog #9175

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
438 changes: 145 additions & 293 deletions instat/dlgStartofRains.Designer.vb

Large diffs are not rendered by default.

315 changes: 177 additions & 138 deletions instat/dlgStartofRains.vb

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions instat/instat.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,12 @@
</Compile>
<Compile Include="Enum\RObjectFormat.vb" />
<Compile Include="Enum\RObjectTypeLabel.vb" />
<Compile Include="sdgAdditionalCondition.Designer.vb">
<DependentUpon>sdgAdditionalCondition.vb</DependentUpon>
</Compile>
<Compile Include="sdgAdditionalCondition.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="sdgClimsoft.Designer.vb">
<DependentUpon>sdgClimsoft.vb</DependentUpon>
</Compile>
Expand Down Expand Up @@ -3405,6 +3411,9 @@
<EmbeddedResource Include="dlgThreeVariablePivotTable.resx">
<DependentUpon>dlgThreeVariablePivotTable.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="sdgAdditionalCondition.resx">
<DependentUpon>sdgAdditionalCondition.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="sdgClimsoft.resx">
<DependentUpon>sdgClimsoft.vb</DependentUpon>
</EmbeddedResource>
Expand Down
286 changes: 286 additions & 0 deletions instat/sdgAdditionalCondition.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading