개정판 58fa6ebe
issue# 1048: Report에서 Pressure Drop관련 unit 수정
Change-Id: Ica4d98c71be6a8dcac72d16c1dca8acc5445b150
HYTOS/HYTOS/MainWindow.py | ||
---|---|---|
2091 | 2091 |
ws.cell(row_no, 25, units['Velocity']) # Max.Vel |
2092 | 2092 |
ws.cell(row_no, 26, units['Velocity']) # Ero.Vel |
2093 | 2093 | |
2094 |
ws.cell(35, 30, f"Pressure Drop ({units['Pressure']}/{units['Length']})") # Pressure Drop |
|
2095 |
ws.cell(row_no, 33, units['Pressure']) # Total |
|
2096 | ||
2094 | 2097 |
def get_work_sheet(self, work_book, count): |
2095 | 2098 |
page_no = math.ceil(count / 20) |
2096 | 2099 |
return work_book.get_sheet_by_name('Page ({})'.format(page_no)) |
readme.html | ||
---|---|---|
37 | 37 |
<td style="padding-left: 5px; font-weight: bold;" colspan="2"><font color="white" size="3">CHANGES</font></td> |
38 | 38 |
</tr> |
39 | 39 |
|
40 |
<tr><td style="tr-title" colspan="2" bgcolor=lightgray><B>3.2.0.0 [2021.03.02]</B></td></tr> |
|
41 |
<tr><td class="filesChanged">1.</td><td>Report의 Pressure Drop 관련 단위변환</td></tr> |
|
42 |
|
|
40 | 43 |
<tr><td style="tr-title" colspan="2" bgcolor=lightgray><B>3.1.9.0 [2021.03.02]</B></td></tr> |
41 | 44 |
<tr><td class="filesChanged">1.</td><td>velociy나 pressure drop이 limitation 값다 높을때 Stream Data의 배경색을 붉게 변경</td></tr> |
42 | 45 |
<tr><td class="filesChanged">2.</td><td>Stream Line의 연결점이 끊어져 있을때 에러 출력</td></tr> |
version.rc | ||
---|---|---|
7 | 7 |
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) |
8 | 8 |
# Set not needed items to zero 0. |
9 | 9 |
# Local Build $BUILD_NUMBER=0 |
10 |
filevers=(3,1,9,0),
|
|
11 |
prodvers=(3,1,9,0),
|
|
10 |
filevers=(3,2,0,0),
|
|
11 |
prodvers=(3,2,0,0),
|
|
12 | 12 |
# Contains a bitmask that specifies the valid bits 'flags'r |
13 | 13 |
mask=0x3f, |
14 | 14 |
# Contains a bitmask that specifies the Boolean attributes of the file. |
... | ... | |
32 | 32 |
u'040904B0', |
33 | 33 |
[StringStruct(u'CompanyName', u'SECL'), |
34 | 34 |
StringStruct(u'FileDescription', u'Hydraulic Calculator'), |
35 |
StringStruct(u'FileVersion', u'3.1.9.0'),
|
|
35 |
StringStruct(u'FileVersion', u'3.2.0.0'),
|
|
36 | 36 |
StringStruct(u'InternalName', u'HYTOS'), |
37 | 37 |
StringStruct(u'LegalCopyright', u'Copyright(c) SECL'), |
38 | 38 |
StringStruct(u'OriginalFilename', u'HYTOS.exe'), |
39 | 39 |
StringStruct(u'ProductName', u'HYTOS'), |
40 |
StringStruct(u'ProductVersion', u'3.1.9.0')])
|
|
40 |
StringStruct(u'ProductVersion', u'3.2.0.0')])
|
|
41 | 41 |
]), |
42 | 42 |
VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) |
43 | 43 |
] |
내보내기 Unified diff