# UTF-8
# Example PyInstaller version resource. Update all four version tuples together.
VSVersionInfo(
  ffi=FixedFileInfo(
    filevers=(0, 1, 0, 0),
    prodvers=(0, 1, 0, 0),
    mask=0x3f,
    flags=0x0,
    OS=0x40004,
    fileType=0x1,
    subtype=0x0,
    date=(0, 0)
  ),
  kids=[
    StringFileInfo([
      StringTable(
        '080404B0',
        [
          StringStruct('CompanyName', 'ZYT'),
          StringStruct('FileDescription', '医生工作台'),
          StringStruct('FileVersion', '0.1.0.0'),
          StringStruct('InternalName', 'DoctorWorkstation'),
          StringStruct('OriginalFilename', 'DoctorWorkstation.exe'),
          StringStruct('ProductName', '医生工作台'),
          StringStruct('ProductVersion', '0.1.0.0')
        ]
      )
    ]),
    VarFileInfo([VarStruct('Translation', [2052, 1200])])
  ]
)
